@font-face {
	    font-family: nextorysans-headline-regular;
	    src: url("nextorysans-headline-regular.woff");
}
@font-face {
    font-family: nextorysans-medium;
    src: url("nextorysans-medium.woff");
}
@font-face {
    font-family: nextorysans-regular;
    src: url("nextorysans-regular.woff");
}
@font-face {
    font-family: nextorysans-demibold;
    src: url("nextorysans-headline-demibold.woff");
}
#loginscreen{
	font-family: nextorysans-headline-regular;
	font-display: swap;
    font-size: 1rem;
    height: 100%;
    position: relative;
    color: #555;
    background: #E5E5E5;
}
#publisher-rules ul {
    word-break: break-all;
}
@media screen and (max-width: 767px) {
	.para{
		padding-left:20px;
	}
}
@media screen and (max-width: 980px) {
    .dropdown-main {
        width: 100%;
        border-bottom: 1px solid #dcdbdb;
    }
    .dropdown-content-sub {
        position: relative;
    }
    .publisher-settings-main .label-text {
        float: left;
    }
    .publisher-settings-main input,
    .publisher-settings-main select {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .mapbtn1 {
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 15px;
    }

    .mapbtn1 input {
        margin-bottom: 10px !important;
    }

    .CssButton {
        font-size: 12px !important;
    }

    .productdeactivate {
        width: 100%;
        float: left;
    }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 0px;
        line-height: 50px !important;
    }
    .para{
    	padding-left: 0px !important;
    }
    .body_content {
        width: 95% !important;
        margin: 10px;
        float: right;
        margin: 20px 10px !important;
    }
    .nest_logo {
        width: auto !important;
    }
}

@media (min-width: 767px) {
    #main {
        width: calc(100% - 300px);
        float: right;
    }
}
@media screen and (max-width: 420px) {
    .hover-without-scroll-cat {
        overflow-x: auto;
        display: block;
    }
}
@media screen and (max-width: 360px) {
    .logout {
        top: -25px !important;
    }

    .header-main-block ul li a {
        font-size: 14px;
    }

    .logo-menu {
        width: 17%;
    }
}

@media screen and (max-width: 768px) {
    .hover {
        overflow-x: auto;
        display: block;
    }

    .format-img {
        width: 30% !important;
    }

    .table-responsive tr {
        width: auto !important;
    }

    .sidebar-brand a {
        font-size: 13px;
    }
    .logout ul {
        left: -70px;
    }
    .login-form {
        width: 90%;
    }
    .login-form table {
        width: 100%;
    }
}

.placeholder {
    position: relative;
}
.placeholder::after {
    position: absolute;
    left: 13px;
    top: 7px;
    content: attr(data-placeholder);
    pointer-events: none;
    opacity: 0.6;
}

/** menu **/
.dropdown-main {
    display: inline-block;
    background: #ececec;
    padding: 5px 5px 5px 0px;
}
.dropdown-content-sub {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-align: left;
    margin-top: 5px;
}
.dropdown-content-sub a,
.dropdown-content-sub a:hover {
    text-decoration: none;
}
.dropdown-main span {
    font-size: 11px;
    color: #e95164;
}

.dropdown-content-sub span {
    color: #333;
}

.dropdown-main:hover,
.dropdown-content-sub p:hover,
.dropdown-main span:hover {
    background: #f7f7f7;
    color: #e95164;
}

.dropdown-content-sub p {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0px;
    padding: 5px 0px 5px 0px;
}

.dropdown-main:hover .dropdown-content-sub {
    display: block;
}

.sidebar-brand {
    float: left;
}

.header-top-main {
    background: #ffffff;
    float: left;
    width: 100%;
    padding: 5px 25px 4px 25px;
    border-bottom: 2px solid #ebebeb;
}

.header-top-main a {
    color: #e95164;
    font-size: 13px;
    text-decoration: none !important;
}

.logo-menu {
    width: 21%;
}

.header-bottom {
    width: 95%;
    margin: 5px auto;
    text-align: left;
}

.menu-main span {
    font-size: 13px;
    padding: 5px 15px;
    background: #ffffff;
    border: 1px solid #e2dddd;
    border-radius: 0px 0px 5px 5px;
}

.menu-list {
    margin: 4px 10px 0px 0px;
    float: right;
}

.header-main-block {
    text-align: center;
    background: #fff;
}

.header-top-main a:hover {
    background: none;
}

.header-main-block ul li {
    list-style: none;
}

.profile-label {
    padding: 4px;
}

/** menu ends **/
.table-responsive tr {
    width: 415px;
    margin-bottom: 0px;
    float: left;
}

.updateisbn {
    background-image: url(../../admin/images/update.png) !important;
}

body {
    margin: 0px;
    padding: 0px;
   /*  font-family: 'Open Sans', sans-serif; */
}

.header span {
    font-size: 19px;
    color: #e95164;
    /* font-family: cursive; */
}

.login-form {
    margin: 10px Auto;
    background: #f9f5f5;
    border-radius: 5px;
    width: 33%;
    padding: 0px !important;
    float: none !important;
}

.logo {
    text-align: center;
}

.logintab {
    background: #ecebeb;
    color: #e95164;
    padding: 5px 5px;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
}

.header-top span {
    font-size: 19px;
    color: #b10000;
   /*  font-family: cursive; */
    padding-top: 60px;
}

.header {
    width: 100%;
    height: 70px;
    background-color: #ffffff;
    overflow: hidden;
    padding: 2px;
}

.header-top {
    text-align: center;
}

.login-form table {
    border: 0;
    width: 85%;
    padding: 10px;
    margin: 0 !important;
}
/*
input[type="submit"],
input[type="reset"],
input[type="button"],
.importpublisher {
    border: 0;
    padding: 3px 15px;
    font-size: 12px !important;

    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 0px;
    font: -webkit-control;
    vertical-align: middle;
}*/

.accept {
    background: #83d483;
}

#publishersearchform {
    margin-top: 10px;
}

.importpublisher:hover,
.importpublisher {
    color: #fff !important;
    margin-bottom: 10px;
}

input[type="submit"] {
    background: #96969a;
}

.errorblock {
    text-align: center;
    color: red;
    font-size: 12px;
}

#publishersettings h4,
#formsubmit h4 {
    color: #e95164;
    background-color: #f8f8f8;
    line-height: 2;
    border-bottom: 0px solid #ebebeb;
    text-align: left;
    font-size: 11px;
    margin: 0 20px;
    font-weight: bold;
    padding: 0px 10px;
    border: 1px solid #EBEBEB;
}

.publisher-settings-main {
    border: 1px solid #ebebeb;
    width: 97%;
    margin: 0px 20px;
    float: left;
    padding: 10px 10px;
}

.publisher-settings-main input,
.publisher-settings-main select {
    width: 60%;
    float: left;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 5px;
}

.publisher-settings-main .radiobtn1 {
    float: left;
}

.publisher-settings-main .radiobtn1 input {
    width: auto;
    margin: 0px;
}

.publisher-settings-main input[type="button"],
.publisher-settings-main input[type="submit"] {
    width: auto;
    padding: 3px 10px;
    margin-top: 10px;
}

.body_content {
    width: 100%;
    float: right;
    background-color: #ffffff !important;
    margin: 0px 0px;
}

/* table {
    font-size: 11px !important;
    border-collapse: inherit !important;
} */

.body_content table {
    border: 1px solid #d6d6d6;
}

th {
    color: #808080 !important;
    line-height: 14px;
    padding: 5px 5px !important;
}

th a,
th a:visited {
    color: #808080 !important;
}

/* thead tr {
    color: #e95164;
    background-color: #f8f8f8;
    line-height: 30px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}

thead tr:hover {
    background: #e0dfdf !important;
} */

.hover .odd:hover,
.hover .even:hover,
.hover-without-scroll .odd:hover,
.hover-without-scroll .even:hover,
.hover-without-scroll-cat .odd:hover,
.hover-without-scroll-cat .even:hover {
    background: #ccc;
}

