* html .gainlayout {
	height: 1%;
}

a { text-decoration: none; color: black}
html {
	overflow-y: scroll;
}
input[type=text],input[type=password],textarea,select {
	border-top:1px solid #b5b5b5;
	border-right:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	border-left:1px solid #b5b5b5;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px;
	border-radius:2px;
	background-color:#fff;	
	color: black
}
input[type=text]:disabled,textarea:disabled,select:disabled {
	color:#999;
}

html,body {
	height: 100%;
	font: Arial;
}

body {
	background: rgb(185,206,226);
    font-family: Arial;
    padding:0;
} 

.container {
	background: #fff;
	margin:0 auto;
	width:1000px;
	clear:both;
}

#left {
	float:left;
	background: white;
	width: 95%;
	margin:0;
	padding: 10px 2.5%
}
#content {
	float:left;
	background: white;
	width: 95%;
	margin:0;
	padding: 10px 2.5%;
	min-height: 500px
}

.footer	{
	background: #35454D;
	padding-bottom: 25px;
	float:left; 
	height:20px;
	width:90%;
	padding:10px 5% ;
	text-align: center;
	font-size: 11px; 
	color: white
}
.footer a { text-decoration: none; color:white}


#AdminLeadsList { float:left; width:100%;}
#AdminLeadsList .Lead { float:left; width: 100%}
#AdminLeadsList p { float:left; width: 200px}




#containertop {
    width:100%;
    min-width:915px;
    background:#3d3d44 url('../images/alert-overlay.png') 0 -20px repeat-x;
    height:40px;
    position:fixed;
    top:0;
    left:0;
    z-index:100001;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.25);
	box-shadow:0 1px 3px rgba(0,0,0,0.25);
	color:#fff;
}
#containertop .containertop-right {
	float:right;
	margin-right:10px;
}
#containertop .containertop-search {
	float:left;
	width:220px;
	padding:8px;
}
#containertop .containertop-search-box {
	float:left;
	width:202px;
	height:21px;
	line-height:18px;
	font-size:12px;
	margin:0 0 0 3px;
	padding-right:19px;
	padding-left:5px;
	border:none;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	box-shadow:inset 1px 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow:inset 1px 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,0.25);
	outline:none;
}
#containertop .containertop-search-image-container {
	float:right;
	position:relative;
}
#containertop .containertop-search-image {
	position:absolute;
	top:6px;
	left:-17px;
	height:12px;
	width:12px;
	background:url(../images/mag-glass.gif) no-repeat center center;
}
#containertop .containertop-search-image-active {
	background-image:url(../images/close.gif);
	cursor:pointer;
}
#containertop .containertop-item {
	float:left;
	font-size:11px;
	line-height:40px;	
}
#containertop .containertop-item:hover {
	background:#3d3d44 url(../images/alert-overlay.png) 0 -35px repeat-x;
}
#containertop .containertop-item a {
	color:#fff;
	font-weight:bold;
	text-shadow:1px 1px 1px #3d3d44;
	text-decoration:none;
	display:inline-block;
	padding:0 10px 0 10px;
}
#containertop .containertop-item a.containertop-item-image {
	margin-left:12px;
	padding-left:16px;
}
#containertop .containertop-item a.containertop-item-expand {
	background:url(../images/expand-white.gif) center left no-repeat;
}
#containertop .containertop-item a.containertop-item-signout {
	background:url(../images/signout-white.gif) center left no-repeat;
}
#containertop .containertop-item a.containertop-item-signin {
	background:url(../images/signin-white.gif) center left no-repeat;
}
#containertop .containertop-item a.containertop-item-new {
	background:url(../images/new-white.gif) center left no-repeat;
}
#containertop .containertop-item a.containertop-item-pick {
	background:url(../images/pick-white.gif) center left no-repeat;
}
#containertop .containertop-notifications {
	float:left;
}
#containertop .containertop-notification {
	float:left;
	text-align:center;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-shadow:1px 1px 1px rgba(0,0,0,0.25);
	min-width:12px;
	height:20px;
	padding:0 4px 0 4px;
	margin:10px 4px 10px 4px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	box-shadow:outset 1px 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow:outset 1px 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow:outset 1px 1px 3px rgba(0,0,0,0.50);
}
#containertop .containertop-notification-message {
	margin-left:10px;
	background:#53c0e7;
}
#containertop .containertop-notification-red {
	background:#fe3333;
}
#containertop .containertop-notification-amber {
	margin-right:10px;
	background:#fea933;
}
#containertop .containertop-notification-unclickable {
	cursor:default;
	pointer-events:none;
	opacity:0.6;
}

