﻿.intial-hidden{
  display: none;
}
.coupon-code-message{
  display: none;
}
#gform_page_1_1 .gform_page_footer{
  visibility: hidden;
}
.skipthedealer-img{
	display:none;
}
.fakies-ajax-loader .c100.green .bar, 
.fakies-ajax-loader .c100.green .fill {
    border-color: #8cc63f !important;
}
.fakies-ajax-loader .c100:after {
    background-color: #ffffff;
}
.fakies-ajax-loader .c100 > span {
    color: #8cc63f;
    font-weight: bold;
}
.fakies-ajax-loader .c100.green:hover > span {
    color: #8cc63f;
}
.ids-icon-tick .ginput_preview .gform_delete {
    width: auto;
}
body .ids-icon-tick strong {
    margin-left: 0px;
}
body .ids-icon-tick .ginput_preview {
    position: initial;
}
.order-count a span.order-count{
    background: #8cc63f;
    padding: 2px 8px;
    border-radius: 18px;
    box-shadow: inset 0 -2px 0 #6c9a2e;
    /* margin-left: 0px !important; */
}

/*.fakies-file-field{
  display: none;
}*/

.fakies-ajax-loader {
  background-color: rgba(255,255,255,0.7);
  position: relative;
  z-index: +100 !important;
  width: 100%;
  height:100%;
}

.fakies-ajax-loader img {
  position: relative;
  top:50%;
  left:6%;
}


/*-.ajax-loader{
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: Black;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.8;
}
.ajax-loader img{
  z-index: 1000;
  margin: 300px auto;
  padding: 10px;
  width: 500px;
  border-radius: 10px;
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}*/


/****************/

.order-sleeve .sleeve-option button, input[type=button], input[type=submit] {
  font-size: 12px;
}
.order-sleeve .thumbnail.active {
    border: 2px solid #428bca ;
}
.order-sleeve .sleeve-option  button.customPrint.active {
  background-color: #295F90;
  border-color: #295F90;
}
.order-sleeve .sleeve-option  button.NeedHelp.active{
  background-color: #295F90;
  border-color: #295F90;
}
.order-sleeve .thumbnail .caption p{
  text-align: center;
}

.order-sleeve #needtextarea {
    margin: 10px 0px 10px 0px;
}
.order-sleeve .slOpActive{
  display: none;
}
.order-sleeve .neeIActive{
  display: none;
}

.c-upload-btn,
.c-upload-btn:hover{
  border: 0px;
  border-radius: 0px;
}
.gfCustomFile{
  border: 1px solid rgb(169, 169, 169);
}
button.btn.btn-default.gfModel {
  background: #428bca;
  color: #fff;
}
.order-sleeve .row.need-text-area {
  margin: 10px 0px;
}
.row.need-text-area span {
  font-size: 16px;
  font-weight: 700;
}
.order-sleeve textarea {
  border: 2px solid gray;
}
.order-sleeve .sleeve-option {
  margin: 14px 0px;
}
.pp-info-admin .model-pay-order .partial-payment td{
  padding: 8px !important;
}
.pp-info-admin .price-list {
  border-bottom: 1px solid #ddd;
  margin: 20px;
  padding: 8px;
}
.pp-info-admin span.print-price-amt {
    position: absolute;
    right: 24px;
    font-size: 20px;
    color: #808080;
    margin-right: 20px;
}
.pp-info-admin .price-list-payment {
    font-size: 18px;
    font-weight: normal;
}

/*@media screen and (max-width:1024px){
}*/


/*@media screen and (max-width:640px){

}
@media screen and (max-width:568px){

}
@media screen and (max-width:480px){

}
@media screen and (max-width:414px){

}
@media screen and (max-width:375px){

}
@media screen and (max-width:320px){
}*/


.some-page-wrapper {
  margin: 15px;
}

.some-page-wrapper .row {
/*  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;*/
}