.hover th,
.hover td,
.hover-without-scroll th,
.hover-without-scroll td,
.hover-without-scroll-cat th,
.hover-without-scroll-cat td {
    border: 1px solid #ebebeb;
}

table.table-responsive thead tr {
    width: 100% !important;
    padding: 0px 0px;
    font-weight: bold;
}

table.table-responsive thead tr td {
    padding: 0px 4px !important;
}

/* table.table-responsive td.label-text, .label-text {
    width: 110px;
    float: left;
    text-align: left;
    clear: left;
} */

table a {
    color: #e95164;
    cursor: pointer;
}

.pubgroupEdit {
    cursor: pointer;
}

.ui-datepicker-calendar a {
    color: #33f !important;
}

.input-area {
    width: 255px;
    float: left;
}

#themaSearchForm1 .ui-daterangepicker-arrows,
.search_2 .ui-daterangepicker-arrows {
    width: 100%;
}

#themaSearchForm1 .ui-daterangepicker-arrows input.ui-rangepicker-input,
.search_2 .ui-daterangepicker-arrows input.ui-rangepicker-input {
    width: 200px !important;
}

span.radiobtn1 {
    vertical-align: middle;
    margin: 0px 5px;
}

.infolist {
    border: 1px solid #ebebeb;
    background: #ebebeb;
    text-align: left;
    padding: 10px;
}

.infolist li {
    list-style: none;
}

.multi-dropdown .dropdown-toggle,
.booktips_search .dropdown-toggle,
#productSearchForm .dropdown-toggle {
    width: 247px;
    text-align: left;
}

.multi-dropdown .caret,
#productSearchForm .caret,
.booktips_search .caret {
    margin-right: -6px;
    float: right;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-top: 6px dashed;
    margin-top: 6px;
}

.multi-dropdown .multiselect-container,
.booktips_search .multiselect-container,
#productSearchForm .multiselect-container {
    width: 247px;
}

tbody {
    padding: 15px 0px;
}

.hover tbody,
.login-form tbody,
.hover-without-scroll tbody {
    float: none;
}

.footer {
    float: left;
    background-color: #f8f8f8;
    bottom: 0;
    border-radius: 0px !important;
    margin-top: 10px;
    height: 20px;
}

.excel {
    float: right;
    color: #e95164;
    margin-right: 30px;
    margin-bottom: 30px;
}

.navbar-right {
    margin-right: 0px !important;
    margin-top: 11px;
}

.nest_logo {
    width: 70%;
    padding-left: 20px;
}

.dropdown-user li {
    display: block !important;
}

.must_enter {
    color: red;
    font-size: 12px;
}

.width100 {
    width: 100% !important;
}

thead tr:hover {
    background: #f8f8f8 !important;
}

#sidebar {
    background-color: #eee;
    padding-left: 0;
    position: absolute;
    min-height: 100%;
    z-index: 9999;
    transition: 1s;
}

#sidebar .collapse.in {
    display: inline;
}

#sidebar>.nav>li>a {
    white-space: nowrap;
    overflow: hidden;
}

#main {
    padding: 15px;
    left: 0;
}

.row-offcanvas-left.active .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 3%;
    min-width: 42px;
}

#main {
    left: 0;
}

html,
body {
    height: 100%;
}

.wrapper,
.row {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.wrapper:before,
.wrapper:after,
.column:before,
.column:after {
    content: "";
    display: table;
}

.wrapper:after,
.column:after {
    clear: both;
}

.row-offcanvas-left .sidebar-offcanvas {
    width: 20%;
}

body {
    position: relative;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

.dropdown-menu>li>a {
    line-height: 2.428571 !important;
  /*  font-size: 11px;*/
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;
}

.sidebar-nav li a {
    display: block;
    color: #0000ff;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
    border-bottom: 1px solid #eae5e5;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #e9517d !important;
    background: #ececec !important;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    background-color: #eee !important;
    color: #e95164 !important;
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
    font-size: 20px;
    line-height: 44px;
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #fff;
    box-shadow: none;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250, 250, 250, .8);
    z-index: 1;
}

#wrapper tbody {
    padding-top: 15px !important;
}

.publisher-associat-btn {
    width: 50%;
}

.publisher-associat-btn input[type="button"],
.publisher-associat-btn input[type="submit"] {
    float: left;
}
/*
.form-control {
    height: 28px !important;
    padding: 0px 12px !important;
    font-size: 11px !important;
    z-index: 999999;
}
*/
.head-span,
.pagelinks b,
strong {
    color: #e95164 !important;
}

.type-icon {
    text-align: center;
}

.pagelinks a {
    color: #666 !important;
}

li.dropdown.active {
    background: #f1f1f1;
}

.menu-list fa {
    width: 2em !important;
}

.fa {
    text-align: center;
    width: 2.285714em;
}

.logout {
    list-style: none;
    top: 0px;
    float: right;
    right: 3%;
    background: none;
}

.logout a {
    font-size: 14px !important;
}

.logout ul li a:hover,
.stat-total {
    background: #e95164;
    color: #fff;
}

.stat-total td a {
    color: #fff !important;
}

.logout ul li a {
    padding: 0;
    margin: 0;
}

.logout ul {
    padding: 0 !important;
}

.width50 {
    width: 50%;
    margin: 0px auto !important;
}

.ui-widget {
/*     font-family: segoe ui,
        Arial,
        sans-serif; */
    font-size: 1.1em;
}

u {
    color: #e95164;
}

.fixpricerow {
    float: left;
    width: 540px !important;
}

.adjust-btn {
    width: 100%;
    background: #fff;
    border: 1px solid #e95164 !important;
    color: #e95164;
}

.cat-group-div {
    display: table;
    text-align: center;
    color: black;
}

.cat-group-div .sel1 {
    width: 60%
}

.cat-group-div .uix-multiselect .ui-widget-header {
    background: #e95164;
    color: #fff;
}

.cat-group-div .multiselect-element-wrapper .ui-state-default {
    border-bottom: 1px solid;
}

.a_link {
  /*   padding: 3px 15px;
    border-radius: 5px;
    font-size: 12px; */
    color: #fff !important;
    text-decoration: none !important;
    background: #96969a;
    border: none;
}

.a_link:hover {
    background: #e95164;
}

.deletebtn {
    opacity: 1 !important;
    text-shadow: none !important;
    padding: 4px 10px;
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    margin: -12px 0px 10px 0px !important;
    font-weight: normal !important;
}

.ui-daterangepicker .ui-datepicker-title {
    color: #e95164 !important;
}

.allFilesCss {
    width: 100%;
    height: 100%;
    background: #FFF none repeat scroll 0% 0%;
    border: 0px none;
    display: block;
    margin: 0px;
    padding: 0px;
}

.treeStyle {
    float: left;
    width: 60%;
    border-right: 1px solid #C0C0C0;
    overflow: auto;
    padding: 0px;
}

.bigContainer {
    width: 100%;
    margin: 0 auto;
    height: auto !important;
    border: 1px;
    color: white;
}

.treeStyle,
.allFilesCss {
    border: 1px solid white;
    float: left;
    height: 450px;
}

.treeStyle {
    width: 30%;
    background-color: white;
}

.allFilesCss {
    border: 2px bold;
}

.ui-datepicker-div .ui-datepicker-title {
    color: #e95164;
}

.goback {
    cursor: pointer;
    padding: 3px;
    margin-left: 30px;
    border: none;
    background: none;
    color: #e95164;
}

.goback i {
    width: 1.285714em;
    font-size: 20px;
}

.report-left {
    vertical-align: top;
}

#deferedComments,
#deferedComments_new {
    display: none;
}

.statstabs {
    margin: 20px;
}

.statstabs.ui-tabs-nav {
    margin: 0px auto !important;
    width: 71% !important;
}

.stopClick {
    color: #fff !important;
}

.addcampaign,
.paymentmodel {
    text-decoration: none !important;
    line-height: 20px;
}

.ui-daterangepicker .ranges {
    background: #fff !important;
}

