.page-header, .page-content {
  min-width: 600px;
  /*overflow: hidden;*/
  padding: 0 15px;
  /*forbids squishing on resize*/
}

.page-header {
  border: 0;
  top: 0;
  min-height: 80px;
  position: relative;
}

.page-title {
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
    display: inline-block;
}

.cat_page_header {
    border: 0;
}

p {
  margin: 0 0 5px 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 20px 0 15px 0;
  color: #333;
  font-weight: 400;
  line-height: 1.5em;
}

h1 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

.spacer-10 {
  height: 10px;
  clear: both;
  width: 100%;
}

/*Forms*/

.inline-group .inline-label {
  color: #9e9e9e;
  left: 0.75rem;
  cursor: text;
  transition: .2s ease-out;
  font-size: 0.8rem;
}

.inline-group .inline-input .prefix {
  color: #9e9e9e;
}

.inline-group .inline-input .prefix.active {
  color: #333333;
}

.numerical input {
  font-size: 2rem;
  text-align: right;
}

/*Search Results Nav*/

.search-bar {
  background-color: #333333;
  border-color: #333333;
  color: #888888;
  padding: 12px 24px;
}

.search-bar > input {
  font-size: 24px;
}

.search-bar > .input-field label.active {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.search-bar > .input-field input[type=search]:focus {
  background-color: inherit;
  color: #FFFFFF;
}

.search-bar > .input-field input[type=search]:focus+label i,
.search-bar > .input-field input[type=search]:focus ~ .mdi-navigation-close,
.search-bar > .input-field input[type=search]:focus ~ .material-icons {
  color: #938454;
}

.card-head.search-tabs {
  float: left;
  z-index: 99;
}

.search-tabs {
    background-color: #f2f3f3;
    border-color: #f2f3f3;
    color: #333333;
    padding-left: 0;
    padding-right: 0;
}

.search-tabs ul {
  margin: 0;
  padding: 0;
}

.search-tabs > ul > li > a {
  background-color: transparent;
  border-right: 2px solid transparent;
  color: #888888;

  position: relative;
  display: block;
  padding: 10px 25px 10px 15px;
  line-height: 54px;
  margin-right: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
}

.search-tabs > ul > li > a:hover,
.search-tabs > ul > li > a:focus,
.search-tabs > ul > li.active > a,
.search-tabs > ul > li.active > a:hover,
.search-tabs > ul > li.active > a:focus {
  background-color: #f2f3f3;
  border-right: 2px solid #938454;
  color: #938454;
}


/*Search Results Cards*/

.card-body.search-results {
  margin-left: 140px;
  margin-top: 1px;
  margin-bottom: 24px;
}

.search-results {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #333333;
  padding: 24px;
  position: relative;
}

.search-results .card {
  background: #F9F9F9;
  border: 1px solid #eee;
  min-height: 230px;
  margin-bottom: 40px;
}

.search-results .card .card-image {
  float: left;
  position: relative;
  width: 36%;
  text-align: center;
}

.search-results .card .card-image img {
  display: auto;
  padding: 15px;
  width: auto;
  max-width: 230px;
  height: auto;
  max-height: 230px;
}

.search-results .card .card-content {
  float: left;
  position: relative;
  width: 64%;
}

.search-results .card .card-content .card-title {
  letter-spacing: 1;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background: #f9f9f9;
  margin-bottom: 0;
}

.search-results .card .card-content .card-action {
  padding: 0;
}

.col1 {
  width: 60%;
  float: left;
  line-height: 1.5em;
}

.col2 {
    width: 30%;
    float: left;
    margin-left: 10px;
}

form.col.s12.form-add-new {
    padding-left: 0px;
}

.input-field label {
    padding-left: 10px;
}

.input-field label.active{
    font-size:0.8rem;
    -webkit-transform:translateY(-155%);
    transform:translateY(-155%)
}

.notesTable th {
    padding: 15px;
}

.eachImage {
    width: 300px;
    height: 400px;
    border: 1px #dddddd solid;
    margin: 0px auto 10px auto;
}

.eachImageLocations {
    width: 300px;
    height: 300px;
    border: 1px #dddddd solid;
    margin: 0px auto 10px auto;
}

.eachImage img {
    max-width: 100%;
}

.model_image {
    width: 300px;
    height: 400px;
    border: none;
    overflow: hidden;
}

.model_image img {
    max-width: 100%;
}

.searchCheckbox {
    margin-top:6px;
}

#user_search_submit, #user_search_clear {
    margin-top:6px;
}

