html * {
	font-family: 'Source Sans Pro', Calibri, sans-serif;
	color: #FFF;
}

html {
  background: url('img/background-repeat.gif') repeat;
	font-size: 0.82em;
	font-weight: normal;
}

::selection {
	background: rgba(255,0,0,0.7);
}
::-moz-selection {
	background: rgba(255,0,0,0.7);
}

a, a:link, a:visited {
	color: #FFF;
	text-decoration: none;
	outline: none;
}

a:hover, label:hover, a:focus, a:active {
	color: #D0302C;
}

div#box-wrapper {
  margin:auto;
  width:1000px;
}

div#box-header {
  float:left;
  width:100%;
  height:90px;
}

a.header-logo {
  display:block;
  margin-top:20px;
}

div#box-header-title {
  margin-left: 15px;
  font-size: 150%;
  color: silver;
  font-weight: bold;
  text-shadow: 2px 2px black
}

div#box-content {
  float:left;
  width:100%;
}

div#box-footer {
  float:left;
  width:100%;
  margin-top:20px;
}

div#box-footer-text {
  float:left;
  width:100%;
  text-align:center;
  color:silver;
}

.select,
.select option {
  color: #000;
}

div.content {
  padding:20px;background-color:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.05);border-radius:10px;margin-bottom:16px;
}

.left {
  float:left;
}

.right {
  float:right;
}

.full {
  width:958px;
}

.half {
  width: 450px;
}

/** Notification **/

