html,
body {
    background-color: #fff;
    height: auto;
}

.wrap {
    min-height: 100%;
    height: auto;
}

.wrap > .container {
    height: 1200px;
}

.main-bckgrnd >div, .main-bckgrnd >form, .main-bckgrnd >input {
    z-index: 2;
    position: relative;
}
.main-bckgrnd .frontend-profile-index {
    top: -60px;
}
.main-bckgrnd::after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    background-image:  url("../images/pyp-bckgrnd.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 100%;
    width: 50%;
    left: 25%;
    height: 100%;
    opacity : 0.05;
    z-index: -1;
    height: 1200px;
    z-index: 1;
}

.main-bckgrnd {
    width: 1170px;
    margin: 0 auto;
    padding: 65px 35px 50px;
}

.orders-statuses li a {
    text-align: center;
    width: 100%;
    color: rgb(253, 252, 252);
    text-transform: uppercase;
}

.tab-link-wrapper {
    background: #000000;
    font-size: 12px;
}

.ul-orders {
    list-style: none;
}

.tabs-block {
    width: 850px;
    float: left;
}

.admin-tools-block {
    float: left;
    text-align: center;
    width: 200px;
    background-color: #000000;
    color: #000000;
    margin-left: 50px;
    padding: 2px 8px;
    border-radius: 2px;
    margin-top: 15px;
}

.search-block-container, .reset-block-container {
    background-color: #ffffff;
    border-radius: 3px;
    text-transform: uppercase;
}

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

.tabs-block ul li {
    float: left;
    margin-right: 15px;
}

.tabs-block ul li a {
    padding: 15px 0 0 0;
    width: 125px;
    height: 55px;
    display: block;
}

.tabs-block ul li:last-child {
    margin-right: 0;
}

.tab-link-wrapper {
    border-radius: 3px;
}

.tabs-content {
    width: 100%;
    background-color: #000000;
    border-radius: 2px;
    margin-top: 40px;
    padding: 8px 4px;
    height: 660px;
    opacity: 0.8;
}

.tabs-inner-wrapper {
    background-color: #ffffff;
    border-radius: 3px;
    padding: 8px;
    height: 644px;
    overflow: auto;
}

.tabs-content p {
    margin: 0;
}

.login-form {
    width: 380px;
    margin: 10px auto 0;
}

.login-form > div {
    margin-bottom: 8px;
    border: solid 3px #000000;
    border-radius: 2px;
    background-color: #000000;
}

.login-form input {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    border-radius: 2px;
    border: solid 2px white;
    height: 45px;
    font-size: 22px;
}

.login-form input:focus {
    outline: none;
}

.order-info-row, .product-info-row {
    font-weight: bold;
}

.products-list {
    margin-top: 60px;
    margin-bottom: 50px;
}


.product-row > div {
    float: left;
    margin-right: 35px;
}

.product-row {
    height: 110px;
    margin-bottom: 50px;
    clear: both;
}

.photo-image-wrapper {
    border: solid 4px #000000;
    border-radius: 4px;
    background-color: #000000;
    position: relative;
}

 .customer-photo.photo-image {
    width: 140px;
}

.photo-image-wrapper {
    margin: 0 auto;
}

.resub-product input {
    margin: 0 auto;
}

.photo-image > div.choose-new-file {
    text-align: center;
    font-size: 12px;
    width: 100%;
    margin: 8px 0;
}

.photo-image > div, .photo-image > input {
    width: 110px;
}

.photo-image-inner-border {
    border: solid 6px #ffffff;
    border-radius: 4px;
    text-align: center;
    background-color: #000000;
    position: relative;
}

.photo-image-inner-border img {
    height: 90px;
    max-width: 100%;
    pointer-events: none;
}

.product-image img {
    height: 102px;
    margin-top: 4px;
}

.arrow-status div {
    margin-top: 10px;
    height: 90px;
    width: 177px;
    line-height: 90px;
    padding-left: 10px;
    color: white;
}

.processing-arrow {
    background: url("../images/processing-arrow.png") no-repeat;
}

.arrow-status .processing-arrow > div, .arrow-status div.processing-arrow {
    color: #000000;
}

