/*
Xenopsi CSS
Version 1.1.0
*/
@font-face {
    font-family: 'SSTyp';
    src: url('fonts/SSTyp.eot');
    src: url('fonts/SSTyp.eot') format('embedded-opentype'),
        url('fonts/SSTyp.woff') format('woff'),
        url('fonts/SSTyp.ttf') format('truetype'),
        url('fonts/SSTyp.svg#SSTyp') format('svg');
}

a {
    background-color: none;
    outline: none !important;
    text-decoration: none;
}

button,
input {
    outline: none !important;
    box-shadow: none;
}

img {
    width: auto;
    height: auto;
}

button {
    overflow: visible;
    -webkit-appearance: button;
    cursor: pointer;
}

textarea {
    resize: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

input::-moz-placeholder {
    color: #999;
    opacity: 1;
}

input::-ms-placeholder {
    color: #999;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::-ms-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

.v-main {
    display: table;
    width: 100%;
    height: 100%;
}

.v-align-middle,
.v-align-top,
.v-align-bottom {
    display: table-cell;
}

.v-align-middle {
    vertical-align: middle;
}

.v-align-top {
    vertical-align: top;
}

.v-align-bottom {
    vertical-align: bottom;
}

body {
    font-family: "proxima-nova";
    font-weight: 400;
    background-color: #eff0f1;
}

/*------Reset v-1.1--------*/
body {
    padding-top: 55px;
}

.alert {
    border: 1px solid transparent;
    border-radius: 2px;
    margin-bottom: 15px;
    padding: 6px 10px;
    font-size: 14px;
}

.alert-danger {
    background-color: rgba(231, 76, 60, .05);
    border-color: rgba(231, 76, 60, .45);
    color: #e74c3c;
    text-align: center;
}

.alert-success {
    background-color: rgba(46, 204, 113, .05);
    border-color: rgba(7, 155, 70, .75);
    color: #079b46;
    font-size: 18px;
    padding: 10px 15px;
    text-align: center;
}

.login-window.container {
    max-width: 740px;
}

.login-main {
    padding: 20px 0;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
    background: #fff;
}

.login-main::before {
    width: calc(100% + 2px);
    height: 12px;
    background: #071d49;
    position: absolute;
    top: -12px;
    left: -1px;
    content: '';
    border-radius: 6px 6px 0 0;
}

.login-main h1 {
    line-height: 272px;
    text-align: center;
    margin: 0;
}

.login-main img {
    display: inline-block;
    max-width: 260px;
}

.login-main .col-sm-6:first-child {
    border-right: 1px solid #ddd;
}

.login-main.no-border .row .col-sm-6:first-child {
    border-right: none;
}

.login-form {
    font-family: "proxima-nova";
    font-size: 16px;
}

.common-label {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500 !important;
    margin-bottom: 12px;
    position: relative;
}

.common-label span {
    color: #67202f;
    padding-left: 4px;
    display: inline-block;
}

.common-label span.with-checkbox {
    padding-right: 40px;
    position: relative;
}

.common-label span.with-checkbox {
    color: #444;
}

.common-label span.with-checkbox::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 21px;
    content: '';
    background: #9c132d;
    cursor: pointer;
}

.common-label input[type="checkbox"],
.common-label input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.common-label input[type="checkbox"]:checked+span.with-checkbox::after,
.common-label input[type="radio"]:checked+span.with-checkbox::after {
    background-image: url(../images/checked-mark.png);
    background-position: center center;
    background-size: 12px auto;
    background-repeat: no-repeat;
}

.form-control {
    background: none !important;
    border: 2px solid #d9d9d9;
    box-shadow: none !important;
    color: #444;
    font-family: "proxima-nova";
    font-size: 16px;
    font-weight: 500;
    height: 44px;
    padding: 6px 12px;
    border-radius: 2px !important;
    position: relative;
    margin-bottom: 15px;
}

.form-control.line {
    text-transform: uppercase;
}

.form-control:focus {
    border-color: #b3b3b3;
}

.form-control[disabled],
.form-control[readonly] {
    background-color: #eee !important;
    cursor: not-allowed;
}

.login-form label.checkb {
    font-weight: 400;
    margin-bottom: 12px;
}

.login-form label.checkb input {
    float: left;
    margin-right: 6px;
}

.login-window .forgotpwd {
    color: #333;
    text-decoration: underline;
}

.login-window .forgotpwd:hover {
    text-decoration: none;
}

.login-form .btn {
    float: right;
    margin-top: 8px;
}

.btn {
    padding: 8px 20px;
    color: #fff !important;
    background: #9c132d;
    font-size: 18px;
    border: none;
    font-family: "minion-pro";
    letter-spacing: .054em;
    text-transform: uppercase;
}

.btn.delete {
    background: #aaa;
}

.btn.delete:hover,
.btn.delete:focus {
    background: #bbb;
}

.btn:hover,
.btn:focus {
    background: #bc223f;
}

.login-window h6 {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 50px;
    overflow: hidden;
}

.login-window .btn {
    padding: 8px 15px 7px;
    font-size: 15px;
}

.login-window h6 a {
    float: right;
}

.login-window h6 img {
    display: block;
    max-width: 130px;
}

.profile-header {
    text-align: center;
    margin-bottom: 60px;
    margin-top: -7px;
}

.profile-header img {
    display: block;
    width: 180px;
    margin: 0 auto;
}

.profile-header h1 {
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: left;
}

/*-----navbar------*/
.left-nav,
.right-nav {
    float: left;
    padding-left: 26px;
    position: relative;
    margin-top: 19px;
}

.right-nav {
    float: right;
}

.navbar {
    min-height: 55px;
}

.navbar.navbar-inverse {
    background: #071d49;
    border-color: #071d49;

}

.navbar .navbar-nav.left-nav li a,
.navbar .navbar-nav.right-nav li a {
    color: #fff;
    margin: 0 11px;
    padding: 0;
    display: block;
    font-family: "adelle";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.navbar .navbar-nav.right-nav li a {
    margin: 0;
}

.navbar .navbar-nav.left-nav li a:hover,
.navbar .navbar-nav.right-nav li a:hover {
    text-decoration: underline;
}

.navbar .navbar-nav.left-nav .home {
    left: 0;
    position: absolute;
    top: -4px;
}

.navbar .navbar-nav.left-nav .home a {
    margin: 0;
}

.navbar .navbar-nav.left-nav .home span {
    background: url(../images/icon-home-n.png) center center no-repeat;
    background-size: 18px auto;
    display: block;
    height: 26px;
    padding-right: 0;
    text-indent: -9999px;
    width: 22px;
}

.white-logo {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.white-logo img {
    display: block;
    margin-top: 0;
    max-height: 34px;
}

/*-----navbar-------*/
h1 {
    font-size: 28px;
    margin: 30px 0;
    word-wrap: break-word !important;
    color: #9c132d;
    font-family: "minion-pro";
    letter-spacing: .054em;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.panel-default {
    border: 1px solid #ddd;
    border-radius: 6px !important;
    box-shadow: none;
    margin-bottom: 20px;
}

.panel-default .panel-heading {
    background: #071d49;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 11px 16px 9px;
    text-transform: uppercase;
    font-family: "proxima-nova";
}

.panel-default .panel-body {
    font-size: 15px;
    font-weight: 400;
    border: none;
    padding: 15px 20px 20px;
}

#filter #filter.panel-body {
    padding: 0 !important;
    margin-top: 0 !important;
}

.panel-default .panel-body .panel {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}

.panel-default .panel-body .panel-body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.standard-hr {
    margin: 15px 0 25px;
    width: 100%;
    background-color: #f2f2f2;
    height: 1px;
}

.onoffswitch {
    position: relative;
    width: 85px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #FFFFFF;
    border-radius: 50px !important;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.2s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "YES";
    padding-left: 14px;
    background-color: #EEEEEE;
    color: #444444;
}

.onoffswitch-inner:after {
    content: "NO";
    padding-right: 14px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0.5px;
    background: #A1A1A1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 51px;
    border: 2px solid #FFFFFF;
    border-radius: 50% !important;
    transition: all 0.2s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background-color: #9c132d;
}

.main-submit-section {
    margin: 10px 0 30px;
    overflow: hidden;
    text-align: right;
}

.main-submit-section .textbutton.btn {
    background: #aaa;
}

.main-submit-section .textbutton.btn:hover {
    background: #bbb;
}

.chosen-container {
    font-family: "proxima-nova";
    font-weight: 500;
}

.chosen-container.chosen-container-single {
    background: #ffffff !important;
    width: 100% !important;
}

.default-link {
    color: #9c132d;
    text-decoration: underline;
    font-weight: 400;
}

.chosen-container-single .chosen-single {
    background: #fff !important;
    box-shadow: none !important;
    border-radius: 2px;
    line-height: 40px;
    border: 2px solid #d9d9d9;
    height: auto;
    color: #444;
    font-family: "proxima-nova";
    font-size: 16px;
    font-weight: 500;
    padding: 0 42px 0 12px;

}

.select-container {
    margin-bottom: 15px;
}

.has-error .chosen-container-single .chosen-single,
.has-error.form-control {
    border-color: #a94442;
}

.has-success .chosen-container-single .chosen-single,
.has-success.form-control {
    border-color: #3c763d;
}

.chosen-container-single .chosen-single span {
    margin-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

#text-label .chosen-container-single .chosen-single span,
#text-label .chosen-container .chosen-results li {
    font-family: "proxima-nova" !important;
    font-weight: 400 !important;
    font-style: normal !important;

}

.chosen-container-single .chosen-single div b {
    display: none;
}

.chosen-container-single .chosen-single div {
    top: 0;
    width: 42px;
    background: #f1f1f1 url(../images/drop-arrow-n.png) center center no-repeat !important;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-image: none;
    box-shadow: none !important;
    border: 2px solid #d9d9d9;
}

.chosen-container .chosen-drop {
    border: 2px solid #d9d9d9;
    border-top: none;
    box-shadow: none;
    margin-top: -2px;
    background: #fff;
    z-index: 99999;
}

.chosen-container .chosen-results li {
    z-index: 99999;

}

.chosen-container .chosen-results li.highlighted {
    background-color: #3492d1;
    background-image: none;
    color: #333;
}

.chosen-container-multi .chosen-choices {
    background-image: none;
    box-shadow: none;
    border-radius: 0;
    border: 2px solid #d9d9d9;
    color: #fff;
    padding: 4px 12px 3px;
    min-height: 44px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-size: 16px;
    color: #444;
    height: 32px;
}

.chosen-container-multi {
    font-family: "proxima-nova";
    font-weight: 500;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background-color: #f2f2f2;
    background-image: none;
    border: medium none;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    margin: 3px 12px 3px -5px;
    padding: 7px 10px 6px 25px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background: url(chosen/chosen-sprite.png) no-repeat scroll -42px -10px;
    left: 8px;
    right: auto;
    top: 8px;
}

.chosen-container .chosen-results li {
    font-size: 15px;
    padding: 12px 6px;
}

.chosen-container .chosen-results li.result-selected,
.chosen-container .chosen-results li.highlighted {
    background: #f1f1f1;
}

/*--------visual analyzer---------*/
.mtop-30 {
    margin-top: 30px;
}

.mtop-60 {
    margin-top: 60px;
}

.instructional-media.media {
    margin-bottom: 30px !important;
}

.instructional-media .media-left {
    padding-right: 30px;
}

.instructional-media .media-left img {
    max-width: 100%;
    max-width: 240px;
}

p,
.instructions li {
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 300 !important;
}

p.note {
    color: #444;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 14px;
}

.instructions li {
    padding-left: 5px;
}

.instructions {
    list-style: disc;
    padding-left: 17px;
}

p.small-text {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.common-tab .nav-tabs {
    border-bottom: none;
    margin-bottom: 0;
    margin-left: 22px;
}

.common-tab .nav-tabs li {
    background: url(../images/sptr-tabs.png) right center no-repeat;
}

.common-tab .nav-tabs li:last-child {
    background: none;
}

.common-tab .nav-tabs li a {
    border: none !important;
    font-family: "proxima-nova";
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    background: none !important;
}

.common-tab .nav-tabs li.active a {
    background: #d0b57c !important;
    border-radius: 4px 4px 0 0 !important;
    font-weight: 600;
    color: #fff;
}

.qq-upload-drop-area-selector {
    margin-bottom: 0;
    padding-bottom: 66px;
    padding-top: 66px;
    border: 3px dashed #adadad;
    background: none;
    position: relative;
    height: 100%;
    left: 0;
    min-height: 30px;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
}

.image-specification .media-left {
    padding-right: 20px;
}

.image-specification .media-body ul {
    list-style: disc !important;
    padding-left: 15px;
    margin-bottom: 10px;
}

.image-specification .media-body ul li,
.image-specification .media-body p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}

.image-specification .media-body button {
    width: 100%;
}

.image-specification {
    margin-bottom: 30px;
}




.qq-upload-drop-area span {
    color: #999 !important;
    font-size: 15px;
    font-weight: 600;
}

.image-specification #photoUploadArea {
    width: 345px;
}

#dropbtn {
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0 0;
    outline: none !important;
    background: none !important;
    padding: 0;
}

#dropbtn a {
    font-size: 15px;
    line-height: 20px;
    background: none !important;
    text-decoration: underline;
    font-weight: 400 !important;
}