.topRight {
    float: right;
    margin-top: 10px;
}

.botLeft {

    float: left;
}

#casting_row > td, #locations_row > td {
    text-align: left;
}

.toolsLabel {
    margin-top:32px;
    margin-left:20px;
}

#category_choice_div {
    margin-top: 25px;
}

.projectView, .projectCurrent, .projectEdit {
    margin-top: 35px;
}

.select-wrapper input.select-dropdown:disabled {
    border-bottom: none;
    padding-left: 10px;
    color: #000;
}

.model_content {
    width: 100%;
    max-width: 300px;
    padding-top:10px;
    padding-bottom:25px;
    height: 150px;
}

.model_name {
    font-size: 18px;
}

.model_notes {
    font-size: 12px;
}

.model_info {
    /*margin-top: 5px;*/
    color: #999;
}

.model_info a, span.likes, span.notes, span.print {
    color: #999
}

.model_info a:hover, span.likes:hover, span.notes:hover, span.print:hover {
    color: #a22c21
}

span.liked, span.liked:hover {
    color: #ed1c24;
}

.likes, .notes, .video {
    margin-right: 20px;
}

.book {
    margin-right: 25px;
}

span.print, span.likes{
    float: right;
}

.model_content, .model_content span, .model_conent div {
    position:relative;
}

.likes_list {
    display:none;
    position: absolute;
    width:140px;
    max-width: 80%;
    bottom: 40px;
    right: -16px;
    background: #f5f5f5;
    padding: 10px 10px;
    font-size: 10px;
    border: 1px solid #dddddd;
}

.notes_list, .new_notes_list {
    display:none;
    position: absolute;
    max-width: 80%;
    bottom: 40px;
    left: -60px;
    background: #f5f5f5;
    padding: 0 10px;
    font-size: 10px;
    border: 1px solid #dddddd;
}

.new_notes_list {
    padding: 0 15px 10px;
}

.notes_list:after, .notes_list:before, .new_notes_list:after, .new_notes_list:before {
    left: 31%;
}

.likes_list:after, .likes_list:before {
    left: 65%;
}

.notes_list:after, .notes_list:before, .new_notes_list:after, .new_notes_list:before, .likes_list:after, .likes_list:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.notes_list:after, .new_notes_list:after, .likes_list:after {
    border-color: rgba(245, 245, 245, 0);
    border-top-color: #f5f5f5;
    border-width: 20px;
    margin-left: -20px;
}
.notes_list:before, .new_notes_list:before, .likes_list:before {
    border-color: rgba(221, 221, 221, 0);
    border-top-color: #dddddd;
    border-width: 21px;
    margin-left: -21px;
}

.likes_list ul {
    margin: 0;
}

.note_name  {
    color: #a22c21;
}

.new_note_input {
    padding-left: 0 !important;
    margin-bottom: 5px !important;
}

.perm_hide {
    display: none !important;
}

.new_note_cancel, .new_note_submit {
    cursor: pointer;
}

.new_note_submit {
    float: right;
}

.model_header {
    padding-bottom: 25px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 25px;
}

.model_header h2{
    margin-top: 0;
}

.model_agency {
    font-size: 18px;
}

.likes_detail_page li {
    display: inline-block;
}

i.fa.detail_page {
    margin-right: 10px;
}

.detail_page_blue {
    color: #a22c21;
}

td.tableContent.email {
    text-transform: none;
}

.statusBar {
    display: inline-block;
    padding: 5px 5px;
    border: 1px solid;
    text-align: center;
    font-size: 10px;
}

.notStarted {
    color: #ddd;
    border-color: #ddd;
}

.complete {
    color:#000;
    background-color: #00FF00;
    border-color: #00FF00;
}

.partial {
    color:#000;
    background-color: #ffff00;
    border-color: #ffff00;
}

.notDone {
    color: #000;
    background-color: #ff0000;
    border-color: #ff0000;
}

input[type=text].lineItemReceived{
    width:20px;
}

.customerArea h5 {
    margin-top: 0;
}

.actionButtonArea {
    text-align: center;
}

.actionButtonArea a {
    min-width: 175px;
}

.shippingAddress, .billingAddress {
    margin-right: 20px;
}

.buttonHolder {
    margin: 10px 0;
}

.orderFooterDesc {
    text-align: right;
}

.shippingAddress h6, .orderMetaData h6:first-of-type {
    margin-top: 0;
}

.tableContent input[type=text] {
    height: 1.2rem;
    margin: 0;
}