#fixprice-searchform .ui-daterangepicker-prev {
    margin-top: 3px;
}

#fixprice-searchform .ui-daterangepicker-next {
    margin-top: 3px;
}

#campaignlistform .ui-daterangepicker-prev {
    margin-top: 3px;
}

#campaignlistform .ui-daterangepicker-next {
    margin-top: 3px;
}

.result {
    color: #fff;
    background: #e95164 !important;
}

.result a {
    color: #fff !important;
}

.ui-dialog .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar-close:hover {
    top: 50% !important;
    background: none;
    border: none;
}

.ui-dialog .ui-dialog-titlebar-close span {
    position: relative !important;
}

#show-revisions {
    border: none;
    padding: 2px 15px;
    font-size: 12px;
    border-radius: 4px;
    margin-top: 0px;
}

textarea {
    border-radius: 4px;
    border: 1px solid #ccc;
}

.menua {
    cursor: pointer;
    color: #0000ff;
    text-decoration: none;
    padding: 10px 15px;
    border-bottom: 1px solid #eae5e5;
    position: relative;
    display: block;
}

#productSearchForm table.table-responsive td.label-text {
    width: 125px !important;
    clear: left;
}

#bulkInactivateForm tbody tr {
    margin: 10px 20px;
}

.table-responsive tbody tr {
    margin: 5px 0px 0px 0px;
}

#productSearchForm table.table-responsive td.input-area {
    margin-bottom: 0px;
    z-index: 999999;
}

input.CssButton:hover {
    background: #e95164;
}

#wait {
    background: url('https://upload.wikimedia.org/wikipedia/commons/b/b1/Loading_icon.gif') no-repeat;
}

.mainTab {
    background: #fafaf4;
    border: 1px solid #ccc;
    padding: 4px 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #e95164;
    font-weight: bold;
    font-size: 12px;
}

.mainTab.active {
    background: #e95164;
    color: #fff;
}

.nest-stats-main-content {
    border: 1px solid #ccc;
    margin: 10px 30px;
    padding: 10px;
    border-radius: 5px;
}

.nest-stats-main-content table a {
    white-space: nowrap;
}

#results {
    display: inline-block;
    padding-left: 0;
    position: absolute;
    z-index: 999;
    width: 245px;
    max-height: 150px;
    overflow-y: auto;
}

#results ul {
    z-index: 999;
    background: #f3f3f3;
}

#results ul li {
    list-style: none;
    border-bottom: 1px solid #ebebeb;
    padding: 5px;
    cursor: pointer;
}

#popularityBean .ui-daterangepicker-arrows,
.publist-col .ui-daterangepicker-arrows {
    width: 100%;
}

#productSearchForm .ui-daterangepicker-arrows,
.booktips_search .ui-daterangepicker-arrows {
    width: 100%;
}

#productSearchForm .ui-daterangepicker-arrows .rangeA,
.booktips_search .ui-daterangepicker-arrows .rangeA {
    width: 91% !important;
    text-align: center;
    margin: 0px 10px;
}

#productSearchForm .ui-daterangepicker-arrows .ui-daterangepicker-next,
.booktips_search .ui-daterangepicker-arrows .ui-daterangepicker-next {
    right: 18px;
    top: 7px;
}

#productSearchForm .ui-daterangepicker-arrows .ui-daterangepicker-prev,
.booktips_search .ui-daterangepicker-arrows .ui-daterangepicker-prev {
    left: 18px;
    top: 7px;
}

#popularityBean .ui-daterangepicker-arrows .rangeA {
    width: 95% !important;
    text-align: center;
}

#popularityBean .ui-daterangepicker-arrows .ui-daterangepicker-next {
    right: 18px;
    top: 7px;
}

#popularityBean .ui-daterangepicker-arrows .ui-daterangepicker-prev {
    left: 18px;
    top: 7px;
}

#adminOverriden {
    overflow-y: auto;
}

.format-img {
    width: 16%;
    margin: 0px auto;
    display: block;
}

.updateisbn {
    background-image: url(../../admin/images/update.png) !important;
}

.price-matrix-block {
    width: 610px;
}

.price-matrix-block .input-area {
    width: 425px !important;
}

.price-matrix-block select {
    width: 60% !important;
    float: left;
    margin-right: 2px !important;
}

.updateelibrelation,
.updateisbn,
.updateelibrelation:hover,
#fileuploadfailedlog .updatefilename,
.relation-btn,
.relation-btn_new {
    background: url(../../img/admin/edit.gif) no-repeat !important;
    width: 17px;
    padding: 0 !important;
    height: 18px;
    margin-right: 0 !important;
}

.removeelibrelation {
    background: url(../../img/admin/delete.gif) no-repeat;
    width: 17px;
    padding: 0 !important;
    height: 18px !important;
}

.p_edit {
    padding: 5px 14px;
    float: left;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 12px;
    margin-top: 7px;
    color: #fff !IMPORTANT;
    text-decoration: none !important;
    cursor: pointer;
    text-decoration: none;
}

.left-align {
    float: left;
}

.right-align {
    float: right;
}

.publisher-tab,
.paylevel {
    margin-bottom: 0px !important;
}

#publisher,
.paylevel-top {
    margin-top: 0px !important;
}

.border0 {
    border: 0px !important;
}

#fileLocationrow,
.clear-left {
    clear: left;
}

.relation-btn-add {
    background: #96969a !important;
    width: auto;
    padding: 3px 15px !important;
    height: auto;
}

.relation-btn-add:hover {
    background: #e95164 !important;
}

.product-details-table th {
    color: #000 !important;
    width: 370px;
}

.product-details-table td {
    width: 300px;
}

.product-details-table tr {
    margin-bottom: 0px !important;
}

.product-details-table th,
.product-details-table td {
    border-bottom: 1px solid #eaeaea;
    border-collapse: collapse;
    border-right: 1px solid #eaeaea;
}

.productdeactivate input {
    background: #e42c1a !important;
    width: 100%;
}

.productdeactivate1,
.elibBookAvailabilityCheck,
.uploadCoverImageCls,
.elibBookAvailabilityCheckNew,
.refreshcoverimgCls {
    width: 100%;
    margin-top: 5px;
    float: left;
    text-align: center;
}

.edit1-table {
    width: 88%;
    float: left;
}

.edit1-table th {
    width: 105px;
    color: #000 !important;
}

.mapbtn1 {
    float: left;
    margin-top: 27px;
    margin-left: 10px;
}

.edit1-table td {
    width: 100px;
}

.status-icon {
    float: left;
    margin-top: 6px;
    margin-right: 6px;
}

#bulk-edit-popup .hover input {
    border: 0px;
}

/**pop up**/
.bulk-responsive {
    border: 0px;
}

.bulk-responsive .label-text {
    width: 85px !important;
}

.bulk-responsive tr {
    width: 370px !important;
}

.bulk-responsive .input-area {
    width: 285px;
}

.bulk-responsive .form-control {
    width: 70%;
    float: left;
}

#bulk-edit-popup input[type="button"] {
    padding: 4px 10px !important;
    margin-right: 0;
    margin-left: 4px;
}

/**ends**/
.sub-responsive {
    border: 0px !important;
}

.btn-danger-1 {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
    border-radius: 4px !important;
    font-size: 13px !important;
}

.CssButton-1:hover {
    background: #e95164;
}

.CssButton-1 {
    font-size: 13px !important;
    border-radius: 4px !important;
    background: #96969a !important;
    color: #fff !important;
}

.ui-dialog .ui-dialog-title {
    width: auto !important;
}

.pricepop {
    border: 0px !important;
    margin-top: 10px !important;
    float: left;
}

#pubfixedprice-form .input-area1 {
    width: 285px !important;
}

.poplist1 {
    width: 95%;
    float: left;
}

.poplist1 .label-text {
    font-size: 14px;
    float: left;
    padding-left: 10px;
}

#loading-product {
    background: url('img/admin/ajax-loader5.gif');
}