/*.some-page-wrapper .row .column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  border: 1px solid #ddd;
  margin: 3px 0px;
  padding: 6px 12px;
}*/
.some-page-wrapper .row .column label {
  margin: 10px 0px;
  color: rgba(51, 51, 51, 0.8117647058823529);
  padding-right: 6px;
}
td.order-notifications .sub-child {
  display: inline-block;
  padding: 0px 2px;
}
td.order-payment .btn {
    width: 100px !important;
}

.section-auto-height .section-content{
  height: auto !important;
}


.message-section-layout .loader-overlay.loading{
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.message-section-layout .attachement-name {
  margin: 10px;
  float: left;
  color: green;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
}
.message-section-layout .ids-main{
  position: relative;
  padding: 12px;
}
.message-section-layout .ids-main .loader-overlay{
  display: none;
  background-color: rgba(0,255,0,0.1);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.message-section-layout .ids-main.loading .loader-overlay{
  display: block;
}

.message-section-layout .progress-bar{
  display: none;
}

.message-section-layout .ids-main.loading .progress-bar{
  display: block;
}

.message-section-layout .dropdown-menu.ids-dropdown{
  padding: 12px 0;
}
.message-section-layout .output-message{
  padding: 0 12px;
}

.message-section-layout textarea.form-control {
  height: 200px;
}

.message-section-layout .older-message-loader{
  text-align: center;
  display: none;
}

.message-section-layout .older-message-loader i{
  font-size: 16px;
}
.message-section-layout .ids-chat-msg-error{
  color:red;
}

.form-table.dataTable tbody .front-print-user td {
    width: 100px;
}

.gfCustomSelect select.selectpicker {
    width: 100%;
}


.order-discount .order-dis-price b{
  float: right;
}

.order-dis-price {
    border-bottom: 1px solid gray;
    padding: 10px;
}

.front-print-user td.order-tasks .fa, .order-completed td.order-tasks .fa {
    margin-right: 15px;
    cursor: pointer;
}
.order-new td.order-tasks .fa, .order-completed td.order-tasks .fa {
    margin-right: 15px;
    cursor: pointer;
}

/*******************16-9-2019 css***********/
.order-details .section{
  width: 100%;
  float: left;
}
.content-order-summery {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.col-md-6.left-col-1 {
    border-right: 1px solid #ccc;
}
.content-order-summery.garments {
    display: flex;
    align-items: center;
}
span.pagination-seprator {
    margin: 0px 4px;
    font-weight: bold;
}
.content-order-summery .form-element label{
    width: 30%;
    float: left;
    color: #333333;
    font-size: 16px;
}
.order-details .section .ui-accordion-header span {
    font-size: 20px;
}

span.span-detail {
    font-size: 16px;
}
.content-order-summery .content-left .ids_form-element img{
  max-width: 130px;
}
.some-page-wrapper .row .column {
 /*   display: inline-block;
    flex-direction: column;
    flex-basis: initial;
    flex: initial;*/
    border: 1px solid #ddd;
    padding: 6px 12px;
    margin-right: 16px;
    margin-bottom: 16px;
    width: calc(25% - 16px);
    float: left;
}
.art-file img {
    max-width: 35px;
}


/*****************order-now form css**********/
.gform_wrapper .print-order-form .gf_step span.gf_step_label, 
.gform_wrapper .print-order-form .gf_step span.gf_step_number{
   font-size: 14px;
}
.gform_wrapper .print-order-form h2.gsection_title{
    color: #ff1600;
}
.art-degn-specification label,
.art-specification label{
    width: 100%;
}
/*span.order-icon:before {
    background-image: url(https://help.bigcartel.com/assets/help/app-icons/orders-951225e….svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 23px 23px;
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 2px;
    position: relative;
    top: 4px;
}*/
.order-details .btn-submit{
    margin-left: 20px;
    margin-right: 20px;
}
.modal-header {
    background: #a6b4dd;
}

.invoice-status .gform_wrapper .send-invoice-form .gform_footer:not(.top_label) {
    padding: 16px 0 10px;
    margin-left: 0;
    width: 100%;
    float: left;
    margin-top:0px;
}
.invoice-status .modal-content {
    width: 100%;
    float: left;
}
.gform_wrapper .send-invoice-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .send-invoice-form ul.gform_fields li.gfield select {
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.gform_wrapper .send-invoice-form .ginput_container_date input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 70%;
}
.gform_wrapper .send-invoice-form .gform_footer input[type=submit]{
  margin: 0px;
}
.gform_wrapper .send-invoice-form ul.gform_fields li.gfield {
    padding-right: 0px;
}
/********send me css ********/
span.pagination-seprator.bar-not-visible {
    display: none;
}

/*.invoice-status button {
    margin-top: -4px;
}*/
.form-table.dataTable .garments tbody tr:not(.order-details) {
    border: 1px solid #ddd;
}
body .form-table.dataTable .garments tbody tr td {
    padding: 5px;
    border: inherit;
    color: #333;
    font-size: 14px;
}
.user-invoice-details thead tr {
    border-left: 0px !important;/********remove this********/
    border-right: 0px !important;/********remove this********/
}
.form-table.dataTable tbody .user-invoice-details tr:not(.order-details) {
    border-left: 1px solid #ddd;
}

.section-user-details .invoice-status button.btn.btn-primary {
    float: left;
    margin: 0px 6px;
    font-size: inherit;
}
.section-user-details .invoice-status {
    width: 70%;
    float: left;
}
.form-table.dataTable .user-invoice-details thead tr th {
    font-weight: bold;
    color: #fff;
}
.user-invoice-details thead tr  th{
  background-color: #337ab7;
}
.art-color {
    word-wrap: break-word;
}
.garments .col-md-6.left-col-1{
  border-right:0px;
}
body .gform_wrapper .ids-printables .partial-pay-by .gfield_radio li {
    width: 50%;
    float:left;
}
.gform_wrapper .ids-printables .gform_footer input[type=submit]{
  margin: 0px;
}
body .gform_wrapper .ids-printables .partial-pay-by .gfield_radio li label{
  font-size: 16px !important;/******remove this*******/
}
.gform_wrapper .top_label li.partial-pay-by .gfield_label {
    font-size: 18px !important;/******remove this*******/
    font-weight: bold !important;/******remove this*******/
    color: #333;
}
/*.user-odrdetails {
    margin-top: 20px;
}*/
.user-form-table thead th {
    text-align: center;
    background-color: #428bca;
    color: #fff;
    font-size:18px;
}
.user-form-table table.table {
    border: 1px solid #ccc;
}
.user-form-table .table>tbody>tr {
    font-size: 16px;
}
.order-history {
    vertical-align: middle;
    display: flex;
    align-items: center;
    width: 100%;
}
/****remove page id*****/
.page-id-608 .fl-content.col-md-12 {
    border: 1px solid #ddd;
    padding: 15px;
}
.invoice-status form {
    display: inline-block;
}
.invoice-status form input{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.invoice-status form input:hover {
    background-color: #286090;
}
span.span-detail {
    font-size: 16px;
    width: 70%;
}
@media screen and (max-width: 991px){
  .modal-dialog.user-invoice-info {
      width: 700px;
  }
}
@media screen and (max-width:980px){
  .col-md-6.left-col-1 {
      border-right:0;
  }.some-page-wrapper .row .column {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width:840px){
  th#gv-field-50-edit_link {
      width: 10% !important;
  }
  
}
@media screen and (max-width:767px){
  .fl-post-content .row.order-row{
    overflow-y: scroll;
  }
  .modal-dialog.user-invoice-info {
    width:auto;
  }
}
@media screen and (max-width:640px){
  .gform_wrapper#gform_wrapper_19 .ginput_container_date input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
  }
  .content-order-summery.garments {
    display: inherit;
  }
  .product-image-order{
    text-align: center;
  }
  .btn-placeholder {
    margin-top: 20px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .btn-placeholder button {
    width: 100%;
  }
  .user-invoice-info .modal-body {
    overflow: hidden;
    overflow: scroll;
  }
  body .gv-table-view{
    width:auto;
  }
}

@media screen and (max-width:560px){
  .section-user-details .content-order-summery .form-element label {
    width: auto;
  }
  .section-user-details .invoice-status {
    width: 100%;
    margin-bottom: 20px;
  }
  .user-odrdetails {
    width: 100%;
    float: left;
  }
  .user-odrdetails {
    margin-top:0px;
  }

}
@media screen and (max-width:480px){
  .some-page-wrapper .row .column {
    width: calc(100% - 16px);
  }
}



.print-payment-msgg{
 font-size:20px; 
 color:red; padding: 10px; 
 display:none;
}

.order-payment.no-invoice {
    width: 100% !important;
}

.success-all-payment{
  font-size:14px; 
  color:green;
}

.print-edit-order-btn{
  float: right;
  padding-right: 12px;
  padding-top: 2px;
}
.section .form-element {
    float: left;
    width: 100%;
}

.file-exist-class{
  display: none;
}

.chat-msg-receive,
.chat-msg-send{
  background-color:rgba(0,255,0,0.1);
  margin-bottom: 10px;
  border-radius: 4px;
}
.chat-msg-send{
  background-color: #dc5a5626;
}
.ids-main .col-md-12 {
    padding-left: 0px;
}

/**********************/

.gfCustomContent .selectpicker option {
  padding-left: 24px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left center;
}

#fakeprogress {
  background-color:#ceecff;
  border:2px solid #ADDEFC;
  background-image:url(http://www.wordinmotion.com/wp-content/themes/rockwell_v1.7.1/skins/white/gfx/ajax-loader.gif);
  background-repeat:no-repeat;
  background-position:center 65px;
  height:120px;
  width:400px;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-60px;
  margin-left:-200px;
  z-index:100;
}
#fakeprogress h2 {
  text-align:center;
  margin:0;
  padding:25px 0 0 0;
  font-weight:bold;
  font-size:24px;
  font-family:sans-serif;
}
table.order-history-table{
  background-color:#fff;
  border-collapse:collapse; 
  width: 100%;line-height: 
  inherit;text-align: left;
  margin-top:10px;
}
table.order-history-table thead{
  background: #ff5722;
  color: #fff;
  font-size:11px;
  text-transform:uppercase; 
  font-size: 12px
}

table.order-history-table thead tr th{
  text-align:center;
  background-color:#ff1600;
  color:white;
  font-size: 16px;
  height: 40px;
}

table.order-history-table tbody tr td{
  padding:5px;
  border:1px solid #ccc;
  text-align:center;
}
table.order-history-table tbody tr td:last-child {
    text-align: right;
}
table.order-history-table tbody tr td:first-child {
    text-align: left;
}
table.order-history-table tfoot{
  text-align:right;
}
table.order-history-table tfoot tr td.subtotle-price{
  text-align:right;
  padding:5px;
  border:1px solid #ccc;
}

table.order-history-table tfoot tr td.subtotle-price.total-price{
  background-color:#ff1600;
  color:#fff;
}


.order-info-message .fl-cta-title{
  padding: 0px;
}

.order-info-message .fl-cta-title{
  padding: 0px;
}

.order-info-message .fl-module-content{
 margin: 12px 0;
}

.order-info-message .fl-cta-text{
  padding-left: 12px
}

.fl-builder-content .order-info-message a.fl-button{
  background: #ff1600;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 0px;
  border:none;
}

.gv-widget-custom-content  a.btn.btn-primary {
  margin: 8px 0px;
}
table.gv-table-view th {
  font-size: 16px;
}
.print-shipping-location {
  width: 100%;
  float: left;
}
.content-order-summery .form-element .print-shipping-location label {
  float: inherit;
}
span.no-access-msg {
  font-size: 30px;
}
.gv-table-view table.gv-table-view {
    border: 1px solid #ddd;
    border-top: 0px;
}
table.gv-table-view thead {
    background-color: #ff1600;
    color: #fff;
    line-height:40px;
}
table.gv-table-view tbody tr {
    line-height: 40px;
}
table.gv-table-view tbody tr td:first-child,
table.gv-table-view  tr th:first-child,
table.gv-table-view tfoot tr th:first-child {
    padding-left: 16px;
}
table.gv-table-view tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}
.gv-grid-col-1-2.gv-right {
    padding-right: 0px;
}
body .gv-table-view{
  overflow-x: auto;
}
.print-shipping-location span {
    font-size: 16px;
}
.add-new-vendor:hover{
  text-decoration: underline;
}
div#re-update-company {
  margin-left: 12px;
  font-size: 14px;
}
/*********************** validation msg**************/

.gform_wrapper .gf-vendor li.gfield.gfield_error, 
.gform_wrapper .gf-vendor li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 6px!important;
    border-top: 0;
    border-bottom: 0;
   padding-top: 0px;
    box-sizing: border-box;
}
.gform_wrapper .gf-vendor li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
.gform_wrapper .gf-vendor li.gfield.gfield_error.gfield_contains_required label.gfield_label{
      margin-top: 0px;
}
.btn-sm.gv-button-delete {
    padding: 6px 12px;
    font-size: 14px;
    margin-right: 12px;
    margin-top: 0px;
    background: #c9302c;
}
.fakies-upload-87 {
    padding: 24px;
    border: 1px dashed #CCC;
    text-align:center;
    color:#AAA;
    margin-bottom: 16px;
    background: rgba(0,0,0,.02);
}
.fakies-upload-87 button {
    border-radius: 0px;
    padding: 6px 12px!important;
}
.fakies-ajax-loader img {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
}
.fakies-ajax-loader {
    position: absolute;
    top: 0;
    background: rgba(0,0,0,.4);
    left: 0px;
}
div#ui-id-1 {
    position: relative;
}
body .gv-button-cancel {
    display: none;
}
.customize-fakies-form .gform_page_footer input.button {
    border-radius: 0;
}
.card-added-message-one {
    font-size: 18px;
    margin-top: 20px;
}

