/*
 Theme Name:     Superstore Child Camcode
 Description:    Superstore Child Theme for Camcode VPOS
 Author:         Horizons Inc.
 Template:       superstore
 Version:        1.0.0
*/

@import url("../superstore/style.css");

/********** header **********/
#header .site-title,
#header .site-description {
    color: #fafafa;
    font-family: "raleway", "futura-pt", helvetica, arial, sans-serif;
    display: inline;
    /*font-weight: 400;*/
    font-size: 32px;
    letter-spacing: 1px;
    float: left;
    margin-left: 14px;
    /*margin-left:74px;
    margin-top: 4px;*/
}

#header .site-title-6,
#header .site-description-6 {
    color: #fafafa;
    font-family: "raleway", "futura-pt", helvetica, arial, sans-serif;
    display: inline;
    /*font-weight: 400;*/
    font-size: 32px;
    letter-spacing: 1px;
    float: left;
    margin-left: 14px;
    /*margin-left:74px;
    margin-top: 4px;*/
    /* new add flag */
    background-image: url('assets/canada-sm.png');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 40px;
}

#header .site-title a, #header .site-title-6 a {
    color: #484848;
    text-transform: lowercase;
    font-weight: normal;
    text-decoration: none;
    font-family: "futura-pt", "raleway", times;
    font-size: 20px;
}

#header .site-title a:hover,
#header .site-description a:hover,
#header .site-title-6 a:hover,
#header .site-description-6 a:hover {
    text-decoration: none;
}

#header .vpos-logo {
    background-color: #111;
    padding: 6px;
    -webkit-border-bottom-left-radius: 0.382em;
    -webkit-border-bottom-right-radius: 0.382em;
    border-bottom-left-radius: 0.382em;
    border-bottom-right-radius: 0.382em;
    box-shadow: 0px 6px 6px #999;
}

/* UNFIXED:
#header .new-header {
  -webkit-border-bottom-left-radius: 0.382em;
  -webkit-border-bottom-right-radius: 0.382em;
  border-bottom-left-radius: 0.382em;
  border-bottom-right-radius: 0.382em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 6px 6px #999;
  display: inline;
  float: right;
  width: 52%;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  padding: 6px 0 6px 0;
  background-color:#364245;
}
*/
#header .new-header {
    -webkit-border-bottom-left-radius: 0.382em;
    -webkit-border-bottom-right-radius: 0.382em;
    border-bottom-left-radius: 0.382em;
    border-bottom-right-radius: 0.382em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0px 6px 6px #999;
    display: inline;
    width: 555px;
    padding: 6px 0 6px 0;
    /*background-color:#364245;*/
    background-color: #222;
    position: fixed;
    top: 0;
    right: 10px;
}

#header .header-top .row hgroup h1 {
    float: left;
}

#header .header-top .row hgroup {
    width: 100%;
}

#header .dashbar {
    border-top: 2px solid #45afd0;
}

#header .custbar {
    border-top: 2px solid #d04559;
}

#header .chargebar {
    border-top: 2px solid #80d045;
}

/********** navigation **********/
ul.navicon {
    list-style: none;
    width: 540px;
    float: right;
    margin-bottom: 0;
}

ul.navicon li a {
    display: inline-block;
    width: 80px;
    height: 30px;
    float: left;
    margin: 0 2px;
    color: #888;
    padding-left: 36px;
    padding-top: 5px;
    font-size: 10pt;
    font-weight: 500;
}

ul.navicon li a.dash-off {
    background: url('assets/home-off.png') top left no-repeat;
}

ul.navicon li a.cust-off {
    background: url('assets/cust-off.png') top left no-repeat;
}

ul.navicon li a.charge-off {
    background: url('assets/charge-off.png') top left no-repeat;
}

ul.navicon li a.dash-off:hover, ul.navicon li a.dash-on {
    background: url('assets/home-on.png') top left no-repeat;
    color: #45afd0;
}

ul.navicon li a.cust-off:hover, ul.navicon li a.cust-on {
    background: url('assets/cust-on.png') top left no-repeat;
    color: #d04559;
}

ul.navicon li a.charge-off:hover, ul.navicon li a.charge-on {
    background: url('assets/charge-on.png') top left no-repeat;
    color: #80d045;
}

#searchform {
    width: 164px;
    height: 32px;
    float: left;
    display: inline-block;
    border: 0;
    background: url('assets/srch-bg.png') no-repeat;
    margin: 0;
}

#searchform .s, #searchform #s {
    padding-top: 8px;
}

#searchform .search-submit, #searchform #searchsubmit {
    background: url('assets/mag-off.png') no-repeat;
    opacity: 1;
    top: 1px;
    right: 1px;
    width: 32px;
    height: 32px;
    animation: none;
}