#editBtndesc {
    background-color: rgb(54, 59, 236);
    margin-bottom: 0;
    border: 0;
    padding: 3px 8px;
    border-radius: 2px;
}

#themaSearchForm .ui-daterangepicker-arrows .ui-widget-header .ui-icon {
    margin-top: 4px;
}

.fixprice-tab .input-area {
    margin-bottom: 0px !important;
}

.fixprice-tab .poplist1 {
    width: 360px !important;
    line-height: 20px;
}

#fixprice-searchform .ui-daterangepicker-arrows {
    width: 100%;
}

#fixprice-searchform .ui-daterangepicker-arrows input.ui-rangepicker-input,
.publist-col input.ui-rangepicker-input {
    width: 200px;
}

.newrole .input-area {
    margin-bottom: 0px;
}

.newrole .CssButton,
.newrole .btn-danger {
    padding: 4px 12px;
}

.authorbox .table-responsive tr,
.narratorbox .table-responsive tr,
.translatorbox .table-responsive tr {
    width: 365px !important;
}

#pubgroup-results {
    display: inline-block;
    padding-left: 0;
    position: absolute;
    z-index: 999;
    width: 245px;
    max-height: 150px;
    overflow-y: auto;
}

#pubgroup-results ul {
    z-index: 999;
    background: #f3f3f3;
}

#pubgroup-results ul li {
    list-style: none;
    border-bottom: 1px solid #ebebeb;
    padding: 5px;
    cursor: pointer;
}

.auto-suggest-results {
    display: inline-block;
    padding-left: 0;
    position: absolute;
    z-index: 999;
    width: 245px;
    max-height: 150px;
    overflow-y: auto;
}

.auto-suggest-results ul {
    z-index: 999;
    background: #f3f3f3;
}

.auto-suggest-results ul li {
    list-style: none;
    border-bottom: 1px solid #ebebeb;
    padding: 5px;
    cursor: pointer;
}

.distcat-desc {
    width: 10%;
}

.lightbox-opened {
    background-color: #333;
    background-color: rgba(51, 51, 51, 0.9);
    cursor: pointer;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    padding: 24px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
}

.lightbox-opened:before {
    background-color: #3d3b3b;
    color: #eee;
    content: "x";
 /*    font-family: sans-serif; */
    padding: 6px 12px;
    position: fixed;
    text-transform: uppercase;
    margin-top: 100px;
    right: 36.7%;
    float: right;
    border: 1px solid #383838;
}

.lightbox-opened img {
    box-shadow: 0 0 6px 3px #333;
    width: 30%;
    height: 70%;
    border: 5px solid #413e3e;
    margin-top: 100px;
}

/* Product Search */
/* Product Search */
.lightbox-opened {
    background-color: #333;
    background-color: rgba(51, 51, 51, 0.9);
    cursor: pointer;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    padding: 24px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
}

.lightbox-opened:before {
    background-color: #3d3b3b;
    color: #eee;
    content: "x";
/*     font-family: sans-serif; */
    padding: 6px 12px;
    position: fixed;
    text-transform: uppercase;
    margin-top: 100px;
    right: 36.7%;
    float: right;
    border: 1px solid #383838;
}

.lightbox-opened img {
    box-shadow: 0 0 6px 3px #333;
    width: 30%;
    height: 70%;
    border: 5px solid #413e3e;
    margin-top: 100px;
}

.inc_block {
    padding: 8px 8px;
    border-radius: 4px;
    border-color: #c1bbbb;
    float: left;
}

#productSearchForm .dropdown-toggle {
    width: 247px;
    height: 26px;
    text-align: left;
}

.page-top-alert {
    background: #c5dde8;
    display: table;
    width: 95%;
    height: 37px;
    padding-top: 9px;
    text-align: left;
    padding-left: 20px;
    font-size: 12px;
    border-radius: 1px;
    border: 1px solid #b2a5f9;
}

.resetContributors {
    display: none;
}

/* new css*/




    #loginscreen{
		font-family: nextorysans-headline-regular;
		font-display: swap;
	    font-size: 1rem;
	    height: 100%;
	    position: relative;
	    color: #555;
	    background: #E5E5E5;
    }


	@media (min-width: 57.5em){
	.boxWrapper {
    padding: 2rem 3rem 3rem;
}
	#newblock{
	    display: flex;
	    min-height: 100vh;
    }
	#login_left {
	    top: 0;
	    left: 0;
	    right: 75%;
	    bottom: 0;
	    z-index: 10;
	    position: fixed;
	}
	 #login_right {
	      flex: 1 1;
    margin-left: 25%;
	 }
	 .login_bg{
	     height: 100%;
    display: flex;
    flex-direction: column;
	 }
	 .login_bg_image{
	 flex: 1 1;
    display: flex;
    padding: 5rem 0;
    align-items: center;
    justify-content: center;
    background: 50% no-repeat;
    background-size: cover;
	 }
	 .login_heading {
    font-size: 1.5625rem;
    font-family:nextorysans-headline-regular;
    font-display: swap;
	}
	.login_info{
	flex: 1 1;
    text-align: left;
	}
	.brand__logo {
    min-width: 8rem;
	}

	}


	.login_heading {
       font-family: nextorysans-headline-regular;
       font-display: swap;
    font-feature-settings: "liga" , "clig";
    margin-top: 0;
    font-size: 3.125rem;
    font-weight: 700;
    line-height: inherit;
    letter-spacing: -.03125rem;
    color: #fff;
    font-size: 40px;
    max-width: 58.25rem;
    line-height: 1.2;
    margin-bottom: 20px;
	}
	.login_heading span{
	color: #E95164;
    font-size: 80px;
    height: 0;
    line-height: 0;
    }
    .login_description{
    font-size: 17px;
    color: #fff;
    line-height: 26px;
    }
	.brand {
    display: flex;
    align-items: center;
	}
	.brand__logo {
    min-width: 5rem;
}
.media {
    position: relative;
    margin: 0;
}.media__src {
    top: 0;
    left: 0;
    display: block;
    width: 90%;
    height: auto;
}
input:focus, .btn:focus {
    border: 1px solid #444444 !important;
    outline: none;
}
#login_left p{
    font-size: 20px;
}
.media__size {
    display: block;
    position: relative;
    height: 0;
    width: 100%;

}
.loginleftmain{
    display: flex;
    margin-bottom: 1.5rem;
    justify-content: center;
}
.campaignPage__header {
    display: flex;
    margin-bottom: 1.5rem;
    justify-content: left;
    padding: 43% 20% 0% 20%;
}
@media (min-width: 42.25em){
#newUI .brand__logo {
    min-width: 6.5rem;
}
}
.boxwrapper {
    padding: 0rem 20% 0% 20%;
}
#login_left{
   /*  padding: 25rem 10rem; */
}
 .stickyButton {
    position: relative;
    text-align: center;
}
.stickyButton__content {
    padding-top: 0rem;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    z-index: 2;
    position: relative;
}
.btn--primary {
    color: #eeebe8  !important;
    background: #e95164;
    border-color: #e95164  !important;
    transition: opacity .3s ease , color .15s ease , border .3s ease , background .3s ease;
}
.btn--primary:hover{
    background: #a40035;
}
/*
.btn {
    font-weight: 700;
        font-size: 14px;
    line-height: 1rem;
    letter-spacing: .055em;
    letter-spacing: .0625rem;
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    min-width: 200px  !important;
    text-align: center;
    min-height: 2.875rem;
    padding: .875rem 1.75rem .75rem;
    cursor: pointer;
    font-family:nextorysans-headline-regular !important;
    font-display: swap;
    border-width: 2px;
    border-style: solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3em  !important;
    box-sizing: border-box;
    white-space: nowrap;
    box-shadow: 0 0 0;
    text-shadow: none;
    vertical-align: top;
    text-transform: uppercase;
}*/
.formOption__legend {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.formOption__label {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.29;
    letter-spacing: -.00625rem;
    color: #585858;
    margin-bottom: -0.25em;
}
.formFieldLayout__item{
margin-bottom: 20px;
}
.text-has-error {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 1.29;
    letter-spacing: -.00625rem;
    color: #585858;
    color: #de6868;
}
.login_content{
margin-top: -20rem;
}
.formInput__field {
    width: 100%;
    font-size: 1.125rem;
    line-height: normal;
    position: relative;
    display: block;
    text-decoration: none;
    margin: 0;
        min-height: 4rem;
    padding: .625rem 1rem;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: .25rem;
   /*  -webkit-appearance: none;
    -moz-appearance: none; */
  /*   appearance: none; */
    box-sizing: border-box;
    white-space: nowrap;
    box-shadow: 0 0 0;
    vertical-align: middle;
}
@font-face {

            font-family: nextorysans-headline-regular;

            src: url("nextorysans-headline-regular.woff");

            font-weight: bold;

        }
	 #loginscreen{
		font-family: nextorysans-headline-regular;
	    font-size: 1rem;
	    height: 100%;
	    position: relative;
	    color: #555;
	    background: #E5E5E5;
    }
    #menu{
    margin-top:40px;
    }
    #menu ul{
    padding-left:0px;
    }
