﻿html, body {
	height: calc(100% - 30px);
}

.d-contents {
	display: contents !important;
}

.bg-light-info {
	background-color: #f8f5ff;
}

.border-solid-black{
	border:solid 1px #000;
}



.datepicker table {
	width: 100%;
}
.datepicker-days {
	width: 240px;
	font-size: 16px;
}

.datepicker table tr td.day:not(.disabled) {
	color: blue !important;
}
.datepicker table tr td.active.day:not(.disabled) {
	color: #fff !important;
}

.datepicker table tr td.new.day:not(.disabled) {
	color: #000 !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	background: 0 0 !important;
	color: #efefef !important;
	cursor: default !important;
}



select {
	word-wrap: normal;
	background-color: transparent;
	border: solid 1px #ccc;
	border-radius: 3px;
}

input.dpicker {
	width: 120px !important;
	cursor:pointer !important;
}

div.account-locked-banner {
	background-color: #a41504;
	color: #fff;
}

div.account-locked-banner .btn.btn-info {
	background-color: #faf5b1;
	color: #8e217e;
}

div.account-locked-banner.warning-state {
	background-color:#8e217e;
}

div.account-locked-banner h1{
	color:#fff !important;
}

div.form-group:has(.form-control) {
    /* stili per il div che contiene un elemento con la classe .form-control */
}

.page-header.page-header-light .page-header-title .page-header-icon {
	color: #8c227d;
}



/*.form-group > label:not(.pointer):first-child {
    font-size: 12px;
    font-weight: 500;
    color: #888;
    line-height: 16px;
    position: absolute;
    margin-left: 6px;
    margin-top: 1px;
    background-color: #fff;
    padding: 0px;
    margin-bottom: 0px;
}*/
.form-group > label:not(.pointer):first-child {
	font-size: 12px;
	margin-bottom: 1px;
	/*color: #666;*/
	font-weight: 500;
}

/*.form-group > label:first-child + :not(input,select,textarea,.bootstrap-tagsinput,.form-control) {
	margin-top: 20px;
}*/

/*. form-group > input[type="text"], .form-group > input[type="email"], .form-group > input[type="tel"], .form-group > input[type="password"], .form-group > select, .form-group > textarea, .form-group > .bootstrap-tagsinput {
    padding: .625rem 1rem;
    padding-top: 17px;
    padding-bottom: 3px;
    border: 1px solid #dae1e7;
    height: unset;
    padding-bottom: 7px;
}*/


.form-group > input[type="text"], .form-group > input[type="email"], .form-group > input[type="tel"], .form-group > input[type="password"], .form-group > select, .form-group > textarea, .form-group > .bootstrap-tagsinput {
	padding: .425rem .425rem !important;
	/* padding-top: 17px; */
	padding-bottom: 3px;
	border: 1px solid #dae1e7;
	height: unset;
}




.form-group > textarea {
	padding-bottom: 8px;
}

.form-group > label:only-child:first-of-type:only-of-type {
	margin-top: 24px;
}

.form-group > a.btn:only-child:first-of-type:only-of-type {
	margin-top: 20px;
}

.form-control {
	font-size: 0.8rem;
	border-radius: 0.15rem;
	padding: .425rem .425rem !important;
	height: unset;
}

.custom-select {
	font-size: 0.675rem;
	border-radius: 0.15rem;
	padding: .425rem .425rem !important;
	height: unset;
}


/*.bg-gradient-primary-to-secondary {
    background-color: #e88d18;
    background-image: linear-gradient(135deg, #e88d18 0%, rgba(0, 0, 0, 0.6) 100%);
}
*/
.timeline .timeline-item .timeline-item-marker .timeline-item-marker-text {
	font-size: 12px;
	width: 8rem;
	color: #888;
}

.timeline .timeline-item .timeline-item-marker .timeline-item-marker-indicator i {
    font-size: 30px;
}


.btn.disabled, .btn.disabled:hover, .btn:disabled, .btn:disabled:hover {
	background-color: lightgray;
	color: #000;
	border: solid 1px lightgray;
}

a.language-link, span.language-link {
    color: yellow !important;
}
a.simple-link {
    color: #8c227d;
}

.table.tr-hover-yellow tbody tr:hover {
    background-color: yellow;
    color: #000;
}

div.card-expired-box {
    border: solid 2px red;
}

div.card-valid-box {
    border: solid 2px green;
}
div.links-area {
    padding: 0px 20px;
}


ul.zTreeDragUL, span.tmpzTreeMove_arrow {
    z-index: 2147483647
}

.ztree li a.curSelectedNode {
	padding:0px !important;
    color: red !important;
    font-weight: bold;
}

.text-underline {
	text-decoration:underline !important;
}

.v-top {
	vertical-align:top !important;
}

.card.no-shadow {
	box-shadow:none !important;
	/*border:solid 1px #efefef !important;*/
}

.h-30vh {
	max-height:calc(30vh);
    overflow-y: scroll;
	display:block;
}

.cursor-default{
	cursor:default !important;
}

.fw-normal {
    font-weight: normal !important;
}

.fw-bold{
	font-weight:bold !important;
}

.fw-400{
	font-weight:400 !important;
}

.fw-500{
	font-weight:500 !important;
}

fieldset.fs-standard {
	border: solid 1px #ccc;
	padding: 10px;
}

fieldset.fs-standard legend {
    font-size: 16px;
    display: inline-block;
    padding: 0px 10px;
    font-weight: 500;
    width: auto;
}

fieldset.fs-standard legend a.btn {
	padding:3px 10px;
	font-size:12px;
}

.bg-white {
	background-color: #fff;
}

.card-body.bg-white {
    background-color: #fff !important;
}


.card-header.small-header {
    padding: 0.5rem 0.5rem;
    font-size: 15px !important;
    font-weight: normal !important;
}

.card-header.small-header.no-roles {
    background-color: lightgray !important;
    color: #000 !important;
}

.card-header li {
	margin-right:10px;
}
.card-header li .btn.btn-secondary {
	padding: 9px 9px;
}

.card-header .btn.btn-secondary, .card-header .btn.btn-secondary:hover {
    background-color: #fff !important;
	color: #4765a4 !important;
}

.card-header ul.ul-inline li {
    margin-right: 20px;
}

ul.orderfilters-range li {
	margin-right:20px;
}
ul.orderfilters-range li label {
    cursor:pointer;
}


.orderfilter-li {
    width: 100%;
    vertical-align: middle !important;
    padding: 1px 5px;
}

/*.orderfilter-li:hover {
	background-color:#efefef;
}*/
.form-group li label > input {
	width: auto !important;
}

label input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -3px;
}


.order-filter-box {
    width: calc(50vw);
    position: relative;
    min-height: 300px;
    padding: 5px 10px;
    max-width: 600px;
}


.order-filter-box a {
    font-size: 13px;
    border-radius: 3px;
    margin-top: 3px;
}

.order-filter-box a.filter-entry {
    padding: 1px 5px;
    display: inline-block;
    max-width: 220px;
    overflow: hidden;
    height: 17px;
    text-overflow: ellipsis;
}


.custom-control-input:checked ~ .custom-control-label.danger::before {
	color: #fff;
	border-color: #e81500;
	background-color: #e81500;
}

.custom-control-input:checked ~ .custom-control-label.success::before {
	color: #fff;
	border-color: #00ac69;
	background-color: #00ac69;
}


.b {
	font-weight:500;
}

.page-header .page-header-content .page-header-title {
    font-size: 24px;
}

.page-header-icon .feather {
    color: #8c227d;
}

div.logo-position {
	border: solid 1px #000;
	width: 330px;
	height: 60px;
	overflow: hidden;
	position: relative;
}

div.logo-position img{
	width:100%;
	height:unset;
}


div.arrow-block {
	position: absolute;
	left: 345px;
	top: 25px;
	width: 70px;
	height: 60px;
}

.btn-save-section {
    float: right;
    margin-bottom: 12px;
}

div.arrow-up {
	position: absolute;
	top:0px;
	left: 26px;
}

div.arrow-down {
	position: absolute;
	left: 26px;
	bottom: 0px;
}

div.arrow-left {
	position: absolute;
	left: 2px;
	top: 17px;
}

div.arrow-right {
	position: absolute;
	right: 2px;
	top: 17px;
}

.badge-secondary {
    color: #fff;
    background-color: lightslategray;
}


.badge.lg {
    font-size: 100%;
}


.error-po {
	color: #e81500;
	font-size: 14px;
	display: none;
}


ul.sitepanel-menu {
	color: #fff;
    margin: 0px;
    text-align: center;
}

ul.sitepanel-menu li {
    list-style-type: none;
    display: inline-block;
    background-color: #fff;
    margin-right: 20px;
    padding: 8px 20px;
    margin-bottom: 10px;
    border-radius: 3px;
}
ul.sitepanel-menu li a {
	color: #0c56ed;
}

ul.register-hints {
	margin: 0px;
	padding: 0px;
	padding-top: 55px;
}

ul.register-hints li {
	list-style-type: none;
	margin-bottom: 30px;
	position: relative;
	color: #444;
}

ul.register-hints li i {
	font-size: 32px;
	vertical-align:middle;
}

ul.register-hints li label {
    font-size: 14px;
    vertical-align: middle;
    position: absolute;
    left: 54px;
    color: #0042a6;
}


div.register input.form-control, div.register select.form-control {
	height: 48px !important;
	font-size: 16px !important;
	padding-left: 48px !important;
}

div.register .form-group i {
	position: absolute;
	font-size: 30px;
	left: 19px;
	top: 8px;
	color: lightblue;
}

div.register p.top-desc {
	color: #000;
	margin-left: 13px;
}

div.register p.bottom-desc {
	color: #000;
	margin-left: 13px;
	font-size: 13px;
}

a.bnt-register {
	display: block;
	margin-top: 14px;
	font-size: 20px;
}



span.sitedomain {
	position: absolute;
	right: 18px;
	top: 31px;
	font-weight: 500;
	font-size: 13px;
	color: #000;
}

#navbarDropdownUserImage {
	border: solid 1px #ccc;
}


.width-20 {
	width: 20% !important;
}

.width-25 {
	width: 25% !important;
}


.width-30 {
	width: 30% !important;
}

.width-70 {
	width: 70% !important;
}


.font-size-22{
	font-size:22px;
}



.sidenav-menu-nested.nav.accordion .nav-link {
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
	font-size: 13px;
}

.sidenav-menu-nested.nav.accordion .nav-link i:first-child {
	margin-right: 8px;
}

.registration-entry {
	font-size: 13px;
	font-weight: normal;
}




a.options-button-add {
	margin-left: 10px;
	font-size: 14px;
}



.loading.main-loader {
	background-color: #fff;
	height: calc(100vh);
	padding-top: calc(50vh - 127px);
}


div.main-loader-error {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: calc(50vh);
	font-size: 250%;
	color: red;
}

