@CHARSET "ISO-8859-1";

@font-face {
   /* font-family: siteFont; */ 
    /* src: url(../fonts/OpenSans-Semibold.ttf); */
    font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
}

:root {
--hue: 294;
--saturation: 42%;
--lightness: 51%;
/* --color-primary: var(--hue), var(--saturation), var(--lightness); */

/* --back-top: #1A233A;
--color-top: #9EC2F7;
--back-bottom: #192238;
--color-bottom: #9EC2F7;
	--back-primary: #18484F; */
--back-primary: #1B6FA0;
--color-primary: white;
--back-accent: #CB5E47;
--color-accent: white;
--back-body: #262F49;
--color-body: white;
--back-contrast: #C4C4DC;
--back-slimbar: #114766;
/* --back-top: #1B6FA0; */
--back-top: #ddd;
--color-top: white;
--back-contrast: #333;
--color-body: #050505;
--back-bottom: #C4C4DC;
--color-contrast: white;
--mat-mdc-fab-color: white;
--dark-back-top: #1A233A;
--dark-back-body: #262F49;
--dark-color-body: white;
--dark-color-top: #9EC2F7;
--dark-back-contrast: #C4C4DC;
--dark-back-bottom: #192238;
--dark-color-contrast: #9EC2F7;

--light-back-top: #1B6FA0;
--light-back-body: white;
--light-color-body: #050505;
--light-back-contrast: #333;
--light-back-bottom: #eee;
--light-color-top: white;
--light-color-contrast: #050505;
}

  
html, body{
   height: 100%;
   
   margin: 0;
   padding: 0;
   overflow: auto;
   
   font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
   /* font-family: siteFont !important; */
}

*, *::before, *::after {
   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

textarea.note, input {
	font-family: siteFont;
	font-size: 14px;
}

hr{
	border: 1px solid #ddd;
	margin-top: 20px;
	margin-bottom: 20px;
}
div {
    direction: ltr;
    margin: 0;
    padding: 0;
}
.cdm_button{
	background: rgba(200, 200, 200, 0.3);
	border: 1px solid #ccc;
    border-radius: 5%;
    padding: 2px;
    font-size: 14px;
    box-shadow: 0px 1px 2px 0px rgba(120, 120, 120, 0.4);
}
.cdm_table{
	width: 100%;
	margin: auto;
	clear: both;
	
	border-collapse: collapse;
    font-size: 13px;
}

.cdm_table tr{
	height: 24px;
}

.cdm_table, .cdm_table th, .cdm_table td {
   border: 1px solid #ddd;
}


.cdm_table{
	border-bottom: 2px solid #1BBB9B;
}


.cdm_table td,
.cdm_table th{
	text-align: center;
	min-width: 100px;
	padding: 5px;
}
.cdm_table td a{
	font-weight: bold;
	color: #009;
}
.cdm_table td a:hover{
	color: #9c0;
}
tr.cdm_table_header{
	text-align: center;
}

tr.cdm_table_header th:first-child{
	text-align: left;
}
.cdm_table th{
	background: #1BBB9B; 
	color: white;
}

table.cdm_table tr td:FIRST-CHILD {
	text-align: left;
}
.cdm_panel{
	background: none;
	border: 0px;
}

.cdm_footer table, 
.cdm_footer td{
	border: none;
	color: #F8F8F8;
}

div.cdm_header{
	height: 70px;
	background: var(--back-top);
	padding: 0px;
	
}

.cdm_logo{
	margin: 5px;
}

.cdm_logo_subtitle{
	margin: 0;
}

div.cdm_fullwidthmenu{
	float: left;
	display: block;
	width: 100%;
	color: white;
	background: #1BBB9B;
	height: 40px;
	font-weight: normal;
	border-bottom: #0FCE99 1px solid;
}
div.cdm_logo a{
	background-image: url('../icon/logo_3.png');
	background-repeat: no-repeat;
	background-size: 48px;
	background-position:
  left center;
	padding-left: 60px;
	line-height: 60px;
	vertical-align: middle;
	text-decoration:
  none;
	font-size: 35px;
	color: #444;
	font-weight: bold;
}
div.cdm_logo a:hover{
	text-decoration: none;
	font-size: 35px;
	color: #666;
}

div.cdm_topBar{
	display: table;
}

div.cdm_topBar >*{
	display: table-cell;
	height: 100%;
}
div.cdm_main{
	width: 1024px;
}
div.cdm_mainMenu{
	height: 70px;
	display: table;
	width: auto;
	float: right;
}

div.cdm_mainMenu > *{
	display:table-cell;
	height: 40px;
	vertical-align: middle;
}
div.cdm_mainMenu a{
	height: 30px;
	line-height: 20px;
	
}
.cdm_mainMenuItem{
	vertical-align: middle;
	border: none;
}
.cdm_search_form{
	width
}
#searchform_field_keywords{
	margin: 0px;
}
form input[type="submit"].cdm_field_delete{
	background: #F5A9A9;
	border: 1px solid #900;
}