input {
    outline: none !important;
}

.tab-content .main-submit-section {
    margin-bottom: 0;
}

.common-label.remaining-right {
    font-size: 14px;
    text-align: right;
    font-style: italic;
    font-weight: 300;
    line-height: 22px;
}

.visual-right h2 {
    color: #d0b57c;
    font-family: "minion-pro";
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.054em;
    text-transform: uppercase;
    word-wrap: break-word !important;
    margin-bottom: 17px;
}

.current-draft img {
    width: 100%;
    margin-bottom: 20px;
}

.current-draft .btn {
    width: 100%;
}

.mtop14 {
    margin-top: 14px;
}

.mtop14.design-b {
    margin-top: 0;
}

.current-draft {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.design-b .current-draft {
    margin-bottom: 23px;
    padding-bottom: 0;
    border-bottom: none;
}

.recent-draft {
    border: 1px solid #dedede;
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
}

.recent-draft.active {
    border: 1px solid #67202f;
}

.cur-draft-detail {
    position: relative;
    background: url(../images/Label-A-Left.png) 0 0 no-repeat;
    background-size: cover;
    width: 331px;
    height: 235px;
    margin-left: auto;
    margin-right: auto;
}

.cur-draft-detail.design-b {
    background: url(../images/Label-B-Left-new.png) 0 0 no-repeat;
    background-size: cover;
    width: 331px;
    height: 131px;
}

.cur-draft-detail.design-c {
    background: url(../images/Label-B-Left.png) 0 0 no-repeat;
    background-size: cover;
    width: 331px;
    height: 268px;
}

.cur-draft-detail.design-b .d-detail {
    height: 46px;
    left: 27px;
    top: 27px;
    width: 277px;
}

.cur-draft-detail.design-c .d-detail {
    height: 125px;
    left: 27px;
    top: 28px;
    width: 278px;
}

.cur-draft-detail.design-b .d-detail h3 {
    font-size: 14px !important;
    line-height: 16px;
}

.cur-draft-detail.design-b .d-detail h6 {
    bottom: -27px;
    left: 127px;
}

.cur-draft-detail.design-c .d-detail h6 {
    bottom: -27px;
    left: 127px;
}

.cur-draft-detail.design-b .d-detail img {
    max-height: 107px;
}

.cur-draft-detail.design-c .d-detail img {
    max-height: 107px;
}

.cur-draft-detail.label-card {
    margin-bottom: 20px;
}

.cur-draft-detail img {
    display: block;
    width: 100%;
}

.uploaded-span {
    color: #67202f !important;
}

.cur-draft-detail.sm-draft-label {
    width: 181px;
    height: 128px;
}

.cur-draft-detail.sm-draft-label.design-b {
    width: 181px;
    height: 72px;
}

.cur-draft-detail.sm-draft-label.design-c {
    width: 181px;
    height: 147px;
}

.d-detail {
    display: table;
    height: 102px;
    left: 20px;
    position: absolute;
    text-align: center;
    top: 19px;
    width: 226px;
}

.recent-draft .d-detail {
    height: 55px;
    left: 11px;
    top: 10px;
    width: 123px;
}

.cur-draft-detail.design-b.sm-draft-label .d-detail {
    height: 26px;
    left: 15px;
    top: 14px;
    width: 152px;
}

.cur-draft-detail.design-c.sm-draft-label .d-detail {
    height: 68px;
    left: 15px;
    top: 16px;
    width: 153px;
}

.cur-draft-detail.design-b.sm-draft-label .d-detail h6 {
    bottom: -15px;
    left: 70px;
}

.cur-draft-detail.design-c.sm-draft-label .d-detail h6 {
    bottom: -15px;
    left: 70px;
}

.cur-draft-detail.design-b.sm-draft-label .d-detail h3,
.cur-draft-detail.design-b.sm-draft-label .d-detail h3 span {
    font-size: 9px !important;
    line-height: 10px !important;
}

.recent-draft .cur-draft-detail .d-detail img {
    max-height: 46px;
}

.recent-draft .cur-draft-detail.design-b .d-detail img {
    max-height: 58px;
}

.recent-draft .cur-draft-detail.design-c .d-detail img {
    max-height: 58px;
}

.d-detail h3 {
    color: #444;
    font-family: "minion-pro" !important;
    font-size: 15px !important;
    line-height: 26px;
    letter-spacing: 0.02em;
    display: table-cell;
    vertical-align: middle;
    text-transform: none;
}

.d-detail h6 {
    bottom: -24px;
    color: #444;
    font-family: "SSTyp";
    font-size: 22px;
    font-weight: normal;
    left: 101px;
    letter-spacing: 0.2em;
    line-height: 22px;
    position: absolute;
}

.recent-draft .d-detail h6 {
    bottom: -14px;
    font-size: 10px;
    left: 57px;
    line-height: 14px;
}

.d-detail h3 span {
    display: block;
    line-height: inherit;
}

.style1 {
    font-weight: 400 !important;
    font-family: "minion-pro" !important;
    margin: 0 !important;
    color: #444 !important;
}

.style2 {
    font-weight: 700 !important;
    font-family: "minion-pro" !important;
    margin: 0 !important;
    color: #444 !important;
}

.style3 {
    font-style: italic !important;
    font-weight: 400 !important;
    font-family: "minion-pro" !important;
    margin: 0 !important;
    color: #444 !important;
}

.style4 {
    font-style: italic !important;
    font-weight: 700 !important;
    font-family: "minion-pro" !important;
    margin: 0 !important;
    color: #444 !important;
}

.recent-draft .style3 {
    font-size: 11px !important;
}

.recent-draft .d-detail h3 {
    font-size: 08px !important;
    line-height: 15px !important;
}

.recent-draft .media-left {
    padding-right: 15px;
    vertical-align: middle;
}

.recent-draft .media-body {
    vertical-align: middle;
}

.recent-draft h2 {
    font-family: "proxima-nova";
    font-size: 16px;
    font-weight: 600;
    color: #444;
    margin: 0 0 5px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.recent-draft h5 {
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    margin: 0 0 3px;
}

p.next-p {
    margin-top: 8px;
}

p+p {
    margin-top: 8px;
}

.current-draft .main-submit-section {
    margin: 0;
}

.current-draft .main-submit-section p {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 13px;
    margin-top: -3px;
    text-align: left;
}

.current-draft .main-submit-section .btn {
    float: left;
    width: auto;
    margin-left: 0;
    margin-right: 0;
}

.current-draft .main-submit-section .btn+.btn {
    float: right;
}

.recent-draft p {
    font-size: 13px;
    line-height: 24px;
}

.recent-draft p a {
    color: #444;
    text-decoration: underline;
    font-weight: 700;
    text-transform: uppercase;
}

.recent-draft p a:hover {
    text-decoration: none;
}

.recent-draft .d-detail img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
    max-height: 45px;
}

.cur-draft-detail .d-detail img {
    max-width: 100%;
    max-height: 85px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.table:last-child {
    margin-bottom: 0;
}

.table tr th.tablesorter-header {
    background-position: calc(100% - 10px) 7px;
    background-repeat: no-repeat;
    background-size: 12px auto;
    padding-right: 25px !important;
    padding-top: 0;
    vertical-align: top;
}

.table tr th.tablesorter-headerDesc {
    background-image: url(../images/headerSortDown.png);
}

.table tr th.tablesorter-headerAsc {
    background-image: url(../images/headerSortUp.png);
}

.table tr th.tablesorter-header.pointer:hover {
    background-image: url(../images/headerSortUp-hov.png);
    color: #67202f;
}

.table tr th.tablesorter-headerDesc.tablesorter-header:hover {
    background-image: url(../images/headerSortDown-hov.png);
}

.table-responsive>.table>thead>tr>th,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tfoot>tr>td {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    font-family: proxima-nova;
    font-size: 15px;
    font-weight: 500;
    max-width: 220px;
    white-space: normal;
    outline: none;
}

.table-responsive>.table>thead>tr>th {
    vertical-align: baseline;
}

.table-responsive>.table tr th:last-child,
.table-responsive>.table tr td:last-child {
    border-right: none;
}

.table tr th.tablesorter-header {
    background-position: calc(100% - 10px) 7px;
    background-repeat: no-repeat;
    background-size: 12px auto;
    padding-right: 25px !important;
    padding-top: 0;
    vertical-align: top;
}

.table tbody tr:hover td {
    background-color: #d9edf7;
}

.panel-heading .chosen-container-single .chosen-single {
    border: 1px solid #d9d9d9;
    font-size: 14px;
    line-height: 32px;
    padding: 3px 43px 0 13px;
    text-transform: capitalize;
    border-radius: 0 !important;
}

.panel-heading .chosen-drop {
    border-width: 1px !important;
}

.panel-heading .form-group {
    float: right;
    padding-left: 0;
    padding-right: 0;
    margin-top: -8px;
    margin-bottom: 0;
}

.pointer {
    cursor: pointer;
}

.label-detail .btn.long-text {
    width: 100%;
    margin-bottom: 15px;
}

.label-detail .inline-btns .btn {
    width: 32%;
    margin: 0 2% 0 0;
    float: left;
}

.label-detail .inline-btns .btn:last-child {
    margin: 0;
}

.label-detail h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: "proxima-nova";
    color: #444;
}

.label-detail h2 a {
    color: #67202f;
}

.label-detail h2 span {
    display: block;
    font-size: 16px;
    margin: 10px 0;
}

.label-detail h3 {
    font-size: 15px;
    font-weight: 400;
    font-family: "proxima-nova";
    color: #444;
    margin-bottom: 10px;
}

.label-detail h3 span {
    display: block;
    margin: 5px 0;
}

.label-detail h3 span span {
    display: inline-block;
    color: #67202f;
}

.preview-section {
    text-align: center;
    margin: 20px 0 0;
}

.previews {
    width: 40%;
    margin: 0 2%;
    display: inline-block;
    position: relative;
}

.previews img {
    width: 100%;
    display: block;

}

.previews .overlay-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    padding: 0 15px;
    z-index: 99;
    display: none;
}