div.modal-loader {
	font-size: 120px;
	text-align: center;
	color: #372edc;
	opacity:0.5;
}


.dropdown-notifications .dropdown-menu .dropdown-notifications-item .dropdown-notifications-item-icon i {
	text-align: center;
	font-size: 28px;
	color: #fff;
	height:unset;
}


li.loggeduser {
	color: #0061f2;
	padding-right: 7px;
}

.bg-primary {
    background-color: #f2f6fc !important;
}

.dropleft .dropdown-toggle::before {
	color: #000;
}

.topnav .dropdown .dropdown-menu {
	top: calc(100% + 7px) !important;
	max-width: unset;
	max-height: calc(100vh - 70px);
	min-width: 18rem;
}


.dropdown-menu .dropdown-header {
	font-size: 16px;
	font-weight: 500;
	padding: 0px 18px;
}

#alerts_counter {
	background-color: red;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 18px;
	font-size: 10px;
	height: 18px;
	border-radius: 50%;
	padding-top: 4px;
	font-weight: 500;
    display:none;
}

.dropdown-notifications-item-icon i {
	margin-left: 10px;
}


.assignment-box.error-box {
	background-color: red;
	color: #fff;
	padding: 4px;
	font-size: 13px;
	border-radius: 3px;
}




.ul-footer-selector label {
    margin-bottom: 3px;
}

.footer.footer-dark {
	color:#212832;
}

.footer.footer-light {
	color: #212832;
}

.form-group > em {
	color: black;
	font-size: 13px;
	display: block;
}


#sheets_container > tr > td {
	border: none !important;
}


div.sheet-box {
    width: 100%;
    display: block;
    /* border: solid 1px #f0f0f0; */
    /* padding: 10px; */
    /* border-radius: 5px; */
    margin-top: 20px;
    border-top: solid 1px #000;
    padding-bottom: 34px;
    padding-top: 20px;
}



div.sheet-box a.remover {
    color: red;
}

div.sheet-box div.toolbar {
	float: right;
    font-size: 24px;
}


.btn i {
    margin-right: 6px;
}


i:not(:root).i-inline--fa {
	overflow: visible;
	margin-right: 5px;
	margin-left: 1px;
}


.img-account-profile,.img-category {
    max-height: 200px;
    max-width: 300px;
    height: unset !important;
}

#secret_key {
	font-size: 12px;
}

.login-title {
	float: right;
	font-weight: 500;
	letter-spacing: 2px;
	color: darkblue;
}

.login-logo {
    max-width: 50%;
    max-height: 150px;
}


.card-body.authenticator {
	padding-top: 5px;
	float: left;
}


.dropdown-toggle.no-after::after {
	display:none;
}


div.version-tag {
	color: #fff;
	display: inline-block;
	font-size: 11px;
	border-radius: 4px;
	padding: 2px 4px;
	border: none;
}




/*img.login-logo {
	float: left;
	margin-top: -24px;
	margin-left: -8px;
	width: 250px;
	height: 50px;
}*/

label.login-title {
	float: right;
}

.table.table.table-small td{
	padding:1px;
}

.table.table.table-small .form-control {
	padding: 1px 5px;
	height: 22px;
}

.table.table.table-small a.btn {
    padding: 2px 4px;
}

.table.table.table-small a.btn i {
    margin:0px;
}

.datatable.table-responsive table thead th {
	color: #0061f2;
	padding: 3px 5px;
}

table.table.v-top td, table.table.v-top tbody th {
    vertical-align: top !important;
}


/*.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: rgba(0, 0, 0, 0.03);
}*/

.table:not(.table-sm):not(.table-md):not(.dataTable) td, .table:not(.table-sm):not(.table-md):not(.dataTable) th {
	padding: 1px 2px;
	height: unset;
	vertical-align: middle;
}

.table.v-top:not(.table-sm):not(.table-md):not(.dataTable) td, .table.v-top:not(.table-sm):not(.table-md):not(.dataTable) th {
	vertical-align: top;
}


.avatar.avatar-xl i {
	width: 25px;
	height: 25px;
}

.border-light{
	border:solid 1px #aaa !important;
}

.m-bottom-20 {
	margin-bottom: 20px;
}


.img-fluid {
	max-height: 45px;
    max-width:unset;
	height: auto;
}


.form-control {
    color:#333;
}




.form-check label {
	color: #444;
    font-size:13px;
}


a.btn:active {
    color: unset !important;
    background-color:unset !important;
    border-color:unset !important;
}

.btn.btn-medium {
	padding: 10px 10px;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
	overflow: auto;
}

.table thead th {
	vertical-align: middle;
	border-bottom: 2px solid #e0e5ec;
	font-size: 12px;
	color: #000;
}


input.form-control:not(.bg-neutral):not(["readonly"]), select.form-control:not(["readonly"]) {
	background-color: #fff !important;
}

input.datepicker, input.vue_datepicker {
	width: 90px;
}

/*.topnav .navbar-brand img {
	width: 100%;
	height: 57px;
}*/

.topnav .navbar-brand img {
	width: 224px;
	height: 55px;
}

th {
	font-weight: 500;
}

input[type="checkbox"].form-control {
	height: 22px;
    width: 22px;
	cursor: pointer;
}

/*.form-group input[type="checkbox"].form-control {
	margin-top: 11px;
}
*/


.text-center  input[type="checkbox"].form-control {
    width:100%;
}

input[type="radio"].form-control {
	height: 22px;
    width: 22px;
	cursor: pointer;
}

.text-center   input[type="radio"].form-control {
	width:100%;
}

a:hover {
	text-decoration:none;
}

.form-group h3:first-child {
	margin-top: 28px;
}

span.item-title {
	font-size: 16px;
	color: #3b5998;
}


div.specifications-box {
	border: solid 1px #ccc;
	padding: 5px 10px;
}

.font-regular {
    font-weight:normal !important;
}

.form-control.font-bold {
	font-weight: 500;
	font-size: 20px !important;
}


.table.table-specifications thead th {
	font-size: 13px;
	font-weight: 500;
	color: #000;
}

.table.table-specifications td, .table.table-specifications th {
	padding: 4px 3px;
	border: none;
}


.table.table-specifications td .form-control, .table.table-specifications th .form-control {
	height: 30px;
	padding: 1px 5px;
	font-size: 13px;
}


.table-statistics tbody td {
    padding: 1px 4px !important;
}

.table-statistics thead th {
	background-color:#333 !important;
    color: #fff !important;
}
.table-statistics .item-title {
	font-size: 13px;
	color: blue;
}

.table-statistics .item-price {
    width: 120px;
    font-size: 14px;
    color: #e81500;
    font-weight: bold;
}


.table-statistics .item-visits, .table-statistics .item-visits-percent {
	width: 120px;
	font-size: 14px;
	font-weight: bold;
}


.table.website-statistics {
	margin-top: 40px;
	display: block;
	clear: both;
    font-size:12px;
    width:100%;
}

.table.website-statistics tbody {
    display:inline-table;
    width:100%;
}

.table.website-statistics td, .table.website-statistics th {
	padding: 2px 2px;
	border-top: solid 1px #efefef;
}

/*.table.website-statistics td, .table.website-statistics th {
    padding: 0px !important;
}*/

.table.website-statistics th {
    font-weight:500;
}


.table.website-statistics th:after {
    content:":";
}

.table.website-statistics td {
    text-align:right;
}


.bootstrap-tagsinput {
	width: 100%;
	font-size: 14px;
	box-shadow: none !important;
	line-height: 28px !important;
}


.input-group-text {
	padding: 2px 2px;
	font-weight: 500;
	background: #0061f2;
	color: #fff;
	width: 26px;
}

.no-padding-right {
	padding-right: 0px;
}



.bootstrap-tagsinput .tag {
	margin-right: 2px;
	color: white;
	background-color: #0061f2;
	padding: 1px;
	font-size: 11px;
	padding: 2px 8px;
	border-radius: 3px;
	display: inline-block;
	margin: 3px 3px;
	padding-right: 13px;
}

.bootstrap-tagsinput .tag span {
	color: #fff;
	font-size: 15px;
	float: right;
	margin-right: -12px;
	font-weight: 500;
	color: #fff;
	padding: 0px 2px;
	text-align: center;
	padding-top: -14px;
}



a.idlist-selector {
	text-decoration: underline;
	font-size: 14px;
	font-weight: 500;
}

.idlist-selector.no-selection {
    background-color: orangered;
    border-color: transparent;
    color: #fff;
}



.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
	max-width: 1600px;
}


.row.blue-labels .form-group {
	/*border-bottom: solid 1px #f1f1f1;*/
	padding-top: 1px;
	padding: 7px 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}


.row.blue-labels .form-group label:first-child {
	color: #0061f2;
	margin-bottom: 0px;
}




.nav-borders .nav-link {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 1rem;
	margin-right: 30px;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 0px;
}



.img-product-main {
	width:100%;
	max-width:350px;
}


div.item-images-box {
	display: block;
	clear: both;
	padding-top: 10px;
}

.font-200x {
	font-size: 200%;
}

.font-150x {
	font-size: 150%;
}


div.images-box-comands label {
    float:left;    
}

div.images-box-comands a {
	float: right;
	font-size: 13px;
	text-decoration: underline;
	border-left: solid 1px #000;
	padding: 0px 10px;
	font-weight: 500;
}

div.image-gallery-element {
	margin: 5px;
	padding: 5px;
	height: 100px;
	border: solid 1px #bbb;
	display: inline-block;
	border-radius: 3px;
	position: relative;
	margin-bottom: 10px;
}

div.image-gallery-element.noimage {
    display:none;
}
div.image-gallery-element.noimage:first-child {
	display: inline-block;
}




div.image-gallery-element a.image-remover {
	color: red;
	position: absolute;
	right: -8px;
	top: -12px;
}


div.image-gallery-element img {
    height: 88px;
    /* width: 112px; */
}


label.pagination-explain {
	font-size: 14px;
	font-weight: 500;
	color: #000;
}
label.pagination-explain em {
    margin-left:10px;
    margin-right:10px;
}

ul.pagination li a {
	background-color: #666;
	padding: 4px 8px;
	margin-right: 3px;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}

ul.pagination li a.selected {
	cursor: not-allowed;
	background-color: #fff;
	color: #000;
	text-decoration: underline;
}

ul.pagination li a:hover {
    background-color:darkorange;
}


.form-group a.btn {
	padding: 6px 9px;
}


.btn.add-category-button {
	padding: 6px 7px;
	border-radius: 4px;
	vertical-align: middle;
}


tr.no-border > td {
	border: none;
}

th.datetime, td.datetime {
    width: 200px;
}

td.img img {
	width: 70px;
}

img.w-50px {
    width: 50px;
}


td.img, th.img {
	text-align: center;
	width: 0px;
	padding: 1px;
	background-color: #fff;
}
th.chk, td.chk {
	width: 0px;
	text-align: center;
}