#containerleft {
	background-color:#fff;
	height:100%;
	position:fixed;
	overflow:auto;
	top:40px;
	left:0;
	width:230px;
	-moz-box-shadow:2px 2px 3px #E2E8F2;
	-webkit-box-shadow:2px 2px 3px #E2E8F2;
	box-shadow:2px 2px 3px #E2E8F2;
	border-right:1px solid #E2E8F2;
}
#containerleft .containerleft-logo {
	display:block;
	height:100px;
}
#containerleft .containerleft-menu {
	border-bottom:1px solid #E2E8F2;
	background:#fff;
	margin-bottom:10px;
}
#containerleft .containerleft-menu ul {
	list-style-type:none;
	margin:0;
	padding:4px 0 4px 0;
	background:#E2E8F2;
}
#containerleft .containerleft-menu ul li a {
	display:block;
	text-decoration:none;
	font-size:14px;
	margin-right:12px;
	padding:4px 8px 4px 32px;
}
#containerleft .containerleft-menu ul li.newsection {
	border-top:1px solid rgba(0, 0, 0, 0.05);
	padding-top:3px;
	margin-top:3px;
}
#containerleft .containerleft-menu ul li.pinned {
	background:url(../images/pin.png) 12px center no-repeat;
}
#containerleft .containerleft-menu ul li a:hover {
	background:url(../images/form-closed.gif) right center no-repeat;
	text-decoration:underline;	
}
#containerleft .containerleft-menu-header {
	font-size:14px;
	cursor:pointer;
	border-top:1px solid #E2E8F2;
	margin:0;
	padding:8px 12px 8px 12px;
	box-shadow:0px -1px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:0px -1px 3px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow:0px -1px 3px rgba(0, 0, 0, 0.05);
}
#containerleft .containerleft-menu-header span {
	padding-left:20px;
}
#containerleft .containerleft-menu-header-home {
	padding:0;
	background:url(../images/main-menu-home.gif) 12px center no-repeat;
}
#containerleft .containerleft-menu-header-home a {
	display:block;
	padding:8px 12px 8px 32px; 
	text-decoration:none;
}
#containerleft .containerleft-menu-header-open {
	color:#fff;
	background:#33CCFF url(../images/gradient-overlay.png) repeat-x;
	border-bottom:1px solid rgba(0, 0, 0, 0.05);	
}
#containerleft .containerleft-menu-header-leads {
	background:url(../images/main-menu-leads.gif) 0 center no-repeat;
}
#containerleft .containerleft-menu-header-open .containerleft-menu-header-leads {
	background:url(../images/main-menu-leads-white.gif) 0 center no-repeat;
}
#containerleft .containerleft-menu-header-partners {
	background:url(../images/main-menu-partners.gif) 0 center no-repeat;
}
#containerleft .containerleft-menu-header-open .containerleft-menu-header-partners {
	background:url(../images/main-menu-partners-white.gif) 0 center no-repeat;
}
#containerleft .containerleft-menu-header-reports {
	background:url(../images/main-menu-reports.gif) 0 center no-repeat;
}
#containerleft .containerleft-menu-header-open .containerleft-menu-header-reports {
	background:url(../images/main-menu-reports-white.gif) 0 center no-repeat;
}
#containerleft .containerleft-menu-header-tools {
	background:url(../images/main-menu-tools.gif) 0 center no-repeat;
}
#containerleft .containerleft-menu-header-open .containerleft-menu-header-tools {
	background:url(../images/main-menu-tools-white.gif) 0 center no-repeat;
}
#containerleft .containerleft-menu-header-settings {
	background:url(../images/main-menu-settings.gif) 0 center no-repeat;
}
#containerleft .containerleft-menu-header-open .containerleft-menu-header-settings {
	background:url(../images/main-menu-settings-white.gif) 0 center no-repeat;
}
#containerleft .containerleft-menu-header-reseller {
	background:url(../images/main-menu-reseller.gif) 0 center no-repeat;
}
#containerleft .containerleft-menu-header-open .containerleft-menu-header-reseller {
	background:url(../images/main-menu-reseller-white.gif) 0 center no-repeat;
}
#containerleft .containerleft-menu-header-platform {
	background:url(../images/main-menu-platform.gif) 0 center no-repeat;
}
#containerleft .containerleft-menu-header-open .containerleft-menu-header-platform {
	background:url(../images/main-menu-platform-white.gif) 0 center no-repeat;
}
#containerleft .containerleft-submenu {
	margin-bottom:10px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border-bottom-width:2px;
	background:#fff;
}
#containerleft .containerleft-submenu a {
	text-decoration:none;
	font-size:11px;
	display:block;
	padding-left:12px;
}
#containerleft .containerleft-submenu a:hover {
	text-decoration:underline;
}
#containerleft .containerleft-submenu ul {
	list-style-type:none; 
	padding:2px 0 2px 0; 
	margin:0; 
} 
#containerleft .containerleft-submenu li { 
	padding:6px 0 6px 20px;
	border-bottom:1px solid #E2E8F2; 
}
#containerleft .containerleft-submenu li.message {
	background:url(../images/small-message.gif) no-repeat 13px center;
}
#containerleft .containerleft-submenu li.history {
	background:url(../images/clock2.gif) no-repeat 13px center;
}
#containerleft .containerleft-submenu li.background {
	background:url(../images/cog.gif) no-repeat 13px center;
}
#containerleft .containerleft-submenu li.last {
	border-bottom:0;
}
#containerleft .containerleft-panel {
	padding:0 12px 4px 12px;	
}
#containerleft .mhlogo {
	position:fixed;
	overflow:auto;
	bottom:20px;
	left:10px;
	width:200px
}