.previews:hover .overlay-section {
    display: block;
}

.history-block {
    margin-top: 15px;
    padding: 0;
}

.history-block h3 {
    font-size: 14px;
    font-weight: 600;
    color: #777;
}

.history-block h3 span {
    display: inline-block;
    margin: 0;
}

.history-block h3 .summery {
    font-weight: 400;
}

.history-block h6 {
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    font-family: "proxima-nova";
    font-style: italic;
    color: #67202f;
}

.histories {
    margin-bottom: 15px;
}

.histories:last-child {
    margin-bottom: 0;
}

textarea.form-control {
    min-height: 150px;
}

.modal .modal-header {
    background: #071d49;
    color: #fff;
    border-radius: 4px 4px 0 0;
    padding: 11px 15px 10px;
}

.modal .modal-header .close {
    font-size: 22px;
    margin-top: 1px;
}

.modal .modal-footer {
    text-align: center;
}

.modal .modal-header h4 {
    color: #fff;
    font-family: "proxima-nova";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.modal .btn {
    float: none;
}

.mbot-0 {
    margin-bottom: 0 !important;
}

.modal {
    padding: 0 !important;
}

.table .btn.add,
.table .btn.edit,
.table .btn.delete {
    width: 20px;
    height: 20px;
    background-size: 20px auto !important;
    text-indent: -9999px;
}

.table .btn.edit {
    background: url(../images/edit.png) center 0 no-repeat;
}

.table .btn.add {
    background: url(../images/add.png) center 0 no-repeat;
}

.table .btn.delete {
    background: url(../images/delete.png) center 0 no-repeat;
}

.table .btn.add:hover,
.table .btn.edit:hover,
.table .btn.delete:hover {
    background-position: center -25px;
}

.f-print.previews {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
}

.custom-drop-area {
    border: 2px dashed #999;
    padding: 58px 0;
    margin: 15px 0 20px;
    text-align: center;
}

/*--------visual analyzer---------*/
.forgot-password-field {
    margin-top: 58px;
}

.login-form .alert.alert-success {
    margin: 70px auto 30px;
    width: 90%;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    border: medium none;
    border-radius: 4px !important;
    margin-left: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.with-loader.form-with-padding {
    padding: 50px 0;
}

.with-loader {
    display: table;
    position: relative;
    width: 100%;
}

.with-loader .row {
    position: relative;
}

.xp-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(255, 255, 255, .65);
}

@-webkit-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading-content {
    -webkit-animation-duration: 0.75s;
    -ms-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -ms-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    animation-timing-function: linear;
    height: 30px;
    width: 30px;
    border: 2px solid #9c132d;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    margin: -15px 0 0 -15px;
}

#startbarrel-form .loading-content {
    top: 72px;
}