.container.full-size {
	max-width: 100% !important;
}


.btn.save-success {
	background-color: #00ac69 !important;
	color:#fff !important;
	font-style: italic;
}
.btn.save-failed {
    background-color: #e81500 !important;
    color: #fff !important;
    font-style:italic;
}

.btn.save-required {
    background-color: darkorange;
    font-style:italic;
}
.btn.btn-warning.save-required {
	background-color: red;
	font-style: italic;
}

a.btn.save {
	height: 41px !important;
	float: unset;
	margin-right: 10px;
	display: inline-block;
	/* padding-bottom: 6px; */
}


.btn.save i, .btn.i, .btn.save-required i, .btn.save-failed i, .btn.save-success i {
	margin-right: 5px;
}




td.number, th.number {
	text-align: right;
	font-style: italic;
	font-size: 12px;
	width: 88px;
}




div.tooltipster-base {
    z-index: 99999999999 !important;
}


.tooltip-inner {
	text-align: left;
}

b {
    font-weight: 500;
}


td em {
	font-size: 85%;
}


.w-10px{
	width:10px !important;
}

.w-20px {
	width: 20px !important;
}

.w-30px {
	width: 30px !important;
}


.w-40px {
	width: 40px !important;
}
.w-50px {
	width:50px !important;
}
.w-100px {
	width: 100px !important;
}
.w-110px {
	width: 110px !important;
}
.w-120px {
	width: 120px !important;
}
.w-130px {
	width: 130px !important;
}
.w-140px {
	width: 140px !important;
}
.w-150px {
	width: 150px !important;
}
.w-160px {
	width: 160px !important;
}
.w-170px {
	width: 170px !important;
}
.w-180px {
	width: 180px !important;
}

.w-200px {
	width: 200px !important;
}

.w-250px {
	width: 250px !important;
}

.w-300px {
	width: 300px !important;
}





.w-10{
	width:10% !important;
}
.w-20 {
	width: 20% !important;
}
.w-30 {
	width: 30% !important;
}
.w-40 {
	width: 40% !important;
}
.w-50 {
	width: 50% !important;
}
.w-60 {
	width: 60% !important;
}
.w-70 {
	width: 70% !important;
}
.w-80 {
	width: 80% !important;
}
.w-90 {
	width: 90% !important;
}


.h-10 {
	height: 10% !important;
}

.h-20 {
	height: 20% !important;
}

.h-30 {
	height: 30% !important;
}

.h-40 {
	height: 40% !important;
}

.h-50 {
	height: 50% !important;
}

.h-60 {
	height: 60% !important;
}

.h-70 {
	height: 70% !important;
}

.h-80 {
	height: 80% !important;
}

.h-90 {
	height: 90% !important;
}



.h-10px {
	height: 10px !important;
}

.h-20px {
	height: 20px !important;
}
.h-30px {
	height: 30px !important;
}
.h-40px {
	height: 40px !important;
}

.h-50px {
	height: 50px !important;
}

.h-100px {
	height: 100px !important;
}

.h-110px {
	height: 110px !important;
}

.h-120px {
	height: 120px !important;
}

.h-130px {
	height: 130px !important;
}

.h-140px {
	height: 140px !important;
}

.h-150px {
	height: 150px !important;
}

.h-200px {
	height: 200px !important;
}

.h-250px {
	height: 250px !important;
}

.h-300px {
	height: 300px !important;
}



.darkorchid {
    color:darkorchid !important;
}
.orchid {
    color:orchid !important;
}

.coral {
    color:coral !important;
}

.gray {
    color:#ccc !important;
}
.darkgrey {
    color: darkgrey !important;
}
.white {
    color: #fff !important;
}
.red {
	color: #e81500 !important;
}
.green {
    color:#00ac69 !important;
}
.blue {
    color: #0061f2 !important;
}
.orange {
    color: darkorange !important;
}
.darkorange{
	color:darkorange !important;
}
.orangered {
    color: orangered !important;
}
.darkblue {
    color: darkblue !important;
}
.magenta {
    color: magenta !important;
}
.purple {
    color:purple !important;
}

.violet {
    color: #d700e0;
}

.yellow {
    color:yellow !important;
}

.yellowgreen {
    color: #c6e600 !important;
}

.darkyellow {
	color: #f7c600 !important
}
.black {
    color:black !important;
}


.rounded-1{
	border-radius:1px;
}
.rounded-2 {
	border-radius: 2px;
}
.rounded-3 {
	border-radius: 3px;
}
.rounded-4 {
	border-radius: 4px;
}
.rounded-5 {
	border-radius: 5px;
}


.bg-transparent {
	background-color:transparent !important;
}


.minh-100 {
    min-height: 100px !important;
}


.marketplace-account-active {
    background-color: #00ac69;
    color: #fff;
    padding: 7px;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
}

.marketplace-account-inactive {
	background-color: #ff6666;
	color: #fff;
	padding: 7px;
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 3px;
}



.padding-10 {
    padding: 10px !important;
}

.m-right-10 {
	margin-right: 10px;
}

.m-right-5 {
	margin-right: 5px;
}

.m-top-10 {
    margin-top:10px;
}

.m-top-5 {
    margin-top:5;
}
.m-top-15 {
    margin-top:15px;
}
.m-top-20 {
    margin-top:20px;
}

.m-top-25 {
	margin-top: 25px;
}

td.actions, th.actions {
	width: 100px;
	padding-right: 5px;
}

th.actions.w-1, td.actions.w-1 {
    width: 40px !important;
}

th.actions.w-2, td.actions.w-2 {
    width: 80px !important;
}

tr.tr-filters th {
	background-color: #ecf6fb;	
}

input[type="text"]:not(.bg-neutral):not(["readonly"]) {
	background-color: #fff !important;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #fefefe;
	opacity: 1;
}



.drive-element {
	display: inline-block;
	border: solid 1px #999;
	padding: 5px;
	font-weight: 500;
	height: 80px;
	width: 200px;
	overflow: hidden;
	border-radius: 3px;
	margin-right: 15px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
    cursor:pointer;
    text-decoration:none !important;
}
.drive-element:hover {
    box-shadow:0px 0px 1px 0px rgba(0, 0, 0, 0.6);
}


.table.file-table td, .table.file-table th {
	padding: 2px 3px;
	vertical-align: middle;
	font-size: 14px;
}

.table.file-table td.date {
	font-size: 12px;
	text-align: left;
	width: 150px;
}

.table.file-table td.size {
	font-size: 12px;
	width: 89px;
	color: darkred;
}

th.actions .feather {
	width: 38px;
	height: 38px;
}

td.ico, th.ico {
	text-align: center;
	font-size: 16px !important;
	width: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.drive-element .feather {
	width: 40px;
	height: 40px;
	display: inline-block;
	color: magenta;
    cursor:pointer;
}

.drive-element .drive-label {
	display: block;
	color: #000;
	font-size: 16px;
    cursor:pointer;
}

.drive-element .drive-size {
    float:right;
    cursor:pointer;
}

div.form-group.hidden{
	display:none;
}

label.danger-label {
	background-color: #e81500;
	color: #fff;
	display: block;
	margin-top: 30px;
	padding: 3px 10px;
	border-radius: 4px;
	width: 100%;
	font-size: 14px;
}

label.danger-label.hidden {
	display: none;
}


.table.table-filetable th {
	padding: 10px 0px 0px 0px;
	border: none;
}

.table.table-filetable td {
	padding: 0px;
	font-size: 12px;
    border:none;
}


.tab-content > .tab-pane {
	padding: 10px;
}


.table.table-pricelist thead th {
	font-size: 13px;
	padding-bottom: 0px;
	color: #000;
	border: none;
	padding-top: 0px;
}


.table.process-details td, .table.process-details th {
	padding: 3px 0px;
	font-size: 12px;
    border:none;
}


td p.explain, p.blue-notes {
	background-color: #f0f7ff;
	font-size: 12px;
	color: #0042a6;
    border: solid 1px #cbe4ff;
}

p.explain.success {
	background-color: #00ac69 !important;
	color:#fff !important;
}

p.explain.danger {
	background-color: #e81500 !important;
	color: #fff !important;
}



p.explain, td p.explain-full {
    border: solid 1px #cbe4ff;
    background-color: #f0f7ff;
    padding: 10px;
    font-size: 12px;
    color: #0042a6;
    display: block;
    margin-bottom: 5px;
    line-height: 20px;
	font-weight:normal;
}

td p.explain, p.explain.blue-notes {
	background-color: #f0f7ff;
	font-size: 12px;
	color: #0042a6;
	border: solid 1px #cbe4ff;
}




div.explain {
	border: solid 1px #cbe4ff;
	background-color: #f0f7ff;
	padding: 7px 5px;
	border-radius: 3px;
	font-size: 13px;
    color: #0042a6;
	display: block;
	margin-bottom: 5px;
	font-weight:normal;
}

.published-hostnames li {
    list-style-type: disc;
}


.table.process-details th {
	width: 109px;
}


div.loading {
	display: block;
	text-align: center;
}


.form-group {
    margin-bottom: 1rem;
    display: inline-block;
}

.card-body.row {
	margin: 0px;
	padding: 20px 5px;
}

.card {
	/*overflow: auto;*/
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid #222;
}


.pb-4, .py-4 {
	padding-bottom: 4rem !important;
}


div.application-box {
	min-width: 340px;
}

div.application-box.website {
	min-width: 440px;
}


div.application-box .card-body {
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.35rem;
}


div.application-box b {
    font-weight:500;
}

div.application-box .small {
	font-size: 12px;
	font-weight: normal;
	color: blue;
}

div.application-actionbox {
	display: block;
	margin-top: 16px;
	margin-bottom: -14px;
}


.application-actionbox a {
	font-size: 14px;
	color: blue;
}


a.ws-title {
    font-size: 20px;
    /* float: left; */
}

div.brand-box {
	font-size: 21px;
	border-radius: 5px;
	margin-left: -14px;
	margin-top: -15px;
	font-weight: 500;
	border: none;
	float: left;
	margin-right: 7px;
	height: 50px;
	width: 50px;
	padding-top: 10px;
	text-align: center;

	color: #fff;
	background-color: #000;
}

.brand-box.ext-channel {
	width: 70px;
	padding-top: 3px;
	background-color: #fff;
}
.brand-box.ext-channel i {
	font-size: 46px;
}


div.body-element {
	margin-top: 40px;
	clear: both;
	display: block;
	margin-left: -15px;
	margin-right: -15px;
	border-top: solid 1px #ccc;
	padding-top: 6px;
}

div.app-name {
	color: #000;
	font-size: 18px;
	margin-top: -20px;
	font-weight: 400;
}

div.app-name.middled {
	margin-top: -3px;
}


.pull-right {
    float:right;
}


/*.form-control {
	height: calc(1em + 1.4rem + 2px);
	padding: 0.455rem 0.425rem;
}*/

.form-group a.btn-add-edit {
	margin-top: 22px;
	display: inline-block;
	padding: 10px 12px;
	margin-left: ;
}

td.number .form-control.number, td.text-right .form-control.number {
	float: right;
}

.form-control.number {
	text-align: right;
	width: 70px;
}

.form-control.number.auto {
	width: 100%;
}

.text-right input.form-control.number {
	float: right;
}

textarea.form-control {
    line-height: 20px;
}


#frm_largetext_input textarea {
	min-height: 300px;
}