#content {
	margin:60px auto 12px auto;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #E2E8F2;
	border-bottom-width:2px;
	background:#fff;
	padding:10px 10px 4px 10px;
	overflow:hidden;
	clear: both
}
#content.content-fixed {

	width:640px;

	margin-left:242px;

}

#content.content-main {
	min-width:840px;
	width: calc(100% - 250px);
	margin-left:240px;
	margin-top:50px;
	-moz-box-shadow:2px 2px 3px #E2E8F2;
	-webkit-box-shadow:2px 2px 3px #E2E8F2;
	box-shadow:2px 2px 3px #E2E8F2;

}



#content.content-main .maintitle h1 {
	font-size: 14px;
	background:url(../images/dash-logo.png) no-repeat top left;
	background-size: 30px;
	height:30px;
	padding:10px 40px;
	-moz-box-shadow:2px 2px 3px #E2E8F2;
	-webkit-box-shadow:2px 2px 3px #E2E8F2;
	box-shadow:2px 2px 3px #E2E8F2;

}
#content.content-main .maintitle h2 {
	font-size: 11px;
	width: auto;
	float: left;
	height:30px;
	padding:5px 40px;
	-moz-box-shadow:0px 2px 0px #E2E8F2;
	-webkit-box-shadow:0px 2px 0px #E2E8F2;
	box-shadow:0px 2px 0px #E2E8F2;

}

#searchfilter { 
float:left;
	width: 200px;
	margin-left:10px;
	margin-top:10px;
	-moz-box-shadow:2px 2px 3px #E2E8F2;
	-webkit-box-shadow:2px 2px 3px #E2E8F2;
	box-shadow:2px 2px 3px #E2E8F2;
	font-size: 11px
}
.filteropt { 
	width: 190px;
	margin-top:5px;
	border-bottom: solid 1px #E2E8F2;
	padding-bottom: 10px
}
#searchfilter input, select {
	width:100%;
}
#searchfilter label {
	font-weight: bold;
}