#label-form .loading-content {
    top: 22px;
}

.modal .dl-horizontal dt,
.modal .dl-horizontal dd {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 8px;
}

.modal .dl-horizontal,
.modal .dl-horizontal dt:last-child,
.modal .dl-horizontal dd:last-child {
    margin-bottom: 0;
}

.modal .dl-horizontal dt {
    font-weight: 600;
}

.alert-dismissable .close,
.alert-dismissible .close {
    color: #000;
    opacity: 0.76;
    position: relative;
    right: -5px;
    top: 2px;
}

.design-proof .dp-left {
    width: 719px;
    float: left;
}

.design-proof .dp-right {
    width: 331px;
    float: right;
}

.row.design-proof {
    margin-left: 0;
    margin-right: 0;
}

.printer-upload-section {
    position: relative;
    margin: 15px 0;
}

.photoUpload {
    z-index: 89;
}

.drop-section {
    background: none;
    height: 100%;
    padding: 35px 15px 0;
    position: absolute !important;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    outline: none !important;
}

.drop-section a {
    display: block;
    position: relative;
    z-index: 96;
    text-decoration: none;
}

input {
    outline: none !important;
}

.drop-section p {
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 22px;
}

.qq-total-progress-bar {
    background: #67202f;
    border-radius: 0;
    height: 3px;
    width: 100%;
}

