﻿@charset "UTF-8";
/* CSS for custom select list plugin */
body{
	position:relative !important;
}

/* 
=======================================
 Container styles
======================================= */
div.custom-select-list-wrapper{
	position:relative;
	border:none;
	outline:none !important;
	appearance:normal;
	height:auto;
	width:auto;
	display:inline-block;
	vertical-align:top;
	-moz-box-sizing:content-box;
	-ms-box-sizing:content-box;
	-o-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

ul.custom-select-list{
	-moz-box-shadow:0 3px 6px rgba(0,0,0,0.4);
	-ms-box-shadow:0 3px 6px rgba(0,0,0,0.4);
	-o-box-shadow:0 3px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.4);
	box-shadow:0 3px 6px rgba(0,0,0,0.4);
	-moz-box-sizing:content-box;
	-ms-box-sizing:content-box;
	-o-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	padding:0;
	background-color:#fff;
	border-radius:6px;
	border-radius:6px;
	
    -webkit-transition: height 1s ease-out;
    -moz-transition: height 1s ease-out;
    -ms-transition: height 1s ease-out;
    -o-transition: height 1s ease-out;
    transition: height 1s ease-out;
	
	display: block;
    opacity: 0; 
    height: 0;
	overflow:hidden;
	margin:0;
	
	position:absolute;
	top:0;
	left:0;
	width:auto;
	
	z-index:999 !important;
	
}

ul.custom-select-list.active{
	opacity: 1;
    height: auto;
}

li.custom-select-list-item{
	display:block;
	clear:both;
	position:relative;
	padding:10px 70px 10px 24px;
	text-align:left;
	background-color:transparent;
	border-bottom:1px solid rgba(0,0,0,0.2);
	color:#333;
	font-size:0.9em;
	font-weight:400;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	
	cursor: pointer;
	white-space:nowrap;
	text-overflow: ellipsis;
	text-shadow:none !important;
}

li.custom-select-list-item.selected:before{
	content:"\2713";
	margin:2px;
	position:absolute;
	left:4px;
	top:25%;
	color:#333;
}


li.custom-select-list-item:last-child{
	border-bottom:1px solid transparent;
}

li.custom-select-list-item:hover,
li.custom-select-list-item:active{
	background-color:#277fd9;
	color:#fff;
}

select.custom-select-list-hidden{
	height:0 !important;
	width:0 !important;
	pointer-events:none !important;
	top:-100% !important;
	position:absolute !important;
	opacity:0 !important;
}

span.custom-select-list-selected-item-top{
	font-size:.9em;
	width:auto;
    min-width:200px;
    max-width:500px;
	padding:7px 80px 7px 10px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid rgba(0,0,0,0.3);
	position:relative;
	display:block;
	text-overflow: ellipsis;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);
	-ms-box-shadow:0 1px 2px rgba(0,0,0,0.2);
	-o-box-shadow:0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
    text-shadow:none !important;
    color:#111;
}

span.custom-select-list-selected-item-top:after{
	content:"";
	width: 0; 
	height: 0; 
	border:6px solid transparent;
	border-top: 6px solid #333;
	top:45%;
	right:8px;
	position:absolute;
}
	

/* 
=======================================
 Icon styles
======================================= */
span.custom-select-list-icon{
	width:16px;
	min-width:16px;
	max-width:16px;
	height:16px;
	min-height:16px;
	max-height:16px;
	float:left;
	display:block;
	margin: 0 10px 0 5px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:transparent;
	border:1px solid rgba(0,0,0,0.3);
}

span.icon-red-block{
	background-color: #c2413a;
}
			
span.icon-orange-block{
	background-color: #e4862e;
}
			
span.icon-yellow-block{
	background-color: #f7e36f;
}
			
span.icon-lime-block{
	background-color: #ced54b;
}	

span.icon-green-block{
	background-color: #82c24e;
}		

span.icon-gray-block{
	background-color: #dcdae8;
}

span.icon-stamp{
	background-color: transparent;
    background-image: url('/content/images/icons/small-approval-stamp.png');
    background-position: center;
    border: none;
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
    min-height: 24px;
    min-width: 24px;
}

span.custom-select-list-selected-item-top span.icon-stamp{
    top:3px;
    right:15px;
}
li.custom-select-list-item:hover span.icon-stamp{
    background-image: url('/content/images/icons/small-approval-stamp-white.png');
}

span.icon-none{
    background-color: transparent;
    border: none;
	width:24px;
	min-width:24px;
	max-width:24px;
	height:24px;
	min-height:24px;
	max-height:24px;
    display: block;
    position: absolute;
    right: 0;
}
			
span.icon-default{
	background-color: transparent;
}
			