#searchresults { 
float: right;
	width: calc(100% - 240px);
	padding: 0 0 10px 10px;
	margin-left:10px;
	margin-top:10px;
	-moz-box-shadow:2px 2px 3px #E2E8F2;
	-webkit-box-shadow:2px 2px 3px #E2E8F2;
	box-shadow:2px 2px 3px #E2E8F2;
	font-size: 11px
}
#quotedetails { 
float: right;


	width: 95%;
	padding: 0 0 10px 10px;
	margin-left:10px;
	margin-top:10px;
	-moz-box-shadow:2px 2px 3px #E2E8F2;
	-webkit-box-shadow:2px 2px 3px #E2E8F2;
	box-shadow:2px 2px 3px #E2E8F2;
	font-size: 11px
}
#searchresults h1 { 
	font-size: 14px;
}
#searchresults table {
	width: 100%;
}

#searchresults td {
	padding: 10px;
}

#QuoteItem, #QuoteLabour, #QuoteReductions {
float: right;
	width: 95%;
	padding: 0 0 10px 10px;
	margin-left:10px;
	margin-top:10px;
	-moz-box-shadow:2px 2px 3px #E2E8F2;
	-webkit-box-shadow:2px 2px 3px #E2E8F2;
	box-shadow:2px 2px 3px #E2E8F2;
	font-size: 11px

}
#QuoteItem span, #QuoteLabour span, #QuoteReductions span{
	float: left;
	width:auto;
	margin-right:10px;

}
#quotedetails table{
	width: 100%
}



.select2-result-repository__avatar{float:left;width:60px;margin-right:10px}
.select2-result-repository__avatar img{width:100%;height:auto;border-radius:2px}
.select2-result-repository__meta{margin-left:70px}
.select2-result-repository__title{color:black;font-weight:700;word-wrap:break-word;line-height:1.1;margin-bottom:4px}
.select2-result-repository__forks,.select2-result-repository__stargazers{margin-right:1em}
.select2-result-repository__forks,.select2-result-repository__stargazers,.select2-result-repository__watchers{display:inline-block;color:#aaa;font-size:11px}
.select2-result-repository__description{font-size:13px;color:#777;margin-top:4px}
.select2-results__option--highlighted .select2-result-repository__title{color:white}
.select2-results__option--highlighted .select2-result-repository__forks,.select2-results__option--highlighted .select2-result-repository__stargazers,.select2-results__option--highlighted .select2-result-repository__description,.select2-results__option--highlighted .select2-result-repository__watchers{color:#c6dcef}
.s2-docs-sidebar.affix{position:static}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}
.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}
.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.select2-container .select2-selection--single .select2-selection__clear{position:relative}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}
.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}
.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}
.select2-container .select2-search--inline{float:left}
.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}
.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}
.select2-results{display:block}
.select2-results__options{list-style:none;margin:0;padding:0}
.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}
.select2-results__option[aria-selected]{cursor:pointer}
.select2-container--open .select2-dropdown{left:0}
.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}
.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}
.select2-search--dropdown{display:block;padding:4px}
.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}
.select2-search--dropdown.select2-search--hide{display:none}
.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}
.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}
.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}
.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}
.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}
.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}
.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}
.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}
.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}
.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}
.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}
.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}
.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}
.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}
.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}
.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}
.select2-container--default .select2-results__option[role=group]{padding:0}
.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}
.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}
.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}
.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}
.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}
.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}
.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}
.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}
.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}
.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0)}
.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}
.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0%,#eee 50%);background-image:-o-linear-gradient(top,#fff 0%,#eee 50%);background-image:linear-gradient(to bottom,#fff 0%,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0)}
.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}
.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}
.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}
.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}
.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}
.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}
.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}
.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}
.select2-container--classic .select2-dropdown--above{border-bottom:none}
.select2-container--classic .select2-dropdown--below{border-top:none}
.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}
.select2-container--classic .select2-results__option[role=group]{padding:0}
.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}
.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}
.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}
.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