.page-header h4.center-align {
    margin: 0;
}

#transferMetaData {
    text-align: center;
}

#transferredProductsBody i.fa.fa-times {
    padding-bottom: 4px;
    font-size: 20px;
    cursor: pointer;
}

.transfer-out-line td {
    padding-bottom: 25px;
}

.status-bar-content {
    margin-bottom: 25px;
    padding: 0 15px;
}

a#updateNotes {
    margin-top: 25px;
}

.statusBar.prebook {
    background-color:#ce42f4;
    border-color: #ce42f4;
    color: white;
}

div.actionBar, div.contactNotes {
    position: absolute;
    background: white;
    z-index: 10;
    padding: 10px;
    margin: 10px 5px;
    -webkit-box-shadow: 0px 0px 10px 2px #ccc;
    -moz-box-shadow: 0px 0px 10px 2px #ccc;
    box-shadow: 0px 0px 10px 2px #ccc;
}

div.contactNotes {
    width: 50%;
    right: 25px;
}

h3.headerWithSubheader {
    margin-top: 25px;
    margin-bottom: 0;
}

h6.headerSubheader {
    margin-top: 0;
    margin-bottom: 25px;
}

p#updateSuccessful {
    text-align: center;
    font-size: 10px;
    margin-top: 10px;
}

.updateSuccess {
    color: #00ff00;
}

.updateFailed {
    color: #ff0000;
}

.receivables-total {
    float:right;
    line-height: 51px;
}


#productArea input:not([type]),
#productArea input[type=text],
#productArea input[type=password],
#productArea input[type=email],
#productArea input[type=url],
#productArea input[type=time],
#productArea input[type=date],
#productArea input[type=datetime],
#productArea input[type=datetime-local],
#productArea input[type=tel],
#productArea input[type=number],
#productArea input[type=search],
#productArea textarea.materialize-textarea {
    background-color: #fff;
}

#productAreaContentRow {
    margin-bottom: 0;
}
.card.row h6{
    margin: 0 0 0.4rem 0
}
.card.row .input-field {
    padding: 0 20px 0 0
}
.card.row .input-field label.active {
    padding:0;
    left:0;
}
.card.row .input-field [type="checkbox"]+label {
    padding-left: 35px;
    top: 0;
    /* margin-bottom: 10px; */
}
.card.row .select-wrapper {
    background-color: #fff;
    padding: 0 5px;
}
.svg-holder svg {
    max-height: 327px;
    padding: 50px 0;
}
#variantsCard td.product-table-image img {
    max-width: 35px;
}

h6.page-title {
    line-height: 36px;
}

#variantsCard .topRight {
    margin-top:0px;
    margin-left:5px;
}

.menu-dropdown {
    position: absolute;
    background: white;
    z-index: 10;
    width: 90%;
    top: 40px;
    left: 10px;
    padding: 0 25px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.menu-dropdown-option {
    cursor:pointer;
    color:#888888;
    margin: 10px 0;
}
.menu-dropdown-option.chosen {
    font-weight: bold;
    color:#000;
}
.menu-dropdown p {
    margin-bottom: 10px;
}
.chip {
    margin-top: 8px;
    margin-left: 5px;
}
.chips input {
    width: 20%;
    float: left;
}
.menu-dropdown ul li span {
    float: right;
}
.card.row .input-field .menu-dropdown .input-field {
    margin: 0;
}
.card.row .input-field .menu-dropdown .input-field input {
    height: 2rem;
    margin: 0;
}
.card.row .input-field .menu-dropdown i {
    line-height: 2rem;
}

#choose-season {
    float: left;
}
#choose-season-button {
    float: right;
    line-height: 1.5em;
    font-size: 16px;
}

#choose-season-button.dropdown-button:hover {
    color: #444444;
    background: initial;
}

div.paragraph-holder {
    height: 65px;
    margin: 5px 0 6px 0;
}

#variantsCard input {
    max-width: 100px;
    padding-left: 5px;
}

#imagesCard .images-holder img {
    max-width: 100%;
}

#uploadMore {
    margin-top: 0;
    margin-bottom: 10px;    
}

#variantsCard h6.page-title, div#edited-note {
    float:left;
}

div#edited-note {
    line-height: 36px;
    margin-left: 30px;
    color: #ff0000;
}

input.changed, textarea.changed, tr.new-line {
    border: 1px solid #ff0000 !important;
}

input.complete, textarea.complete {
    border: 1px solid #00FF00 !important;
}

.variants-row img {
    max-height: 50px;
}