.leftmenu {
    width: 219px;
    background: #421862;
    float: left;

    height: 100vh;
    min-height: 1250px;
    max-width: 219px;
    padding: 3% 15px 3% 15px;
    position: fixed;
    z-index:9999;
}
.tab-content{
	width: 100%;
    float: left;
}
.leftmenu li{
	list-style: none;
    margin-bottom: 4px;
    padding: 6px 0px;
}
.leftmenu a{
    font-size: 20px;
    line-height: 30px;
    color: #eeebe8;
    text-decoration: none;
    padding: 0px 15px;
    font-family: 'nextorysans-regular' !important;
    font-display: swap;
}
.leftmenu li a:hover, .leftmenu li a.active{
	color: #d7355b;
    text-decoration: none;
}
.leftmenu p{
	    color: #EEEBE8;
    font-size: 16px;
        padding: 0px 15px;
        font-family:nextorysans-headline-regular;
        font-display: swap;
}
 .leftmenu li:hover,  .leftmenu li.active  {
   /* background: #8080808a;*/
    border-radius: 5px;
    color: #d7355b;
    text-decoration: none;
    padding: 6px 0px;
    cursor: pointer;
}


#rightcontent{
	width: auto;
 /*   text-align: center;*/
    background: #EEEBE8;
   min-height: 1435px;
   
  /*  height: 100vh;*/
}
@media screen and (min-width: 900px) {
    #rightcontent{
        margin-left: 219px;
    }
}

.boxWrapper {
    width: 100%;
    background: #fff;
    border-radius: .25rem;
    margin: 0 auto;
    border-top: 5px solid #703056;
    padding: 4.5rem 4.25rem 4rem;
}

.db-boxWrapper {
    background: #fff;
    border-radius: .25rem;
    margin: 0 auto;
    border-top: 5px solid #1C514E;
    padding: 40px 28px;
}

.db-margin {
	margin: 150px;
}


#login_form .formOption__label{
	font-size:13px;
}
#ud_txt_head{
	      margin-left: -27rem;
    font-family: nextorysans-regular;
    font-display: swap;
    font-size: 40px;
    margin: 0;
    margin-bottom: 20px;
    padding-top:80px;
    color:#444;
}
#sales_txt_head{
	
    font-family: nextorysans-regular;
    font-display: swap;
    font-size: 40px;
    margin: 0;
    margin-bottom: 20px;
    padding-top: 80px;
    color: #444;
}

#db_txt_head{
	text-align: left;
    font-family: nextorysans-regular;
    font-size: 40px;
   /*  padding-left:240px;
    padding-top:100px; */
    color:#444;
}
#db_btn_head{
	color: #eeebe8  !important;
    background: #e95164  !important;
    border-color: #e95164  !important;
    transition: opacity .3s ease , color .15s ease , border .3s ease , background .3s ease;
    font-weight: 700;
    font-size: 14px;
 /*    line-height: 1rem; */
    letter-spacing: .0625rem;
  /*   float: right; */
    text-decoration: none;
  /*   margin: -85px 20px 0px 0px;
    min-width: 200px  !important;
    text-align: center;
    min-height: 2.875rem; */
    padding: .875rem 1.75rem .75rem;
    cursor: pointer;
    font-family:nextorysans-headline-regular !important;
    font-display: swap;
    border-width: 2px;
    border-style: solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3em  !important;
    box-sizing: border-box;
    white-space: nowrap;
    box-shadow: 0 0 0;
    text-shadow: none;
  /*   vertical-align: top; */
}
.boxWrapper--maxCols6 {
    max-width: 41.96875rem;
}
fieldset{
	margin-bottom: 30px !important;
}
.headline {
        margin-top: 10px;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: -.00625rem;
    color: #444;
    margin-bottom: 30px;
    font-family: nextorysans-regular;
    font-display: swap;
}
.db-headline {
	text-align: start;
    font-size: 25px;
    font-weight: normal;
    color: #444;
    font-family: nextorysans-regular;
    font-display: swap;
}
.db-sub-headline {
	text-align: start;
    font-size: 15px;
    font-weight: normal;
    color: #444;
    font-family: nextorysans-regular;
    font-display: swap;
}
.db-stats{
	float: right;
	margin-top: -30px
}
.db option {
    font-size: 20px;
}
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 30px;
}
.column {
  float: left;
  padding: 10px;
  text-align: left !important;
}

.db-icon {
  float: left;
  text-align: left !important;
  margin-top:10px;
  width: 15px;
}
.db-subtext {
 margin: 10px 0px 0px 25px;
 color: #d3d3d3;
 font-size: 13px;
}

.db-title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 3px;
  color: #444444;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 250px;
}

.db-count {
  font-size: 14px;
  margin-bottom: 0px !important;
  color: #555555
}

.left-column {
  float: left;
  padding: 10px;
  text-align: left !important;
  width: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.right-column {
  float: left;
  padding: 10px;
  text-align: left !important;
  width: 50%;
}
.middle-column {
  float: left;
  padding: 10px;
  text-align: left !important;	
  width: 90px;
  height: 100px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.db-block{
	border-radius: 4px;
	padding: 5px;
	background: #EEE1E2;
	background-clip: border-box;
	width: 200px;
	justify-content: left;
	display: inline-block;
	margin: -80px 5px 5px 5px;
}
.db-block p{
    font-family: nextorysans-regular;
    font-weight: 700;
}

.db-block h4{
	margin-top: -15px;
	margin-bottom: -2px;
    font-size: 20px;
    font-family: nextorysans-regular;
    font-weight: 800;
    color:#5F2949
}
.formLayout {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1rem;
    margin-right: -1rem;
}
.formLayout__item {
    flex: 1 1 100%;
    margin-top: 1rem;
    margin-right: 1rem;
}
.formOption {
    text-align: left;
}
.formOption__legend {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.formOption__label {
      margin-top: 0;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: -.00625rem;
    color: #555555;
    font-family: nextorysans-medium;
    font-display: swap;
}
#phone{
	 width: 50%;
}
.formInput {
    position: relative;
}
.formInput span , .savebtn span{
    color: #555555;
    line-height: 17px;
    opacity: 0.5;
    }
 .formInput span{
 	font-size: 13px;
    margin-top: 9px;
    float: left;
    margin-bottom: 17px;
}

.formOption {
    text-align: left;
}
.savebtn{
	float: left;
}
.error{
	color:red;
}
#passwordlocation{
	color:#E95164 !important;
	opacity:1 !important;
	}
	#namelocation{
	color:#E95164 !important;
	opacity:1 !important;
	}
		#login_form input[type=submit]{
	padding: 10px;
    width: 100%;
    min-height: 4rem;
    font-size: 14px !important;
}
/*new css*/

      body{
	  margin:0;
	  }

	  /*new*/
	  #newUI {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
   /*  position: relative; */
    color: #555;
   /* background: #fff; */
    font-family: nextorysans-headline-regular;
    font-display: swap;
    font-size: 1rem;
    line-height: 1.333333;
}
.app--bgSecondaryTint1 {
    background: #eeebe8;
}
.app {
    width: 100%;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    flex-direction: column;
}
.app__main {
    order: 3;
    z-index: 3;
    position: relative;
    min-height: auto;
}
@font-face {

            font-family: nextorysans-headline-regular;

            src: url("nextorysans-headline-regular.woff");

            font-weight: bold;

        }