.form-control.error {
	border: solid 1px red !important;
}

.multiselect.error,
.multiselect.dropdown-toggle.error {
	border-color: #dc3545 !important;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/*.form-control.required {
	border-left: solid 2px darkorange;
}*/

.form-control.success {
	border: solid 1px #00ac69 !important;
}

.form-control:disabled {
    background-color: #efefef !important;
    opacity: 1;
}

/*.form-control:disabled, .form-control[readonly] {
    background-color: #efefef !important;
    opacity: 1;
}
*/


.pagination {
	float:right;
}

th.short-key {
	width: 250px;
}

.form-control:focus {
	border-color: transparent !important;
}

.pb-3, .py-3 {
    padding-bottom: 3rem !important;
}


/*.page-header .page-header-content {
	padding-top: 3rem;
	padding-bottom: 1rem;
}*/

/*.pt-4, .py-4 {
	padding-top: 0px !important;
}*/


/*.page-header .page-header-content {
    padding-top: 0px;
    padding-bottom: 2.5rem;
}*/

div.progress-bar {
	border: solid 1px #ccc;
	height: 16px;
	background-color: #fff;
	margin-bottom: 5px;
	font-size: 10px;
}

div.progress-bar > div {
	width: 0%;
	background-color: lightgreen !important;
	color: #000 !important;
	text-align: center !important;
	font-size: 14px !important;
	margin-top:1px !important;
}


label.upload-ok {
	font-size: 32px;
}

.green {
    color:green;
}

.red {
	color: #ff6666;
}

.orange {
    color:orange;
}

div.row.padding {
    padding:0px 10px;
}

.form-group > label:first-child {
    display:block;
}

.processlist-pagination {
	font-size: 12px;
	color: #000;
	vertical-align: ;
}



.sidenav .sidenav-menu .nav .nav-link {
	cursor: pointer;
}

.sidenav .sidenav-menu .nav .nav-link span.data-counter {
	position: absolute;
	right: 10px;
	padding: 1px 4px;
	font-size: 11px;
	margin-top: -1px;	
	background-color: gray;
    color:#fff;
	border-radius: 3px;
}

span.data-counter.bg-red {
    background-color: red;
    color: #fff;
}

span.data-counter.bg-orange {
    background-color: darkorange;
    color: #fff;
}


select.form-control.auto {
	width: auto !important;
	max-width: 100%;
}


th.actions, td.actions {
	text-align: right;
	width: 123px;
}

th.actions.large, td.actions.large {
	width: 170px;
}


.table.table-pricelist td {
	vertical-align: middle;
}

.table.table-specifications td, .table.table-specifications th {
	vertical-align: middle;
}


/*td.actions a.btn, th.actions a.btn, a.btn.in-row {
	padding: 3px 4px;
	border-radius: 4px !important;
}*/

th.actions a.btn {
    padding:3px 3px;    
}
table td.actions a.btn, a.btn.in-row {
    padding: 0px;
	border-radius:0px;    
    background:none;
    border:none;
	box-shadow:none !important;
}

table td.actions a.btn i {
	width: 16px;
	height: 16px;
}

.table td.actions a.btn-primary i {
	color: #4169E1;
}

.table td.actions a.btn-secondary i {
    color: #6900c7;
}
.table td.actions a.btn-warning i {
    color: #f4a100;
}
.table td.actions a.btn-success i {
	color: #00ac69;
}

.table td.actions a.btn-info i {
    color: #00cfd5;
}
.table td.actions a.btn-danger i {
	color: #ff6666;
}



table.v-middle td {
    vertical-align:middle;
}


.hidden {
    display:none;
}

.fa-solid.hidden {
    display: none;
}

.fas.hidden {
    display: none;
}

.vhidden {
	visibility: hidden;
}


input[type="color"] {
	width: 34px;
	padding: 2px;
}

label.lbl {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 1px;
    color: #0061f2;
}

/*.form-group > label:first-child {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 1px;
    color: #0061f2;
}*/

/*.form-group > label:first-child {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 1px;
    color: #0061f2;
}
*/

/*.form-group > label:first-child:after {
	content:":";
}*/

.form-control.short {
	width: 150px;
}

ul.ul-variables {
    padding: 0px;
    margin: 0px;
    margin-left: 24px;
    font-size: 12px;
    font-weight: 500;
}

ul.ul-variables li {
    /*list-style-type:none;*/
    color:darkorange;
}

table.small-table td {
	padding: 1px 1px;
	font-size: 13px;
}

table.small-table em {
	color: blue;
	font-size: 12px;
	margin-left: 10px;
}

em.datatype {
	font-weight: 500;
	font-size: 12px !important;
	display: inline-block;
	margin-right: 10px;
}


.form-control.small-edit {
	width: calc(100% - 80px);
	display: inline-block;
	padding: 3px 3px;
	height: 28px;
	font-size: 12px;
}


th.code, td.code {
	width: 300px;
}


a.btn.inputs-upload {
	padding: 10px 16px;
	margin-bottom: 10px;
	font-size: 12px;
}


a.btn.small-input, a.btn.small-input:hover {
	padding: 0px 0px;
	background: none;
	color: #4765a4;
	border: none;
}
a.btn.small-input i,a.btn.small-input:hover i{
	font-size:16px;
	color:unset;
}

a.btn.small-input.has-value, a.btn.small-input.has-value:hover {
	padding: 0px 0px;
	background: none;
	color: #00ac69;
	border: none;
}


div.data-element fieldset.fs-standard {
	border: solid 3px #3b5998;
	border-radius: 3px;
}
div.data-element fieldset.fs-standard legend{
	font-weight:normal;
	font-size:14px;
	color:red;
}

div.data-element fieldset.fs-standard legend em{
	margin-left:5px;
	font:12px;
	color:blue;
}


.form-control.small-input {
	padding: 2px 5px;
	height: 25px;
	margin-top: 4px;
}
.form-control.small-input.number{
	width:65px;
}

table.table-2d-editor {
    width:auto;
    margin-left:10px;
}


table.table-2d-editor th a:hover {
    color:yellow;
}

label.label-2d-vertical {
	transform: rotate(270deg);
	float: left;
	position: absolute;
	left: -40px;
	top: 68px;
	font-size: 16px;
	font-weight: 500;
}

.label-2d-vertical.profile-markups {
	left: -29px;
	top: 400px;
}

table.table-receipt-editor td{
	padding:5px;
}
table.table-receipt-editor input[type="text"], table.table-receipt-editor select, table.table-receipt-editor textarea {
	padding: 6px 5px;
	height: 30px;
	font-size: 13px;
}


table.table-2d-editor th input[type="text"], table.table-2d-editor td input[type="text"] {
	width: 50px;
	font-size: 12px !important;
	padding: 3px !important;
	height: 22px;
}

table.table-2d-editor tr:hover {
    background-color: lightyellow;
}

table.table-2d-editor thead th input[type="text"] {
	background-color: #eee !important;
	color: #000 !important;
	border: solid 2px magenta;
}



table.table-2d-editor tbody th input[type="text"] {
	background-color: #eee !important;
	color: #000 !important;	
	border: solid 2px green;
}

table.table-2d-editor tbody td input[type="text"] {
	background-color: #eee !important;
	color: #000 !important;	
	/*border: solid 2px darkorange;*/
}

table.table-2d-editor tbody th:first-child {
    position: sticky;
    left: 0;
}

table.table-2d-editor thead th {
    position: sticky;
    top: 0;
}

table.table-2d-editor th input[type="text"].error,table.table-2d-editor td input[type="text"].error {
background-color:#fc544b !important;
	color:#fff !important
}

table.table-2d-editor thead th {
	width: 50px !important;
	border: none;
}


th.version-field {
	font-size: 12px;
	background-color: lightyellow;
    text-align:center;
    border-right:solid 1px #ccc;
    color:#000;
}

th.version-field a.btn {
	padding: 2px 3px;
	border-radius: 3px;
	margin-top: -2px;
}

th.version-field a.btn i {
	width: 12px;
	height: 12px;
}


td.group-label {
	width: 200px;
}

td.choice-mode {
	width: 0px;
}

td.check {
	width: 0px;
}

em.tagsinput-explain {
	font-size: 12px;
}


.table.table-version-choice td, .table.table-version-choice th {
	padding: 1px 2px;
	color: #000;
	font-size: 12px;
	border-left: none;
	border: none;
}

.table.table-version-choice td input.form-control {
	padding: 1px 7px;
	height: 26px;
	font-size: 12px;
	border-left-width: 2px;
}

.img.c-pointer img {
	border: solid 1px #ccc;
	border-radius: 50%;
	height: 26px;
	width: 26px;
    cursor:pointer;
}

td.actions.mini, th.actions.mini {
	width: 75px;
	padding-left: 0px;
	padding-right: 0px;
    opacity:0.7;
}
td.actions.mini:hover, th.actions.mini:hover {
    opacity:1;
}

.table.table-version-groups td, .table.table-version-groups th {
	padding: 2px 3px;
	font-size: 12px;
	color: #000;
}

td.actions.mini .btn i, th.actions.mini .btn i {
	width: 13px;
	height: 13px;
}

label.tags-element {
	font-size: 11px;
	margin: 0px;
	border: none;
	padding: 4px 4px;
	background-color: #000;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
}


.table.table-versions td, .table.table-versions th {
	padding: 4px 2px;
	vertical-align: middle;
}

th.text-code {
	width: 130px;
}

th.text-ean {
	width: 160px;
}

th.text-sku {
	width: 220px;
}

div.list-selector {
	border: solid 1px #0061f2;
}


.table.table-list-element-filter td,.table.table-list-element-filter th {
	padding: 1px 2px;
	font-size: 13px;
}


ul.legend {
	padding: 0px 2px;
	margin: 0px;
}

ul.legend li {
	list-style-type: none;
	display: inline-block;
	margin-bottom: 3px;
	font-size: 13px;
	color: #000;
	margin-right: 15px;
}

ul.legend li .btn-cirle {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border-radius: 50%;
}


ul.no-bullet {
	padding: 0px;
	padding-left: 5px;
}

ul.no-bullet li {
	list-style-type: none;
}
ul.no-bullet li label {
	margin-bottom: 0px;
	display: block;
}



td.number, th.number {
    text-align: right;
    font-style: italic;
    font-size: 12px;
    width: 120px;
}

.table.v-top td.number, .table.v-top th.number {
    vertical-align: top !important;
}

