body {
	margin: 70px 0;
	padding: 0;
	font-family: Helvetica, arial, sans-serif;
	font-size: 15px;
	color: #454545;
	background: #fff url(../img/bg.png);
	text-shadow: 0 1px 0 rgba(0,0,0,0.02);
	-webkit-font-smoothing: antialiased;
}
a, a:visited {
	color: #3fabff;
	text-decoration: none;
}
a:hover {
	color: #008af5;
}
h1 {
	margin: 0;
	font-weight: 300;
	font-size: 35px;
	letter-spacing: -1px;
}
h2 {
	font-size: 15px;
	color: #a0a0a0;
	margin: 30px 0;
}
label {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
p, .control-group {
	margin: 0 0 20px 0;
}
.demo {
	border-bottom: 1px solid #e8e8e8;
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.demo:last-child {
	border-bottom: 0 none;
}
.demo select, .demo input, .demo .selectize-control {
	width: 100%;
}
.demo > *:first-child {
	margin-top: 0;
}
.demo > *:last-child {
	margin-bottom: 0;
}
.demo .value {
	margin: 0 0 10px 0;
	font-size: 12px;
}
.demo .value span {
	font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
}
.theme-selector {
	margin-top: 10px;
	font-size: 13px;
}
.theme-selector:before {
	content: 'Themes: ';
}
.theme-selector a {
	margin: 0 5px;
}
.theme-selector a.active {
	color: #202020;
	font-weight: bold;
}
#wrapper {
	margin: 0;
}
#wrapper > * {
	padding-left: 100px;
	padding-right: 100px;
}
pre {
	background: #f8f8f8;
	border: 1px solid #f2f2f2;
	padding: 10px;
	font-size: 12px;
	font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input[type=button] {
	margin: 0 10px 0 0;
	padding: 6px 10px;
	color: #606060;
	background: #e0e0e0;
	border: 0 none;
	width: auto;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-font-smoothing: antialiased;
}
.buttons {
	margin: 0 0 25px 0;
}
input[type=button]:hover {
	background: #dadada;
}

.container {
    width: 800px;
    margin: 50px auto;
}
.typeahead-wrapper {
    display: block;
    margin: 50px 0;
}
.tt-dropdown-menu {
    background-color: #fff;
    border: 1px solid #000;
}
.tt-suggestion.tt-cursor {
    background-color: #ccc;
}
.triggered-events {
    float: right;
    width: 500px;
    height: 300px;
}
/*
liste déroulante autocomplete
*/
.ui-widget{
    font-size: 0.8em;
    font-style: italic;
}

/*my selectize*/
.select-verb-class{
	width: 225px;
}

/*selectize.js*/
.selectize-control.contacts .selectize-input > div {
    padding: 1px 10px;
    font-size: 13px;
    font-weight: normal;
    -webkit-font-smoothing: auto;
    color: #f7fbff;
    text-shadow: 0 1px 0 rgba(8,32,65,0.2);
    background: #2183f5;
    background: -moz-linear-gradient(top, #2183f5 0%, #1d77f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2183f5), color-stop(100%,#1d77f3));
    background: -webkit-linear-gradient(top,  #2183f5 0%,#1d77f3 100%);
    background: -o-linear-gradient(top,  #2183f5 0%,#1d77f3 100%);
    background: -ms-linear-gradient(top,  #2183f5 0%,#1d77f3 100%);
    background: linear-gradient(to bottom,  #2183f5 0%,#1d77f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2183f5', endColorstr='#1d77f3',GradientType=0 );
    border: 1px solid #0f65d2;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}
.selectize-control.contacts .selectize-input > div.active {
    background: #0059c7;
    background: -moz-linear-gradient(top, #0059c7 0%, #0051c1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0059c7), color-stop(100%,#0051c1));
    background: -webkit-linear-gradient(top,  #0059c7 0%,#0051c1 100%);
    background: -o-linear-gradient(top,  #0059c7 0%,#0051c1 100%);
    background: -ms-linear-gradient(top,  #0059c7 0%,#0051c1 100%);
    background: linear-gradient(to bottom,  #0059c7 0%,#0051c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0059c7', endColorstr='#0051c1',GradientType=0 );
    border-color: #0051c1;
}
.selectize-control.contacts .selectize-input > div .email {
    opacity: 0.8;
}
.selectize-control.contacts .selectize-input > div .name + .email {
    margin-left: 5px;
}
.selectize-control.contacts .selectize-input > div .email:before {
    content: '<';
}
.selectize-control.contacts .selectize-input > div .email:after {
    content: '>';
}
.selectize-control.contacts .selectize-dropdown .caption {
    font-size: 12px;
    display: block;
    color: #a0a0a0;
}