div.cdm_footer{
	bottom: 0px;
	width: 100%;
	height: auto;
	min-height: 100px;
	padding: 0px;
	padding-top: 10px;
	background: #444;
	line-height: 25px;
	color: #848484;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

.cdm_footer > div{
	display: inline-block;
	width: 49.5%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
.cdm_footer > .cdm_footer_left{
	padding-left: 5px;
	text-align: left;
}
.cdm_footer > .cdm_footer_right{
	text-align: right;
}


div.prj_asideMenu{
	position: absolute;
	width: 200px;
	height: 100%;
	top: 0;
	bottom: 0;
	box-sizing: content-box;
    background: #D60021;
    background: #508484;
    display: block;
}

li a{
	width: 100%;
	display: inline-block;
	text-decoration: none;
}

div.prj_asideMenuLeft{
	left:0;
    transform: translate3d(-100%, 0px, 0px);
    -webkit-box-shadow: inset -4px 0px 4px -1px rgba(50, 50, 50, 0.79);
	-moz-box-shadow:    inset -4px 0px 4px -1px rgba(50, 50, 50, 0.79);
	box-shadow:         inset -4px 0px 4px -1px rgba(50, 50, 50, 0.79);
}

div.prj_asideMenuRight{
	right:0;
    transform: translate3d(100%, 0px, 0px);
    -webkit-box-shadow: inset 4px 0px 4px -1px rgba(50, 50, 50, 0.79);
	-moz-box-shadow:    inset 4px 0px 4px -1px rgba(50, 50, 50, 0.79);
	box-shadow:         inset 4px 0px 4px -1px rgba(50, 50, 50, 0.79);
}

div.cdm_canvas{
	position: relative;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}

div.cdm_inner{
	position: relative;
	float: left;
	width: 100%;
	min-height: 100%;
	 -webkit-transition: transform 500ms ease 0s;
    -moz-transition:transform 500ms ease 0s;
    -o-transition: transform 500ms ease 0s;
    transition: transform 500ms ease 0s;
}

div.move-left div.cdm_inner{
	transform: translate3d(-200px, 0px, 0px);
}

div.move-right div.cdm_inner{
	transform: translate3d(+200px, 0px, 0px);
}

.move-left a.close_asideMenus,
.move-right a.close_asideMenus{
	display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    bottom: 0;
    transition: background 300ms ease 0s;
    z-index: 1002;
    background: rgba(100, 100, 100, 0.1) none repeat scroll 0 0;
}
.prj_asideMenu ul{
	display: block;
	padding: 0;
	margin: 0;
}
.prj_asideMenu li{
	display: block;
	color: white;	
	font-weight: bold;	
	 list-style-type: none;
	 line-height: 50px;
	 text-align: center;
	 width: 100%;
	 cursor: pointer;
	 border-bottom: 1px solid rgba(50, 50, 50, 0.2);
}
.prj_asideMenu li:hover{
	background: rgba(50, 50, 50, 0.2);
}

a#prj_leftAsideMenu{
	padding-left: 10px;
	text-align: left;
	position: absolute;
	top: 10px;
	left: 0;
	color: white;
}
a#prj_rightAsideMenu{
	text-align: right;
	right: 10px;
	top: 10px;
	position: absolute;
	color: white;
}

.cdm_mainMenu a.prj_mainMenuItem:hover{
	background: rgba(50, 50, 50, 0.1);
}

.cdm_mainMenu a.prj_mainMenuItemActive{
	background: rgba(50, 50, 50, 0.05);
}

.cdm_subMenu{
	display: table;
}

.cdm_subMenu_cell{
	display: table-cell;
	max-width: 150px;
}

div.cdm_subMenu a{
	line-height: 40px;
	vertical-align: middle;
}
.cdm_subMenuItem{
	border: none;
	margin-right: 35px;
}

div.cdm_metroPanel{
	width: 45%;
	min-width: 200px;
	margin-right: 30px;
}
div.cdm_panelMain paneltitle{
	display: block;
	margin-bottom: 5px;
	height: 30px;
	width: 100%;
	padding: 5px;
	font-weight: bold;
	background: rgba(90, 90, 90, 0.1);
}

form input[type="submit"]{
	
	background: #FB7845;
	border: none;
}
div#cdm_copyrightband{
	width: 100%;
	background: #242825;
	color: white;
	text-align: center;
	margin-top: 30px;
}

.cdm_table th, .cdm_table td{
	min-width: 20px !important;
} 


.sell-limit{
	background: #dd4E54;
	color: white;
}

.buy-limit{
	background: #58cc65;
	color: white;
}

.canceled{
	background: #cccc65;
	color: white;
}

td a:hover{
	color: red !important;
}

.clipart_category{
	width: 136px;
	max-width: 136px;
	cursor: pointer;
	margin: 5px;
}
.clipart_category:hover{
	color: #666;
}

.clipart_card{
	width: 136px;
	height: 136px;
	max-width: 136px;
	max-width: 136px;
	margin: 5px;
	padding: 4px;
	text-align: center;
	background-color: white;
	cursor: pointer;
}

.clipart_card:hover{
	filter: invert(15%);
}
.clipart_card img{
	margin:0 auto;
	width: 128px;
	height: 128px;
	object-fit: contain;
}

.searchcontainer{

}

/* Style the search box inside the navigation bar */
.searchform{
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
}
  .searchform input[type=text] {
	padding: 6px;
	font-size: 17px;
	border: none;
	outline: none;
	background-color: #ddd;
  }
  
  .searchform button {
	padding: 7px 10px;
	/* margin-right: 16px; */
	background:#ddd;
	font-size: 18px;
	border: none;
	cursor: pointer;
	border: none;
	box-shadow: none;
	border-radius:0px;
  }
  
  .searchform button:hover {
	background: #ccc;
	border: none;
	box-shadow: none;
  }

  .searchform button:active {
	offset-position: unset;
  }

  .cdm_MD001PanelIntro{
	background-color: #666;
	color: white;
}
.cdm_MD001PanelIntro > .cdm_panelMain{
	padding-bottom: 0px;
}


div.cdm_main{
	width :100%;
}
div.cdm_dialog{
	margin-top: 0px;
}
.cdm_panel > div{
	float: none;
	margin: 0px auto;
	padding-bottom: 40px;
	text-align: center;
}

.cdm_MD001GalleryPanel{
	background-color: whitesmoke;
}