.qq-upload-list-selector,
.qq-drop-processing-selector {
    display: none !important;
}

.qq-total-progress-bar-container {
    margin: 0;
}

.outer-top-contents {
    margin: 30px 0;
}

.btn-top-right {
    margin: 36px 0 0;
}

.outer-top-contents .btn-top-right {
    float: right;
    margin: 20px 0 0;
}

.for-thanks .alert-success {
    margin-top: 15px;
}

h1.special-header {
    margin-top: 60px;
}

h1.special-header .btn {
    margin-top: -9px;
}

.printer-upload-section .qq-upload-drop-area-selector {
    padding-bottom: 45px;
    padding-top: 45px;
}

.previews.preview-left {
    width: 331px !important;
    margin: 0 20px 0 0;
    float: left;
}

.previews.preview-right {
    width: 680px !important;
    margin: 0;
    float: right;
}

.previews.preview-right iframe {
    height: 234px !important;
}

.previews.preview-right iframe.design-c {
    height: 267px !important;
}

.previews.preview-right iframe.design-b {
    height: 267px !important;
}

.print-detail-section .col-md-5 {
    width: 361px;
    float: right;
}

.print-detail-section .col-md-7 {
    width: 705px;
}

.sales-header {
    margin: 40px 0;
}

.sales-header img {
    width: 340px;
}

