@charset "UTF-8";
/* CSS Document */


/* Header Table */

.titleheaders { width:620px; border:0;}
.titleheaders tr 	{border:0; border-bottom:1px solid #e31f3d;}
.titleheaders td 	{border:0;}
.titleheaders .colheader 	{width:150px;}
.titleheaders .colheader-2	{width:200px;}
.titleheaders .colheader-3	{width:120px;}

#filters { background:#fffbff; padding:10px 0px 10px 10px; width:100%; height:40px; }
/* select.filter { width:160px; margin-top:0.5em; } */
select.filter:first-child { margin-top:0em; }
table.item-list { width:620px; border-collapse:collapse; font-size:12px; border:0;}
table.item-list tr.hover { background:#fafafa; cursor:pointer; border:0;}
table.item-list td {padding-top:0.5em; padding-bottom:0.5em; color:#373737; border:0;}

#filter-description { font-weight:bold; margin-bottom:0.5em; float:left; font-family: 'Open Sans', sans-serif;}
table.item-list .colsettings 		{width:150px; font-family: 'Open Sans', sans-serif;}
table.item-list .colsettings-2		{width:200px; font-family: 'Open Sans', sans-serif;}
table.item-list .colsettings-3		{width:120px; font-family: 'Open Sans', sans-serif;}

table.item-list .colsettings a {color:#E31F3D; text-decoration:none; }

#searchresult {
	font-family: 'Raleway', Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	display:inline-block;
	float:left;
	margin-right:5px;
}

/* The CSS */
#dropdown select {
    padding:8px 11px;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
    margin: 0;
	margin-left:5px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    background: #fff;
    color:#767676;
    border:none;
    outline:none;
    display: inline-block;
	float:left;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

#dropdown select {width:180px; border:1px solid #e6e6e6;}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #dropdown select {padding-right:18px}
}

#dropdown label {position:relative}
#dropdown label:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#686868;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:10px; /* set positioning of arrows */
    padding:0 0 2px;
    border-bottom:1px solid #e31f3d; /* line beside arrows */
    position:absolute;
    pointer-events:none;
}
#dropdown label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    position:absolute;
    pointer-events:none;
    display:block;
}

/* table.item-list td.tags { text-align:right; padding-right:0.5em; width:40%; } -->
table.item-list td.tags span { color:white; background:#999999; padding:3px; margin-left:3px; }
div.scroll-panel { width:400px; height:400px; overflow-y:auto; } */