#searchform .search-submit:hover, #searchform #searchsubmit:hover {
    background: url('assets/mag-on.png') no-repeat;
}


#headersearch {
    width: 150px;
    float: right;
}

#headersearch .headersearchbar {
    background-color: #666;
}

.footer-wrap.contact1 {
    border-top: 4px solid #45afd0;
}

.footer-wrap.contact2 {
    border-top: 4px solid #d04559;
}

.footer-wrap.contact3 {
    border-top: 4px solid #80d045;
}

#credit {
    text-align: center;
}

#footer #credit span {
    display: inline-block;
}

.thisvpos {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    color: #fff;
}

#footer #credit a:hover {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    color: #fff;
}

#credit .col-right2 {
    width: 100%;
}

/**************** Generic Overwrites ****************/
body {
    background: linear-gradient(to bottom, rgb(201, 201, 201) 8%, rgb(241, 241, 241) 22%, rgb(243, 243, 243) 40%, rgb(255, 255, 255) 95%) repeat scroll 0% 0% transparent;
}

.type-page .entry {
    box-shadow: 0px 10px 10px #bababa;
}

input[type="submit"]:hover {
    background-color: #45afd0;
}

a {
    font-weight: 400;
}

p {
    margin: 0 0 3px;
}

h1 {
    color: #484848;
    /*font-weight: normal;*/
    text-decoration: none;
    font-family: "raleway", helvetica, arial, sans-serif;
    font-size: 28px;
    display: inline-block;
    position: relative;
    margin: 0 0 10px;
}

h2 {
    color: #595959;
    font-weight: 400;
    text-decoration: none;
    font-family: "futura-pt", helvetica, arial, sans-serif;
    font-size: 22px;
    display: block;
    position: relative;
    padding-left: 15px;
}

h3 {
    color: #6a6a6a;
    font-weight: 400;
    text-decoration: none;
    font-family: "futura-pt", helvetica, arial, sans-serif;
    font-size: 18px;
    display: block;
    position: relative;
    padding-left: 15px;
}

select {
    padding: .382em .5em;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 0.236em;
    border-radius: 0.236em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 1em;
    line-height: 1.618em;
    font-family: inherit;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 5px !important;
}

/****************  lists & icons  *********************/
.type-page .entry {
    background-color: #f3f3f3;
}

.type-page img {
    border: none;
}

.list {
    background-color: #fff;
    padding: 14px;
    margin: 0 20px 20px 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.07) inset, 0px 1px 0px white;
    border-color: #bbb #dadada #dadada;
}

#searchopts {
    width: 100%;
    text-align: center;
    font-size: 8pt;
    text-transform: uppercase;
    background-color: #fafafa;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    margin-bottom: 10px;
}

#searchopts a {
    display: inline-block;
    padding: 4px 8px;
    margin: 0;
    background-color: none;
}

#searchopts #srch-all:hover, #searchopts #srch-all.active {
    background-color: #45afd0;
    color: #fff;
}

#searchopts #srch-cust:hover, #searchopts #srch-cust.active {
    background-color: #d04559;
    color: #fff;
}

#searchopts #srch-card:hover, #searchopts #srch-card.active {
    background-color: #80d045;
    color: #fff;
}

#searchopts #srch-charge:hover, #searchopts #srch-charge.active {
    background-color: #65a82d;
    color: #fff;
}

.description.long-label {
    line-height: 100%;
}

#customer-line-item, #charge-line-item, #card-line-item {
    visibility: visible;
}

#create {
    float: right;
    color: #999;
    text-transform: lowercase;
    font-weight: 200;
    text-decoration: none;
    font-family: "futura-pt", helvetica, arial, sans-serif;
    font-size: 14px;
    margin-right: 30px;
}

.icon {
    width: 24px;
    height: 18px;
    display: inline-block;
    float: right;
    margin: 5px;
}

.icon.create {
    color: #888;
    width: 130px;
    background: url('assets/add-cust-off.png') top right no-repeat;
}

.icon.create:hover {
    background: url('assets/add-cust-on.png') top right no-repeat;
    color: #d04559;
}

.icon.edit {
    color: #888;
    width: 145px;
    background: url('assets/edit-off.png') top right no-repeat;
}

.icon.edit:hover {
    color: #b8a873;
    background: url('assets/edit-on.png') top right no-repeat;
}

.icon.addcard {
    color: #888;
    width: 80px;
    background: url('assets/add-card-off.png') top right no-repeat;
}

.icon.addcard:hover {
    color: #65a82d;
    background: url('assets/add-card-on.png') top right no-repeat;
}

.icon.editcard {
    color: #888;
    width: 56px;
    background: url('assets/edit-off.png') top right no-repeat;
}

