
/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font: inherit;
	word-wrap:break-word;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
i, em {
	font-style:italic;
}
img {
	max-width: 100% !important;
}
strong {
	font-weight: bold;
}
code {
	font-family:monospace;
	line-height:1.5em;
	word-wrap:break-word;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	border-radius: 5px;
}
.uploadifive-button,
.uploadifive-button * {
	cursor: pointer;
}
.uploadify-queue,
.uploadifive-queue {
	display: none;
}
/* @end */

/* @group Links + Buttons */

a {
	color: #08C;
	text-decoration: underline;
}
a:hover {
	color: #005580;
}
a.block {
	display: block;
}
a.red {
	color: #c10000;
}
a.white {
	color:#FFF;
}
a.red:hover {
	color: #990000;
}

/* @end */

.clear {
	clear: both;
}
.centered,
.align-center {
	text-align: center;
}
.pull-left {
	float: left;
}
.pull-right {
	float:right;
}
.hide {
	display:none;
}
.rounded-bottom {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius:5px;
}
.rounded-top {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
hr {
	margin: 0;
	height: 0;
	padding: 0;
	border-top: none;
	border-bottom: 1px solid #CCC;
}
hr.dashed {
	border-bottom-style: dashed;
}
div.green-gradient
{
	background: rgb(107,184,104); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(107,184,104,1) 0%, rgba(84,154,65,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(107,184,104,1)), color-stop(100%,rgba(84,154,65,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(107,184,104,1) 0%,rgba(84,154,65,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(107,184,104,1) 0%,rgba(84,154,65,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(107,184,104,1) 0%,rgba(84,154,65,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(107,184,104,1) 0%,rgba(84,154,65,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bb868', endColorstr='#549a41',GradientType=0 ); /* IE6-9 */
	color: #FFF;

}
div.blue-gradient
{
	background: rgb(57,71,85); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(57,71,85,1) 0%, rgba(43,53,64,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(57,71,85,1)), color-stop(100%,rgba(43,53,64,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(57,71,85,1) 0%,rgba(43,53,64,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(57,71,85,1) 0%,rgba(43,53,64,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(57,71,85,1) 0%,rgba(43,53,64,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(57,71,85,1) 0%,rgba(43,53,64,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394755', endColorstr='#2b3540',GradientType=0 ); /* IE6-9 */
}
.orange-gradient {
	text-shadow: 0px -1px 0px #bb5b07;
	color: #ffffff; background-color: #D97925;
	background-image: -moz-linear-gradient(top, #f79743, #bb5b07);
	background-image: -ms-linear-gradient(top, #f79743, #bb5b07);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f79743), to(#bb5b07));
	background-image: -webkit-linear-gradient(top, #f79743, #bb5b07);
	background-image: -o-linear-gradient(top, #f79743, #bb5b07);
	background-image: linear-gradient(top, #f79743, #bb5b07); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f79743', endColorstr='#bb5b07', GradientType=0);
	border-color: #D97925 #bb5b07 #bb5b07 #D97925; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25);
}
.gray-gradient-reversed
{
    background: #c1c1c1; /* Old browsers */
    background: -moz-linear-gradient(top,  #c1c1c1 0%, #f1f1f1 75%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c1c1), color-stop(75%,#f1f1f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c1c1c1 0%,#f1f1f1 75%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c1c1c1 0%,#f1f1f1 75%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c1c1c1 0%,#f1f1f1 75%); /* IE10+ */
    background: linear-gradient(to bottom,  #c1c1c1 0%,#f1f1f1 75%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
.gray-gradient
{
    background: #f1f1f1; /* Old browsers */
    background: -moz-linear-gradient(top,  #f1f1f1 0%, #dfdfdf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f1f1f1 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f1f1f1 0%,#dfdfdf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f1f1f1 0%,#dfdfdf 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f1f1f1 0%,#dfdfdf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
}
.light-gray-gradient {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
div.noisy {
	background: url(/web/v1/images/textures/noise.png) repeat;
}
div.half-noisy
{
	background: url(/web/v1/images/textures/half-noise.png) repeat;
}

div.container {
	width: 990px;
	margin: 0 auto 0 auto;
	text-align: left;
}
div.wrapper {
	text-align: center;
}

div.page {
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0 0 2px rgba(0,0,0,.4);
}
div.page.spaced {
	margin: 20px auto;
}

h1, h2, h3
{
	font-weight: bold;
	color: #000;
	line-height: 1em;
	padding: 0;
}

h1 {
	font-size: 36px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}

.padding5 	{ padding: 5px; }
.spacer5 	{ height: 5px; }

.padding10 	{ padding: 10px; }
.spacer10 	{ height: 10px; }

.padding15 	{ padding: 15px; }
.spacer15 	{ height: 15px; }

.padding20 	{ padding: 20px; }
.spacer20	{ height: 20px; }

.padding25 	{ padding: 25px; }
.spacer25 	{ height: 25px; }

.padding30 	{ padding: 30px; }
.spacer30 	{ height: 30px; }

.padding35 	{ padding: 35px; }
.spacer35 	{ height: 35px; }

.padding40 	{ padding: 40px; }
.spacer40 	{ height: 40px; }

.padding45 	{ padding: 45px; }
.spacer45 	{ height: 45px; }

.padding50 	{ padding: 50px; }
.spacer50 	{ height: 50px; }

.span1 { width: 60px; }
.span2 { width: 120px; }
.span3 { width: 180px; }
.span4 { width: 240px; }
.span5 { width: 300px; }
.span6 { width: 360px; }
.span7 { width: 420px; }
.span8 { width: 480px; }
.span9 { width: 540px; }
.span10 { width: 600px; }
.span11 { width: 660px; }
.span12 { width: 720px; }
.span13 { width: 780px; }
.span14 { width: 840px; }
.span15 { width: 900px; }
.span16 { width: 960px; }
.span17 { width: 1020px;}


div.well {
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: inset 0 0 3px rgba(0,0,0,.1);
	background: rgba(0,0,0,.05);
	border-radius: 4px;
}
div.well.middle {
	margin: 0 auto;
}
div.well.no-padding {
	padding: 0;
}
div.well.auto-width {
	width: auto;
	display: inline-block;
}
textarea,
input[type="text"],
input[type="password"],
input[type="tel"]
{
	padding: 11px;
	font-size: 14px;
	border-radius: 3px;
	border: 1px solid #CCC;
	background: #FFF;
	width: 270px;
	height: auto;
	box-shadow: none;
	box-shadow: inset 0 0 2px rgba(0,0,0,.1);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus
{
	outline: none;
	box-shadow: 0 1px 3px #CCC;
	border-color: #999;
	border-color: #999;
}
input:disabled,
select:disabled,
textarea:disabled {
	opacity:0.75;
	color:#666;
	cursor: not-allowed;
}
label {
	padding: 5px 0 1px;
	display: block;
}
label.control {
	cursor: pointer;
}
select {
	font-size: 13px;
	color:#555555;
	line-height: 16px;
	vertical-align: baseline;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding:11px 10px 10px 10px;
	height: 41px;
	display: inline-block;
	margin: 0;
	border-image-outset: select 0 0 0 0;
	width:100%;
}
span.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}
.btn {
	padding: 10px 15px 9px 15px;
	font-size: 13px;
	color: #666;
	line-height: 1em;
	text-shadow: 1px 1px 0 rgba(255,255,255,.5);
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #FEFEFE 0%, #EEEEEE 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEFEFE), color-stop(100%,#EEEEEE)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FEFEFE 0%,#EEEEEE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FEFEFE 0%,#EEEEEE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FEFEFE 0%,#EEEEEE 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FEFEFE 0%,#EEEEEE 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFEFE', endColorstr='#EEEEEE',GradientType=0 ); /* IE6-9 */
	border: 1px solid #C7C7C7;
	border-radius: 3px;
	cursor: pointer;
	font-weight: normal;
	line-height: 1em;
	display:inline-block;
	text-decoration: none;
	transition: all 0.3s;
}
.btn span.caret {
	margin-top:4px;
	margin-left: 2px;
}
.btn.orange span.caret,
.btn.success span.caret,
.btn.danger span.caret,
.btn.primary span.caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}
.btn.square-icon span.pictos
{
	text-align: center;
	font-size: 28px;
	line-height: 1.25em;
}
.btn.loading,
.btn.disabled,
.btn[disabled] {
	opacity:0.5;
}
.btn.bold {
	font-weight: bold;
}
.btn.bold span.pictos {
	font-weight: normal;
}
.btn.mini {
	font-size:11px;
	padding:6px 10px 6px 10px;
}
.btn.small {
	font-size: 12px;
	padding:10px 14px 9px 14px;
}
.btn.medium {
	padding: 14px 18px 12px 18px;
}
.btn.large {
	padding: 16px 24px 14px;
	font-size: 16px;
}
.btn.huge {
	padding:20px 28px 18px;
	font-size:20px;
}
.btn.auto {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	width: 100%;
}
.btn span.pictos {
	font-weight: normal;
	line-height: 0;
}
.btn strong {
	font-weight: bold;
}
.btn:hover {
	color: #333;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.btn:active,
.btn.active {
	color: #333;
	text-shadow: 1px 1px 0 rgba(255,255,255,.5);
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #E7E7E7 0%, #EEEEEE 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E7E7E7), color-stop(100%,#EEEEEE)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #E7E7E7 0%,#EEEEEE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #E7E7E7 0%,#EEEEEE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #E7E7E7 0%,#EEEEEE 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #E7E7E7 0%,#EEEEEE 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E7E7E7', endColorstr='#EEEEEE',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 0 5px rgba(0,0,0,.1);
}

.btn.success, div.success {
	background: rgb(107,184,104); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(107,184,104,1) 0%, rgba(84,154,65,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(107,184,104,1)), color-stop(100%,rgba(84,154,65,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(107,184,104,1) 0%,rgba(84,154,65,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(107,184,104,1) 0%,rgba(84,154,65,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(107,184,104,1) 0%,rgba(84,154,65,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(107,184,104,1) 0%,rgba(84,154,65,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bb868', endColorstr='#549a41',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(0,0,0,.5);
	border: 1px solid #2d6421;
	box-shadow: 0 1px 3px rbga(0,0,0,.45);
}
.btn.success.flat {
	background: rgba(93,163,75,1);
	text-shadow:none;
}
.btn.success:hover {
	background: rgba(93,163,75,1);
	background: -moz-linear-gradient(top,  rgba(107,184,104,1) 0%, rgba(93,163,75,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(107,184,104,1)), color-stop(100%,rgba(93,163,75,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(107,184,104,1) 0%,rgba(93,163,75,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(107,184,104,1) 0%,rgba(93,163,75,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(107,184,104,1) 0%,rgba(93,163,75,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(107,184,104,1) 0%,rgba(93,163,75,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bb868', endColorstr='#5da34b',GradientType=0 ); /* IE6-9 */
}
.btn.success.flat:hover {
	background: rgb(107,184,104); /* Old browsers */
}
.btn.success:active,
.btn.success.active
{
	background: rgb(98,155,85); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(98,155,85,1) 0%, rgba(86,163,76,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,155,85,1)), color-stop(100%,rgba(86,163,76,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(98,155,85,1) 0%,rgba(86,163,76,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(98,155,85,1) 0%,rgba(86,163,76,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(98,155,85,1) 0%,rgba(86,163,76,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(98,155,85,1) 0%,rgba(86,163,76,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#629b55', endColorstr='#56a34c',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 1px 5px rgba(0,0,0,.25);
}

.btn.danger, div.danger { text-shadow: 0px -1px 0px #941010; color: #ffffff; background-color: #B22E2E; background-image: -moz-linear-gradient(top, #d04c4c, #941010); background-image: -ms-linear-gradient(top, #d04c4c, #941010); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d04c4c), to(#941010)); background-image: -webkit-linear-gradient(top, #d04c4c, #941010); background-image: -o-linear-gradient(top, #d04c4c, #941010); background-image: linear-gradient(top, #d04c4c, #941010); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d04c4c', endColorstr='#941010', GradientType=0); border-color: #B22E2E #941010 #941010 #B22E2E; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn.danger:hover, .btn.danger:active, .btn.danger.active, .btn.danger.disabled, .btn.danger[disabled] { background-color: #941010; }
.btn.danger:hover { color: #fff6f6; text-shadow: 0px -1px 0px #760000; }
.btn.danger:focus { color: #ff9292; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); border-color: #B22E2E #941010 #941010 #B22E2E; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn.danger.active, .btn.danger:active { background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); color: #ff9292; }

.btn.orange, div.orange { text-shadow: 0px -1px 0px #bb5b07; color: #ffffff; background-color: #D97925; background-image: -moz-linear-gradient(top, #f79743, #bb5b07); background-image: -ms-linear-gradient(top, #f79743, #bb5b07); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f79743), to(#bb5b07)); background-image: -webkit-linear-gradient(top, #f79743, #bb5b07); background-image: -o-linear-gradient(top, #f79743, #bb5b07); background-image: linear-gradient(top, #f79743, #bb5b07); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f79743', endColorstr='#bb5b07', GradientType=0); border-color: #D97925 #bb5b07 #bb5b07 #D97925; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn.orange:hover, .btn.orange:active, .btn.orange.active, .btn.orange.disabled, .btn.orange[disabled] { background-color: #bb5b07; }
.btn.orange:hover { color: #ffffed; text-shadow: 0px -1px 0px #9d3d00; }
.btn.orange:focus { color: #ffdd89; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); border-color: #D97925 #bb5b07 #bb5b07 #D97925; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn.orange.active, .btn.orange:active { background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); color: #ffdd89; }

.btn.primary, div.primary { text-shadow: 0px -1px 0px #0d304b; color: #ffffff; background-color: #2B4E69; background-image: -moz-linear-gradient(top, #496c87, #0d304b); background-image: -ms-linear-gradient(top, #496c87, #0d304b); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#496c87), to(#0d304b)); background-image: -webkit-linear-gradient(top, #496c87, #0d304b); background-image: -o-linear-gradient(top, #496c87, #0d304b); background-image: linear-gradient(top, #496c87, #0d304b); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#496c87', endColorstr='#0d304b', GradientType=0); border-color: #2B4E69 #0d304b #0d304b #2B4E69; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn.primary:hover, .btn.primary:active, .btn.primary.active, .btn.primary.disabled, .btn.primary[disabled] { background-color: #0d304b; }
.btn.primary:hover { color: #f3ffff; text-shadow: 0px -1px 0px #00122d; }
.btn.primary:focus { color: #8fb2cd; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); border-color: #2B4E69 #0d304b #0d304b #2B4E69; border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); }
.btn.primary.active, .btn.primary:active { background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); color: #8fb2cd; }
.btn.primary.flat { text-shadow:none; color:#FFF; background: #1364cb; border:none; border-radius:0;}

.btn span.default {
	display: inline;
}
.btn span.loading {
	display: none;
}
.btn span.loading,
.btn span.success,
.btn span.primary,
.btn span.danger,
.btn span.orange
{
	display: none;
}

.btn.loading span.loading,
.btn.success.loading span.loading,
.btn.primary.loading span.loading,
.btn.danger.loading span.loading
.btn.orange.loading span.loading {
	display: inline !important;
}
.btn.loading span.default,
.btn.success span.default,
.btn.primary span.default,
.btn.danger span.default,
.btn.orange span.default
{
	display: none;
}
.btn.success span.success,
.btn.primary span.primary,
.btn.orange span.orange,
.btn.danger span.danger
{
	display: inline;
}
.btn.success.loading span.success,
.btn.primary.loading span.primary,
.btn.orange.loading span.orange,
.btn.danger.loading span.danger
{
	display: none;
}

.error-alert {
	color:#990000 !important;
	background:#f2dede;
	border:1px solid #990000;
	border-radius: 3px;
	padding:15px 15px 13px 15px;
}

div.doc-uploader
{
    padding:0px;
    margin:1px 0 6px 0;
    border:1px solid #CCC;
    background:#F7F7F7;
    border-radius:4px;
    width:395px;
}
div.doc-uploader div.text
{
    width:20%;
    padding:14px 0 0 15px;
    float:left;
}
div.doc-uploader div.target
{
    padding:0px;
    text-align:right;
    width:70%;
    background:#FFF;
    margin:5px;
    border:1px solid #CCC;
    float:right;
    border-radius:3px;
}
div.doc-uploader div.target .btn
{
    margin:-1px -2px -1px 0;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}
div.doc-uploader div.target div.swf
{
    height:32px;
    cursor:pointer;
    position:absolute;
    background:transparent;
}
div.doc-uploader div.target div.swf div.progress
{
    display:none;
    height:32px;
    margin:-1px;
    border-radius:3px;
    background:#F7F7F7;
    border:1px solid #CCC;
    box-shadow:inset 0 0px 5px rgba(0,0,0,.1);
}
div.doc-uploader div.target div.swf div.progress div.bar
{
    border-radius:2px;
    margin:0px;
    height:30px;
    border:1px solid rgba(0,0,0,.25);
    box-shaddow:none;
   	background: rgb(57,71,85); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(57,71,85,1) 0%, rgba(43,53,64,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(57,71,85,1)), color-stop(100%,rgba(43,53,64,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(57,71,85,1) 0%,rgba(43,53,64,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(57,71,85,1) 0%,rgba(43,53,64,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(57,71,85,1) 0%,rgba(43,53,64,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(57,71,85,1) 0%,rgba(43,53,64,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394755', endColorstr='#2b3540',GradientType=0 ); /* IE6-9 */

}
div.doc-uploader div.target div.swf:hover
{
    background:rgba(0,0,0,0.05);
}
div.doc-uploader div.target div.swf object {
	position: absolute !important;
	left:0 !important;
}
.nav a {
	text-decoration: none;
}
.tab-pane {
	display: none;
}
.tab-pane.active {
	display: block;
}

#saved-message-bar
{
    background:green;
    padding:30px 0;
    font-size:16px;
    color:#FFF;
    position:fixed;
    box-shadow:0 1px 3px rgba(0,0,0,.5);
    top:0;
    z-index:99999;
    display:none;
    width:100%;
    text-align:center;
}
#saved-message-bar p
{
    font-size:20px;
    font-weight:bold;
    margin:0;
    padding:0;
}

div.custom-modal-overlay {
    background: rgba(0,0,0,.5);
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.45) 1%, rgba(0,0,0,0.75) 100%);
    position:fixed;
    overflow: scroll;
    top:0;
    left:0;
    display:none;
    z-index:9999;
}
div.custom-modal {
    background-color:#FFF;
    min-width:400px;
    margin:0 auto;
    border:1px solid rgba(0,0,0,.5);
    border-radius:5px;
    position: absolute;
    box-shadow:0 1px 15px rgba(0,0,0,.5);
}
div.custom-modal.paper {
	background: #FFF url(/web/v1/images/textures/paper.png) 50% 50% repeat;
}

div.custom-modal div.wepay-iframe {
    padding:0;
    box-shadow:0 0 4px rgba(0,0,0,.25);
    background-color:#FFF;
    margin:0;
}
div.custom-modal div.dismiss {
	float:right;
}
div.custom-modal div.loading-state {
	height:200px;
}
div.custom-modal div.dismiss .btn {
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 4px;
	border-right:none;
	border-top:none;
}
div.wepay-iframe {
	background: #FFF url(/web/v1/images/loaders/light-big.gif) 50% 50% no-repeat;
	height: 302px;
	width: 602px;
}
div.photo,
div.image {
	background-repeat: no-repeat;
}
div.photo {
	background-color:#EEEEEE;
	background-position: 50% 50%;
	background-size: cover;
}
div.photo.loading {
	background-image:url(/web/v1/images/loaders/light-big.gif) !important;
	background-position: 50%;
	background-size:auto !important;
	background-repeat: no-repeat;
}
div.photo.loading div.inner

div.uploader div.uploadify {
	position: absolute;
}
div.uploader div.uploadify object {
	left:0;
}

div.popover {
	position:absolute;
	z-index: 99;
	top:50px;
	left:100px;
	width:275px;
	border-radius: 5px;
	min-height: 50px;
	border:1px solid #000;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.9) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.9) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */

}
div.popover div.arrow {
	position:absolute;
	border: 5px solid transparent;
	height:0;
	width:0;
}
div.popover.right div.arrow {
	border-right-color:rgba(0,0,0,.75);
	margin-left:-10px;
}
div.popover.left div.arrow {
	right:0;
	margin-right:-10px;
	border-left-color:rgba(0,0,0,.75);
}
div.popover.bottom div.arrow {
	top:0;
	margin-top:-10px;
	border-bottom-color:rgba(0,0,0,.75);
}
div.popover.top div.arrow {
	bottom:0;
	margin-bottom:-10px;
	border-top-color: rgba(0,0,0,.75);
}
div.popover div.padded {
	padding:12px 15px;
}
div.popover h3.popover-title {
	font-size:15px !important;
	font-weight: bold;
	color:#FFF;
	margin:0 0 5px 0;
}
div.popover div.popover-text {
	color:#FFF;
	font-size: 14px !important;
	line-height: 1.3em !important;
}
div.popover div.popover-text strong {
	color:#FFF;
	font-weight: bold;
}

div.strikethrough-divider {
    background:url(/web/v1/images/gray-pixel.png) 50% 50% repeat-x;
    text-align:center;
}

div.strikethrough-divider span {
    display: inline-block;
    background-color: #FFF;
}
div.strikethrough-divider.inverse {
	background:url(/web/v1/images/white-pixel.png) 50% 50% repeat-x;
}
div.strikethrough-divider.inverse span {
    display: inline-block;
    background-color: transparent;
}
ul.side-nav {
	list-style: none;
	padding:0;
}
ul.side-nav li {
	display: block;
}
ul.side-nav li a {
	display:block;
	color:#999;
	text-decoration: none;
	border-bottom:1px solid rgba(0,0,0,.15);
}
ul.side-nav li a span.badge {
	display: block;
	line-height: 1em;
	padding:5px 10px 5px;
	text-align: center;
	font-size: 12px;
	color:#000;
	font-weight: bold;
	margin:-5px 0 0 0;
	float: right;
	background:rgba(0,0,0,.1);
	box-shadow: inset 0 0 3px rgba(0,0,0,.25);
	border-radius: 3px;
}
ul.side-nav li a div.pictos {
	float:left;
	font-size:22px;
	padding:24px 20px 20px 20px;
	width:20px;
	text-align: center;
}
ul.side-nav li a div.text {
	float:left;
	width:180px;
	font-size: 14px;
	padding: 24px 0 0 0;
}
ul.side-nav li a:hover {
	background: rgba(0,0,0,.05);
}
ul.side-nav li a.active {
	box-shadow:inset 0 0 5px rgba(0,0,0,.15);
	background:rgba(0,0,0,.05);
	color:#000;
}
ul.side-nav li a div.arrow {
	display:none;
}
ul.side-nav li a.active div.arrow {
	float: right;
	height:0;
	width:0;
	display: block;
	border:10px solid transparent;
	border-right:10px solid rgba(0,0,0,.25);
	margin:20px 0 0 0;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table th, .table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
  vertical-align: bottom;
}
.table td {
  vertical-align: top;
}
.table thead:first-child tr th, .table thead:first-child tr td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table-condensed th, .table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th + th,
.table-bordered td + td,
.table-bordered th + td,
.table-bordered td + th {
  border-left: 1px solid #ddd;
}
.table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
form div.field {
	padding:8px 0;
}
form div.field.fourth {
	width:140px;
	float:left;
}
form div.field.spacer {
	float:left;
	width:15px;
	height: 10px;
}
form div.field label span.error {
	display: none;
}
form div.field.error label span {
	display: none;
}
form div.field.error label span.error {
	display: inline;
}
form div.field.fourth input[type="text"],
form div.field.fourth input[type="password"],
form div.field.fourth textarea {
	width:115px;
}
form div.field.error input,
form div.field.error textarea {
	border:1px solid #990000;
	background:#FFEEEE;
}
form div.field.error {
	color:#990000;
	font-weight: bold;
}
div.expandable-container.open .collapsed,
div.expandable-container.closed .expanded {
    display: none !important;
}
div.expandable-container.closed .expandable {
	display: none;

}

ul.pop-menu {
	position: absolute;
	display: none;
	background:#FFF;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	border-radius: 3px;
	width:200px;
	text-align: left;
	border:1px solid #CCC;
}
ul.pop-menu li:first-child a {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
ul.pop-menu li:last-child a {
	border-bottom:none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
ul.pop-menu li {
	display: block;
}
ul.pop-menu li a {
	display: block;
	padding:10px 15px;
	border-bottom:1px solid #CCC;
	text-decoration: none;
}
ul.pop-menu li a:hover {
	background:#F7F7F7;
}

a.social-login { opacity: 0.9;}
a.social-login:hover { opacity:1; transition:all 0.1s ease; }