.product-click {
    cursor: pointer;
}

#pictureHolder #inline-image img {
    max-width: 100%;
}

.modal {
    height: 90%;
    width: 55%;
    max-height: 90%;
    top: 5% !important;
}

/* div#pictureHolder {
    max-height: 465px;
    overflow: hidden;
    overflow-y: scroll;
} */

#prebook-table-holder img {
    max-width: 50px;
}

#images-only-holder {
    width:800px;
    margin: 0px auto;
}

.no-text-transform {
    text-transform: none;
}

.shippingBilled {
    color: #ff0000;
}
.shippingNotBilled {
    color: #00ff00;
}
.shippingBilled.moreThanZero {
    color: #00ff00;
}

.sync-status {
    height: 50px;
}

.sync-status a.btn {
    margin-left: 10px;
    border: none;
    border-radius: 50%;
    padding: 0;
}

.checkbox-holder{
    line-height: 46px;
}

.ql-toolbar, #editor {
    background-color: #fff;
    text-transform: none;
}

.life-time-sales {
    margin-bottom: 50px;
}

.table-header {
    margin-bottom: 10px;
    font-weight: 700;
    padding-left: 15px;
}

.horizontal-table-column {
    width: 6.5%;
    float: left;
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
    font-size: 12px;
}

.horizontal-table-column.headers{
    width: 11%;
}

.horizontal-table-column.ytd-total{
    width: 11%;
    border-right: 1px solid;
}

.horizontal-table-row, .horizontal-table-header {
    border-bottom: 1px solid;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.bottom-row {
    border-bottom: none;
}

.table-filters {
    padding: 5px 15px 5px 0;
    font-weight: 700;
}

.tableContent .input-field {
    margin-top: 0;
}

.changeVariantImageImage {
    max-width: 100%;
    padding: 1px;
}

.changeVariantImageImage.chosen {
    padding: 0;
    border: 1px solid red;
}

h6.messageHolder {
    clear: both;
}

a.refreshPage {
    display: block;
    width: 125px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#prebookForm label[for=emailCapture] {
    font-size: 14px;
}

a.link {
    text-decoration: underline;
    color: blue;
}

i.fa.adjustment-plus, i.fa.discount-save, i.fa.discount-remove {
    float: right;
    font-size: 16px;
    line-height: 1.5;
}

.discount-row input[type="text"] {
    width: 200px;
}

#reportSearchArea td {
    padding: 0px 5px;
}

div.notes {
    position: absolute;
    background: white;
    z-index: 10;
    padding: 10px;
    margin: 10px 5px;
    -webkit-box-shadow: 0px 0px 10px 2px #ccc;
    -moz-box-shadow: 0px 0px 10px 2px #ccc;
    box-shadow: 0px 0px 10px 2px #ccc;
}

div.notes {
    width: 50%;
    right: 25px;
}

span.clear-input {
    position: absolute;
    top: 5%;
    right: 3%;
    z-index: 100;
    padding: 10px;
}

.visible-link {
    text-decoration:underline;
    color: #a22c21;
}

div#floating-buttons-holder {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 10px;
    margin: 20px 40px;
}

input.small-input {
    font-size: 12px;
    height: 16px;
    padding: 2px;
    width: 80px;
}

input:read-only {
    color: #777;
    background: #eee;
}

#poLineItemsBody input.small-input {
    text-align: center;
}

th.osftable {
    border: 1px solid black;
}
.osftable {
    text-align: center;
}

#poLineItemsBody .statusBar {
    display: block;
}

#menu-tree .btn {
    font-size: 0.75em;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
}

#menu-tree input, #menu-tree span.caret {
    font-size: 0.75em;
    height: 3em;
    line-height: 3em;
}

#menu-tree input, #menu-tree span.caret {
    top: 0;
}

#menu-tree .menu-item-title {
    font-weight: bold;
}

#menu-tree h6 {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding-right: 25px;
    margin: 0;
    line-height: 25px;
    vertical-align: middle;
}

li.menu-list {
    padding: 10px 25px;
    border-radius: 10px;
    margin: 10px 25px;
}

li.top-level {
    background: #eee;
}

li.secondary-level {
    background: #ccc;
}

li.tertiary-level {
    background: #aaa;
}
td.margin-change-field {
    text-align: center;
    vertical-align: center;
}
td.margin-change-field input {
    width: 60px;
    text-align: center;
    padding: 0 5px;
    height: 30px;
}

td.margin-change-field input.margin-input {
    width: 45px;
}