td.number.price, th.number.price {
	width: 0px;
	padding-left: 3px !important;
	padding-right: 3px !important;
}



a.order-number {
	display: block;
}
label.checkout-date {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	display: block;
}

.ul-notifications {
	padding: 0px;
	margin: 0px;
	display: block;
	margin-top: 3px;
}
.ul-notifications li {
	list-style-type: none;
	display: inline-block;
	padding: 0px 3px;
	vertical-align: middle;
}
.ul-notifications li i {
	width:16px !important;
    height:16px !important;
	vertical-align: middle;
}

.btn.btn-sm {
	padding: 1px 3px;
	font-size: 12px;
}

a.dropdown-item {
	padding: 6px 5px;
	font-weight: 500;
	line-height: 1.2;
}

.dropdown-item i {
	margin-right: 10px;
}

.dropdown-menu {
	font-size: 0.75rem;
	border: none;
	box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
}

td.logo-ico img {
	width: 68px;
	background-color: #fff;
	padding: 2px;
}



.table.table-order-head {
	font-size: 13px;
}

.table.table-order-head td, .table.table-order-head th {
	padding: 2px 2px;
	border: none;
}


b.mainitem-name {
	font-size: 12px;
	color: orangered;
	display: block;
	text-decoration: underline;
}

#tbl_order_assignment, #tbl_order_items {
	font-size: 13px;
}

#tbl_order_assignment th, #tbl_order_assignment td, #tbl_order_items th, #tbl_order_items td {
    padding: 1px 4px;
    border: none;
    color: #333;
}





#dataTableActivity {
	font-size: 12px;
}

#dataTableActivity td.date {
    width:135px;
}


label.inrow-label:first-child {
	margin-top: 0px;
}

label.inrow-label {
	font-size: 12px;
	margin-bottom: 0px;
	color: #0061f2;
	display: block;
	margin-top: 12px;
	font-weight: 500;
}


.table.table-suppliers_stock td, .table.table-suppliers_stock th {
	padding: 1px 4px;
	border-bottom: solid 1px #666;
	padding-top: 3px;
}

.table.table-suppliers_stock td input.form-control{
	padding: 2px 6px;
	font-size: 12px;
	height: 30px;
    margin-top: 0px !important;
}


.table.table-suppliers_stock td select.form-control{
	padding: 2px 2px;
	font-size: 12px;
	height: 30px;
    margin-top: 0px !important;
}


.version-value-selector button.btn {
	padding: 5px 5px;
	font-size: 11px;
	color: #fff;
	border: none;
    height:20px;
}

.version-value-selector button.btn:focus {
    border:none !important;
    box-shadow: none !important;
}


.version-value-selector .dropdown-item {
	font-size: 13px;
	padding: 4px 4px;
}

.version-value-selector .dropdown-item:hover {
    color:blue;
    background-color:unset;
}

.version-value-selector .dropdown-item.hidden {
	display: none;
}

.version-value-selector .dropdown-menu {
	border: solid 1px #aaa;
	border-radius: 2px;
	padding: 2px 5px;
}


.table.template-fields td, .table.template-fields th {
	padding: 2px 5px !important;
}

.table.no-borders td,.table.no-borders th {
    border:none;
}

.table.template-fields td input.form-control {
	padding: 2px 5px;
	height: 30px;
}

.table.template-fields td select.form-control {
	padding: 2px 1px;
	height: 30px;
}

.table.template-fields td .bootstrap-tagsinput {
    line-height:20px !important;
}

.table.template-fields td .bootstrap-tagsinput .tag {
	font-size: 12px;
	padding: 0px 11px;
	margin: 0px;
}



div.ddmenu-items a.dropdown-item i {
	margin-right: 7px;
	margin-top: -3px;
	width: 16px;
	height: 16px;
}


.row.number-box {
	width: 150px;
	padding-left: 5px;
}

.row.number-box a.btn {
	padding: 0px;
	background-color: transparent;    
	border: none;
	display: block;
	margin-top: 3px
    ;
}
.row.number-box a.btn-secondary {
    color: #6900c7;
}

.row.number-box a.btn-success {
    color:#00ac69;
}


.row.number-box a.btn i {
	width: 23px;
	height: 22px;
	/* margin-top: -4px; */
	/* display: inline-block; */
}


ul.publish-info {
    padding: 0px;
    margin: 0px;
    border: solid 1px #ccc;
    padding: 10px;
    font-size: 11px;
    overflow: auto;
}
ul.publish-info li {
    list-style-type:none;
}

ul.publish-info li .pubinfo-name {
	font-weight: 500;
	float: left;
}


.wathing-box {
	border: none; /*solid 1px #ccc;*/
	padding: 10px;
	text-align: left;
	margin-bottom: 17px;
	border-radius: 3px;
}

.wathing-box img {
	height: 100px;
	max-width: 100%;
}

.wathing-box .title {
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #333;
	height: 50px;
	overflow: hidden;
}

.wathing-box .label.label-ref-channel {
	display: block;
	margin: 0px;
	font-size: 11px;
	padding: 0px;
	text-decoration:underline;
    color:blue;
    float:right;
}

.wathing-box .visit-date{
	font-size:11px;
}


	ul.errors-list {
		padding: 0px;
		margin: 0px;
	}

ul.errors-list {
    list-style-type:square;
    font-size:12px;
}

.publish-result {
	color: #fff;
	text-align: center;
	padding: 5px 0px;
	border-radius: 4px;
	font-size: 22px;
}

td.report-title {
	font-size: 12px;
}


label.publish-score {
	font-size: 22px;
	color: #fff;
	border-radius: 50%;
	padding: 4px 9px;
	padding-top: 6px;
}


label.publish-score.small {
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
    padding: 4px 8px;
    padding-top: 6px;
    float: right;
}


.table.no-border thead th {
	border: none;
	padding: 3px 2px;
}

a.preview-link {
	font-size: 12px;
    text-decoration:underline;
}


ul.li-methods {
	padding: 0px;
	margin: 0px;
}

ul.li-methods li{
	list-style-type:none;
	margin-bottom:10px;
}

.form-control.small {
	height: 29px;
	border-radius: 3px;
}

a.btn-small {
	padding: 0px 10px;
	font-size: 12px;
}

a.btn-small i {
	font-size: 40px;
}

.btn.btn-inrow {
    padding: 10px 10px;
}


a.btn.btn-mini {
    padding: 5px 10px;
}


td.marketplace-compliant i {
	color: red;
	font-size: 33px;
	margin-right: 5px;
}


.ul-buttons {
	padding: 0px;
	margin: 0px;
}

.ul-buttons li{
	list-style-type:none;
	display:inline-block;
	margin-right:10px;
	margin-block:5px;
}

.ul-buttons li a {
	padding: 3px 0px;
	min-width: 94px;
}



.ul-buttons li i {
	font-size: 26px;
	margin-right: 10px !important;
}

td.zero {
	width: 0px;
}

.migration-state-banner {
    display: block;
    margin-top: 30px;
    clear: both;
    font-size: 32px;
}


label.explain-title {
	font-weight: 500;
	display: block;
	margin-bottom: 3px;
	font-size: 18px;
}

a.new-channel {
	padding: 5px 12px;
	font-size: 20px;
	padding: 15px 20px;
	min-width: 120px;
	background-color: #213df5;
    border-color: #213df5;
	color: #fff;
}

a.new-channel:hover {
    color: #213df5;
    background-color: #fff;
}
a.new-channel.b2b {
	background-color: #56b456;
    border-color: #56b456;
	color: #fff;
}
a.new-channel.b2b:hover {
	color: #56b456;
	background-color: #fff;
}
a.new-channel.marketplace {
	background-color: #d700e0;
	border-color: #d700e0;
	color: #fff;
}

a.new-channel.marketplace:hover {
	color: #d700e0;
	background-color: #fff;
}

a.new-channel.marketplace-join {
	background-color: darkorange;
	border-color: darkorange;
	color: #fff;
}

a.new-channel.marketplace-join:hover {
    color: darkorange;
    background-color: #fff;
}



a.new-channel, a.mplace-button {
	width: 120px;
	vertical-align: top !important;
	height: 60px;
}

a.new-channel i {
	margin-right: 10px;
	font-size: 32px;
}


	.ul-brands {
		padding: 0px;
		margin: 0px;
	}

.ul-brands li {
	list-style-type:none;
}

.ul-brands li a {
	font-size:12px;
}

.card-body.brands-body {
	height: calc(100vh - 243px);
	overflow-y: scroll;
}





ul.mp-list {
	padding: 0px 10px;
	margin: 0px;
}

ul.mp-list li {
	list-style-type: none;
	color: #000;
	font-size: 15px;
	padding: 2px 0px;
}



td.result-title {
	font-size: 12px;
	color: #444;
}
td.result-brand, td.result-asin {
	font-size: 12px;
	color: #444;
	font-weight: 500;
}



ul.site-enabled {
	padding: 0px;
	margin: 0px;
}

ul.site-enabled li {
	list-style-type:none;
}


td label.in-row {
	margin-bottom: 0px;
	margin-top: 10px;
	font-weight: 500;
}

ul.ul-permission {
	padding: 0px;
}

ul.ul-permission li {
	list-style-type: none;
	margin-right: 10px;
}

ul.ul-permission li a {
	font-size: 16px;
}


ul.ul-permission ul {
	width: 300px;
	padding:10px 10px;
}

.table.table_summary td p.summary-element {
	margin-bottom: 1px;
}


ul.ul-assigners {
	padding: 0px 10px;
	margin: 0px;
	font-size: 12px;
}

ul.ul-assigners li {
	list-style-type:none;
	margin-block:10px;
}

.ul-assigners li img {
    max-height: 30px;
    max-width: 100px;
}


p.google-authenticator-explain {
	background-color: lightyellow;
	font-size: 13px;
	padding: 10px 6px;
	border: solid 1px #ccc;
	border-radius: 3px;
	color: #000;
}


.table.table-fontsmall {
	font-size: 13px;
	padding: 0px;
}

.table.table-fontsmall td{
	padding:1px !important;
}


td.dict-key {
	width: 182px !important;
}

em.certificate-expiry {
    font-size: 11px;
    /*width: 82px;*/
    display: inline-block;
    color: #000;
}

.fs-order-details {
	border: solid 1px #ccc;
	padding: 0px 10px;
	margin-bottom: 10px;
}

.fs-order-details legend {
	font-size: 14px;
	width: auto;
	color: #69707a;
}

fieldset.fs-permission {
    border: solid 1px #ccc;
    padding: 5px;
}

fieldset.fs-permission legend {
    font-size: 16px;
    display: inline-block;
    width: auto;
    padding: 0px 10px;
    font-weight: 500;
    margin-bottom: 0px;
}


fieldset.fs-simple {
    border: solid 1px #ccc;
    padding: 5px;
}