.card-added-message-two {
    font-size: 18px;
    margin-top: 20px;
}




.c100 *, 
.c100:before, 
.c100:after, 
.c100 *:before, 
.c100 *:after{
  box-sizing: content-box !important;
}


.upload-cancel-btn {
  background: #8cc63f;
  border: 0px;
  color: #fff;
  padding: 6px 20px;
  font-size: 18px;
  cursor: pointer;
  box-shadow: inset 0 -2px 0 #6c9a2e;
  width: 100px;
}

.file-uploader-percentage.c100{
  margin: auto;
  float: none;

}

.fu-center-container{
  text-align: center;
  margin: 12px 0;
}

.fu-cancel-btn-container{
  margin: 0 auto;
}

.fu-loader-center {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 20px 50px;
    border-radius: 10px;
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    z-index: 2;
}

body #main-header {
    z-index: 3;
}
.forced-hidden{
  display: none;
}
/*.facebook-ajax-loader {
    position: fixed;
    background: #000000a6;
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}*/


/*
.fu-center-container.file-uploader-percentage  {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
}
.fu-center-container {
    position: absolute;
    top: 0;
    background: #0000008f;
    left: 0px;
}
*/
/*.fu-center-container {
  background-color: rgba(255,255,255,0.7);
  position: relative;
  z-index: +100 !important;
  width: 100%;
  height:100%;
}

.fu-center-container.file-uploader-percentage {
  position: relative;
  top:50%;
  left:6%;
}*/



/* The Modal (background) 
.fk-modal {
  display: none; 
  position: absolute; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 98%;
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  left: 50%;
  transform: translate(-50%);
}

.modal-content {
  background-color: #8cc63f;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 10px;
}

.fk-close {
  color: #fff;  
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.fk-close:hover,
.fk-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}*/