.icon.editcard:hover {
    color: #65a82d;
    background: url('assets/edit-on.png') top right no-repeat;
}

.icon.addcharge {
    color: #888;
    width: 105px;
    background: url('assets/add-charge-off.png') top right no-repeat;
}

.icon.addcharge:hover {
    color: #65a82d;
    background: url('assets/add-charge-on.png') top right no-repeat;
}

.icon.delete {
    color: #888;
    width: 70px;
    background: url('assets/delete-off.png') top right no-repeat;
}

.icon.delete:hover {
    color: #9f4545;
    background: url('assets/delete-on.png') top right no-repeat;
}

.inline {
    position: relative;
    float: none;
    margin: 0 5px;
}

.delete-icon {
    color: #888;
    width: 70px;
    height: 18px;
    display: inline-block;
    float: right;
    position: relative;
    float: none;
    margin: 0 5px;
    background: url('assets/delete-off.png') top right no-repeat;
}

.delete-icon:hover {
    color: #9f4545;
    background: url('assets/delete-on.png') top right no-repeat;
}

.refund-icon {
    padding: 0 26px 2px 0;
    margin: 20px 10px 0 0;
    background: url('assets/refund-off.png') top right no-repeat;
    color: #888;
}

.refund-icon:hover {
    background: url('assets/refund-on.png') top right no-repeat;
    color: #005826;
}

.receipt-icon {
    padding: 0 28px 2px 0;
    margin: 20px 0px;
    background: url('assets/receipt-off.png') top right no-repeat;
    color: #888;
}

.receipt-icon:hover {
    background: url('assets/receipt-on.png') top right no-repeat;
    color: #005826;
}

.description.long-label {
    line-height: 2.5;
}

.pagination {
    margin: 14px 40px;
    border-top: 1px solid #dadada;
    height: 24px;
    padding-top: 10px;
}

.viewall {
    margin: 0 20px 0 0;
    height: 24px;
    text-align: right;
}

.next-page-link {
    padding-right: 25px;
    margin: 20px 10px;
    background: url('assets/nextarrow-off.png') top right no-repeat;
}

.prev-page-link {
    padding-left: 25px;
    margin: 20px 10px;
    background: url('assets/prevarrow-off.png') top left no-repeat;
}

.next-page-link:hover {
    background: url('assets/nextarrow-on.png') top right no-repeat;
}

.prev-page-link:hover {
    background: url('assets/prevarrow-on.png') top left no-repeat;
}

.view-all {
    padding-right: 25px;
    background: url('assets/nextarrow-off.png') top right no-repeat;
    color: #888;
}

.view-all:hover {
    background: url('assets/nextarrow-on.png') top right no-repeat;
}


.form-row {
    width: 40%;
    margin: 10px;
    display: inline-block;
    vertical-align: top !important;
}

.form-row-third {
    width: 25%;
    margin: 10px;
    display: inline-block;
}

.add-customer-submit {
    color: #d04559;
    padding: 3px 3px 3px 30px;
    background: url("assets/add-cust-off.png") top left no-repeat;
    float: right;
    margin-right: 40px;
}

.add-customer-submit:hover {
    color: #f00;
    background: url("assets/add-cust-on.png") top left no-repeat;
}

.edit-customer-submit {
    color: #65a82d;
    padding: 3px 3px 3px 30px;
    background: url("assets/edit-off.png") top left no-repeat;
    float: right;
    margin-right: 10px;
    /*margin-top: 37px;*/
}

.edit-customer-submit:hover {
    color: #80d045;
    background: url("assets/edit-on.png") top left no-repeat;
}

.add-card-submit {
    color: #65a82d;
    padding: 3px 3px 3px 30px;
    background: url("assets/add-card-off.png") top left no-repeat;
    float: right;
    margin-right: 144px;
}

.add-card-submit:hover {
    color: #80d045;
    background: url("assets/add-card-on.png") top left no-repeat;
}

.edit-card-submit {
    color: #65a82d;
    padding: 3px 3px 3px 30px;
    background: url("assets/edit-off.png") top left no-repeat;
    float: right;
    margin-right: 144px;
}

.edit-card-submit:hover {
    color: #80d045;
    background: url("assets/edit-on.png") top left no-repeat;
}

.dispute {
    padding: 3px;
    background-color: #d04559;
    color: #fff;
    font-weight: 400;
    margin-right: 4px;
}

.dispute:hover {
    background-color: #f00;
    color: #fff;
}

.back-btn {
    color: #d04559;
    padding: 3px 3px 3px 30px;
    background: url("assets/delete-off.png") top left no-repeat;
    float: right;
    margin-right: 100px;
    margin-top: 20px;
    display: inline-block;
}