fieldset.fs-simple legend {
    font-size: 16px;
    display: inline-block;
    width: auto;
    padding: 0px 10px;
    font-weight: 500;
}
.table.visited-items {
	font-size: 13px;
}


.fs-10 {
    font-size: 10px !important;
}
.fs-11 {
	font-size: 11px !important;
}
.fs-12 {
	font-size: 12px !important;
}

.fs-13 {
	font-size: 13px !important;
}

.fs-14 {
	font-size: 14px !important;
}
.fs-16 {
	font-size: 16px !important;
}
.fs-18 {
	font-size: 18px !important;
}
.fs-20 {
	font-size: 20px !important;
}
.fs-22 {
	font-size: 22px !important;
}
.fs-24 {
	font-size: 24px !important;
}
.fs-26 {
	font-size: 26px !important;
}
.fs-28 {
	font-size: 28px !important;
}
.fs-18 {
	font-size: 18px !important;
}

.fs-30 {
	font-size: 30px !important;
}
.fs-32 {
	font-size: 32px !important;
}
.fs-34 {
	font-size: 34px !important;
}
.fs-40 {
	font-size: 40px !important;
}
.fs-100p {
	font-size: 100% !important;
}


/*
.modal {
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0s;
}


.modal-content {
	-webkit-animation-name: slideIn;
	-webkit-animation-duration: 0s;
}
*/



.fade {
	transition: opacity 0.2s linear;
}

.modal.fade .modal-dialog {
	transition: transform 0.2s ease-out;
	transform: translate(0, -50px);
}


td.text-right .form-control {
    float: right;
}


.table.tracking-log td {
	padding: 1px !important;
	font-size: 12px;
}


label.td-label {
	font-size: 14px;
	margin-bottom: 2px;
	color: #0061f2 !important;
}



.card-header .row > a.btn {
	padding: 6px;
}


.homebox-template img {
	width: 100%;
	margin:0px;
}

.homebox-template .box {
	border: solid 2px #ccc;
	padding: 5px;
	min-height: 266px;
	overflow: auto;
	margin-bottom: 26px;
	border-radius: 5px;
	cursor:pointer;
	position:relative;
}

.homebox-template .box.selected, .homebox-template .box:hover {
	border-color: blue;
	box-shadow: 0 1rem 1rem rgb(0 0 0 / 18%) !important;
}

.homebox-template .box a.btn {
	position: absolute;
	bottom: 5px;
	left: 5%;
	width: 90%;
	margin: auto;
	visibility: hidden;
	opacity:0.8;
}

.homebox-template .box:hover a.btn {
	visibility:visible;
}


a.bnt-widget-editor {
	position: absolute;
	top: -10px;
	left: -10px;
	background-color: #fff;
	padding: 0px;
	color: darkorange;
	font-size: 24px;
}

a.bnt-widget-remover {
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: #fff;
	padding: 0px;
	color: red;
	font-size: 24px;
}

.homebox-template label {
	color: #000;
	font-weight: 400;
	text-align: left;
	display: block;
	font-size: 16px;
	margin-bottom: 0px;
}


.frame-opener {
	width: calc(100%);
	height: calc(100vh);
}



label.color-picker {
	display: block;
	border: solid 1px #ccc;
	height: 30px;
	cursor: pointer;
}


img.settings-main-logo {
	width: 590px;
	height: 109px;
}

img.settings-favicon {
	width: 64px;
	height: 64px;
}


.list-selector-ul {
	padding: 0px 20px;
	margin: 0px;
}

.list-selector-ul li {
	list-style-type: none;
	font-weight: normal;
}

.list-selector-ul li label{
	font-weight:normal;
	color:#bbb;
}

.list-selector-ul li label {
	font-weight: normal !important;
	color: #555 !important;
}

.list-selector-ul li label:after{
	content:none !important;
}


.btn.btn-primary.mplace-button.ebay {
	background-color: #e43137;
	border-color: #e43137;
}

.btn.btn-primary.mplace-button.amazon {
	background-color: #ff9900;
	border-color: #ff9900;
}


div.form-group.bordered {
	border: solid 1px #ccc;
}


tr.border-bottom-0 td {
    border-bottom: none !important;
}

tr.border-top-0 td {
    border-top: none !important;
}

tr.border-0 td {
    border-top: none !important;
    border-bottom: none !important;
}
table.table td.v-middle {
	vertical-align: middle !important;
}


#tbl_csvmap {
	font-size: 13px;
}

#tbl_csvmap td.csv-sample-data {
    font-size:12px;
}

#tbl_csvmap td {
    padding: 0px 2px;
}

#tbl_csvmap td .form-control, #frm_csv_field_translations td .form-control {
	padding: 5px;
	height: 30px;
	font-size: 12px;
}




th.csv-field-header {
    padding: 10px 10px 0px 10px !important;
    font-size: 18px !important;
    background-color: #000;
    color: #fff !important;
    text-align: center;
}


ul.sites-inline {
	margin:0px;
	padding:0px;
	margin-top:10px;
}

ul.sites-inline li label.pointer {
	font-size: 25px !important;
}


ul.sites-inline li {
	list-style-type: none;
	display: inline-block;
	margin-right:20px;
	margin-bottom:10px;
}

ul.sites-inline li label{
	color:#333 !important;
	font-weight:normal !important;
}

ul.sites-inline li label:after {
	display: none;
}


.table-responsive, .datatable {
	/*overflow-x: hidden;*/
}



label.section-enabler input[type='checkbox'] {
	display:inline-block;
	margin-left:10px;
	position:absolute;
}

label.section-enabler {
	display: inline-block;
	margin-left: 10px;
	margin-top: 0px;
	float: right;
	margin-right:20px;
}


ul.ul-footer-selector{
	padding:0px;
	margin:0px;
}


ul.ul-footer-selector li {
	list-style-type:none;
}

ul.ul-footer-selector li label {
	cursor: pointer;
}

ul.ul-footer-selector li label input {
	vertical-align: middle;
}


ul.ul-simple {
    padding: 0px;
    margin: 0px;
}


ul.ul-simple > li {
	list-style-type: none;
}


ul.ul-sites {
	padding: 0px;
	margin: 0px;
}


ul.ul-sites li{
	list-style-type:none;
}


a.price-link {
	display: block;
	margin-top: 10px;
	color: darkviolet;
	font-size: 13px;
	font-weight: 500;
	text-decoration: underline;
}



ul.ul-stock-options {
	padding: 0px;
	margin: 0px;
}

ul.ul-stock-options li {
	list-style-type: none;
	margin-block: 1px;
	height: 20px;
	/*overflow: hidden;*/
	/* font-size: 12px; */
}

/*ul.ul-stock-options li a.savebutton {
    padding: 3px 1px 4px 5px;
}*/


ul.ul-stock-options li.li-auto {
    height: 40px;
    margin-bottom: 1px;
}

ul.ul-stock-options li.li-auto i {
	vertical-align:middle;
}

ul.ul-stock-options li i.fa-calculator {
	font-size: 16px;
	margin-top: 0.04em;
}

ul.ul-stock-options li b {
	display: inline-block;
	min-width: 30px;
	background-color: #eee;
	color: #444;
	border-radius: 4px;
	padding:0px 5px;
	text-align:right;
	font-weight: 500;
}

ul.ul-stock-options li b.shipping{
	background-color:orange;
	color:#fff;
}

ul.ul-stock-options li b.out-of-stock {
	background-color: #ff6666;
	color: #fff;
}

ul.ul-stock-options li b.unlimited {
	background-color: #00ac69;
	color: #fff;
}

ul.ul-stock-options li b.calendar-based {
	background-color: deeppink;
	color: #fff;
}

table.category-map {
	font-size: 13px;
	padding: 0px;
}

table.category-map td {
	padding: 1px 3px !important;
}

div.site-categories {
	overflow: hidden;
	padding:0px;
}


td.price i {
	font-size: 22px;
}



table.table-historylog {
	font-size: 12px;
}

table.table-historylog td {
	padding: 2px 2px !important;
}



div.vfs-toolbar{
	border-bottom:solid 1px #666;
}

.vfs-preview {
	width: 31px;
}


.text-folder {
	color: #6fafec;
}


table.table-vfs {
	font-size: 12px;
}

table.table-vfs th {
	border: none;
}


ul.sites-selection {
	margin:0px;
	padding:0px;
}

ul.sites-selection li {
	list-style-type:none;
	margin-block:3px;
}

ul.sites-selection li input{
	margin-left:2px;
}

ul.sites-selection li label {
	font-size: unset !important;
	color: unset !important;
	font-weight: normal !important;
	color:#444 !important;
	font-size:14px !important;
}

ul.sites-selection li label:after{
	content:none !important;
}




.csv-row.required-field {
	background-color: #ffffcc;
	color: #000;
}
.csv-datatype {
	color: blue;
}

td.csv-csv-defaultvalue {
	width: 250px;
}

.csv-settings-area{
	border:solid 1px #efefef;
}


ul.account-selector {
    padding: 5px;
}

ul.account-selector li {
    list-style-type: none;
    padding: 1px;
}


ul.account-selector li a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 3px 10px;
    display: block;
    color: #000;
}

ul.account-selector li a:hover {
    color: darkorange;
}

a.account-switching {
    color: orangered;
    font-weight: normal;
}
a.account-switching b {
	margin-left:7px;
	font-size:14px;
    text-decoration: underline;
}


	ul.step-up {
		margin: 0px;
		padding: 0px;
	}

ul.step-up li {
	list-style-type:none;
	margin-left:20px;
	display:inline-block;
}
ul.step-up li a{
	width:120px;
}

td.text-size {
    width: 200px;
	text-align:right;
	color:#000;
}

td.url-copy {
    font-size: 18px;
    width: 0px;
    text-align: center;
}


a.create-site {
    height: 44px;
    vertical-align: middle;
    padding-top: 10px !important;
    font-size: 16px;
}


fieldset.fs-onepagesettings {
    border: solid 1px #ccc;
    padding: 10px;
    font-size: 13px;
    height: calc(100%);
}


fieldset.fs-onepagesettings legend {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    width: auto;
    padding: 0px 10px;
}

.no-bullets {
    padding: 0px;
    margin: 0px;
}

.no-bullets li {
	list-style-type:none;
}


span.help-tip {
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
    color: darkgray;
    cursor: pointer;
    position: absolute;
    margin-top: -2px;
}

td > span.help-tip {
    position: relative;
}


.tooltipster-box {
    font-size: 13px;
}


.stripe-account-info {
    padding: 10px;
    line-height: 22px;
    border-radius: 3px;
    display: none;
    width: 100%;
}

.stripe-account-info.complete {
    background-color: lightgreen;
    border: solid 1px #000;
}


.stripe-account-info.incomplete {
	background-color: #e91e63;
	color:#fff;
}
.stripe-onboarding-problems {
    background-color: #f0ea7a;
    color: #000;
    padding: 10px;
    margin-top: 20px;
    border-radius: 3px;
    font-size: 13px;
    border: solid 1px #000;
}