#newUI .block--normalBleed {
    padding-left: 1.25em;
    padding-right: 1.25em;
}
#newUI .block {
    /*width: 100%;*/
}
#newUI .wrapper {
    max-width: 86.25rem;
    margin-left: auto;
    margin-right: auto;
}
#newUI .wrapper__content--marginTop {
    margin-top: 3rem;
}
#newUI .wrapper__content--fullScreen {
    min-height: calc(100vh - 12rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#newUI .wrapper__content--alignCenter {
    margin-left: auto;
    margin-right: auto;
}
#newUI .wrapper__content--maxCols3 {
    max-width: 19.03125rem;
}
#newUI .para{
 margin-bottom: 2.5rem;
 }
#newUI .brand--login {
    justify-content: left;

}
#newUI .brand {
    display: flex;
    align-items: center;
}
#newUI .brand--login .brand__logo {
    min-width: 8.75rem;
}
#newUI .brand__logo {
    min-width: 5rem;
}
#newUI a {
    color: #e95164;
    text-decoration: none;
}
#newUI .media {
    position: relative;
    margin: 0;
}
#newUI .media__src {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 90%;
    height: 100%;
}
#newUI .media__size {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
}
#newUI .formLayout {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1rem;
    margin-right: -1rem;
}
#newUI .formLayout__item {
    flex: 1 1 100%;
    margin-top: 1rem;
    margin-right: 1rem;
}
#newUI .formOption {
    text-align: left;
}
#newUI .formOption__legend {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#newUI .formOption__label {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.29;
    letter-spacing: -0.00625rem;
    color: #555555;
    margin-bottom: 0.25em;
}
#newUI .formInput {
    position: relative;
}
#newUI .formInput__field {
    width: 100%;
    max-width: 290px;
    font-size: 1.0625rem;
    line-height: normal;
    position: relative;
    display: block;
    text-decoration: none;
    margin: 0;
    min-height: 2.875rem;
    padding: 0.625rem 1rem;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
   /*  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
    box-sizing: border-box;
    white-space: nowrap;
    box-shadow: 0 0 0;
    vertical-align: middle;
	font-family: nextorysans-regular !important;
	font-display: swap;
}
.width240{
	max-width:240px !important;
}
.para{
	font-family: nextorysans-headline-regular;
	font-display: swap;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #555555;
}
#newUI .text-has-error {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.29;
    letter-spacing: -0.00625rem;
    color: #E95164;
}
.border-danger{
	border-color: #E95164 !important;
    BORDER: 1PX SOLID #E95164 !IMPORTANT;
    outline: 0px !important;
}
/* ha
.wysihtml5-toolbar .dropdown a:hover, .wysihtml5-toolbar li .btn-group a.btn.btn-default.wysihtml5-command-active:hover , .wysihtml5-toolbar li .btn-group a:active{
    background: #eeebe8 !important;
}
.wysihtml5-command-active{
	background: #eeebe8;
} */
/* select {
    height: 34px;
    background: url(../img/arrow_down.svg) no-repeat right !important;
   
    -webkit-appearance: none !important;
        background-position-x: 210px !important;
    } */
    .a-link .border-danger{
    border:1px solid red !important;
    }
 #territoryofsales{
 background-position-x: 340px !important;
 }
 #selectedTerritoryofsales{
 background:none !important;
 }
#newUI .formOption__message {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.29;
    letter-spacing: -0.00625rem;
    color: #585858;
    color: #de6868;
    margin-top: 0.5rem;
}
#newUI .formLayout__item--login {
    margin-top: 2.5rem;
}
#newUI .formLayout__item--center {
    text-align: center;
}
#newUI .buttonList {
    display: inline-block;
}
#newUI .buttonList__list {
    display: table;
    margin: 0 auto;
}
#newUI .buttonList__item .btn {
    width: 100%;
}
/*
#newUI .btn--primary {
    color: #eeebe8;
    background: #e95164;
    border-color: #e95164;
    -webkit-transition: opacity 0.3s ease, color 0.15s ease, border 0.3s ease, background 0.3s ease;
    transition: opacity 0.3s ease, color 0.15s ease, border 0.3s ease, background 0.3s ease;
}
#newUI .btn {
    font-weight: bold;
    font-size: 0.775rem;
    line-height: 1rem;
    letter-spacing: 0.055em;
    letter-spacing: 0.0625rem;
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    min-width: 200px;
    text-align: center;
    min-height: 2.875rem;
    padding: 0.875rem 1.75rem 0.75rem;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3em;
    box-sizing: border-box;
    white-space: nowrap;
    box-shadow: 0 0 0;
    text-shadow: none;
    vertical-align: top;
    text-transform: uppercase;
}
*/
#newUI .buttonList__item .btn {
    width: 100%;
}
#newUI .formInput__field:active, #newUI .formInput__field:focus, #newUI .buttonList__item .btn:focus {
    outline: none;
}
 #newUI .login__rightBg {
    height: 100%;
    display: flex;
    flex-direction: column;
}
#newUI .login__main {
    position: relative;
}
#newUI .login__backdrop {
    flex: 1 1;
    display: flex;
    background: center center no-repeat;
    background-size: cover;
}
#newUI .login__quoteBlock {
    width: 35rem;
}
#newUI svg {
    fill: #555;
    vertical-align: baseline;
    vertical-align: initial;
}
#newUI .login__quoteText {
    font-family: nextorysans-headline-regular;
    font-display: swap;
    font-feature-settings: 'liga', 'clig';
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.03125rem;
    color: #444;
    color: #eeebe8;
    margin: 1.25rem 0;
}
#newUI .login__quotePerson {
   font-family: nextorysans-headline-regular;
   font-display: swap;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.0625rem;
    line-height: 1.53;
    letter-spacing: -0.00625rem;
    color: #eeebe8;
}
@media (min-width: 75em)
{
	#newUI .login__main {
	    display: flex;
	    min-height: 100vh;
	    align-items: center;
	}
	#newUI .login__left {
	    flex: 1 1;
	    padding: 0 2em;
	    margin-right: 60%;
	}
	#newUI .login__right {
	    display: block;
	    top: 0;
	    right: 0;
	    left: 40%;
	    bottom: 0;
	    z-index: 10;
	    position: fixed;
	}
}

@media (min-width: 42.25em)
{
	#newUI .login__left {
	    padding: 0 1.25em;
	}
	#newUI .block--normalBleed {
	    padding-left: 1.5em;
	    padding-right: 1.5em;
	}
	#newUI .brand__logo {
	    min-width: 6.5rem;
	}
	#newUI .formLayout {
	    margin-top: -1.125rem;
	    margin-right: -1.125rem;
	}
	#newUI .formLayout__item {
	    margin-top: 1.125rem;
	    margin-right: 1.125rem;
	}
	#newUI .login__backdrop {
	    margin: 0;
	    padding: 27vh 6rem;
	}
}

@media (min-width: 57.5em)
{
	#newUI .login__quoteText {
	    font-size: 2.5rem;
	}
	#newUI .block--normalBleed {
	    padding-left: 2em;
	    padding-right: 2em;
	}
	#newUI .para {
	        margin-bottom: 25px;
	}
	#newUI .brand__logo {
	    min-width: 8rem;
	}
}

main {
    display: block;
}