.back-btn:hover {
    color: #f00;
    background: url("assets/delete-on.png") top left no-repeat;
}

.save-btn {
    color: #1cc02b;
    padding: 3px 3px 3px 30px;
    background: url("assets/ok-off.png") top left no-repeat;
    float: right;
    margin-right: 10px;
    margin-top: 20px;
}

.save-btn:hover {
    color: #80d045;
    background: url("assets/ok-on.png") top left no-repeat;
}

/****************  login form  *********************/
#vpos-login {
    width: 300px;
    border: 1px solid #c1c1c1;
    padding: 20px;
    -webkit-border-bottom-left-radius: 0.382em;
    -webkit-border-bottom-right-radius: 0.382em;
    border-bottom-left-radius: 0.382em;
    border-bottom-right-radius: 0.382em;
    -webkit-border-top-left-radius: 0.382em;
    -webkit-border-top-right-radius: 0.382em;
    border-top-left-radius: 0.382em;
    border-top-right-radius: 0.382em;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.07) inset, 0px 1px 0px white;
    border-color: #bbb #dadada #dadada;
    background-color: #fff;
    margin: 20px auto 30px auto;
}

#user_login, #user_pass {
    /*width:100%;*/
    width: 300px;
    padding: 5px 7px;
    border: 1px solid rgb(231, 231, 231);
    border-radius: 0.236em;
    background-clip: padding-box;
    font-size: 1em;
    line-height: 1.618em;
    font-family: inherit;
    outline: medium none;
    -moz-box-sizing: border-box;
    background-color: rgb(255, 255, 255);
}

#user_pass {
    padding: 5px 7px 5px 7px;
    width: 284px;
}

.login-submit .button-primary {
    margin-left: 116px;
    margin-top: 20px;
}

/****************  editable text  *********************/

.so-num-box {
    display: inline;
}

.editable_textarea, .editable_textarea2, .editable_textile {
    /*color:#52BCD9;*/
    color: #f37324;
    font-weight: 400;
}

#so-num.editable_textarea {
    /*padding: 4px;
      background-color:#FFF8DC; */
}

.notes-box textarea, editable_textile {
    height: 10em !important;
}

.so-num-box button, .notes-box button {
    border: 1px solid #c1c1c1;
    background-color: #000;
    color: #f8f8f8;
    margin: 2px 6px;
    font-weight: 900 !important;
    font-size: 16px;
    font-family: helvetica, arial, sans-serif;
}

.so-num-box button:hover, .notes-box button:hover {
    border: 1px solid #c1c1c1;
    background-color: #0894b4;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

/****************  modals  *********************/
#simplemodal-container {
    background-color: #adadad;
    height: 225px;
    width: 360px;
    color: #333;
    border: 4px solid #444;
    padding: 12px;
}

#simplemodal-container a {
    color: #ddd;
}

#simplemodal-container a.modalCloseImg {
    background: url("images/x.png") no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}

#simplemodal-container h3, #simplemodal-container h2 {
    color: #444;
}

#simplemodal-container .subbtn {
    padding: 3px 5px;
    float: right;
    background: #84b8d9;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    margin: 4px 20px 0 4px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#simplemodal-container .subbtn:hover {
    background: #45afd0;
}

#close-btn, #close-btn1, #close-btn2, #close-btn3, #close-btn4 {
    padding: 3px 5px;
    float: right;
    background: #84b8d9;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    margin: 4px 20px 0 4px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#close-btn:hover, #close-btn1:hover, #close-btn2:hover, #close-btn3, #close-btn4:hover {
    background: #45afd0;
}


#modal-content-payment form {
    margin: 0;
}

#modal-content-payment input.field {
    margin-bottom: 5px;
}

#modal-content-payment #card {
    margin-top: 5px;
    padding: 6px;
}

#modal-content-payment .subbtn {
    margin-top: 5px;
}

#modal-content-payment #receipt-box {
    margin: 5px 5px 0 0;
    font-size: 12px;
    vertical-align: top;
}

#modal-content-payment .receipt-box-label {
    margin-top: 5px;
    font-size: 12px;
    vertical-align: middle;
}

#mainfix {
    display: inline;
    float: left;
    width: 97.2222%;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
}


.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

/*jquery validation error message */
.error {
    color: #FF0004;
    font-weight: bold;
    border-color: #FF0004;
}

/*ajax response message */
.message {
    color: #FF0004;
    font-weight: 500;
}

input.field.field-red {
    border-color: #FF0004;
}

input .valid .field-red, input .field .field-red .valid {
    border-color: #FF0004 !important;
}

.customer-errors, .card-errors {
    color: #FF0004;
    font-weight: bold;
}

body.admin-bar #header .new-header {
    padding-top: 32px;
}