.fixing-arrow {
    background: url("../images/fixing-arrow.png") no-repeat;
}

.resub-arrow {
    background: url("../images/resub-arrow.png") no-repeat;
}

.printing-arrow {
    background: url("../images/printing-arrow.png") no-repeat;
}

.processed-arrow {
    background: url("../images/processed-arrow.png") no-repeat;
}

.product-row > div.radio-status-action {
    font-weight: bold;
    margin-right: 20px;
    width: 135px;
}

.status-action-label {
    line-height: 30px;
}

.radio-status-action input {
    height: 30px;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}

.radio-status-action .status-action-label {
    float: left;
}

.check-status {
    margin-top: 33px;
    margin-left: 20px;
}

.check-status div {
    height: 44px;
    width: 53px;
    background-image: url("../images/check-status.png");
    background-size: 100%;
}

.check-status.success div {
    background-image: url("../images/check-status-success.png");
}

.frontend-profile-index, .backend-profile-index {
    position: relative;
}

.bottom-block {
    height: 300px;
    bottom: 0;
    width: 100%;
}

.resub-status .photo-image-wrapper {
    border: solid 4px #ff0000;
    background-color: red;
}

.resub-status .photo-image-inner-border > div, .not-image {
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    color: darkgrey;
    background-color: #ffffff;
    font-size: 18px;
}

.arrow-status-info-row .min-arrow {
    height: 45px;
    background-size: 100%;
    width: 89px;
    line-height: 47px;
    font-size: 10px;
    padding-left: 5px;
    color: #ffffff;
}

.arrow-status-info-row div {
    float: left;
}

.duration-process {
    margin-left: 20px;
    line-height: 47px;
}

.arrow-status-info-row {
    margin-bottom: 20px;
    height: 45px;
}

.arrow-status-info {
    float: left;
    width: 250px;
    margin-top: 40px;
}

.print-button-wrapper {
    float: right;
}

.chat-box {
    width: 420px;
    margin-top: 40px;
    float: left;
    background-color: #ffffff;
    border-radius: 4px;
    text-align: center;
    height: 260px;
    margin-left: 90px;
    line-height: 20px;
    border: solid 4px black;
    position: relative;
}

.print-button-wrapper input {
    width: 200px;
    height: 60px;
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 4px;
    border: none;
    margin-top: 240px;
    outline: none;
    margin-right: 20px;
}

.print-button-wrapper input.printing-button {
    background-color: rgb(57, 181, 74);
}

.submit-admin {
    width: 200px;
    height: 60px;
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 4px;
    border: none;
    margin-top: 180px;
    background-color: rgb(209, 33, 56);
}

.resub-product {
    height: 170px;
}

.product-row > div.customer-photo {
    margin-right: 25px;
}

.product-info {
    width: 100px;
}

.proof-image.photo-image {
    width: 140px;
}

.proof-image.photo-image input {
    margin: 0px auto 10px;
    width: 110px;
}

.proof-image.photo-image form {
    text-align: center;
}

.tabs-content a {
    text-decoration: underline;
    margin-right: 15px;
    display: block;
}

.blur-filter {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.blurbox-noscroll {
    height: auto !important;
}

.popup-message {
    display: none;
    width: 500px;
    height: 330px;
    left: 0!important;
}

#blurbox-wrapper {
    padding: 0px !important;
    overflow: inherit !important;

}

.message-wrapper {
    border: solid 10px #000000;
    border-radius: 5px;
    padding: 20px;
    height: 330px;
}
.fix-comments-list .message {
    margin-bottom: 5px;
}

#popup_watchfix .message-wrapper {
    overflow: auto;
}

.popup-message-header {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}

.popup-message textarea {
    width: 100%;
    height: 150px;
    resize: none;
    border: none;
    margin-top: 20px;
    border: 1px solid #ccc;
}

.btn-send-message-user, .btn-send-message-admin{
    background-color: rgb(0, 174, 240);
    height: 30px;
    width: 90px;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    color: #ffffff;
}

.bottom-panel {
    margin-top: 20px;
}

.close-popup-message {
    margin-right: 10px;
    background-color: rgb(193, 193, 193);
    line-height: 30px;
    border-radius: 2px;
    width: 90px;
    display: block;
    text-align: center;
    color: #ffffff;
}