.sales-header.setup-profile img {
    width: 200px;
}

.sales-header h1 {
    margin: 0;
}

.sales-header .media-body {
    vertical-align: middle;
}

.sales-header.setup-profile {
    margin: 0 0 35px;
}

.sales-header.setup-profile .media-left {
    padding-right: 20px;
}

.sales-header.setup-profile .media-body {
    vertical-align: top;
}

.sales-header.setup-profile .media-body h1 {
    /* color: #444;
    font-family: "proxima-nova";
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 5px;
    text-transform: none; */
}

.login-window .setup-intro h1 {
    line-height: normal;
    margin: 0 0 12px;
    text-align: left;
}

.login-window .setup-intro h2 {
    color: #444;
    font-family: "proxima-nova";
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 9px;
    text-transform: none;
}

.login-window .setup-intro p {
    margin: 0 0 14px;
}

.account-landing img {
    width: 200px;
}

.account-landing .media-left {
    padding-right: 20px;
}

/*
.account-landing .media-body,
.media.special .media-body{
    padding-right: 175px;
    background: url(../images/EC_BottleLabel.png) right center no-repeat;
    background-size: contain;
}
*/
.media.account-landing,
.media.special {
    padding-left: 50px;
    padding-right: 50px;
}

h1.has-sub-title {
    margin-bottom: 6px;
}

h2.sub-title {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 11px;
}

.status1 {
    color: #f2ca27 !important;
}

.status2 {
    color: #d0b57c !important;
}

.status3 {
    color: #e67e22 !important;
}

.status4 {
    color: #FFBABA !important;
}

.status5 {
    color: green;
}

.status8 {
    color: #ed0ca6;
}

.status6 {
    color: green;
}

.footer-wrapper {
    min-height: calc(100vh - 55px);
    margin-bottom: -45px;
    padding-bottom: 60px;
}

.footer {
    height: 45px;
    padding: 0 20px;
}

.footer p {
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.footer p span {
    display: inline-block;
    margin-left: 10px;
}

.footer p img {
    max-width: 85px;
}

#startbarrel-form .input-group .input-group-btn .btn,
#label-form .input-group .input-group-btn .btn {
    min-width: 220px;
}

.brand-filter {
    float: right;
}

.year-filter {
    margin-right: 15px;
}

.brand-filter button {
    background: none;
    border: none;
    padding: 0;
    box-shadow: none !important;
}

.brand-filter .dropdown-menu {
    padding: 8px 0 10px;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
}

.brand-filter .dropdown-menu li a {
    padding: 5px 15px 3px;
    text-transform: none;
}

.brand-filter .dropdown-menu li a:hover,
.brand-filter .dropdown-menu li a:focus {
    color: #fff;
    background: #071d49;
}

.brand-logo {
    margin: 0 0 30px;
}

.brand-logo img {
    max-width: 100%;
    max-height: 129px;
    display: block;
}

.brand-filter .select-container {
    margin: -6px 0 0;
    width: 150px;
}

.panel-heading .brand-filter .chosen-container-single .chosen-single {
    line-height: 28px;
    padding: 2px 36px 0 8px;
    text-transform: uppercase;
}

.panel-heading .brand-filter .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
}

.panel-heading .brand-filter .chosen-container .chosen-results li {
    font-size: 13px;
    padding: 10px 6px 9px;
}

.brand-filter .chosen-container-single .chosen-single div {
    width: 34px;
}

/*------------------------------------*/
.reset-controls .imporsonate {
    padding: 6px 14px 4px !important;
    ;
    background: #ccc;
    margin: 0 3px 10px;
    border-radius: 4px;
    font-size: 13px;
    color: #333;
    display: inline-block;
    min-width: 200px;

}

/*----2021----*/

.speical-exp .common-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.speical-exp .infos {
    width: 16px;
    height: 17px;
    background: url(../images/info.svg) center center no-repeat;
    margin-left: 5px;
    cursor: pointer;
    opacity: 0.4;
}

.speical-exp .common-label:hover .infos {
    opacity: 1;
}

.speical-exp .info-detail {
    position: absolute;
    top: 30px;
    left: 0;
    display: flex;
    background: #000;
    z-index: 55;
    border-radius: 4px;
    padding: 15px 0;
    width: 250px;
    opacity: 0;
    pointer-events: none;
    transition: 300ms;
}

.speical-exp .info-detail.active {
    opacity: 1;
    pointer-events: auto;
}

.speical-exp .info-detail::before {
    content: '';
    position: absolute;
    border-bottom: 8px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: -8px;
    left: 100px;
}

.speical-exp .info-close {
    position: absolute;
    width: 26px;
    height: 26px;
    border: none;
    background: #9c132d;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    content: 'X';
    font-size: 24px;
    color: #fff;
    line-height: 29px;
    padding: 0 0 0 1px;
    text-align: center;
}

.speical-exp .info-detail span {
    display: block;
}

.speical-exp .blocks {
    width: 50%;
}

.speical-exp .title {
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 10px;
}

.speical-exp .blocks img {
    width: 100%;
}

p.ec-expression-disclaimer {
    font-size: 14px;
    line-height: 1.4em;
    margin: -10px 0 1em;
    font-style: italic;
}