.notif{
	position: relative;
  padding:10px 10px 10px 40px;
	margin-bottom:10px;
	border:1px solid #dddddd;
	border-left-width:5px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	font-size: 1.15em;
}
.notif .close{
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
	line-height: 20px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	filter: alpha(opacity=20);
	-khtml-opacity: 0.2;
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.notif .close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.notif strong{
	font-weight: bold;
	color:inherit;
}
.notif.error, .notif.success, .notif.msg, .notif.notice{
	padding:10px 10px 10px 40px;
	margin-bottom:10px;
	border:1px solid #dddddd;
	border-left-width:5px;
}

.notif.success {
  background:#32C832 url('/assets/img/bg-msg.png') no-repeat 0 -220px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #274409;
}
.notif.error {
  background:#DD4946 url('/assets/img/bg-msg.png') no-repeat 0 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color:#680300;
}
.notif.msg {
  background:#9BD8FF url('/assets/img/bg-msg.png') no-repeat 0 -72px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color:#205791;
}
.notif.notice{
  background:#FFEE7F url('/assets/img/bg-msg.png') no-repeat 0 -148px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color:#514721;
}

/* Borders, Inputs, Buttons */

.border {
	display: inline-block;
  background: #313339;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 5px 1px #222;
  -moz-box-shadow: inset 0 0 5px 1px #222;
  box-shadow: inset 0 0 5px 1px #222;
  padding: 3px 3px 2px 3px;
}

.border.highlight, .border-round.highlight {
  background: #E2140D;
}

.border-round {
	display: inline-block;
  background: #313339;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 5px 1px #222;
  -moz-box-shadow: inset 0 0 5px 1px #222;
  box-shadow: inset 0 0 5px 1px #222;
  padding: 3px 3px 2px 3px;
}

input:disabled {
	color:#999 !important;
}

input[type=text], input[type=password] {
	width: 165px;
}

input[type=checkbox], input[type=radio] {
  cursor: pointer;
	padding: 0;
	margin: 0;

}
:not(#foo) input[type=checkbox].check, :not(#foo) input[type=radio].radio {
	width: 16px;
	height: 16px;
	opacity: 0;
	vertical-align: bottom;
}
:not(#foo) input[type=checkbox].check + .dummy-elem, :not(#foo) input[type=radio].radio + .dummy-elem {
	background: url('/assets/img/input-sprite.png') 0 0 no-repeat;
	margin-left: -16px;
	margin-bottom: 1px;
	padding-left: 16px;
	vertical-align: bottom;
}
:not(#foo) > input[type=radio].radio + .dummy-elem {
	background-position: 0 -34px;
}

/* Checked styles */
:not(#foo) > input[type=radio].radio:checked + .dummy-elem {
	background-position: 0 -51px;
}
:not(#foo) > input[type=checkbox].check:checked + .dummy-elem {
	background-position: 0 -17px;
}

/* Hover & Focus styles */
:not(#foo) > input[type=checkbox].check:hover:not(:disabled) + .dummy-elem,
:not(#foo) > input[type=checkbox].check:focus:not(:disabled) + .dummy-elem {
	background-position: 0 -68px;
}
:not(#foo) > input[type=checkbox].check:checked:hover:not(:disabled) + .dummy-elem,
:not(#foo) > input[type=checkbox].check:focus:checked:not(:disabled) + .dummy-elem {
	background-position: 0 -85px;
}
:not(#foo) > input[type=radio].radio:focus + .dummy-elem,
:not(#foo) > input[type=radio].radio:hover	+ .dummy-elem	{
	background-position: 0 -102px;
}
:not(#foo) > input[type=radio].radio:checked:hover:not(:disabled) + .dummy-elem,
:not(#foo) > input[type=radio].radio:focus:checked:not(:disabled) + .dummy-elem {
	background-position: 0 -119px;
}

/* Active styles */
:not(#foo) > input[type=checkbox].check:active:not(:disabled) + .dummy-elem,
:not(#foo) > input[type=checkbox].check:hover:active:not(:disabled) + .dummy-elem {
	background-position: 0 -68px;
}
:not(#foo) > input[type=radio].radio:active:not(:disabled) + .dummy-elem,
:not(#foo) > input[type=radio].radio:hover:active:not(:disabled) + .dummy-elem	{
	background-position: 0 -119px;
}
:not(#foo) > input[type=checkbox].check:active:checked:not(:disabled) + .dummy-elem,
:not(#foo) > input[type=checkbox].check:checked:hover:active:not(:disabled) + .dummy-elem {
	background-position: 0 -85px;
}
:not(#foo) > input[type=radio].radio:active:checked:not(:disabled) + .dummy-elem,
:not(#foo) > input[type=radio].radio:checked:hover:active:not(:disabled) + .dummy-elem	{
	background-position: 0 -102px;
}
/* Disabled styles */
:not(#foo) > input[type=checkbox].check:disabled + .dummy-elem {
	background-position: 0 -136px;
}
:not(#foo) > input[type=checkbox].check:checked:disabled + .dummy-elem {
	background-position: 0 -153px;
}
:not(#foo) > input[type=radio].radio:disabled + .dummy-elem	{
	background-position: 0 -170px;
}
:not(#foo) > input[type=radio].radio:checked:disabled + .dummy-elem	{
	background-position: 0 -187px;
}

input[type=text].text, input[type=password].text {
	color: #FFF;
  background-color: #434447;
  text-shadow: 0px 1px 2px #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #4E4F52;
  -moz-box-shadow: 0px 1px 2px #111;
  -webkit-box-shadow: 0px 1px 2px #111;
  box-shadow: 0px 1px 2px #111;
	margin-bottom: 1px;
  padding: 0 5px;
  height: 1.6em;
	line-height: 1.6em;
}

.multiselect {
	color: #FFF;
  background-color: #434447;
  text-shadow: 0px 1px 2px #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #4E4F52;
  -moz-box-shadow: 0px 1px 2px #111;
  -webkit-box-shadow: 0px 1px 2px #111;
  box-shadow: 0px 1px 2px #111;
	margin-bottom: 1px;
  padding: 0 5px;
	line-height: 1.6em;
}

button.button, input[type=submit].button, a.button {
	vertical-align: middle;
	text-decoration: none;
  text-shadow: 0px 1px 2px #000;
	border: none;
  border-top: 1px solid #7a7e87;
  border-bottom: 1px solid #212327;
  padding: 3px 10px 2px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	color: #FFF;
  background: #5D6067; /* Old browsers */
  background: -moz-linear-gradient(top, #5D6067 0%, #373A40 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5D6067), color-stop(100%,#373A40)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5D6067 0%,#373A40 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5D6067 0%,#373A40 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5D6067 0%,#373A40 100%); /* IE10+ */
  background: linear-gradient(top, #5D6067 0%,#373A40 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5D6067', endColorstr='#373A40',GradientType=0 ); /* IE6-9 */
}

a.button {
	display: inline-block;
}

button.button:hover, input[type=submit].button:hover, a.button:hover,
button.button:focus, input[type=submit].button:focus, a.button:focus {
  border-top: 1px solid #df4040;
  background: #D03030; /* Old browsers */
  background: -moz-linear-gradient(top, #D03030 0%, #920101 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D03030), color-stop(100%,#920101)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #D03030 0%,#920101 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #D03030 0%,#920101 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #D03030 0%,#920101 100%); /* IE10+ */
  background: linear-gradient(top, #D03030 0%,#920101 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D03030', endColorstr='#920101',GradientType=0 ); /* IE6-9 */
}

button.button:active, input[type=submit].button:active, a.button:active {
  border-top: 1px solid #920101;
  background: #920101; /* Old browsers */
  background: -moz-linear-gradient(top, #920101 0%, #D03030 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#920101), color-stop(100%,#D03030)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #920101 0%,#D03030 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #920101 0%,#D03030 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #920101 0%,#D03030 100%); /* IE10+ */
  background: linear-gradient(top, #920101 0%,#D03030 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#920101', endColorstr='#D03030',GradientType=0 ); /* IE6-9 */
}

input[type=submit].search {
  width: 22px;
  color: #FFF;
  text-shadow: 0px 1px 2px #000;
  border: none;
  padding: 0px 7px;
  height: 22px;
	vertical-align: top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: url('../img/search.png') 0px 0px no-repeat;
}
input[type=submit].search:hover, input[type=submit].search:focus {
  background: url('../img/search.png') 0px -23px no-repeat;
}
input[type=submit].search:active {
  background: url('../img/search.png') 0px -46px no-repeat;
}

textarea.textarea {
  background-color: #434447;
  color: #FFF;
  text-shadow: 0px 1px 2px #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #4E4F52;
  -moz-box-shadow: 0px 1px 2px #111;
  -webkit-box-shadow: 0px 1px 2px #111;
  box-shadow: 0px 1px 2px #111;
  margin-bottom: 1px;
  padding: 5px;
}

/* Tooltips */

.form-error {
  display:none;
}

div.tooltip {
	float: right;
}

div.tooltip div {
	z-index: 999;
	position: absolute;
	margin-left: 8px;
	padding: 5px;
	font-size: 14px;
	line-height: 10px;
	text-align: center;
	color: rgb(104, 3, 0);
	background: rgb(221, 73, 70);
	border: 1px solid rgb(205, 57, 54);
	border-radius: 5px;
	text-shadow: rgba(0, 0, 0, 0.102) 1px 1px 1px;
	box-shadow: rgba(0, 0, 0, 0.102) 1px 1px 2px 0px;
	width: 150px;
}

div.tooltip div:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: transparent #CD3936 transparent transparent;
	top: 4px;
	left: -13px;
}