.close-popup-message:hover {
    text-decoration: none;
    color: #ffffff;
}

.bottom-panel .close-popup-message , .bottom-panel input {
    float: right;
}

.chat-box-inner-wrapper {
    width: 390px;
    margin: 10px auto;
    padding-bottom: 1.5em;
}
.chat-box-inner-wrapper .message {
    margin-bottom: 5px;
    min-height: 60px;
    border: 0;
}
.customer-message.message {
    background-color: rgb(0, 174, 240);
    color: #fff;
}
.admin-message.message {
    background-color: rgb(218, 212, 193);
}

.order-meta-data {
    display: none;
}

.customer-message .message-text {
}

.admin-message .message-text {
}
.message-time-send {
    font-size: 10px;
    opacity: .8;
    font-style: italic;
}
.message-text {
    position: relative;
    // padding: 2px 4px 2px 4px;
    border-radius: 2px;
}

.admin-message .message-text {
    padding-left: 30px;
}

.message-text > img.min-logo {
    position: absolute;
    left: 0;
    height: 15px;
}

.chat-attchmt {
    width: 100px;
    max-height: 100px;
}

.chat-box-inner-wrapper .message {
    width: 70%;
}

.chat-box-inner-wrapper .customer-message {
    float: left;
}

.chat-box-inner-wrapper .admin-message {
    float: right;
}

.message-time-send {
    font-size: 12px;
}

.product-approvals img {
    max-width: 30px;
}

.product-approvals {
    margin-bottom: 10px;
}

.products-approvals {
    margin-left: 15px;
}

.product-image {
    width: 110px;
    text-align: center;
}

.user-block {
    float: right;
}

.user-block a {
    float: left;
    line-height: 30px;
    width: 75px;
    background-color: #000000;
    margin: 0 10px;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
}

.user-block a:hover {
    text-decoration: none;
}

.user-block form {
    float: left;
}

.user-block form input {
    background-color: #000000;
    border: none;
    color: #ffffff;
    border-radius: 3px;
    text-transform: uppercase;
    width: 70px;
    text-align: center;
    height: 30px;
}

.search-block-container input, .search-block-container input:focus, .search-block-container input:active {
    border: none;
    outline: none;
}

.reset-block-container input, .reset-block-container input:focus, .reset-block-container input:active {
    border: 1px solid;
    outline: none;
    width: 100%;
    padding: 0 5px;
}

.reset-block {
    margin-top: 30px;
}

.print-button-wrapper input.not-printing-button {
    cursor: default;
}

.choose-new-file {
    cursor: pointer;
    background: white;
    border: solid 1px;
    border-radius: 10px;
    line-height: 20px;
}

.top-head-wrapper {
    margin: 0 0 20px 0;
    float: right;
}

.go-home {
    color: #000000;
    text-decoration: underline;
}

/*.empty-chat {
    line-height: 120px;
    font-size: 24px;
}*/

.empty-chat:hover {
    opacity: 0.5;
}

.background {
    background-color: #BCBCBC;
    width: 100px;
    height: 50px;
    padding: 0;
    margin: 0
}
.line1 {
    width: 146px;
    height: 5px;
    border-bottom: 5px solid red;
    -webkit-transform: translateY(-54px) translateX(-22px) rotate(45deg);
    position: absolute;
}

.new-upload {
    display: none;
}

.order_complete {
    cursor: default !important;
}