#newUI .buttonList {
    display: inline-block;
}
#newUI .buttonList__list {
    display: table;
    margin: 0 auto;
}
#newUI .buttonList__item .btn {
    width: 100%;
}
#newUI .btn--secondary {
    color: #555;
    background: transparent;
    border-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.3s ease, color 0.15s ease, border 0.3s ease, background 0.3s ease;
    transition: opacity 0.3s ease, color 0.15s ease, border 0.3s ease, background 0.3s ease;
}
/*
#newUI .btn {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 0.055em;
    letter-spacing: 0.0625rem;
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    min-width: 200px;
    text-align: center;
    min-height: 2.875rem;
    padding: 0.875rem 1.75rem 0.75rem;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
        font-family: nextorysans-demibold !important;

    border-radius: 3em;
    box-sizing: border-box;
    white-space: nowrap;
    box-shadow: 0 0 0;
    text-shadow: none;
    vertical-align: top;
    text-transform: uppercase;
}
*/
.leftmenu a:hover{
	text-decoration: none;
    color: #eeebe8;
}
#newUI .stickyButton__fade {
    display: none;
}
.leftmenu .buttonList__list a{
	font-size:13px;
	text-decoration: none;
}
.leftmenu .buttonList__list:hover {
    background: #e95164;
    cursor: pointer;
    text-decoration: none;
    color: #eeebe8;
}
.leftmenu .buttonList__list {
    border: 2px solid #e95164;
    border-radius: 25px;
    font-size: 13px;
    padding: 1px 10px;
    height: 35px !important;
    margin-top: 38px;
    background:#e95164
}
#rightcontent .pageHeader{
	    position: absolute;
    width: 100%;
    z-index: 999;
    float: left;
    left: -87px;
}
#rightcontent .formOption__label{
	font-size:13px !important;
	margin-bottom: 0;
}
#rightcontent .formInput__field{
	height: 46px;
    max-width: 498px;
    font-size: 17px;
    color: #555555;
}
/* #rightcontent .btn{
	padding: 14px;
    font-size: 14px;
    width: 167px;
    height: 46px;
} */

#rightcontent .boxWrapper--maxCols6{
	max-width: 560px !important;
}
#rightcontent .phone{
	width: 50% !important;
}

#rightcontent .formLayout__item{
	margin-bottom: 1.1rem;
	text-align: left;
}
#rightcontent .boxWrapper{
    padding: 40px 28px;
    border-radius: 5px;
}
#rightcontent .formInput__field::placeholder {
  	color: #ccc;
}
#login_form .buttonList {
	float:left;
}
#ln_btn_sin{
	float: left !important;
    width: 290px !important;
}
.ui-daterangepicker-arrows{
	border:none !important;
	width:100% !important;
}
.ui-daterangepicker{
	z-index: 999999;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.157589);
    border-radius: 2px;
    width:225px !important;
}
.ui-daterangepicker ul {
    width: 12.6em !important;
}
li:empty {
   display: none;
}
.stickyButton__content input:focus, .stickyButton__content .btn:focus{
	    border: 0px !important;
    outline: none !important;
}
.buttonList__item .btn:focus {
    border: none !important;
}
/*
#newUI .btn:disabled {
  opacity:0.3 !important;
      cursor: default;
}*/
.text-border-error{
	border:1px solid #de6868 !important;
}
.sucessmsg{
	    border: none;
    padding: 0;
    margin: 0px auto;
    z-index: 99999999999;
    width: 50%;
}
.sucessmsg .alert{
  
    background: #287470;
    border-radius: 5px;
}
.sucessmsg .alert strong{
    color: #fff !important;
    padding: 1px;
    font-size: 17px;
    font-weight: normal;
    font-family: 'nextorysans-regular';
    font-display: swap;
}
#imprintIdautocomplete-list{
	    box-shadow: 0px 3px 10px rgb(0 0 0 / 16%);
    width: 99%;
}
#alert svg{
	fill: #fff !important;
	    vertical-align: middle;
/* 	    rocky@sam.com */
}
#alertpass svg{
	fill: #fff !important;
	    vertical-align: middle;
/* 	    rocky@sam.com */
}
#mypageform .formInput span{
	margin-botto:0px !important;
}
#rightcontent .selectcat{
	color: #555;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'nextorysans-regular' !important;
    font-weight: normal;
    /* width: 99px; */
    border: 1px solid #e5e5e5 ;
    /* margin: 0px; */
    float: left;
    min-width: 99px !important;
    font-size: 13px !important;
    height: 17px;
    background: none;
    
    max-width: 99px;
    height: 35px;
}


/* div.options input {
    visibility: hidden;
}

div.options > label {
    display: block;
    margin: 0 0 0 -10px;
    padding: 0 0 20px 0;
    height: 20px;
    width: 150px;

}

div.options  img {
    display: inline-block;
    padding: 0px;
    height:30px;
    width:30px;
    background: none;
}

div.options  input:checked +img {
    background: url(http://cdn1.iconfinder.com/data/icons/onebit/PNG/onebit_34.png);
    background-repeat: no-repeat;
    background-position:center center;
    background-size:30px 30px;
} */
/* .wysihtml5-toolbar .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
} */
/*
.wysihtml5-toolbar li:nth-child(2) {
  background: none;
    margin-top: 3px !important;
    color: grey;
     margin-left: 10px !important;
}
*/
#selectedcategories{
	margin-left: -4px;
}

/* ha
.wysihtml5-toolbar li:nth-child(3) {
       margin-top: 10px !important;
        width: 35px;
    }
.wysihtml5-toolbar li:nth-child(4){
        margin-left: 0px;
            margin-top: -8px !important;
        }
        .wysihtml5-toolbar li:nth-child(5){
        margin-left: 0px;
            margin-top: -8px !important;
        }
        .wysihtml5-sandbox{
        font-family: 'nextorysans-regular' !important;
        font-size:13px !important;
        }
  .wysihtml5-toolbar{
      position: absolute;
    top: 156px;
    z-index:99;
  }
.wysihtml5-toolbar li a {
        background: none;
   color: grey !important;
    width: 150px !important;
    overflow: hidden !important;
    margin-left: -10px !important;
}
.wysihtml5-toolbar a:hover, .wysihtml5-toolbar a:active{
	background:none !important;
	background-color:none !important;
}
ul.wysihtml5-toolbar a.btn.wysihtml5-command-active{
	background-color:none !important;
	background-image:none !important;
}
.wysihtml5-toolbar .dropdown-toggle::after{
	display:none;
}
.wysihtml5-toolbar li a:hover, .wysihtml5-toolbar li a:active{
	background:none !important;
	background-color:none !important;
}
.wysihtml5-toolbar span{
	color:#555555;
} */
.glyphicon-quote:before{
	    top: 13px;
}
.glyphicon-font:before{
	display:none;
}

/* ha
.wysihtml5-toolbar .caret{
    margin-top: 14px;
    float: left;
    }
.wysihtml5-toolbar .btn {
    display: inline-block;
    padding: 6px 12px !important;
    margin-bottom: 0;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42857143 !important;
    text-align: center !important;

    vertical-align: middle !important;

    cursor: pointer !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    border: 1px solid transparent !important;
    border-radius: 4px !important;
    height:auto !important;
    width:auto !important;
    min-width:auto !important;
    max-width:auto !important;

}*/
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.categorcont{
	    float: left;
    width: 100%;
    margin-top: 6px;
}
.categorcont input{
	    background: #ebebeb;
    border-radius: 20px;
    border: 0;
    width: 100px;
}
.currencyblk, .priceblk, .serieblk, .volumeblk{
	    float: left;
    flex: 1 1 50% !important;
    /* margin: 0px !important; */
        margin: 10px 0px!important;
}
.labelalign{
	margin-bottom:6px !important;
}
.volumeblk{
	/* position: relative; */
    right: 0;
    float: left;
        margin-top: 10px !important;
    right: 0;
    left: 43rem;
    width: 33%;
    flex: 0 0 17% !important;
}
.currencyblk .formOption{
    float: left;
    width: 240px;
    margin-right: 10px;
    padding-right: 0px;
}
.priceblk .formOption{
	    width: 226px;
    height: 46px;
    float: left;
}
.serieblk .formOption{
	width: 417px;
    float: left;
     margin-right: 10px;
    padding-right: 0px;
}
.volumeblk .formOption{
	width: 73px;
    float: left;
}
.tooltip-inner {
	min-width: 100px;
	max-width: 100%;
}