.common-label.expression-confirmation .with-checkbox,
.common-label.need_hangtag .with-checkbox {
    padding-right: 0;
    padding-left: 32px;
}

.common-label.expression-confirmation .with-checkbox::after,
.common-label.need_hangtag .with-checkbox::after {
    right: auto;
    left: 0;
}

.proof-disclaimer-copy {
    padding-top: 10px;
}

.proof-disclaimer-copy p {
    font-size: 16px;
    line-height: 24px;
}

.pos-size-container.pos-flex {
    display: flex;
}

.pos-size-container.pos-flex .expression-confirmation:not(:last-child) {
    margin-right: 20px;
}

@media screen and (max-width: 991px) {
    .proof-disclaimer-copy p {
        font-size: 13px;
        line-height: 18px;
    }
}

/*----2021----*/

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1110px;
    }

    .container.sales-container {
        max-width: 970px;
    }

    .drop-section input {
        height: 20px !important;
        top: 80px !important;
        z-index: 100;
    }

    #photoUpload {
        position: relative;
        z-index: 95;
    }

    .for-image-label {
        margin-top: 60px;
    }
}

@media screen and (min-width: 992px) {
    .common-tab .tab-pane {
        min-height: 340px;
    }

    .common-tab.tab-design-b .tab-pane {
        min-height: 248px;
    }

    .image-specification #photoUploadArea {
        margin-top: 8px;
    }

    .instructions {
        padding-left: 50px;
    }
}

@media screen and (min-width: 768px) {
    .label-card.cur-draft-detail.design-b+.long-text {
        margin-top: 137px;
    }

    .modal .dl-horizontal dd {
        margin-left: 240px;
    }

    .modal .dl-horizontal dt {
        width: 220px;
        font-weight: 600;
    }

    .btn+.btn {
        margin-left: 10px;
    }
}

@media screen and (max-width: 1199px) {

    /*--------visual analyzer---------*/
    .instructional-media.media {
        margin-bottom: 20px !important;
    }

    .instructional-media .media-left {
        padding-right: 20px;
    }

    .instructional-media .media-left img {
        max-width: 200px;
    }

    .recent-draft {
        padding: 10px;
    }

    .current-draft .long-text,
    .image-specification .media-body .long-text {
        font-size: 16px;
    }

    .table tr td .btn {
        font-size: 14px;
    }

    .previews {
        width: 45%;
        margin: 0 1%;
    }

    .recent-draft h2 {
        font-size: 15px;
    }

    .recent-draft h5 {
        font-size: 12px;
    }

    .recent-draft .media-left {
        padding-right: 10px;
    }

    .recent-draft p {
        font-size: 12px;
    }

    /*--------visual analyzer---------*/
    .design-proof .dp-left {
        width: 590px;
    }


    .tablet .drop-section,
    .phone .drop-section {
        z-index: 120;
    }

    .image-specification #photoUploadArea {
        width: 275px;
    }

    h1 {
        font-size: 22px;
    }

    .sales-header h1 {
        font-size: 20px;
    }

    .previews.preview-right {
        width: 540px !important;
    }

    .print-detail-section .col-md-7 {
        width: 560px;
    }

    .sales-header img {
        width: 260px;
    }

    .account-landing img {
        width: 170px;
    }

    /*.account-landing .media-body,
    .media.special .media-body{
        padding-right: 210px;
    }*/
}

@media screen and (max-width: 991px) {

    /*--------visual analyzer---------*/
    .mtop-60 {
        margin-top: 40px;
    }

    .instructional-media .media-left {
        padding-right: 15px;
    }

    .instructional-media .media-left img {
        max-width: 150px;
    }

    p,
    .instructions li {
        font-size: 15px;
        font-weight: 300 !important;
        line-height: 1.8em;
    }

    .image-specification .media-left,
    .image-specification .media-body {
        display: block;
        width: auto;
        padding: 0;
    }

    .image-specification .media-left img {
        display: block;
        margin: 0 auto 15px;
        max-width: 200px;
    }

    .image-specification {
        margin-bottom: 20px;
    }

    .previews {
        width: 47%;
        margin: 0 1%;
    }

    .previews .btn.long-text {
        font-size: 14px;
    }

    /*--------visual analyzer---------*/

    .design-proof .dp-left {
        width: 370px;
    }

    .image-specification #photoUploadArea {
        width: 100%;
    }

    #dropbtn {
        margin-bottom: 20px;
    }

    .marketing-review .previews {
        width: 100%;
    }

    .previews.preview-right {
        width: 325px !important;
    }

    .print-detail-section .col-md-7 {
        width: 345px;
    }

    h1.special-header {
        overflow: hidden;
    }

    h1.special-header span {
        display: block;
    }

    h1.special-header .btn {
        float: none !important;
        margin-top: 15px;
    }

    /*.account-landing .media-body,
    .media.special .media-body {
        padding-right: 150px;
    }*/
    .account-landing img {
        width: 120px;
    }

    .label-detail .inline-btns .btn {
        float: none;
        margin: 0 0 15px 0 !important;
        width: 100%;
    }
}