.product-row .resub-arrow {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.product-row .resub-arrow div {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    width: 177px;
    text-align: center;
}

.product-row .arrow-status div.resub-arrow {
    padding-right: 10px;
    padding-left: 0;
}

.proof-image.resub-status .choose-new-file, .proof-image.resub-status input {
    display: none;
}

input[name="UploadForm[file]"] {
    display: none;
}

.order-printed {
    height: 500px;
    font-size: 52px;
    text-align: center;
    color: rgb(57, 181, 74);
    font-weight: bold;
    padding-top: 250px;
}

.extra-info {
    cursor: pointer;
}

.write-message span, .expand-chat span, .add-attachment span{
    font-size: 24px;
}

.write-message {
    position: absolute;
    right: 20px;
    top: 112px;
}

.add-attachment {
    position: absolute;
    right: 15px;
    bottom: 45px;
    z-index: 10;
}

.chat-box-outer-wrapper {
    height: 205px;
    overflow: auto;
    padding-bottom: 100px;
}

.expand-chat {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 10;
}

.chatbox-lg {
    width: 600px;
    height: 300px;
    margin: 0;
    position: absolute;
    left: 250px;
}

.chat-box-outer-wrapper-lg {
    height: 292px;
}

.chat-box-inner-wrapper-lg {
    width: 550px;
    height: 260px;
}

.write-message-lg {
    top: 260px;
}

.chat-box-admin-view-lg {
    margin-left: 0 !important;
}

.cb-transition {
    transition: 0.5s;
}

.modal-notify-content {
    padding: 20px;
}

.close-modal {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.remove-proof {
    position: absolute;
    top: -20px;
    right: -20px;
    color: red;
    cursor: pointer;
    font-size: 23px;
}

.empty-chat-lg {
    /*line-height: 260px;*/
    height: 100%;
}

.empty-chat {
    cursor: pointer;
}

.arrow-status-info .processing-arrow {
    color: #000000;
}

.popover-label {
    font-weight: bold;
}

.tabs-content-outer-wrapper {
    padding-right: 25px;
    width: 850px;
    float: left;
}

.progress-bar {
    position: absolute;
    bottom: 0px;
    background: lawngreen;
    width: 0%;
    z-index: 9;
    height: 7px;
}

.submit-admin.disabled-send {
    background-color: #808080;
}

.ajax-load {
    background-image: url("../images/25.GIF");
    width: 50px;
    height: 50px;
    position: absolute;
    top: 26px;
    left: 26px;
    background-size: 100%;
}


.tab-header input.apprvls-upld {
    line-height: 28px;
    width: 75px;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    float: left;
    border: 0;
}

.tab-header {
    background: darkgray;
    padding: 10px;
}

.progress-bar-upld {
    background-image: url("../images/16.GIF");
    height: 30px;
    background-repeat: no-repeat;
    float: left;
    width: 240px;
    margin-left: 5px;
    display: none;
}

.tabs-inner-wrapper > div {
    display: none;
}
.fancybox-image { pointer-events: none; }
.photo-image-inner-border a:before {
  position: absolute;
  top: 0;
  content: ' ';
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
}

.contact-us-hint {
    color: lightgray;
    font-size: 14px;
}

.contact-us-header {
    font-size: 24px;
    line-height: 30px;
}

.order-info {
    float: left;
    text-align: left;
    padding: 10px;
}

.order-notes {
    width: 500px;
    text-align: left;
}
.frontend-profile-index .order-notes {
    width: auto;
    float: right;
}
.hidden-area {
    visibility: hidden;
}

.print_confirmation {
    background-image: url("../images/print_confirmation.png");
    width: 250px;
    height: 250px;
    background-size: contain;
}

.show-intro-tour {
    margin-bottom: 20px;
}

.top-head-wrapper .admin-tools-block {
    float: right;
    margin-top: 0;
}

.top-head-wrapper .go-home {
    float: left;
}

.next-prev-section {
    width: 200px;
    float: right;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.prev-order {
    float: left;
}

.next-order {
    float: right;
}

.new-orders-btns .btns-label, .new-orders-btns a {
    color: #5cb85c;
}

.new-orders-btns a:hover {
    color: #008000;
}

.ntfs-orders-btns .btns-label {
    color: #337ab7;
}


.rsbs-orders-btns .btns-label, .rsbs-orders-btns a {
    color: rgb(209, 33, 56);
}

.rsbs-orders-btns a:hover {
    color: rgb(160, 33, 56);
}


.fix-orders-btns .btns-label, .fix-orders-btns a {
    color: rgb(254, 215, 56);
}

.fix-orders-btns a:hover {
    color: rgb(210, 190, 50);
}

.revert-btn {
    float: right;
    width: 200px;
    margin-bottom: 20px;
}

.revert-btn a {
    display: block;
    line-height: 20px;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    background-color: #000;
    font-weight: bold;
    color: #fff;
}

.revert-btn a:hover {
    text-decoration: none;
}

.colors-list li {
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #000000;
    line-height: 0;
    list-style: none;
}

.float-left {
    float: left;
}

.colors-list {
    z-index: 9;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
}

.color-order {
    width: 10%;
    line-height: 30px;
    padding-left: 10px;
}

.color-hex {
    width: 85%;
    border-right: 2px solid black;
}

.remove-color {
    float: left;
    width: 5%;
    background-color: red;
    height: 30px;
    line-height: 30px;
    padding-left: 25px;
    display: block;
    color: white;
    font-weight: bold;
}

.create-color-form-wrapper {
    margin-bottom: 30px;
}

.create-color-form-wrapper a{
    color: #000000;
    text-decoration: underline;
}

.colors-ui {
    line-height: 30px;
    width: 100px;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    float: left;
    margin-top: 30px;
}

.colors-ui a {
    color: #FFFFFF;
    margin-top: 20px;

}

.margin-left-20 {
    margin-left: 20px;
}

.styles-form input[name="UploadForm[file]"], .collections-form input[name="UploadForm[file]"] {
    display: block;
}

.styles-index img {
    width: 100px;
}

.collections-index img {
    width: 100px;
}

.pad-right-10 {
    padding-right: 10px;
}

.uppercase {
    text-transform: uppercase;
}

.message-text a {
    color: #000000;
}

.attachments-enabled-wrapper {
    position: absolute;
    top: -35px;
}

.logo-home {
    height: 165px;
    margin-bottom: 50px;
}

.frontend-default-index {
    text-align: center;
}

.login-form input[type=text]{
    margin-bottom: 20px;
    border: solid 1px rgb(166, 166, 166);
    text-align: left;
    padding-left: 20px;
    font-size: 14px;
}

.login-form input[type=submit]{
    background-color: rgb(255, 79, 79);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
}

.shopify-section {
    margin-top: 50px;
}

.shopify-section h2 {
    font-size: 24px;
}

.shopify-section a {
    display: inline-block;
    line-height: 30px;
    color: #FFFFFF;
    padding: 0 10px;
}

.shopify-section a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.update-col {
    background-color: #5cb85c;
}

.delete-col {
    background-color: #c9302c;
}

.login-form > div.error-msg {
    background-color: #fff;
    border: none;
    color: rgb(255, 79, 79);
}
.orders-list a {
    line-height: 3.5;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 1.8em;
}
.ibox-content {
background-color: rgba(255,255,255,.6);
}
.fileinput-button {
    display: none;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000;
}

.mfp-close {
    right: 0px;
    text-align: right;
    padding-right: 15px;
    width: 100%;
    z-index: 10;
    border: 0;
    background: 0;
    color: #000;
    text-shadow: 1px 1px #fff;
}

.mfp-close:focus,.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out; 
    -moz-transition: all 0.15s ease-out; 
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out; 
    -moz-transition: all 0.15s ease-out; 
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*Changes 8/3/2016*/ 
.message-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
}
.message-box input {
    width: 80%;
    border-width: 1px 0 0 0;
    padding-left: 10px;
    outline: none;
    line-height: 2.4em;
}
.message-box .btn {
    width: 20%;
    border: 0;
    position: absolute;
    line-height: 1.5em;
    border-radius: 0;
    border-top: 1px solid #777;
    background: #00aef0;
    color: #fff;
    outline: none;
}

.my-fixes {
    margin-left: 23px;
    color: rgb(79, 152, 180);
    text-decoration: underline;
    display: block;
}

.admin-view.fix-request {
    background: #fff09c;
    color: #000;
    padding: 5px;
    display: block;
}
.admin-view.my-fixes {
    background: #fed701;
    color: #000;
    margin: 5px 0 0 0;
    padding: 5px;
    text-decoration: none;
}
.admin-view.admin-manual-changes {
    display: block;
    background: #c9a7de;
    color: #000;
    margin: 5px 0 0 0;
    padding: 5px;
    text-decoration: none;
}
.mar-left-20 {
    margin-left: 20px;
}
.disable-new-order {
    position: absolute;
    right: 0;
    top: -32px;
    border: 0;
    border-radius: 0;
}
