

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.breadcrumb-wrapper .breadcrumb {
  background: none;
  padding: 0;
}
.breadcrumb-wrapper .breadcrumb li {
  display: inline;
  font-size: 11px;
  position: relative;
  padding-left: 10px;
}
.breadcrumb-wrapper .breadcrumb a {
  color: #0C3183;
  text-decoration: none;
}
.breadcrumb-wrapper .breadcrumb li + li:before,
.breadcrumb-wrapper .breadcrumb li + li .before {
  content: '';
  width: 23px;
  height: 44px;
  background: url(./images/sprite_prefon.png) 0 -50px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-position: -100px -100px;
  width: 6px;
  height: 5px;
  top: 5px;
}
form .control-group .control-label,
form .control-group-text .control-label {
  font-size: 12px;
}
form .control-group-text.control-group {
  margin-bottom: 8px;
}
form .control-group-text .control-label {
  padding-top: 0;
}
form .control-group-text .controls {
  font-weight: bold;
}
form input.numeric {
  text-align: right;
}
form .errors {
  margin: 5px 0 0 0;
}
form .errors li {
  color: #b94a48;
  list-style-type: none;
}
form .controls .description {
  margin: 5px 0 0 0;
}
form .controls .alert {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 0;
}
form .controls .alert ul {
  margin: 5px 0 0 0;
}
form .controls .alert li {
  list-style-type: none;
}
.btn {
  text-decoration: none !important;
}
.btn:before,
.btn .before {
  content: '';
  width: 23px;
  height: 44px;
  background: url(./images/sprite_prefon.png) 0 -50px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-position: 0 0;
  top: 50%;
  right: 8px;
  left: auto;
  width: 6px;
  height: 8px;
  margin-top: -4px;
}
.btn-primary,
.btn-primary:hover {
  background: none;
  -webkit-box-shadow: rgba(0,0,0,0.25) 0px 1px 1px 0px;
  -moz-box-shadow: rgba(0,0,0,0.25) 0px 1px 1px 0px;
  box-shadow: rgba(0,0,0,0.25) 0px 1px 1px 0px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #ff8e00;
  background-image: -moz-linear-gradient(top,#FFA800,#F60);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFA800),to(#F60));
  background-image: -webkit-linear-gradient(top,#FFA800,#F60);
  background-image: -o-linear-gradient(top,#FFA800,#F60);
  background-image: linear-gradient(to bottom,#FFA800,#F60);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffa800', endColorstr='#ffff6600', GradientType=0);
  color: white;
  display: block;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  padding: 2px 20px 2px 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.btn-group .btn {
  padding-right: 8px;
}
.btn-group .btn:before,
.btn-group .btn .before {
  background: none;
}
#connect {
  display: none;
}
#connect nav,
.navbar-inner li ul {
  -webkit-border-radius: 0 0 12px 0;
  -moz-border-radius: 0 0 12px 0;
  border-radius: 0 0 12px 0;
}
#connect nav {
  position: absolute;
  top: 0;
  right: 25px;
  width: 99%;
  padding: 5px 0.5%;
  z-index: 30;
  background-color: #fff;
  background-image: -moz-linear-gradient(left,#7bbacc,#fff);
  background-image: -webkit-gradient(linear,0 0,100% 0,from(#7bbacc),to(#fff));
  background-image: -webkit-linear-gradient(left,#7bbacc,#fff);
  background-image: -o-linear-gradient(left,#7bbacc,#fff);
  background-image: linear-gradient(to right,#7bbacc,#fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7bbacc', endColorstr='#ffffffff', GradientType=1);
}
#connect nav div {
  float: right;
}
#connect nav h6 {
  float: left;
  color: #0C3183;
  text-shadow: 0 1px 0 white;
  margin: 4px 10px 0 0;
  font-size: 14px;
}
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0,0,0,0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker >div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eee;
  cursor: pointer;
}
.datepicker td.old,
.datepicker td.new {
  color: #999;
}
.datepicker td.disabled,
.datepicker td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker td.active,
.datepicker td.active:hover,
.datepicker td.active.disabled,
.datepicker td.active.disabled:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.datepicker td.active:hover,
.datepicker td.active:focus,
.datepicker td.active:active,
.datepicker td.active.active,
.datepicker td.active.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover:hover,
.datepicker td.active:hover:focus,
.datepicker td.active:hover:active,
.datepicker td.active:hover.active,
.datepicker td.active:hover.disabled,
.datepicker td.active:hover[disabled],
.datepicker td.active.disabled:hover,
.datepicker td.active.disabled:focus,
.datepicker td.active.disabled:active,
.datepicker td.active.disabled.active,
.datepicker td.active.disabled.disabled,
.datepicker td.active.disabled[disabled],
.datepicker td.active.disabled:hover:hover,
.datepicker td.active.disabled:hover:focus,
.datepicker td.active.disabled:hover:active,
.datepicker td.active.disabled:hover.active,
.datepicker td.active.disabled:hover.disabled,
.datepicker td.active.disabled:hover[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active.active,
.datepicker td.active:hover:active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled:active,
.datepicker td.active.disabled.active,
.datepicker td.active.disabled:hover:active,
.datepicker td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eee;
}
.datepicker td span.disabled,
.datepicker td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker td span.active,
.datepicker td span.active:hover,
.datepicker td span.active.disabled,
.datepicker td span.active.disabled:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled],
.datepicker td span.active:hover:hover,
.datepicker td span.active:hover:focus,
.datepicker td span.active:hover:active,
.datepicker td span.active:hover.active,
.datepicker td span.active:hover.disabled,
.datepicker td span.active:hover[disabled],
.datepicker td span.active.disabled:hover,
.datepicker td span.active.disabled:focus,
.datepicker td span.active.disabled:active,
.datepicker td span.active.disabled.active,
.datepicker td span.active.disabled.disabled,
.datepicker td span.active.disabled[disabled],
.datepicker td span.active.disabled:hover:hover,
.datepicker td span.active.disabled:hover:focus,
.datepicker td span.active.disabled:hover:active,
.datepicker td span.active.disabled:hover.active,
.datepicker td span.active.disabled:hover.disabled,
.datepicker td span.active.disabled:hover[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active:hover:active,
.datepicker td span.active:hover.active,
.datepicker td span.active.disabled:active,
.datepicker td span.active.disabled.active,
.datepicker td span.active.disabled:hover:active,
.datepicker td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
#panel-loading {
  position: absolute;
  display: none;
  border: 1px solid #aaa;
  padding: 2px;
  background-color: #aaa;
  color: #fff;
  opacity: 0.95;
  width: auto;
  max-width: 300px;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
  z-index: 100000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.page-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #b0d6e0;
  background-image: -moz-linear-gradient(top,#7bbacc,#fff);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#7bbacc),to(#fff));
  background-image: -webkit-linear-gradient(top,#7bbacc,#fff);
  background-image: -o-linear-gradient(top,#7bbacc,#fff);
  background-image: linear-gradient(to bottom,#7bbacc,#fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7bbacc', endColorstr='#ffffffff', GradientType=0);
  border-top: 30px solid #7bbacc;
}
footer {
  margin-bottom: 30px;
}
.container {
  padding-top: 40px;
  position: relative;
}
.datepicker {
  z-index: 1100;
}
.datepicker .datepicker-days td {
  cursor: pointer;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.table td {
  vertical-align: middle;
}
a {
  color: #0C3183;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #FF8311;
}
legend+.control-group {
  margin-top: 10px;
}
.primary nav h2,
.primary section h2,
.primary article h2,
.primary aside h2 {
  color: #0C3183;
  font-size: 15px;
  padding: 0 0 0 40px;
  margin: 0 0 5px 0;
  font-family: 'Quicksand';
  text-transform: uppercase;
  font-weight: bold;
  line-height: 29px;
}
.primary nav h2:before,
.primary nav h2 .before,
.primary section h2:before,
.primary section h2 .before,
.primary article h2:before,
.primary article h2 .before,
.primary aside h2:before,
.primary aside h2 .before {
  content: '';
  width: 23px;
  height: 44px;
  background: url(./images/sprite_prefon.png) 0 -50px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 29px;
  height: 29px;
  background-position: -250px 0;
  top: 2px;
}
#header hgroup h5 {
  float: left;
  margin-right: 25px;
  padding-top: 4px;
}
#header hgroup h6 {
  font-family: 'Quicksand';
  font-size: 26px;
  padding-top: 16px;
  line-height: 28px;
  font-weight: normal;
}
#header hgroup h6 strong {
  font-weight: bold;
}
#header hgroup h5,
#header hgroup h6 {
  color: #0C3183;
}
.primary h1,
.primary h2,
.primary h3,
.primary h4,
.secondary h2,
fom legend {
  position: relative;
}
.primary {
  margin-bottom: 20px;
}
.primary .wrapper {
  border: solid 1px #ECECEC;
  background: #F4F4F4;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.primary .wrapper > h1,
.primary .wrapper > h2 {
  color: #0C3183;
  font-size: 24px;
  line-height: 35px;
  font-family: 'Quicksand';
  font-weight: bold;
  margin: 20px 0 25px 20px;
  padding-left: 40px;
}
.primary .wrapper > h1:before,
.primary .wrapper > h2:before {
  content: '';
  width: 23px;
  height: 44px;
  background: url(./images/sprite_prefon.png) 0 -50px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.primary .wrapper h3,
.primary .wrapper form fieldset legend {
  color: #0C3183;
  font-size: 16px;
  font-family: 'Quicksand';
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 15px;
  padding: 0 0 0 12px;
  position: relative;
  border: none;
  padding-bottom: 9px;
  border-bottom: 1px solid #CCC;
}
.primary .wrapper h3:before,
.primary .wrapper form fieldset legend:before {
  content: '';
  width: 23px;
  height: 44px;
  background: url(./images/sprite_prefon.png) 0 -50px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 7px;
  height: 11px;
  background-position: -150px 0;
  top: 5px;
}
.primary .wrapper h3.large,
.primary .wrapper form fieldset legend.large {
  padding-bottom: 9px;
  border-bottom: 1px solid #CCC;
}
.primary .wrapper .box {
  *zoom: 1;
  padding: 0 40px 20px 40px;
}
.primary .wrapper .box:before,
.primary .wrapper .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.primary .wrapper .box:after {
  clear: both;
}
.primary .wrapper .box.box-white {
  background: white;
  border-top: solid 1px #E9E9E9;
  padding-top: 20px;
}
.primary .wrapper .box .chapo {
  font-size: 12px;
  margin-bottom: 20px;
}
.primary .wrapper .box header {
  padding: 3px 20px 3px 20px;
  background: white;
  margin-bottom: 0;
}
.primary .wrapper .box .btn-actions {
  margin-bottom: 10px;
}
.primary .wrapper .box section {
  float: left;
  width: 47.5%;
  border: solid 1px #D9D9D9;
  min-height: 325px;
  position: relative;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#EFEFEF,white);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#EFEFEF),to(white));
  background-image: -webkit-linear-gradient(top,#EFEFEF,white);
  background-image: -o-linear-gradient(top,#EFEFEF,white);
  background-image: linear-gradient(to bottom,#EFEFEF,white);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefefef', endColorstr='#ffffffff', GradientType=0);
}
.primary .wrapper .box section section {
  min-height: 0;
  border: none;
  border-top: dotted #CCC 1px;
  padding-top: 15px;
  width: auto;
  background: none;
  margin-top: 15px;
}
.primary .wrapper .box section:last-child {
  float: right;
}
.primary .wrapper .box section .block-affiliate {
  padding: 60px 20px 20px 20px;
}
.primary .wrapper .box section .block-affiliate .action {
  text-align: center;
}
.primary .wrapper .box section .block-affiliate .btn {
  float: none;
  display: inline-block;
}
.primary .wrapper .box section .block-affiliate .btn:before {
  background: none;
}
.primary .wrapper .box section.login form {
  margin: 25px;
  padding: 0;
}
.primary .wrapper .box .high {
  margin-bottom: 10px;
  line-height: 22px;
  color: #8C8585;
  font-size: 14px;
  font-weight: bold;
}
.primary .wrapper .box fieldset a {
  text-decoration: underline;
  *zoom: 1;
}
.primary .wrapper .box fieldset a:before,
.primary .wrapper .box fieldset a:after {
  display: table;
  content: "";
  line-height: 0;
}
.primary .wrapper .box fieldset a:after {
  clear: both;
}
.primary .wrapper .box form {
  padding: 10px 0 0 0;
}
.secondary .block {
  border: solid 1px #DBDBDB;
  margin-bottom: 15px;
  background: #EFEFEF;
  color: white;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#EFEFEF,white);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#EFEFEF),to(white));
  background-image: -webkit-linear-gradient(top,#EFEFEF,white);
  background-image: -o-linear-gradient(top,#EFEFEF,white);
  background-image: linear-gradient(to bottom,#EFEFEF,white);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefefef', endColorstr='#ffffffff', GradientType=0);
}
.secondary .block p {
  margin-bottom: 5px;
}
.secondary .block.block-orange {
  background: #F9B421;
  background-color: #f5a31d;
  background-image: -moz-linear-gradient(top,#F9B421,#F08A16);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F9B421),to(#F08A16));
  background-image: -webkit-linear-gradient(top,#F9B421,#F08A16);
  background-image: -o-linear-gradient(top,#F9B421,#F08A16);
  background-image: linear-gradient(to bottom,#F9B421,#F08A16);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9b421', endColorstr='#fff08a16', GradientType=0);
}
.secondary .block.block-orange header {
  border-bottom: solid 1px #D9D7D7;
}
.secondary .block.block-orange h2 {
  border-bottom: solid 1px #FF8700;
}
.secondary .block.block-gray {
  background: #BAB8B8;
  background-color: #a3a2a2;
  background-image: -moz-linear-gradient(top,#BAB8B8,gray);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#BAB8B8),to(gray));
  background-image: -webkit-linear-gradient(top,#BAB8B8,gray);
  background-image: -o-linear-gradient(top,#BAB8B8,gray);
  background-image: linear-gradient(to bottom,#BAB8B8,gray);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbab8b8', endColorstr='#ff808080', GradientType=0);
}
.secondary .block.block-gray header {
  border-bottom: solid 1px #E5E4E4;
}
.secondary .block.block-gray h2 {
  border-bottom: solid 1px #939090;
}
.secondary .block aside {
  padding: 5px 10px 8px 10px;
  font-size: 12px;
  position: relative;
  min-height: 100px;
  z-index: 0;
}
.secondary .block aside:before {
  content: '';
  width: 23px;
  height: 44px;
  background: url(./images/sprite_prefon.png) 0 -50px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-position: 0 -100px;
  top: -1px;
  right: -1px;
  left: auto;
  width: 12px;
  height: 12px;
  z-index: -1;
}
.secondary .block aside header {
  margin-bottom: 10px;
  border-bottom: solid 1px white;
  padding: 0 !important;
}
.secondary .block aside h2 {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  padding: 0 0 6px 15px;
  line-height: normal;
  margin-bottom: 0;
}
.secondary .block aside h2:before {
  content: '';
  width: 23px;
  height: 44px;
  background: url(./images/sprite_prefon.png) 0 -50px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-position: -50px 0;
  top: 4px;
  width: 9px;
  height: 10px;
}
.btLink a,
.btLink {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btLink {
  background: rgba(255,255,255,0.3);
  padding: 2px;
  margin-bottom: 5px;
}
.btLink a {
  background: #fafafa;
  display: block;
  padding: 8px 12px;
  color: #454545;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}
.btLink a {
  box-shadow: 0 -8px 8px rgba(0,0,0,0.15) inset, 0 1px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 -8px 8px rgba(0,0,0,0.15) inset, 0 1px 1px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 -8px 8px rgba(0,0,0,0.15) inset, 0 1px 1px rgba(0,0,0,0.4);
}
.btLink a.nothing-to-declare,
.btLink a.remove-contribnote {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  padding: 4px;
  color: #b00;
  text-decoration: underline;
}
.carousel,
.carousel-inner {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid white;
}
.pagination {
  margin: 0;
}
.dataTables_wrapper .table {
  float: left;
  margin-top: 10px;
}
.dataTables_wrapper .dataTables_header select,
.dataTables_wrapper .dataTables_header input {
  margin: 0;
}
.dataTables_wrapper .dataTables_length select {
  width: 70px;
}
.dataTables_wrapper .dataTables_filter input {
  width: 130px;
}
.user {
  position: absolute;
  top: 30px;
  right: 10px;
}
.user p {
  margin: 0;
}
.user p:first-child {
  font-size: 16px;
  font-weight: bold;
}
.user .icon-off {
  font-size: 26px;
  color: #d60620;
}
.carousel-background {
  background-color: #f4f4f4;
  border: solid 1px #ececec;
  height: 220px;
  width: 1200px;
}
.carousel-caption {
  background: none;
}
.carousel-caption h4,
.carousel-caption p {
  color: #0c3183;
}
.carousel-control {
  background: #F9B421;
  background-color: #f5a31d;
  background-image: -moz-linear-gradient(top,#F9B421,#F08A16);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F9B421),to(#F08A16));
  background-image: -webkit-linear-gradient(top,#F9B421,#F08A16);
  background-image: -o-linear-gradient(top,#F9B421,#F08A16);
  background-image: linear-gradient(to bottom,#F9B421,#F08A16);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9b421', endColorstr='#fff08a16', GradientType=0);
}
.carousel-indicators li {
  background: #F9B421;
  background-color: #f5a31d;
  background-image: -moz-linear-gradient(top,#F9B421,#F08A16);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F9B421),to(#F08A16));
  background-image: -webkit-linear-gradient(top,#F9B421,#F08A16);
  background-image: -o-linear-gradient(top,#F9B421,#F08A16);
  background-image: linear-gradient(to bottom,#F9B421,#F08A16);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9b421', endColorstr='#fff08a16', GradientType=0);
}