@media screen and (max-width: 767px) {
    .drop-section {
        padding-top: 58px;
    }

    body.login {
        padding-top: 35px;
    }

    .login-main h1 {
        line-height: 160px;
    }

    .login-main h1 img {
        max-width: 200px;
    }

    .login-main .col-sm-6:first-child {
        border: none;
    }

    .login-window h6 {
        margin-bottom: 25px;
    }

    .navbar-header .home {
        float: left;
        margin: 15px 0 0 18px;
        width: 25px;
        height: 23px;
        display: block;
        padding-right: 0 !important;
        background: url(../images/icon-home-n.png) 0 3px no-repeat !important;
        background-size: 18px auto !important;
    }

    .navbar .navbar-nav.left-nav {
        padding-left: 0;
    }

    .navbar .navbar-nav.left-nav .home {
        left: auto;
        position: relative;
        top: auto;
    }

    .navbar-collapse {
        max-height: none;
        background-color: rgba(56, 61, 64, 0.9);
        background-image: none;
    }

    .navbar-inverse .navbar-nav.left-nav {
        margin: 0;
        width: 100%;
    }

    .navbar-inverse .navbar-nav.left-nav li a {
        border-bottom: 1px solid rgba(113, 116, 118, 0.75);
        display: block;
        font-size: 16px;
        margin: 0;
        padding: 10px 15px;
    }

    .navbar-inverse .navbar-nav.left-nav li:last-child a {
        border: none;
    }

    .navbar-inverse .navbar-nav.left-nav li.home span {
        background: none;
        padding: 0;
        text-indent: 0;
        width: auto;
        height: auto;
    }

    .navbar-toggle {
        border: none;
        margin: 0;
        padding: 21px 21px 20px;
        background: none !important;
    }

    .cur-draft-detail {
        margin: 0 auto;
    }

    .panel-heading .form-group {
        margin-top: 8px;
        width: 100%;
    }

    .panel-heading .form-group .control-label {
        padding-left: 0;
        padding-top: 7px;
    }

    .instructional-media .media-left,
    .instructional-media .media-body {
        display: block;
        width: auto;
        padding: 0;
    }

    .instructional-media .media-left img {
        display: block;
        margin: 0 auto 30px;
        max-width: 200px;
    }

    .instructional-media.media {
        margin-bottom: 30px !important;
    }

    .f-print.previews,
    .f-print.previews+.btn.long-text {
        margin-bottom: 20px !important;
    }

    .label-detail .btn.long-text.newMargin {
        margin-bottom: 20px;
    }

    .forgot-password-field,
    .login-form .alert.alert-success {
        margin-top: 0;
    }

    .login-form .alert.alert-success {
        margin-bottom: 20px;
        width: 100%;
    }

    .design-proof .dp-left,
    .design-proof .dp-right {
        width: 100%;
        float: left;
    }

    .visual-right .current-draft {
        width: 331px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .print-detail-section .col-md-7 {
        width: 100%;
    }

    .print-detail-section .col-md-5 {
        display: block;
        float: none;
        margin: 0 auto;
        width: 361px;
    }

    .previews.preview-left {
        float: none;
        margin: 0 auto;
        width: 331px !important;
    }

    .previews.preview-right {
        width: 100% !important;
    }

    .btn+.long-text {
        margin-top: 15px;
    }

    .sales-header .media-left,
    .sales-header .media-mody {
        display: block;
    }

    .sales-header h1 {
        margin: 15px 0 0;
        text-align: left;
    }

    .sales-header.setup-profile .media-body h1 {
        margin-top: 30px;
    }

    .sales-header img {
        max-width: 100%;
        display: block;
    }

    .sales-header.setup-profile img {
        width: 150px;
    }

    .account-landing img {
        width: 150px;
    }

    .account-landing .media-left {
        padding-right: 0;
        display: block;
    }

    .account-landing .media-left,
    .account-landing .media-body,
    .media.special .media-body {
        display: block;
    }

    .account-landing .media-body,
    .media.special .media-body {
        display: block !important;
        margin-top: 15px;
        padding-right: 95px;
        width: auto;
    }

    .media.special .media-body {
        margin-top: 0;
    }

    .media.account-landing,
    .media.special {
        padding-left: 0;
        padding-right: 0;
    }

    .brand-logo img {
        max-width: 100%;
        max-height: 80px;
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 640px) {
    .footer-wrapper {
        min-height: 70vh;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .footer {
        height: auto;
        padding: 0 15px 10px;
    }

    .footer p span {
        display: block;
        margin-left: 0;
    }
}

@media screen and (max-width: 600px) {

    .previews {
        width: 80%;
        display: block;
        margin: 0 auto 15px;
    }

    .previews:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 540px) {
    .btn {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
        float: none;
        display: block;
        width: 100%;
        letter-spacing: .034em;
    }

    .history-block h6 {
        padding-left: 15px;
    }

    /*.account-landing .media-body,
    .media.special .media-body {
        background-size: auto 200px;
        background-position: center bottom;
        padding-right: 0;
        padding-bottom: 210px;
    }   */
    /*
    .white-logo img {
        display: block;
        margin-top: 2px;
        max-height: 20px;
    }   
    */

    #startbarrel-form .input-group,
    #label-form .input-group {
        display: block;
    }

    #startbarrel-form .input-group input,
    #label-form .input-group input {
        display: block;
        margin-bottom: 15px;
    }

    #startbarrel-form .input-group .input-group-btn,
    #label-form .input-group .input-group-btn {
        display: block;
        width: auto;
        text-align: right;
    }

    #startbarrel-form .input-group .btn,
    #label-form .input-group .btn {
        margin-left: 0;
    }
}

@media screen and (max-width: 400px) {
    .drop-section {
        padding-top: 50px;
    }
}

@media screen and (max-width: 370px) {

    .btn.long-text,
    .current-draft .long-text,
    .image-specification .media-body .long-text {
        font-size: 12px;
        letter-spacing: .014em;
    }

    .panel-default .panel-body {
        padding: 15px 15px 20px;
    }

    .previews {
        width: 90%;
    }

}

.modal-content .modal-body .dl-horizontal a.imporsonate {
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
}

.alert.alert-warning.head-warning {
    text-align: center;
}

.reset-controls {
    text-align: center;
}