@media (max-width: 320px) {
	.tooltip-inner {
		min-width: initial;
		max-width: 320px;
	}
}
.tooltipcont{
	display:inline;
}
.help-icon{

	    float: right;
    margin-top: -35px;
    margin-right: -17px;
    background: #e5e5e5;
    padding: 3px 5px 0px 5px;
    border-radius: 20px;
}
.mainblk .closebtn{
       float: right;
    position: absolute;
    margin-top: 0px;
    font-size: 18px;
    padding: 2px 10px;
    cursor: pointer;
}

 .custom-radios div {
	     display: inline-block;
    font-size: 17px;
       padding-right: 30px;
}
 .custom-radios input[type="radio"] {
	  display: none;
}
 .custom-radios input[type="radio"] + label {
	 color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
    float: left;
    padding-right: 10px;
}
 .custom-radios input[type="radio"] + label span {
	 display: inline-block;
	 width: 24px;
	 height: 24px;
	 margin: -1px 4px 0 0;
	 vertical-align: middle;
	 cursor: pointer;
	 border-radius: 50%;
	 background-repeat: no-repeat;
	 background-position: center;
	 text-align: center;
	 line-height: 44px;
	 opacity:1;
}
 .custom-radios input[type="radio"] + label span img {
	 opacity: 0;
	 transition: all 0.3s ease;
}
 .custom-radios input[type="radio"]#color-1 + label span {
	 background: #EEEEEE;
     border: 1px solid #CCCCCC;
}
 .custom-radios input[type="radio"]#color-2 + label span {
	 background: #EEEEEE;
     border: 1px solid #CCCCCC;
}
 .custom-radios input[type="radio"]#color-3 + label span {
	background: #EEEEEE;
     border: 1px solid #CCCCCC;
}
 .custom-radios input[type="radio"]#color-4 + label span {
	 background: #EEEEEE;
     border: 1px solid #CCCCCC;
}
 .custom-radios input[type="radio"]:checked + label span {
     background: #e95164 !important;
     width: 24px;
     height: 24px;
     opacity: 1;
    padding-top: 7px;
}
 .custom-radios input[type="radio"]:checked + label span img , .custom-radios input[type="radio"]:checked + label span{
     opacity: 1;
     border: none !important;
}
 .mainblk{

 }
 .frstblk{
 float: left;
    padding-right: 10px;
    
 }
 .frstblk input{
 	width:166px !important;
 }
 .secondblk{
 float: left;
    width: 255px;
    
 }
 .secondblk input{
 width:255px;
 }
 .mainblk .btncont{
	/* text-transform: capitalize !important;
    width: auto;
    height: 35px;
    background: #E95164;
    border-radius: 23px; */
    margin-left: 5px !important;
    min-width: 64px !important;
    margin-top: 27px !important;
    font-size:0.8em;
 }
 .closecontrbtn{
     background: rgba(85, 85, 85, 0.2) !important;
    width: auto !important;
    padding: 0 !important;
    min-width: auto !important;
    height: auto !important;
 }
 .closecontrbtn i{
 font-size:12px;
 }
 .btn--primary.sm{
    font-size: 0.8em;
 }
/* .sucessmsg .alert-error{
        background: #287470 !important;
} */
@media all and (min-width: 1600px){ 
	.searchgreen{
	       margin-left: -15px !important;
	}
	.searchpink{
	       margin-left: -15px !important;
	}
}
@media all and (min-width: 1025px){ 
	.searchgreen{
	 display: block !important;
	}
	.searchpink{
	 display: block !important;
	}

	}
	/* a.btn.btn-default.wysihtml5-command-active, .wysihtml5-toolbar li a:hover {
    background: #eeebe8 !important;
} */
	.searchgreen{
	height:60px;}
	.searchpink{
    margin: 0px auto;
    background: #e95164 !important;
        height: 40px !important;
            margin-left: 40px !important;
    }
@media all and (max-width: 1024px){ 
.searchgreen{
	    position: fixed;
    top: 40%;
    display: block !important;
    /* right: 0; */
    width: auto;
        margin-left: -55px;
    height: 60px;
    display: flex !important;
}
.searchpink{
	    position: fixed;
    top: 40%;
    display: block !important;
    /* right: 0; */
    width: auto;
        margin-left: -55px;
    height: 60px;
    display: flex !important;
}
}

.contentfixed{
	float: left;
    width: 100%;
    z-index: 9;
    position: relative;
}
.glyphicon-pencil, .glyphicon-quote{
	display:none;
}
/* ha
.wysihtml5-sandbox{
outline: 1px solid #ccc !important;
    border-radius: 4px !important;
    border-width: 0px !important;
        padding: 15px 10px !important;
}
body.wysihtml5-editor {
    font-size: 17px !important;
    font-family: 'nextorysans-regular' !important;
}
.btn-group a{
	margin-right:5px !important;
}
.wysihtml5-toolbar li:nth-child(4){
	      margin-top: 0px !important;
    width: 35px;
}
.wysihtml5-toolbar li:nth-child(4) .btn-group a{
      min-height: auto !important;
    height: 30px !important;
    padding: 5px 10px !important;
    margin-top: 2px !important;
    width: 40px !important;
    }
    .wysihtml5-toolbar li:nth-child(4) .btn-group a span{
        margin: 0px !important; 
        }

.wysihtml5-toolbar .dropdown .show a{
	    margin-left: 0px !important;
}
.wysihtml5-command-active, .btn-group a:active{
	background:#ebebeb !important;
}
.wysihtml5-toolbar .current-font
{
	padding-bottom: 0px;
    margin-bottom: 0;
    margin-top: 0;
}
.wysihtml5-toolbar .dropdown .caret{
	background: url(../img/arrow_down.svg) no-repeat right !important;
    border: none;
    background-position: 6px 0px !important;
    width: 20px;
    height: 25px;
    margin-top: 4px;
}
.wysihtml5-toolbar .dropdown a{
height: 30px !important;
    margin-top: 10px;
    margin-left: 0px !important;
    }
.wysihtml5-toolbar li a span , .wysihtml5-toolbar li .btn-group a{
        color: #555555 !important;
    opacity: 1 !important;
    text-transform: capitalize;
    font-weight: normal !important;
}
.wysihtml5-sandbox:focus, .wysihtml5-editor:focus{
	outline:1px solid #555 !important;
	border-radius:0px !important;
	
}
.wysihtml5-toolbar li .btn-group{
	    margin-top: 3px !important;
    margin-left: 15px;
    margin-right: 0px !important;
}
.wysihtml5-toolbar li:nth-child(3){
	display:none;
}
iframe body, .wysihtml5-sandbox body{
	font-size: 16px !important;
    font-family: 'nextorysans-regular' !important;
}
.wysihtml5-sandbox .wysihtml5-editor {
    font-size: 16px !important;
    font-family: 'nextorysans-regular' !important;
}
.wysihtml5-sandbox body{
	font-family: 'nextorysans-regular' !important;
	font-size:16px!important;
}  */
.date .input-group-addon{
	    margin-left: -35px;
    background: none;
    border: none;
    margin-top:6px;opacity: 1;
}
.datepicker table{
	   padding: 0px !important;
    margin: 0px !important;
    width: 100% !important;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.active.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover{
	
	background-color: #E95164 !important;
	background-image: -webkit-linear-gradient(top, #E95164, #E95164);
	color:#EEEBE8 !important;
}
.datepicker table tr td.active.active{
	
}
.datepicker.dropdown-menu{
	padding:0px !important;
}
.datepicker > div, .datepicker.dropdown-menu th, .datepicker.dropdown-menu td{
	    font-family: 'nextorysans-regular' !important;
	   
}

.modal-content {
    color: #555555;
}