.stripe-account-info a {
    font-weight: bold;
}
.stripe-account-info.incomplete a, .stripe-account-info.incomplete a:hover, .stripe-account-info.incomplete a:hover i {
	color: #fff !important;
}




.bank-account-info {
	background-color: #f0ea7a;
	padding: 10px;
	line-height: 22px;
	border-radius: 3px;
	border: solid 1px #000;
	vertical-align: top;
}

.stripe-incomplete-banner {
    background-color: red;
    padding: 20px;
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
    border: solid 2px #fff;
    position: relative;
    display: inline-block;
}

.v-top {
    vertical-align: top !important;
}

.v-middle {
	vertical-align:middle !important;
}

.v-bottom {
    vertical-align: bottom !important;
}


/*WAITER*/


#operation_waiter {
	width: 100%;
	height: calc(100vh);
	position: fixed;
	background-color: transparent;
	/*z-index: 99999999999;*/
	text-align: center;
	display: none;
}

#operation_waiter i {
    /*top: calc(50vh - 108px);
    position: absolute;
    left: calc(50% - 97px);*/
	margin-right:10px;
	font-size:48px;
	vertical-align:middle;
}

#operation_waiter div.waiter-overlay {
    width: 100%;
    background-color: black;
    height: 100%;
    opacity: 0.6;
    cursor: wait;
    position: absolute;
}

#operation_waiter div.c-waiter-message-area {
    margin-top: calc(50vh);
    position: absolute;
	width:100%;
}
#operation_waiter .c-title {
	width: 100%;
	font-size: 28px;
	color: #fff;
}

#operation_waiter .c-progress {
	width: 90%;
	font-size: 28px;
	border: solid 1px #e81500;
	background-color: #fff;
	margin: auto;
	height: 20px;
	display: none;
}

#operation_waiter .c-progress-value {
	width: 0%;
	background-color: #e81500;
	height: 100%;
}



a.small-edit {
	padding: 5px 5px;
	vertical-align: middle;
	margin-top: 0px;
	font-size: 14px;
	padding-left: 7px;
	padding-right: 2px;
}

/*MODAL*/
.modal.fade .modal-dialog {
    transition: transform 0.2s ease-out;
    transform: unset;
}

.modal.custom-modal {
	display: none;
	overflow: auto;
}

.modal.custom-modal div.waiter-overlay {
    width: calc(100vw - 16px);
    background-color: black;
    height: 100%;
    opacity: 0.6;
    cursor: wait;
    position: fixed;
    bottom: 0px;
}


#theme_layout {
    padding: 0px 20px;
}


/*THEME*/
.btn-primary {
	color: #fff;
	background-color: #4FC9DA;
	border-color: #4FC9DA;
}
.btn-primary:hover, .btn-primary:active {
	color: #fff;
	background-color: #30A6B6;
	border-color: #30A6B6;
}

.btn.btn-secondary {
    color: #403D38;
    border-color: #DAD3C3;
    background-color: #DAD3C3;
}
.btn-secondary:hover, .btn-secondary:active {
	color: #403D38;
	background-color: #B5B0A1 !important;
	border-color: #B5B0A1 !important;
}

.btn.btn-warning {
	color: #fff;
	border-color: #E8C444;
	background-color: #E8C444;
}

/*.btn-warning:hover, .btn-warning:active {
	color: #fff;
	background-color: #CFAB2A !important;
	border-color: #CFAB2A !important;
}*/


#website_filter {
    display: none;
}


img.menu-icon {
    border: solid 1px #000;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #ccc;
}


/*GOOGLE SERP PREVIEW*/

#google_serp_preview .cite, .google_serp_preview .cite {
	font-size: 12px;
	color: #202124;
	font-style: normal;
}

#google_serp_preview .cite .sub, .google_serp_preview .cite .sub {
	color: #5f6368;
	display: inline-block;
}
#google_serp_preview .h3, .google_serp_preview .h3 {
	text-decoration: underline;
	color: #1a0dab;
	font-size: 14px;
	font-weight: normal;
}

#google_serp_preview span.description, .google_serp_preview span.description {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #4d5156;
	font-weight: normal;
	font-style: normal;
	word-wrap: break-word;
	display: block;
}
#google_serp_preview span.description em, .google_serp_preview span.description em {
	font-weight: 500;
}


/*FORMULA EDITOR*/
.formula-editor-v0 .cm-variable {
	font-weight: bold;
	padding: 2px 6px;
	background-color: cornflowerblue;
	color: #fff;
	border-radius: 4px;
	/* background-color: lightblue; */
}
.formula-editor-v0 .cm-variable.f-extvariable {
	background-color: darkorange;
}

em.quote-website {
	color:blue;
}

/*CATALOG*/
tr td a.version-row-error {
	display: none;
}
tr td input.version-row-check {
	display:block;
}

tr.error td a.version-row-error {
    display: block;
    font-size: 32px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

tr.error td input.version-row-check {
    display: none;
}


td.version-actions i:not(:root).i-inline--fa {
	margin-right: 0px;
}

#csv_imports_list {
	font-size: 14px;
}
.csv-sites {
    padding: 0px 0px 0px 20px;
}
.csv-sites li {
	list-style-type:disc;
}

/*ITEM EDITOR*/


/*div[attr-scope="websites"] .multiselect-container.dropdown-menu.show, div[attr-scope="marketplaces"] .multiselect-container.dropdown-menu.show {
	left: 65px !important;
}*/

div[attr-scope="websites"] .dropdown-menu .dropdown-item, div[attr-scope="marketplaces"] .dropdown-menu .dropdown-item {
	display: flex;
	align-items: center;
	max-width: 270px !important;
}


.table td.actions a i {
	margin-right:0px;
}


tr[attr-focused="true"] td, tr[attr-focused="true"] th {
	background-color: lightyellow;
}

.form-check-input {
    margin-top: 3px;
	cursor:pointer;
}
.form-check-label {
	cursor:pointer;
}

.tab-content > .dovisible {
	display: block !important;
}

.bootstrap-tagsinput .tag {
	margin-right: 2px;
	color: white;
	background-color: #717dd9;
	padding: 0px;
	font-size: 10px;
	padding: 0px 10px;
	border-radius: 6px;
	display: inline-block;
	margin-bottom: 2px;
	padding-right: 12px;
	padding-right: 12px;
}

.bootstrap-tagsinput .tag span {
    color: #fff;
    font-size: 14px;
    float: right;
    margin-right: -12px;
    font-weight: 500;
    color: #fff;
    padding: 0px 4px;
    text-align: center;
    padding-top: -14px;
}


#frm_item_editor .img-box {
    text-align: center;
	margin: auto;
}

#frm_item_editor .img-box img {
    max-width: 200px;
    /* max-height: 200px; */
    border: 2px solid #aaa;
    box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
    /* background-color: gray; */
    padding: 6px;
    border-radius: 5px;
}
#sidesection {
    overflow: auto;
}

#sidesection a {
	display:block;
}

#frm_item_editor label.lbl {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 1px;
	color: #0061f2;
	display: block;
	margin-top: 12px;
}

/*CHANNEL*/
.accordion-container {
    margin: 20px 0;
}

.accordion .card {
	margin-bottom: 10px;
	border: 0;
}

.accordion .card .card-header {
	border: 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
	box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
	border-radius: 2px;
	padding: 0;
}

.accordionx .card .card-header .btn-header-link {
	color: #fff;
	display: block;
	text-align: left;
	background: #f8f8f8;
	color: #222;
	padding: 20px;
}

.accordion .card .card-header .btn-header-link {
    border: none;
    padding: 10px 6px;
    font-size: 16px;
    display: block;
    text-align: left;
    background-color: #fff !important;
    color: #000 !important;
    font-weight: 500;
    border-bottom: solid 1px #ccc;
    border-radius: 0px;
}

.accordion .card .card-header .btn-header-link:active, #channel-main-box .card .card-header .btn-header-link:focus {
		border: none;
		box-shadow: none;
	}

.accordion .card .card-header .btn-header-link i.btn-head {
		font-size: 20px;
		vertical-align: middle;
	}

/*.accordion .card .card-header .btn-header-link i {
		float: right;
	}
*/
.accordion .card .card-header .btn-header-link.collapsed {
	/*background: #0061f2 ;*/
    background: #f8f8f8;
    color: #000;
}

.accordion .card .card-header .btn-header-link.active {
	/*background: #0061f2 ;*/
	background: #82e0aa !important;
	/*color: #fff !important;*/
}

.accordion .card .card-header .btn-header-link.toreview {
    background: darkorange !important;
}


.accordion .card .card-header .btn-header-link.collapsed .fa-angle-up {
		display: none;
	}

.accordion .card .card-header .btn-header-link:not(.collapsed) .fa-angle-down {
		display: none;
	}



.accordion .card .collapsing {
	background: #fff;
	line-height: 30px;
}

.accordion .card .collapse {
	border: 0;
}

.accordion .card .collapse.show {
	background: #fff;
	line-height: 30px;
	color: #222;
}



em.flag-control img {
    width: 14px;
    /* height: 14px; */
    vertical-align: middle;
    margin-top: -2px;
    right: 0px;
}

.csv-sections {
    padding: 0px;
    border: solid 1px #ccc;
    margin-bottom: 10px;
}

.csv-sections legend {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    width: auto;
    padding: 0px 10px;
}

.ul-sections {
    padding: 0px 20px;
}

td .ul-sections {
    margin-bottom:0px;
}
.ul-sections li {
    display: inline-block;
    list-style-type: none;
    margin-right: 20px;
    margin-bottom: 5px;
}

td .ul-sections li {
	margin-right:10px;
}

.ul-sections li label {
	cursor: pointer;
}

.ul-sections li label input[type="checkbox"], .ul-sections li label input[type="radio"] {
	vertical-align: middle;
}




/*REDIRECTS*/
.redirect-entry {
	min-width:400px;
	max-width:100%;
	margin-bottom:10px;
}
.redirect-entry input {
    width: calc(100% - 70px);
    display: inline-block;
    font-size: 12px;
}

.redirect-entry a {
    display: inline-block;
	width:50px;
}

fieldset.serp-comparer {
    border: solid 1px #ccc;
    padding: 10px;
	margin-bottom:20px;
}

b.keywords {
    margin-top: 15px;
    font-size: 13px;
    display: block;
    color: #000;
}

p.keywords {
    color: darkblue;
    font-size: 13px;
    margin-bottom: 0px !important;
    word-wrap: break-word;
}



fieldset.serp-comparer legend {
    font-size: 14px;
    width: auto;
    display: inline-block;
    padding: 0px 10px;
    margin-bottom: 0px;
    font-weight: 500;
}

ul.site-serp-list {
	padding: 0px;
	margin: 0px;
}

ul.site-serp-list li {
    list-style-type: none;
}

div.serp-content {
	width: 100%;
    padding: 10px;
	border: solid 1px #000;
	max-width:500px;
}


