/* Make HTML5 layout elements block elements for older browsers */
header, nav, aside, article, footer, section {
	display: block;
}
/* SVG Icons - svgicons.sparkk.fr */
.svg-icon {
	width: 1em;
	height: 1em;
}
.svg-icon path, .svg-icon polygon, .svg-icon rect {
	fill: #4691f6;
}
.svg-icon circle {
	stroke: #4691f6;
	stroke-width: 1;
}
body{
	font-family: Verdana, Arial, Helvetica, Sans-Serif !important;
	font-size: 13px;
	color: #333333;
	line-height: 1.166;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 0 0;
	color: #069;
	font-size: 19px;
}
.background{
	background-image: url(pix/background.jpg);
	background-size: cover;
	background-position: center;
	height: 595px;
	width: 100%;
	padding: 0;
	margin: 0;
}
a, a:link, a:visited, a:hover{
	color: #069;
	text-decoration: none;
}
header{
	background-color: rgba(255, 255, 255, 0.8);
	/*position: fixed;
     */
	float: left;
	margin: 0 !important;
	padding: 7px !important;
	width: 100%;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
nav {
	text-align: center;
	font-size: 14px;
}
nav a {
	background-color: rgba(255, 255, 255, 0.0);
	text-align: center;
	margin: -1px 10px 4px 10px;
	padding: 3px 8px 3px 8px;
	text-decoration: none;
	outline: none;
}
nav a:link, nav a:visited {
}
nav a:hover, nav a:active {
	background-color: rgba(255, 255, 255, 1.0);
}
#topbar {
	clear: both;
	text-align: center;
	padding: 7px 0px;
	background-color: #8A1DD7;
	width: 100%;
	color: #FFF;
	margin: 2px 0;
	font-size: 16px;
	padding: 12px 0;
	text-decoration: none;
	outline: none;
}
.back {
	display: block;
	margin: -12px 0;
	width: 62px;
	text-align: center;
	float: left;
}
.thumbnails {
	display: block;
	margin: -12px 0;
	width: 166px;
	text-align: center;
	float: right;
}
.back a, .thumbnails a{
	display: block;
	color: #FFF;
	padding: 12px 0;
}
.back a:link, .back a:visited, .thumbnails a:link, .thumbnails a:vistied {
	color: #FFF;
	background-color: #8A1DD7;
}
.back a:hover, .back a:active, .thumbnails a:hover, .thumbnails a:active {
	font-weight: bold;
}
#wrapper {
	display: block;
	padding: 120px 0 0 0;
}
.container {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 15px;
	width: 40%;
	margin: 24px;
	padding: 15px 35px 45px 25px;
	max-width: 475px;
	height: 145px;
}
.container a {
	color: #FFF;
}
.container2 {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 15px;
	width: 28%;
	margin: 24px;
	padding: 20px 35px 45px 30px;
	max-width: 375px;
	height: 135px;
}
.container3 {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 15px;
	width: 35%;
	margin: 28px;
	padding: 10px 35px 45px 30px;
	max-width: 435px;
	height: 360px;
	float: left;
}
.greenbutton {
	background-color: #5AA327;
	float: right;
	border-radius: 4px;
	color: #FFF;
	font-weight: bold;
	margin: 9px 0;
	padding: 7px 15px;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
.bluebutton {
	background-color: #069;
	float: right;
	border-radius: 4px;
	color: #FFF;
	font-weight: bold;
	margin: 25px 0;
	padding: 7px 15px;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	border:0px;
	cursor:pointer;
}
.bluebutton-large {
	background-color: #069;
	float: right;
	border-radius: 4px;
	color: #FFF;
	font-weight: bold;
	margin-right:4vw;
	margin-top:2vw;
	padding: 7px 15px;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	border:0px;
	cursor:pointer;
	font-size:1.2vw;
}
article {
	padding: 0;
	margin: 0;
	width: 100%
}
#main {
	width: 65%;
	margin: 0;
	padding: 0;
	min-width: 600px;
	/*margin-bottom: 30px;*/
	/*float: left;*/
}
#features {
	text-align: justify;
	padding: 35px 0 0 25px;
	margin: 0;
}
.third {
	background-color: FFF;
	width: 33.3333%;
	min-height: 1px;
	float: left;
}
.notice {
	position: relative;
	background: rgb(255, 236, 39);
	border-radius: 3px;
	padding: 2em 2em 1em 5em;
	box-shadow: .4em .4em rgba(111, 93, 39, 1);
	margin: 3em;
	min-height: 2.2em;
}
.notice a {
	font-weight: bold;
	color: rgb(215, 107, 40);
	text-decoration: underline;
}
.notice .svg-icon {
	width: 3em;
	height: 3em;
	position: absolute;
	top: 1em;
	left: 1.5em;
}
.notice .svg-icon * {
	fill: rgb(215, 107, 40);
	animation: 1s ease 0s infinite alternate phase;
}
@keyframes phase {
	from {
		opacity: .2;
	}
	to {
		opacity: 1;
	}
}
.bluebox {
	background-color: rgba(17, 77, 142, 0.4);
	border-radius: 15px;
	min-height: 1px;
	height: 100px;
	margin: 30px;
	padding: 15px;
}
.greenbox {
	background-color: rgba(27, 162, 67, 0.4);
	border-radius: 15px;
	min-height: 1px;
	height: 100px;
	margin: 30px;
	padding: 15px;
}
.space {
	clear: both;
}
.item {
	border: 0px solid #114D8E;
}
.table_view {
	width: 100%;
	border: 1px solid #aaa;
	border-collapse: collapse;
	line-height: 1.8em;
	margin: .3em;
}
.table_view th {
	border-bottom: 1px solid #aaa;
	font-size: 13px;
	font-weight: normal;
	color: #888;
	text-align: left;
}
.table_view .check {
	width: 2.5em;
	text-align: center;
}
.table_view tr:nth-child(even) {
	background: rgba(116, 169, 174, 0.18);
}
.action_button {
	background: grey;
	color: #fff !important;
	padding: .7em 1.5em;
	border-radius: 3px;
	display: inline-block;
	margin: .3em 0 .3em .3em;
}
.action_button.right {
	float: right;
	margin-right: -.3em;
}
.action_button.dark_blue {
	background: #28659A;
}
.action_button.light {
	background: #fff;
	color: #28659A !important;
	border: 1px solid #ddd;
}
.action_button:hover {
	color: #fff !important;
	background: #000 !important;
	border-color: #000 !important;
	animation: .8s ease 0s infinite alternate phase2;
}
@keyframes phase2 {
	from {
		opacity: 1;
	}
	to {
		opacity: .75;
	}
}
#about {
	background-color: rgba(17, 77, 142, 0.4);
	padding: 100px;
	margin: 100px 0 0 0;
	text-align: justify;
	clear: both;
}
#faq {
	background-color: rgba(27, 162, 67, 0.4);
	text-align: justify;
	padding: 100px;
}
#pricing {
	text-align: center;
	padding: 100px;
}
aside {
	/*width: 166px;
    */
	width: 185px;
	margin: -2px 0;
	padding: 0;
	/*float: right;*/
}
aside a {
	display: block;
	text-align: center;
	width: 100%;
	margin: 2px 0;
	font-size: 16px;
	/*padding: 12px 0;*/
	text-decoration: none;
	outline: none;
}
aside a:link, aside a:visited {
	color: #FFF;
	background-color: #8A1DD7;
}
aside a:hover, aside a:active {
	font-weight: bold;
	text-decoration:unset !important;
}
footer {
	font-size: 11px;
	clear: both;
	text-align: center;
	padding: 7px 0px;
	border-bottom: 1px solid #E2EAEF;
	border-top: 1px solid #E2EAEF;
	background-color: #f3f6f8;
	width: 100%;
}
#previews {
	float: left;
	width: 50% !important;
	margin-left: -30px;
}
.file-row.dz-image-preview.dz-processing {
	float: left;
}
.members_page nav {
	display: none;
}
.back_links {
	font-size: 35pt;
	font-weight: bold;
	float: left;
	margin-left: 20px;
	color: #069 !important;
	padding: 0px !important;
	margin-top: -7px;
}
.thumb_links {
	float: right;
	margin-right: 20px;
}
.back_links .unicode {
	background: none !important;
	color: #069;
}
.thumb_links {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	font-size: 10pt;
	font-weight: bold;
	background-color: #069;
	padding: 10px;
	color: #fff !important;
	margin-bottom: 10px;
}
.logo_top {
	width: auto;
}
.banner_right {
	float: right !important;
}
.main_menu_top_link, .main_menu_top_link:visited {
	background: #247cfa;
	padding: 15px;
	font-size: 12pt;
	color: #fff !important;
	font-weight: bold;
	border-radius: 4px;
	margin-right: 5%;
	margin-top: 30px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif !important;
    line-height: 1.166 !important;
}
.to_search_text {
	width: 100px;
	/*margin-top: 8px;*/
	padding: 5px;
	padding-right: 26px;
	border-radius: 5px;
	border:1px solid #ffffff;
}
.menu_btn{
	margin-top: 15px;
}
.menu_btn a{
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.search_but {
	margin-top: -38px;
	margin-left: 96px;
	width: auto;
}
.menu {
	visibility: hidden;
	opacity: 0;
	position:absolute;
    /*right: 99px;*/
    /*top: 89px;*/
    right: 2px;
    top: 90px;
}
.menu.open {
	visibility: visible;
	opacity: 1;
	position:absolute;
}
.menu_open_but{
	font-size: 24px;
	margin-top: -12px;
	margin-left: 16px;
	width: auto;
}
.menu_close_but{
	font-size: 24px;
	margin-top: -12px;
	margin-left: 16px;
	width: auto;
}
.menu-list{
	margin-top: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}
.menu-list li a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
}
.menu-list li {
	background-color: #8a1dd7;
	padding: 15px 15px;
	list-style: none;
	border-bottom: 1.5px solid #fff;
	width: 189px;
    box-sizing: content-box;
}
.table_main {
	width: 100%;
}
.table_wrapper {
	width: 100%;
}
.image_list #main {
	/*width: 80%;*/
	width: 100%;
}
.table_main table {
	width: 100%;
}
.large_thumbs_body .table_before_items {
	width: auto;
	margin: auto;
	margin-left: 20px;
}
.rename_folder_td {
	width: 50%;
	text-align: right;
}
.folder_name_td {
	width: 50%;
	text-align: left;
}
.back_arrow {
	float: left;
	margin-top: -60px;
	margin-left: 3px;
	color: #fff !important;
	font-size: 42pt;
	position: absolute;
	left: 10px;
	/* font-weight: bold;
     */
}
.bread_crumbs {
	float: left;
	font-size: 9.5pt;
	width: 70%;
	text-align: left;
}
.bread_crumbs span {
	font-weight: bold;
}
.sort_div {
	float: right;
	width: 30%;
	text-align: right;
}
.sort_div select {
	border: 0px;
	padding: 5px;
	font-size: 10.5pt;
}
.control_div {
	float: left;
	width: 98%;
	background-color: #f5f5f5;
	padding: 1%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.control_div .div1 {
	float: left;
	width: 35%;
	text-align: left;
}
.control_div .div2 {
	float: right;
	text-align: right;
	width: 65%;
}
.control_div button {
	width: 80px;
	text-align: center;
}
.control_div span {
	padding-right: 8px;
	padding-left: 5px;
}
.gallery_div, .slide_div, .portfolio_div {
	float: left;
	width: 98%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 1%;
	padding-right: 1%;
}
.gallery_div label, .slide_div label, .portfolio_div label {
	float: left;
	width: 15%;
	margin-bottom: 10px;
	/* margin-top: 20px;
     */
	font-weight: bold;
}
.gallery_div input[type="text"], .slide_div input[type="text"], .portfolio_div input[type="text"] {
	width: 72.5%;
	border: 1px solid #ccc;
	padding: 5px;
	float: left;
	margin-right: 1%;
}
.gallery_div a, .slide_div a, .portfolio_div a {
	color: #fff;
	background-color: #069;
	/* padding: 5px;
     */
	width: 10%;
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.gallery_div textarea, .slide_div textarea, .portfolio_div textarea {
	float: left;
	width: 72.5% !important;
	padding: 5px;
	border: 1px solid #ccc;
	margin-right: 1%;
	/* margin-bottom: 10px;
     */
}
.gallery_div .view_this, .slide_div .view_this, .portfolio_div .view_this {
	/* width: 30%;
     */
	/* float: left;
     */
	/* margin-left: 30%;
     */
	margin-top: 0px;
	/* margin-bottom: 20px;
     */
	background-color: #3CA85B;
}
.folder_option_table {
	background-color: #f5f5f5;
	margin-top: 10px;
	padding-bottom: 0px;
	line-height: 25px;
	padding-top: 15px;
}
.folder_option_table a {
	color: #fff;
	background-color: #069;
	/* padding: 5px;
     */
	width: 120px;
	float: right;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 8px;
}
.folder_option_div input[type="text"] {
	border: 1px solid #ccc;
	padding: 5px;
	margin-left: 50%;
}
.folder_option_div label {
	float: left;
	margin-left: 35%;
	font-weight: bold;
}
.folder_option_div input[type="text"] {
	border: 1px solid #ccc;
	padding: 5px;
	margin-left: 5%;
	float: left;
}
.folder_option_div.title {
	font-size: 12pt;
	padding-top: 0px !important;
}
.large_thumbs_body .btnn, .small_thumbs_body .btnn, .small_thumbs_body button, .preferences .btnn, .token_manager .btnn {
	background-color: #069;
	border: 0px;
	color: #fff;
	padding: 5px;
	width: 100px;
	margin-bottom: 3px;
}
.upload_images #previews {
	width: 96% !important;
	margin-left: 2%;
	margin-right: 2%;
}
.upload_images #main {
	/*width: 80%;*/
    width: 100%;
}
.upload_images #main > table {
	width: 100%;
}
.upload_images #main > table table {
	width: 100%;
}
.upload_images .item input[type="text"] {
	width: 91%;
}
.file-row.dz-image-preview.dz-processing {
	margin: auto;
	width: 60%;
	clear: both;
	float: unset;
}
.upload_images .item .tdone{
	width: 20%;
}
.upload_images .container {
	max-width: unset !important;
}
.ftp_settings #main {
	width: 76%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 50px;
}
.preferences .main_table {
	width: 100%;
}
.preferences #main {
	margin: auto;
	margin-left: 12%;
	margin-top: 50px;
}
.main_table {
	width: 100%;
}
.btnn.prepbut {
	margin-top: 20px;
	padding: 5px;
	font-size: 13pt;
	width: 300px;
}
.midside input[type="text"], .midside input[type="password"] {
	width: 50% !important;
}
.login_page .error {
	color: red;
	padding-bottom: 10px;
	/*float: left;*/
	font-size: 8.5pt;
}
.edit_image_page .back_arrow {
	margin-top: -28px;
}
header nav {
	text-align: center;
	/*float:left;*/
	width:100%;
}
.btnn.create_folder {
	background-color: #069;
	border: 0px;
	padding: 3px;
	color: #fff;
	width: 80px;
}
.image_manager #main {
	/*width: 85%;*/
    width: 100%;
}
.image_manager #main table {
	float: left;
	margin-top: 0px;
}
.folder_div {
	/* float: left;
     */
	width: 150px;
	/* margin: auto;
     */
	display: inline-block;
	padding-bottom: 20px;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	/* white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
    */
}
.folder_div input{
    position: relative;
    top: -45px;
    right: 10px;
}
.folder_main_div {
	margin: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 70px;
}
.image_manager #main .main_table {
	float: left;
	margin-top: 70px;
}
.large_thumbs_body .copy-text {
	width: 61% !important;
	margin-right: 2px;
}
.thumb_list_div {
	float: left;
	width: 180px;
	margin-bottom: 10px;
	margin-left: 5px;
	min-height: 178px;
	border: 1px solid #ccc;
}
.common_but.delete_red {
	padding: 7px;
	width: 120px;
	background-color: #ef1919;
	float: left;
	margin-top: 10px;
	color: #fff;
	text-align: center;
}
.common_but.rename_but {
	background-color: #069;
	color: #fff;
	padding: 3px;
	width: 120px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
}
.control_div.rename_folder_div {
	padding-top: 20px;
	padding-bottom: 20px;
}
.btnn.delete_selected {
	width: 200px;
	margin-bottom: 10px;
	height: 30px;
	margin-top: 5px;
	cursor:pointer;
}
.btnn.move_selected {
	width: 170px;
	height: 30px;
	cursor:pointer;
}
.move_selected {
	height: 30px;
	min-width: 200px;
}
.upload_images .btn {
	background: #069 !important;
	border: 0px;
	border-radius: 0px;
}
.upload_images .btn.btn-warning.cancel {
	background: red !important;
}
.rename_folder_div label {
	text-align: center;
}
.block_info {
	float: left;
	border: 0px solid #ccc;
	width: 100px;
	padding: 10px;
	font-size: 9.2pt;
	color: #fff;
	font-family: tahoma;
}
.block_info div {
	float: left;
	border-radius: 4px;
	width: 100%;
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.blue_count {
	background-color: #46a3e9;
}
.green_count {
	background-color: #0cc231;
}
.yello_count {
	background-color: #fda800;
}
.block_info label {
	float: left;
}
.block_info span {
	float: right;
}
.copied.cp_gallery_link {
	margin-top: -15px;
}
.copied.cp_auction_gallery {
	margin-top: -10px;
}
.contact_us .form_div {
	margin: auto;
	width: auto;
	max-width: 360px;
	float: right;
	margin-right: 5%;
	margin-top: 70px;
}
.copied.cp_portfolio_code {
	margin-top: -15px;
}
/**************************************************** ***********************scideas ********************** *****************************************************/
.dimmed {
	opacity:0.5;
}
.bold {
	font-weight:bold;
}
.btn {
	cursor:pointer;
}
.hidden,.hidden-value,.hidden-value-option {
	display:none!important;
}
.option {
	z-index:200;
}
.amount {
	width:4vw;
}
.btn-label {
	position:absolute;
	top:-1vw;
	left:0vw;
	font-size:0.7vw;
	color:black;
	font-weight:normal;
}
.tooltip {
	font-weight:400;
	padding-left:0.3vw;
	color:#a898d3;
	font-size:0.8vw;
}
.star {
	color:red;
	font-size:0.8vw;
}
.dollar {
	color:#8aaf56;
	font-size:0.9vw;
	padding-left:0.3vw;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.auction_manager nav{
    display: none;
}
.auction_manager #main, .token_manager #main {
	padding-left:3vw;
	padding-top:2vw;
	/*width:80vw;*/
	width:100vw;
}
.btn-nav {
	background-color: #fff;
	border: 1px rgba(186,186,186,1.00) solid!important;
	padding: 0.6vw;
	color: #729dbe;
	display:inline-block;
	border-radius:0.5vw;
	font-size:1.2vw!important;
}
.auction-buttons {
	position:relative;
	margin-top:1vw;
	width:76vw;
	/*border:thin solid black;
    */
	height:5vw;
	padding:0.5vw;
	padding-left:1vw;
}
.action {
	float:left;
}
.refresh {
	float:right;
}
.refresh img {
	width:2vw;
}
.btn-update {
	position:absolute;
	color:#279f38;
	top:0.5vw;
	right:0.5vw;
}
.btn-filter {
	border: none;
	padding: 0.6vw;
	color: #fff;
	width: 9vw;
	border-radius:0.5vw;
	font-size:1.2vw;
	margin-right:0.5vw;
	margin-left:0.5vw;
	/*float:left;*/
}
.filter-buttons {
	margin-left:auto;
	margin-right:auto;
	width:56vw;
	height:4vw;
	padding:0;
}
.filter-status {
	width:1vw;
	height:1vw;
	border-radius:50%;
	border: thin solid black;
	float:right;
}
.filter-status.on {
	background-color:white;
}
.btn-filter.all {
	background-color:#247cfa;
}
.live {
	background-color:#57b5e3;
}
.sold {
	background-color:#3dc051;
}
.unsold {
	background-color:#ec4f41;
}
.sch {
	background-color:#f6ab1d;
}
.relisted {
	background-color:white;
}
.status-box {
	padding:0.2vw;
	border:thin solid rgba(175,175,175,1.00);
}
.title-small-text {
	font-size:0.8vw;
	color:#6481ac;
	max-height: 2.8vw;
	margin:0px;
	padding:0px;
	overflow-y:hidden;
	cursor:pointer;
}
.btn-filter span {
	color:white;
	float:right;
	width:auto;
	margin-right:0.5vw;
	text-align:right;
}
.ebay-auth-background {
	background-color:#bfdffb;
}
.ebay-auth-box {
	background-color:white;
	margin-top: 18vh;
	width:60%;
	height:40vh;
	margin-left:20%;
	text-align:center;
	font-weight:bold;
	font-size: 1.6vw;
	padding-top:12vh;
}
#ebay-auth-progress {
	display:inline-block;
	margin-top:0;
	margin-left:0;
	width:100%;
	height:4vh;
	background-color: #bfdffb;
}
#ebay-auth-outer-progress {
	text-align:left;
	margin-top: 5vh;
	display:inline-block;
	width:60%;
	height:4vh;
	border: black solid thin;
}
.reg-complete-box {
	background-color:white;
	margin-top: 12vh;
	width:70%;
	height:60vh;
	margin-left:15%;
	text-align:center;
	font-weight:bold;
	font-size: 1.0vw;
	padding:0.5vw;
	padding-top:12vh;
}
.table {
	display:table;
}
.row {
	display:table-row;
}
.reg-table {
	width:80%;
	margin-top: 2vw;
	margin-left:auto;
	margin-right:auto;
	border-spacing: 0 1vw;
}
.reg-table span {
	display:table-cell;
	width:100%;
	height:1.6vw;
	font-size:1.0vw;
	background-color:white;
	text-align:left;
}
.reg-table .label {
	/*padding-top:1vw;
    */
}
.reg-table input {
	width:100%;
	height:100%;
	font-size:1.0vw;
	font-weight:normal;
}
.error {
	color:red;
	width:100%;
	text-align:center;
	font-size:0.9vw;
}
.message-title {
	font-weight: bold;
	font-size: large;
}
#message_body {
	text-align: center;
	font-size: medium;
	line-spacing: 1vw;
}
#message_button:hover {
	background-color: hsla(0,0%,72%,1.00);
}
#message_cancel_button:hover {
	background-color: hsla(0,0%,72%,1.00);
}
.ph-modal {
	position:fixed;
	display:none;
	width:60vw;
	left:20vw;
	top: 20vh;
	padding:2vw;
	background-color:white;
	z-index:1000;
	border: medium solid rgba(99,99,99,1.00);
}
.editor,.current-listings {
	height:60vh;
}
.editor input, .editor textarea {
	width:100%;
	height:auto;
	margin-top:1vw;
	color:black;
}
.editor textarea {
	height:40vh;
}
.relist-titles,.delete-titles,.current-listings-titles {
	width:100%;
	margin-bottom:1vw;
	max-height:50vh;
	overflow-y:scroll;
}
.warning,.warning-lower {
	display:inline-block;
	background-color:white;
	width: 20vw;
	text-align:center;
	padding:0.8vw;
	left:50%;
	margin-left:-10vw;
	border: medium solid black;
}
.warning {
	position:absolute;
	top:12vw;
}
.warning-lower {
	position:fixed;
	bottom:12vw;
}
.my-dropdown {
	position:absolute;
	width:5vw;
	border: 1px rgba(186,186,186,1.00) solid!important;
	background-color: #fff;
	padding: 0.4vw;
	color: #729dbe;
	display:inline-block;
	/*border-radius:0.5vw;
    */
	font-size:1.2vw
	/*!important*/
;
	cursor:pointer;
	z-index:1000;
}
.my-dropdown:hover .my-dropdown-menu {
	display: block;
}
.my-dropdown img {
	width:1.4vw;
	float:right;
	position:absolute;
	top:0.6vw;
}
.my-dropdown-menu {
	position:relative;
	/*top:3vw;
     left:0vw;
    */
	width:100%;
	height:auto;
	background:white;
	display:none;
}
.my-dropdown-menu div {
	cursor:pointer;
	color:black;
	border-bottom:thin solid rgba(164,164,164,1.00);
	display:inline-block;
	/*border-radius:0.5vw;
    */
	font-size:1.0vw;
	width:100%;
	padding-left:0.4vw;
}
.spinner img {
	width:1.4vw;
	height:1.4vw;
}
/***** list page ****/
.list-manager {
	color:black;
}
.list-manager .link {
	color:#7386d4;
	cursor:pointer;
	margin-left:0.5vw;
}
.list-manager .small {
	font-size:0.6vw;
}
.list-manager .small .checkbox {
	width:0.6vw;
	height:0.6vw;
}
.list-manager .checkbox {
	width:0.9vw;
	height:0.9vw;
	border: thin solid rgba(81,81,81,1.00);
	margin-right:0.3vw;
}
.list-manager .my-dropdown {
	position:relative;
	width:10vw;
	color:black;
	font-size:0.9vw;
	height:1.4vw;
	padding:0.1vw;
	padding-left:0.2vw;
	margin-left:0;
}
.list-manager .my-dropdown-menu {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 100%;
	border: thin solid grey;
	height:auto;
	padding-bottom:0.3vw;
	max-height: 5vw;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index:100;
}
.list-manager img {
	position:relative;
	float:right;
	margin-top:-0.5vw;
}
.list-manager .my-dropdown-menu div {
	border-bottom:none;
}
.listing-title {
	font-size:1.1vw;
}
.listing-title-bold {
	font-size:1.1vw;
	font-weight:bold;
}
.list-manager .top-menu .button-box {
	/* border:thin solid black;
     */
	width:50vw;
	float:right;
}
.list-manager .top-menu .button-box .my-dropdown {
	height: 2vw;
}
.list-manager .top-menu .button-box .btn-label {
	font-size:1vw;
	top:-1.6vw;
}
.prop-65 {
	width:60vw;
}
.list-manager input[type=text] {
	height:1.4vw;
	font-size:1.2vw;
}
.list-manager .btn {
	position:relative;
	display:inline-block;
	cursor:pointer;
}
.btn-list {
	border-radius:0.2vw;
	font-size:1.0vw!important;
	background: #0154ba;
	padding: 0.8vw 2vw 0.8vw 2vw;
	color: #fff;
	font-weight: bold;
}
.list-manager .btn-options {
	border: thin solid #eaeaea;
	border-radius:0.2vw;
	font-size:1.0vw!important;
	background: white;
	padding: 0.4vw 1vw 0.4vw 1vw;
	color: black !important;
	font-weight: normal;
	margin: 0.2vw 0 0.2vw 0;
}
.list-manager .btn-list-save {
	border: thin solid #eaeaea;
	border-radius:0.2vw;
	font-size:1.0vw!important;
	background: white;
	padding: 0.8vw 2vw 0.8vw 2vw;
	color: #888dca !important;
	font-weight: bold;
	float:right;
}
.list-manager .section {
	position:relative;
	margin: 0.5vw 0 0.5vw 0;
	padding: 0.5vw 0 0.5vw 0;
	height:auto;
	width:100%;
	/*background-color:rgba(224,224,224,1.00);
    */
}
.list-manager .sub-section {
	margin: 0.25vw 0 0.25vw 0;
	padding:0.25vw 0 0vw 0;
	height:auto;
	/*background-color:red;
    */
}
.list-manager .spinner {
	position:absolute;
	top:1vw;
	right:-2.6vw;
	width:2vw;
	text-align:center;
}
.list-manager .spinner img {
	/* float:none;
     margin: 0 auto 0 auto;
    */
	width:2vw;
	height:2vw;
}
.list-manager .top-menu {
	height:4vw;
	min-height:4vw;
}
.product-search-box {
	height:auto;
	padding:1vw;
	background-color:#eaeaea;
	width:100%;
}
.list-manager .images,.template {
	min-height:8vw;
}
.list-manager .images div {
	float:left;
	width:8vw;
	height:8vw;
	border: thin solid #dadadc;
}
.list-manager .images .bin {
	background-image: url(v2/images/trash.png);
	background-size:contain;
	width:1vw;
	height:1vw;
	float:right;
	margin-top:0.2vw;
	border:none;
	cursor:pointer;
}
.list-manager .images .main {
	height:6vw;
	max-height:6vw;
	margin:0.2vw auto 0.2vw auto;
}
.list-manager .images .filename {
	width:5vw;
	max-width:5vw;
	overflow:hidden;
	border:none;
	height:0.8vw;
	z-index:2000;
	color:#57a0bb;
	font-size:0.7vw;
}
.btn-add-image {
	font-size:1.1vw;
	color:#57a0bb;
	text-align:center;
	cursor:pointer;
}
.btn-add-image .add {
	font-size: 1.6vw;
	margin-top:2vw;
	border:none!important;
	height:auto!important;
}
.list-manager .image-list-buttons .btn-list {
	padding: 0.4vw 2vw 0.4vw 2vw;
}
.list-manager .image-list-buttons .btn-image-clear {
	color:black;
	background:white;
	border: thin solid grey;
}
.list-manager .image-list-buttons .table {
	border-spacing: 1vw 1vw;
}
.list-manager .image-list-buttons .table span {
	display:table-cell;
	width:12vw;
	height:1.2vw;
	font-size:0.8vw;
	background-color:white;
	text-align:right;
}
.list-manager .image-list-buttons .table span input {
	width:12vw;
	height:1.2vw;
	font-size:0.8vw;
	background-color:white;
	text-align:left;
}
.list-manager .image-folder-select {
	width:13.5vw;
}
.list-manager .image-folder-select .my-dropdown-menu {
	width:14vw;
}
.list-manager .image-list-buttons {
	height:8vw;
	min-height:8vw;
}
.list-manager .image-list {
	height:40vh;
	max-height:40vh;
	overflow-y:scroll;
}
.list-manager .image-list .box {
	position:relative;
	float:left;
	width:8vw;
	height:8vw;
	border: thin solid #dadadc;
	cursor:pointer;
}
.list-manager .image-list .filename {
	width:5vw;
	max-width:5vw;
	overflow:hidden;
	border:none;
	height:0.8vw;
	z-index:2000;
	color:#57a0bb;
	font-size:0.7vw;
}
.list-manager .image-list .box .image-number {
	width:1.2vw;
	border:medium solid #57a0bb;
	height:1.4vw;
	z-index:2000;
	color:black;
	font-size:1.1vw;
	font-weight:bold;
	padding:0.4vw 0 0 0.2vw;
	position:absolute;
	top:0.5vw;
	right:0.5vw;
}
.list-manager .image-list .main {
	position:relative;
	height:6vw;
	max-height:6vw;
	max-width:6vw;
	margin: 0 0 0 0;
}
.list-manager .template-thumb {
	width:10vw;
	height:8vw;
	border: thin solid #85a5de;
}
.list-manager .template-name {
	width:10vw;
	text-align:left;
}
.list-manager .change-template {
	float:right;
	width: 3vw;
	color:#4da2bd;
}
.description {
	background-color:#eaeaea;
	min-height:24vw;
	width:86vw!important;
}
.description-box {
	float:left;
	margin: 0 0.6vw 0 0.6vw;
	width:40vw;
	height: 20vw;
	background-color:white;
	overflow:hidden;
}
.description-box textarea {
	width:100%;
	height:100%;
}
.indent {
	margin:0.5vw 0 0 3vw;
	font-size:0.8vw;
	line-height:0.8vw;
}
.indent .checkbox {
	height:0.6vw;
	width:0.6vw;
}
.indent input[type=text] {
	height:0.6vw;
	font-size:0.5vw;
}
.list-manager .package,.weight,.relist-section {
	min-height:3.4vw;
}
.dimensions {
	margin-left:1vw;
}
.dimensions div {
	margin-top:0.3vw;
}
.list-manager .package-type {
	width:20vw!important;
	margin-top:0.3vw;
}
.list-manager .package-type .my-dropdown-menu {
	width:21vw!important;
}
.list-manager .package-weight {
	margin-top:0.3vw;
}
.weights input[type=text] {
	width:3vw;
}
.weights div {
	margin-top:0.3vw;
}
.list-manager .shipping-section .my-dropdown {
	width:25vw!important;
}
.list-manager .shipping-section .my-dropdown-menu {
	width:26vw!important;
}
.list-manager .domestic-shipping-options {
	z-index:10000!important;
}
.list-manager .full-height {
	padding:0.5vw 0.4vw 0 0.4vw;
	min-height:2vw;
}
.list-manager .shipping-services-subsection {
	/*background:blue;
    */
	min-height:3vw;
}
.list-manager .returns-section, .list-manager .internation-returns-section {
	/*background:blue;
    */
	min-height:2vw;
}
.exclusions-list {
	height:40vh;
	max-height:40vh;
	overflow-y:scroll;
}
.regions-table span {
	display:table-cell;
	width:12vw;
	height:1.6vw;
	font-size:1.0vw;
	background-color:white;
	text-align:left;
}
.exclude-regions-table .region-box {
	position:relative;
	float:left;
	width:17vw;
	height:1vw;
	font-size:0.8vw;
	background-color:white;
	text-align:left;
	margin: 0.5vw;
}
.exclude-regions-table .checkbox {
	float:left;
	width:0.7vw;
	height:0.7vw;
}
.exclude-regions-table .option {
	float:left;
	width:15vw!important;
	height:1vw!important;
	color:black;
}
.location-modal input,.email-modal input {
	width:36vw;
}
.schedule-section {
	vertical-align:middle;
}
.schedule-section input[type=text] {
	width:8vw;
}
.schedule-section .my-dropdown, .relist-section .my-dropdown {
	width: 6vw;
	max-width:6vw;
}
.tax-section input[type=text] {
	width:3vw;
}
.list-manager .datepicker,.hour,.minute,.am {
	margin:-0.2vw 0.2vw 0 0.2vw;
}
/*******************************************************/
@media only screen and (max-width:1250px) {
	.upload_images .item input[type="text"] {
		width: 81%;
	}
	.ftp_settings #main{
		width:65%;
	}
}
@media only screen and (max-width:1160px) {
	.image_manager #main {
		width: 82%;
	}
	.image_list label {
		float: left;
		width: 100%;
	}
	a.view_this {
		float: left;
		margin-right: 50px;
	}
	.image_list .control_div .div1{
		width: 40%;
	}
	.image_list .control_div .div2{
		width: 40%;
	}
	.copied.cp_gallery_link {
		margin-top: 10px;
		margin-left: -11.5%;
	}
	.copied.cp_slideshow_link, .copied.cp_portfolio_link {
		margin-top: 23px;
		margin-left: -11.5%;
	}
	.copied.cp_auction_gallery {
		margin-left: -11.5%;
	}
	.copied.cp_slideshow_code {
		margin-left: -11.5%;
		margin-top: 25px;
	}
	.copied.cp_portfolio_code {
		margin-left: -11.5%;
		margin-top: 13px;
	}
}
@media only screen and (max-width:950px) {
	.folder_option_div input[type="text"] {
		border: 1px solid #ccc;
		padding: 5px;
		margin-left: 30%;
		float: left;
	}
	.image_manager #main {
		width: 80%;
	}
	.logo_top {
		float: left;
		width: 50%;
	}
	.banner_right {
		width: 22%;
	}
	.upload_images #main, .image_list #main, .ftp_settings #main, .preferences #main {
		width: 70%;
		margin-left: 0px;
		min-width: 300px;
	}
	html, body {
		height: 100%;
		min-width: 900px;
	}
}
@media only screen and (max-width:700px) {
}
/*new added css*/
.d-none{
	/*display: none;
    */
}
.clear-both{
	clear: both;
}
.control-button{
	background: #069 !important;
	border: 0px;
	border-radius: 0px;
	color: #fff;
}
.file-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2px;
	margin-bottom: 20px;
}
.file-row {
	display: flex;
	align-items: center;
	background-color: #e6e6fa;
	border: 1px solid #9370db;
	padding: 8px;
	height: 30px;
}
.file-number {
	font-weight: bold;
	color: #333;
	margin-right: 10px;
	min-width: 30px;
}
.file-input-container {
	flex: 1;
	display: flex;
	align-items: center;
}
.file-input {
	display: none;
}
.file-button {
	background-color: #d3d3d3;
	border: 1px solid #999;
	padding: 4px 8px;
	cursor: pointer;
	font-size: 12px;
	border-radius: 2px;
	margin-right: 8px;
}
.file-button:hover {
	background-color: #c0c0c0;
}
.file-status {
	font-size: 12px;
	color: #666;
	flex: 1;
}
.controls {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
.control-button {
	background-color: #d3d3d3;
	border: 1px solid #999;
	padding: 8px 16px;
	cursor: pointer;
	font-size: 12px;
	border-radius: 2px;
}
.control-button:hover {
	background-color: #c0c0c0;
}
.selected-file {
	color: #000;
	font-weight: normal;
}
.text-left{
	text-align: start;
}
.mb-0{margin-bottom: 0;}
.mb-1{margin-bottom: 10px;}
.mb-2{margin-bottom: 20px;}
.mb-3{margin-bottom: 30px;}
.mb-4{margin-bottom: 40px;}
.mb-5{margin-bottom: 50px;}

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


.mt-0{margin-top: 0px;}
.mt-1{margin-top: 10px;}
.mt-2{margin-top: 20px;}
.mt-3{margin-top: 30px;}
.mt-4{margin-top: 40px;}
.mt-5{margin-top: 50px;}

.cke_notification_warning {
    display: none;
}
.form-label{
	display: inline-block;
	margin-bottom: .5rem;
	text-align: start;
	width: 100%;
	margin-top: 15px;
}
.form-control{
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
.fs-lg{font-size: large}
.w-10{width: 10%}
.w-20{width: 20%}
.w-30{width: 30%}
.w-40{width: 40%}
.w-50{width: 50%}
.w-60{width: 60%}
.w-70{width: 70%}
.w-80{width: 80%}
.w-90{width: 90%}
.w-100{width: 100%}
.text-white{color: #ffffff;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.d-flex{display: flex}
.justify-content-center{justify-content: center;}
.justify-content-between{justify-content: space-between;}
.justify-content-end{justify-content: end;}
.gap-1{gap: 8px;}
.gap-2{gap: 12px;}
.mt-0{margin-top: 0px;}
.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.align-items-center{align-items: center;}
.btn-primary {
	color: #fff;
	background-color: #175393;
	border-color: #175393;
}
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	height: fit-content;
}
.table-responsive table{
 width: 92%;
}
.table-responsive table th{
	text-align: left;
	background: #eeebeb;
	padding: 5px 8px;
	border: 1px solid #cfcfcf;
	font-weight: 700;
}
.table-responsive table td{
	text-align: left;
	background: transparent;
	padding: 2px 8px;
	font-weight: 700;
}
.table-responsive table th:first-child,
.table-responsive table tr td:first-child{
	text-align: center;
	padding: 0px;
}
table tr:nth-child(odd) {
	background-color: #e4f4ff;
}
/* Hide default checkbox */
.custom-checkbox input[type="checkbox"] {
	display: none;
}

/* Style the label container */
.custom-checkbox {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	font-size: 16px;
}

/* Style the custom checkmark box */
.custom-checkbox .checkmark {
	width: 15px;
	height: 16px;
	border: 2px solid #cfcfcf;
	border-radius: 4px;
	position: relative;
	margin-right: 8px;
	transition: background-color 0.2s, border-color 0.2s;
	z-index: 10;
}

/* Draw the checkmark when checked */
.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
	content: "";
	position: absolute;
	left: 5.5px;
	top: -6px;
	width: 6px;
	height: 14px;
	border: solid #aaa;
	border-width: 0 4px 4px 0;
	transform: rotate(36deg);
	z-index: 11;
}

/* Change background when checked */
.custom-checkbox input[type="checkbox"]:checked + .checkmark {
	background-color: #ffffff;
	border-color: #cfcfcf;
}
.m-0{
    margin: 0 !important;
}
.p-0{
    padding: 0 !important;
}
.pb-2{
    padding-bottom: 2rem !important;
}