em.unsuggested {
    display: block;
    margin-left: 20px;
    margin-top: -10px;
    /* margin-bottom: 20px; */
    font-size: 14px;
}

.fs-themes {
    padding: 10px;
    border: solid 1px #ccc;
}

.fs-themes legend {
    display: inline-block;
    width: auto;
    padding: 0px 7px;
    color: #0061f2;
    font-size: 22px;
}

.ul-themes {
	padding: 0px;
}

.ul-themes li {
    list-style-type: none;
    vertical-align: middle;
    border: solid 1px #ccc;
    padding: 10px 15px;
    margin-bottom: 5px;
    border-radius: 3px;
    vertical-align: middle;
}

.ul-themes li input {
	vertical-align:middle;
}

.ul-themes li label {
    vertical-align: middle;
    font-size: 20px;
    color: #777;
}

.ul-themes li label.selected {
    color: orangered;
	font-weight: 500;
}


label.manually-updated {
    background-color: #ff6666;
    display: block;
    color: #fff !important;
    padding: 0px 0px;
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    border-radius: 2px;
}





/*SITE DASHBOARD*/

ul.channel-buttons {
    padding: 0px;
    margin: 0px;
}

ul.channel-buttons li {
	text-align:left;
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.button-content {
	width: 350px;
	display: inline-block;
	border: solid 1px #ccc;
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	height: 150px;
	vertical-align: top;
	position: relative;
}

.button-content .button-icon {
    float: left;
    font-size: 30px;
    color: #000;
}

.button-content .button-icon.success {
    color: green;
}

.button-content .button-icon.warning {
    color: orange;
}
.button-content .button-icon.failed {
	color: #e91e63;
}


.button-content h3 {
    font-size: 16px;
    padding-left: 40px;
	margin-top:5px;
}

.button-content .todo-actions-counter {
	float: right;
	margin-top: -2px;
	margin-right: -12px;
	font-size: 14px;
}

.button-content .todo-actions-counter i {
    font-size: 26px;
	margin-right:5px;
}


span.suggestion-box {
    position: absolute;
    display: block;
    font-size: 13px;
    /* text-align: center; */
    /* width: auto; */
    background-color: darkorange;
    color: #fff;
    padding: 2px 6px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    border-radius: 0px 0px 5px 5px;
    text-align: center;
}


.ul-links-inline {
    padding: 0px;
    margin: 0px;
	text-align:center;
}


.ul-links-inline li {
    list-style-type: none !important;
    display: inline-block !important;
    font-size: 14px !important;
}

.ul-links-inline a {
    padding: 0px 11px;
    display: block;
    border-radius: 3px;
    color: #000;
    background-color: #555;
    color: #fff;
}
.ul-links-inline a:hover {
    background-color: darkblue;
	color:#fff;
}

.button-content p {
	padding-left: 40px;
	color: #666;
	font-size: 12px;
	height: 80px;
	margin-bottom: 5px;
}

.variables-box {
    border: solid 1px #ccc;
    padding: 5px;
}

.variables-box legend {
    font-size: 14px;
    display: inline-block;
    width: auto;
    padding: 5px 28px;
    color: #000;
    padding: 0px 4px;
	margin:0px;
    /* margin: 0px 4px; */
}

ul.ul-nostyle {
	padding:0px 5px;
}
ul.ul-nostyle li {
	list-style-type:none;
}

div.error-box {
    background-color: #e81500;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}


.tooltipster-sidetip .tooltipster-box {
    background: #fff !important;
    border: 2px solid #000;
    border-radius: 4px;
}

.tooltipster-sidetip .tooltipster-content {
    color: #000 !important;
    line-height: 18px;
    padding: 6px 14px;
}


.ul-inline {
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

.ul-inline li {
	list-style-type:none;
	display:inline-block;
}


td.width-zero, th.width-zero {
	width: 0px;
}

#them_path {
    padding: 0px;
}

#them_path li {
    list-style-type: none;
    display: inline-block;
    padding-right: 10px;
    padding-left: 5px;
    text-decoration: underline;
    font-size: 12px;
}





/*PREPARELIST TO TRANSMIT*/
.accordion .card .card-header .btn-header-link.small-link {
    font-size: 14px;
    padding: 5px 5px;
}
.accordion .card .card-header .btn-header-link.small-link i {
    font-size: 18px;
    padding: 3px 0px;
}

.accordion .card .card-header .btn-header-link.small-link .assigner-counter {
	float: right;
	margin-top: 5px;
    font-size: 16px;
	font-weight: normal;
}

.full-address {
    font-weight: normal;
    line-height: 16px;
    font-size: 13px;
}

table.table-order-line td {
    line-height: 18px;
}

table.table-order-line td .deadline {
	font-size: 18px;
	font-weight: 500;
}


table.table-order-line .number.large-number {
	font-size: 24px;
	font-weight: bold;
	width: 50px;
	padding-right: 20px !important;
	padding-top: 7px !important;
}

.table.table_summary {
	max-width:600px;
}

.table.table_summary td {
	padding: 0px 0px !important;
}

.table.table_summary td.item-title {
    font-weight: 500 !important;
    width: 250px;
}


.publish-collection {
	border: solid 1px #333;
	margin: 5px;
	padding: 5px;
	border-radius: 3px;
}

.publish-collection ul {
	max-height: 250px;
	overflow-y: auto;
}


.publish-collection li {
	font-size: 13px;
	font-weight: normal;
	font-style: inherit;
	min-width: 248px;
	margin-bottom: 1px;
}


td.text-right input {
    float: right;
}


.operator-hint {
    display: block;
    text-align: left;
    font-size: 11px;
    padding: 1px 2px;
    border-radius: 3px;
    border: solid 1px #000;
}
.operator-hint:not(:first-child) {
	margin-top: 0.5em;
}





td.v-top {
    vertical-align: top !important;
}


.tickets-nav {
    background-color: transparent;
    /* box-shadow: none; */
    border: none;
    max-width: 280px;
    overflow: hidden;
    margin-left: -17px;
    /* margin-top: -25px; */
    border-radius: 0.35rem;
}
.tickets-body {
    width: calc(100% - 270px);
    margin-left: 20px;
    overflow: auto;
}


.table.table-messages td {
    padding: 1px !important;
    font-size: 13px;
}

td.datetime {
    /*width: 150px;*/
    /* color: #000; */
}

.table.table-messages td.message-sender {
    padding-left: 10px !important;
    max-width: 100px !important;
}

td.message-sender .sender-name {
	font-weight: 500;
	color: #000;
	display: block;
	margin-bottom: 0px;
}

td.message-sender em {
	font-weight: normal;
	color: #69707a;
}

.c-pointer {
    cursor: pointer;
}

tr.message-row:hover {
    background-color: lightyellow !important;
}

.no-tickets {
    color: #bbb;
    display: block;
    text-align: center;
}


.order-status-list {
    padding: 0px;
    margin: 0px;
}

.order-status-list li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}
.order-status-list li i {
	font-size:18px;
}
.order-status-list li a {
	padding: 0px;
}

.btn-ostatus, .btn-ostatus:hover {
	color: lightgray;
}

.table.feed-table th {
    width: 270px;
}


.side-language-menu {
    margin-left: 17px;
    margin-top: 15px;
    margin-bottom: -11px;
}

.side-language-menu svg {
    vertical-align: middle;
    margin-right: 9px;
}

.side-language-menu select {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 45px);
    height: 30px;
    padding: 0px 10px;
}

td.number .badge, td.status .badge {
	font-size: 100%;
}


.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    overflow: visible;
}




.ul-groupfs {
    border: solid 1px #ccc;
    padding: 10px;
    margin-bottom: 20px;
}

.ul-groupfs legend {
    display: inline-block;
    width: auto;
    padding: 0px 11px;
    font-size: 20px;
    color: #000;
}

.btn.btn-medium {
	padding: 4px 5px;
	font-size: 12px;
}

.datatable {
	font-size: 0.70rem !important;
}

a.btn.formula {
    width: 34px;
    padding-left: 14px;
}

/*RAW LOGS*/
ul.jsonviewer-options li {
    margin-right: 30px;
}



/*MONITORING*/
span.hs-ssldate {
    font-size: 11px;
    font-weight: bold;
    margin:;
    float: right;
}



/*CUSTOMPLUS*/
/*a.nav-linkmainmenu.active {
	background: #3b5998 !important;
	color: #fff !important;
}*/


/*FEEDS*/

.table.feed-table {
	font-size:14px;
}

.table.feed-table a {
	font-size: 13px;
}




/* CB EDITOR*/
.topbar-fixed {
    position: fixed;
    top: 0px;
    width: 100%;
}

#_cbhtml .is-sidebar {
    top: 57px !important;
}





img.seller-card-topbanner {
    border: solid 1px #000;
    display: block;
    width: 100%;
    height: auto;
	min-height:150px;
    background-color: #efefef;
    cursor: pointer;
	border-radius:3px;
	margin:auto;
}

img.seller-card-logo {
	border: solid 1px #000;
	display: block;
	width: 100%;
	height: auto;
	min-height: 80px;
	max-height: 150px;
	background-color: #efefef;
	cursor: pointer;
	border-radius: 3px;
	margin: auto;
}


#frm_ai_query label:first-child {
    color: navy;
    font-weight: 500;
    font-size: 13px;
}


#projects_list_body ul.ul-simple {
    color: transparent;
}


tr[attr-aicomputed='yes'] td.ico.computed i.fa-microchip-ai {
    display: block;
}

tr[attr-aicomputed='yes'] td.ico.computed i.fa-user {
    display: none;
}

tr:not([attr-aicomputed='yes']) td.ico.computed i.fa-microchip-ai {
    display: none;
}

tr:not([attr-aicomputed='yes']) td.ico.computed i.fa-user {
    display: block;
}


td.w-0 {
	width:0px;
}
.table.kpi-table th {
    font-weight:500;
}


tr.focused-row > td:first-child, tr.focused-row:hover > td:first-child {
	border-left: solid 5px red !important;
}


.license-block{
	padding:10px;
	border: solid 1px red;
	height:100%;
	border-radius:3px;
	position:relative;
	width:485px;
}

.license-block.focused {
	opacity: 1 !important;
	box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.6);
}

.license-block.active {
	border: solid 1px green;
}

/*.license-block ul.ul-simple {
	margin-bottom:35px;
}
*/
.license-block a {
	padding: 4px;
	border-radius: 3px;
}

p.license-remark{
	position:absolute;
	bottom:8px;
}

.license-block span.badge {
	padding-top:6px;	
}

.license-block span.plan-validity {
	position: absolute;
	top: 10px;
	right: 15px;
}




.dropdown-menu {
	border: solid 1px #3b5998 !important;
	border-radius: 0.15rem !important;
}




/*CHART*/
.chart-bar {
    position: relative;
    height: auto !important;
    width: 100%;
}