/*@import url("https://backstage.hosterdaddy.com/templates/daddy/loginpage1/css/fonts.css");*/
/*@import url("https://backstage.hosterdaddy.com/templates/daddy/loginpage1/css/jquery.qtip.min.css");*/
body.login > section {
  background:url('assets/img/login-background.png') !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
  min-height:680px;
}
#chat_sidebar {
  height:162px;
  background:url("assets/img/chat_hosterdaddy.png") no-repeat scroll left top transparent;
  position:fixed;
  right:-4px;
  top:335px;
  width:46px;
  z-index:999;
}
#chat_sidebar a {
  display:block;
  height:162px;
  width:46px;
  border-bottom:none;
}
@media screen and (max-width: 512px) {
  body.login > section {
    background-image:none !important;
    min-height:0px;
  }
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
  display:table;
  content:"";
}
.clearfix:after { clear:both; }
@media only screen and (min-width: 960px) {
  div.header-wrapper {
    width:960px;
    margin:0px auto;
    height:133px;
  }
}
#rescue-table article:nth-of-type(2) { margin-bottom:2em !important; }
.rescue-actions {
  display:inline-block;
  margin:5px;
}
.rescue-actions:first-of-type { margin-right:10px; }
.rescue-actions a {
  color:#ffffff;
  font-size:1.1em;
  background:#f37720;
  padding:10px 40px;
  display:block;
}
.rescue-actions a:hover { text-decoration:underline; }
#lastname-row td.element { padding:0; }
#lastname-row td.element, #lastname-row td.element #lastname { width:100%; }
#lastname-row td.element #lastname { padding:.5em; }
* {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
#currentpos {
  position:fixed;
  top:0;
  left:0;
  width:0;
  height:0;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
  text-shadow:0 -1px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
}
.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
  -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn-default.disabled, .btn-primary.disabled, .btn-success.disabled, .btn-info.disabled, .btn-warning.disabled, .btn-danger.disabled, .btn-default[disabled], .btn-primary[disabled], .btn-success[disabled], .btn-info[disabled], .btn-warning[disabled], .btn-danger[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-success, fieldset[disabled] .btn-info, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-danger {
  -webkit-box-shadow:none;
  box-shadow:none;
}
.btn-default .badge, .btn-primary .badge, .btn-success .badge, .btn-info .badge, .btn-warning .badge, .btn-danger .badge { text-shadow:none; }
.btn:active, .btn.active { background-image:none; }
.btn-default {
  text-shadow:0 1px 0 #ffffff;
  background-image:-webkit-linear-gradient(top,#ffffff 0%,#e0e0e0 100%);
  background-image:-o-linear-gradient(top,#ffffff 0%,#e0e0e0 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#e0e0e0));
  background-image:linear-gradient(to bottom,#ffffff 0%,#e0e0e0 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);
  filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat:repeat-x;
  border-color:#dbdbdb;
  border-color:#cccccc;
}
.btn-default:hover, .btn-default:focus {
  background-color:#e0e0e0;
  background-position:0 -15px;
}
.btn-default:active, .btn-default.active {
  background-color:#e0e0e0;
  border-color:#dbdbdb;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color:#e0e0e0;
  background-image:none;
}
.btn-primary {
  background-image:-webkit-linear-gradient(top,#337ab7 0%,#265a88 100%);
  background-image:-o-linear-gradient(top,#337ab7 0%,#265a88 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
  background-image:linear-gradient(to bottom,#337ab7 0%,#265a88 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff265a88',GradientType=0);
  filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat:repeat-x;
  border-color:#245580;
}
.btn-primary:hover, .btn-primary:focus {
  background-color:#265a88;
  background-position:0 -15px;
}
.btn-primary:active, .btn-primary.active {
  background-color:#265a88;
  border-color:#245580;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color:#265a88;
  background-image:none;
}
.btn-success {
  background-image:-webkit-linear-gradient(top,#5cb85c 0%,#419641 100%);
  background-image:-o-linear-gradient(top,#5cb85c 0%,#419641 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
  background-image:linear-gradient(to bottom,#5cb85c 0%,#419641 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0);
  filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat:repeat-x;
  border-color:#3e8f3e;
}
.btn-success:hover, .btn-success:focus {
  background-color:#419641;
  background-position:0 -15px;
}
.btn-success:active, .btn-success.active {
  background-color:#419641;
  border-color:#3e8f3e;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color:#419641;
  background-image:none;
}
.btn-info {
  background-image:-webkit-linear-gradient(top,#5bc0de 0%,#2aabd2 100%);
  background-image:-o-linear-gradient(top,#5bc0de 0%,#2aabd2 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));
  background-image:linear-gradient(to bottom,#5bc0de 0%,#2aabd2 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0);
  filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat:repeat-x;
  border-color:#28a4c9;
}
.btn-info:hover, .btn-info:focus {
  background-color:#2aabd2;
  background-position:0 -15px;
}
.btn-info:active, .btn-info.active {
  background-color:#2aabd2;
  border-color:#28a4c9;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color:#2aabd2;
  background-image:none;
}
.btn-warning {
  background-image:-webkit-linear-gradient(top,#f0ad4e 0%,#eb9316 100%);
  background-image:-o-linear-gradient(top,#f0ad4e 0%,#eb9316 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));
  background-image:linear-gradient(to bottom,#f0ad4e 0%,#eb9316 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffeb9316',GradientType=0);
  filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat:repeat-x;
  border-color:#e38d13;
}
.btn-warning:hover, .btn-warning:focus {
  background-color:#eb9316;
  background-position:0 -15px;
}
.btn-warning:active, .btn-warning.active {
  background-color:#eb9316;
  border-color:#e38d13;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color:#eb9316;
  background-image:none;
}
.btn-danger {
  background-image:-webkit-linear-gradient(top,#d9534f 0%,#c12e2a 100%);
  background-image:-o-linear-gradient(top,#d9534f 0%,#c12e2a 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
  background-image:linear-gradient(to bottom,#d9534f 0%,#c12e2a 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);
  filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat:repeat-x;
  border-color:#b92c28;
}
.btn-danger:hover, .btn-danger:focus {
  background-color:#c12e2a;
  background-position:0 -15px;
}
.btn-danger:active, .btn-danger.active {
  background-color:#c12e2a;
  border-color:#b92c28;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color:#c12e2a;
  background-image:none;
}
.thumbnail, .img-thumbnail {
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);
  box-shadow:0 1px 2px rgba(0,0,0,0.075);
}
.navbar-default {
  background-image:-webkit-linear-gradient(top,#ffffff 0%,#f8f8f8 100%);
  background-image:-o-linear-gradient(top,#ffffff 0%,#f8f8f8 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f8f8f8));
  background-image:linear-gradient(to bottom,#ffffff 0%,#f8f8f8 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);
  filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat:repeat-x;
  border-radius:4px;
  -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 5px rgba(0,0,0,0.075);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 5px rgba(0,0,0,0.075);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
  background-image:-webkit-linear-gradient(top,#dbdbdb 0%,#e2e2e2 100%);
  background-image:-o-linear-gradient(top,#dbdbdb 0%,#e2e2e2 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));
  background-image:linear-gradient(to bottom,#dbdbdb 0%,#e2e2e2 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb',endColorstr='#ffe2e2e2',GradientType=0);
  background-repeat:repeat-x;
  -webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);
  box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);
}
.navbar-brand, .navbar-nav > li > a { text-shadow:0 1px 0 rgba(255,255,255,0.25); }
.navbar-inverse {
  background-image:-webkit-linear-gradient(top,#3c3c3c 0%,#222222 100%);
  background-image:-o-linear-gradient(top,#3c3c3c 0%,#222222 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222222));
  background-image:linear-gradient(to bottom,#3c3c3c 0%,#222222 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0);
  filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat:repeat-x;
  border-radius:4px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
  background-image:-webkit-linear-gradient(top,#080808 0%,#0f0f0f 100%);
  background-image:-o-linear-gradient(top,#080808 0%,#0f0f0f 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));
  background-image:linear-gradient(to bottom,#080808 0%,#0f0f0f 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808',endColorstr='#ff0f0f0f',GradientType=0);
  background-repeat:repeat-x;
  -webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);
  box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a { text-shadow:0 -1px 0 rgba(0,0,0,0.25); }
.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom { border-radius:0; }
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color:#ffffff;
    background-image:-webkit-linear-gradient(top,#337ab7 0%,#2e6da4 100%);
    background-image:-o-linear-gradient(top,#337ab7 0%,#2e6da4 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
    background-image:linear-gradient(to bottom,#337ab7 0%,#2e6da4 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2e6da4',GradientType=0);
    background-repeat:repeat-x;
  }
}
.alert-success { border-color:#b2dba1; }
.alert-info { border-color:#9acfea; }
.alert-warning { border-color:#f5e79e; }
.alert-danger { border-color:#dca7a7; }
.progress {
  background-image:-webkit-linear-gradient(top,#ebebeb 0%,#f5f5f5 100%);
  background-image:-o-linear-gradient(top,#ebebeb 0%,#f5f5f5 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));
  background-image:linear-gradient(to bottom,#ebebeb 0%,#f5f5f5 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0);
  background-repeat:repeat-x;
}
.progress-bar {
  background-image:-webkit-linear-gradient(top,#337ab7 0%,#286090 100%);
  background-image:-o-linear-gradient(top,#337ab7 0%,#286090 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));
  background-image:linear-gradient(to bottom,#337ab7 0%,#286090 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff286090',GradientType=0);
  background-repeat:repeat-x;
}
.progress-bar-success {
  background-image:-webkit-linear-gradient(top,#5cb85c 0%,#449d44 100%);
  background-image:-o-linear-gradient(top,#5cb85c 0%,#449d44 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));
  background-image:linear-gradient(to bottom,#5cb85c 0%,#449d44 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0);
  background-repeat:repeat-x;
}
.progress-bar-info {
  background-image:-webkit-linear-gradient(top,#5bc0de 0%,#31b0d5 100%);
  background-image:-o-linear-gradient(top,#5bc0de 0%,#31b0d5 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));
  background-image:linear-gradient(to bottom,#5bc0de 0%,#31b0d5 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0);
  background-repeat:repeat-x;
}
.progress-bar-warning {
  background-image:-webkit-linear-gradient(top,#f0ad4e 0%,#ec971f 100%);
  background-image:-o-linear-gradient(top,#f0ad4e 0%,#ec971f 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));
  background-image:linear-gradient(to bottom,#f0ad4e 0%,#ec971f 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0);
  background-repeat:repeat-x;
}
.progress-bar-danger {
  background-image:-webkit-linear-gradient(top,#d9534f 0%,#c9302c 100%);
  background-image:-o-linear-gradient(top,#d9534f 0%,#c9302c 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));
  background-image:linear-gradient(to bottom,#d9534f 0%,#c9302c 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0);
  background-repeat:repeat-x;
}
.progress-bar-striped {
  background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
  background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.list-group {
  border-radius:4px;
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);
  box-shadow:0 1px 2px rgba(0,0,0,0.075);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  text-shadow:0 -1px 0 #286090;
  background-image:-webkit-linear-gradient(top,#337ab7 0%,#2b669a 100%);
  background-image:-o-linear-gradient(top,#337ab7 0%,#2b669a 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));
  background-image:linear-gradient(to bottom,#337ab7 0%,#2b669a 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2b669a',GradientType=0);
  background-repeat:repeat-x;
  border-color:#2b669a;
}
.list-group-item.active .badge, .list-group-item.active:hover .badge, .list-group-item.active:focus .badge { text-shadow:none; }
.panel {
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);
  box-shadow:0 1px 2px rgba(0,0,0,0.05);
}
.panel-default > .panel-heading {
  background-image:-webkit-linear-gradient(top,#f5f5f5 0%,#e8e8e8 100%);
  background-image:-o-linear-gradient(top,#f5f5f5 0%,#e8e8e8 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
  background-image:linear-gradient(to bottom,#f5f5f5 0%,#e8e8e8 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
  background-repeat:repeat-x;
}
.panel-primary > .panel-heading {
  background-image:-webkit-linear-gradient(top,#337ab7 0%,#2e6da4 100%);
  background-image:-o-linear-gradient(top,#337ab7 0%,#2e6da4 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
  background-image:linear-gradient(to bottom,#337ab7 0%,#2e6da4 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2e6da4',GradientType=0);
  background-repeat:repeat-x;
}
.panel-success > .panel-heading {
  background-image:-webkit-linear-gradient(top,#dff0d8 0%,#d0e9c6 100%);
  background-image:-o-linear-gradient(top,#dff0d8 0%,#d0e9c6 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));
  background-image:linear-gradient(to bottom,#dff0d8 0%,#d0e9c6 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0);
  background-repeat:repeat-x;
}
.panel-info > .panel-heading {
  background-image:-webkit-linear-gradient(top,#d9edf7 0%,#c4e3f3 100%);
  background-image:-o-linear-gradient(top,#d9edf7 0%,#c4e3f3 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));
  background-image:linear-gradient(to bottom,#d9edf7 0%,#c4e3f3 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0);
  background-repeat:repeat-x;
}
.panel-warning > .panel-heading {
  background-image:-webkit-linear-gradient(top,#fcf8e3 0%,#faf2cc 100%);
  background-image:-o-linear-gradient(top,#fcf8e3 0%,#faf2cc 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));
  background-image:linear-gradient(to bottom,#fcf8e3 0%,#faf2cc 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0);
  background-repeat:repeat-x;
}
.panel-danger > .panel-heading {
  background-image:-webkit-linear-gradient(top,#f2dede 0%,#ebcccc 100%);
  background-image:-o-linear-gradient(top,#f2dede 0%,#ebcccc 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));
  background-image:linear-gradient(to bottom,#f2dede 0%,#ebcccc 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0);
  background-repeat:repeat-x;
}
.well {
  background-image:-webkit-linear-gradient(top,#e8e8e8 0%,#f5f5f5 100%);
  background-image:-o-linear-gradient(top,#e8e8e8 0%,#f5f5f5 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
  background-image:linear-gradient(to bottom,#e8e8e8 0%,#f5f5f5 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);
  background-repeat:repeat-x;
  border-color:#dcdcdc;
  -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05), 0 1px 0 rgba(255,255,255,0.1);
  box-shadow:inset 0 1px 3px rgba(0,0,0,0.05), 0 1px 0 rgba(255,255,255,0.1);
}
.panel-green { border-color:#5cb85c; }
.panel-green .panel-heading {
  border-color:#5cb85c;
  color:#ffffff;
  background-color:#5cb85c;
}
.panel-green a { color:#5cb85c; }
.panel-green a:hover { color:#3d8b3d; }
.panel-red { border-color:#d9534f; }
.panel-red .panel-heading {
  border-color:#d9534f;
  color:#ffffff;
  background-color:#d9534f;
}
.panel-red a { color:#d9534f; }
.panel-red a:hover { color:#b52b27; }
.panel-yellow { border-color:#f0ad4e; }
.panel-yellow .panel-heading {
  border-color:#f0ad4e;
  color:#ffffff;
  background-color:#f0ad4e;
}
.panel-yellow a { color:#f0ad4e; }
.panel-yellow a:hover { color:#df8a13; }
.panel-info .panel-body {
  background-color:#d9edf7;
  color:#31708f;
}
.panel-info .list-group .list-group-item {
  background-color:#d9edf7;
  color:#31708f;
  border:none;
}
.panel-warning .panel-body {
  background-color:#fcf8e3;
  color:#8a6d3b;
}
.panel-warning .list-group .list-group-item {
  background-color:#fcf8e3;
  color:#8a6d3b;
  border:none;
}
.panel-danger .panel-body {
  background-color:#f2dede;
  color:#a94442;
}
.panel-danger .list-group .list-group-item {
  background-color:#f2dede;
  color:#a94442;
  border:none;
}
label { color:#666666; }
legend { font-size:12pt; }
.btn-success, .btn-success:hover, .btn-success:focus {
  background-color:#f38b41;
  background-image:-moz-linear-gradient(top,#f7a164,#ed6a0c);
  background-image:-ms-linear-gradient(top,#f7a164,#ed6a0c);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f7a164),to(#ed6a0c));
  background-image:-webkit-linear-gradient(top,#f7a164,#ed6a0c);
  background-image:-o-linear-gradient(top,#f7a164,#ed6a0c);
  background-image:linear-gradient(top,#f7a164,#ed6a0c);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7a164', endColorstr='#ed6a0c', GradientType=0);
  border-color:#ed6a0c #ed6a0c #a54a09;
  border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-text-stroke:3px rgba(0,0,0,0.05);
  -moz-text-stroke:3px rgba(0,0,0,0.05);
  text-stroke:3px rgba(0,0,0,0.05);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled], .btn-success:hover:hover, .btn-success:hover:active, .btn-success:hover.active, .btn-success:hover.disabled, .btn-success:hover[disabled], .btn-success:focus:hover, .btn-success:focus:active, .btn-success:focus.active, .btn-success:focus.disabled, .btn-success:focus[disabled] { background-color:#ed6a0c; }
.btn-success:active, .btn-success.active, .btn-success:hover:active, .btn-success:hover.active, .btn-success:focus:active, .btn-success:focus.active { background-color:#bd550a \9; }
.btn-success:hover, .btn-success:hover:hover, .btn-success:focus:hover { border-color:#f37820; }
.btn-success:active, .btn-success:hover:active, .btn-success:focus:active { background-color:#f37820; }
.has-error {
  background-color:#f2dede;
  border:1px solid #a94442;
  padding:4px;
}
* { border-radius:0 !important; }
@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu { display:block; }
}
.navbar-nav a {
  border-bottom:0 !important;
  text-decoration:none !important;
}
.dropdown-menu { transition:max-height 0.6s ease 0s, opacity 0.4s ease 0s; }
.navbar-inverse { background:-moz-linear-gradient(center top,#595959,#303030); }
.navbar-inverse .nav > li > a { color:#ffffff !important; }
.inverse-dropdown {
  background-color:#303030;
  border:0;
}
.inverse-dropdown li > a { color:#ffffff; }
.inverse-dropdown li > a:focus, .inverse-dropdown li > a:hover {
  color:#f37820;
  background-color:#303030 !important;
}
.inverse-dropdown>.divider { background-color:#666666; }
nav.navbar { border:0; }
ul.errors {
  color:#843534;
  list-style:none;
}
.mb0 { margin-bottom:0; }
.license-info img {
  float:left;
  padding:7px;
}
.tab-content {
  border-left:1px solid #dddddd;
  border-right:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
  padding:1em;
  background-color:#ffffff;
}
td > a:not(.btn) {
  color:#4a4a4a;
  border-bottom:0;
  width:100%;
  display:block;
}
.label {
  border-radius:0.25em !important;
  font-size:85%;
  padding:.3em .6em .3em;
}
div.dataTables_length label {
  float:left;
  text-align:left;
  font-weight:normal;
}
div.dataTables_length select { width:75px; }
div.dataTables_filter label {
  float:right;
  font-weight:normal;
}
div.dataTables_filter input { width:16em; }
div.dataTables_info { padding-top:8px; }
div.dataTables_paginate {
  float:right;
  margin:0;
}
div.dataTables_paginate ul.pagination {
  margin:2px 0;
  white-space:nowrap;
}
table.dataTable, table.dataTable td, table.dataTable th {
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
}
table.dataTable {
  clear:both;
  margin-top:6px !important;
  margin-bottom:6px !important;
  max-width:none !important;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled { cursor:pointer; }
table.dataTable th:active { outline:none; }
div.dataTables_scrollHead table {
  margin-bottom:0 !important;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}
div.dataTables_scrollHead table thead tr:last-child th:first-child, div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius:0 !important;
  border-bottom-right-radius:0 !important;
}
div.dataTables_scrollBody table {
  margin-top:0 !important;
  margin-bottom:0 !important;
  border-top:none;
}
div.dataTables_scrollBody tbody tr:first-child th, div.dataTables_scrollBody tbody tr:first-child td { border-top:none; }
div.dataTables_scrollFoot table {
  margin-top:0 !important;
  border-top:none;
}
.table tbody tr.active td, .table tbody tr.active th {
  color:white;
  background-color:#0088cc;
}
.table tbody tr.active:hover td, .table tbody tr.active:hover th { background-color:#0075b0 !important; }
.table tbody tr.active a { color:white; }
.table-striped tbody tr.active:nth-child(odd) td, .table-striped tbody tr.active:nth-child(odd) th { background-color:#017ebc; }
table.DTTT_selectable tbody tr { cursor:pointer; }
div.DTTT .btn {
  font-size:12px;
  color:#333333 !important;
}
div.DTTT .btn:hover { text-decoration:none !important; }
ul.DTTT_dropdown.dropdown-menu { z-index:2003; }
ul.DTTT_dropdown.dropdown-menu a { color:#333333 !important; }
ul.DTTT_dropdown.dropdown-menu li { position:relative; }
ul.DTTT_dropdown.dropdown-menu li:hover a {
  color:white !important;
  background-color:#0088cc;
}
div.DTTT_collection_background { z-index:2002; }
div.DTTT_print_info.modal {
  height:150px;
  margin-top:-75px;
  text-align:center;
}
div.DTTT_print_info h6 {
  margin:1em;
  font-size:28px;
  font-weight:normal;
  line-height:28px;
}
div.DTTT_print_info p {
  font-size:14px;
  line-height:20px;
}
div.DTFC_LeftHeadWrapper table, div.DTFC_LeftFootWrapper table, div.DTFC_RightHeadWrapper table, div.DTFC_RightFootWrapper table, table.DTFC_Cloned tr.even { background-color:white; }
div.DTFC_RightHeadWrapper table, div.DTFC_LeftHeadWrapper table {
  margin-bottom:0 !important;
  border-top-right-radius:0 !important;
  border-bottom-left-radius:0 !important;
  border-bottom-right-radius:0 !important;
}
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child, div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child, div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius:0 !important;
  border-bottom-right-radius:0 !important;
}
div.DTFC_RightBodyWrapper table, div.DTFC_LeftBodyWrapper table {
  margin-bottom:0 !important;
  border-top:none;
}
div.DTFC_RightBodyWrapper tbody tr:first-child th, div.DTFC_RightBodyWrapper tbody tr:first-child td, div.DTFC_LeftBodyWrapper tbody tr:first-child th, div.DTFC_LeftBodyWrapper tbody tr:first-child td { border-top:none; }
div.DTFC_RightFootWrapper table, div.DTFC_LeftFootWrapper table { border-top:none; }
.pagination > .active > a {
  background-color:#f37820;
  border-color:#f37820;
}
body {
  display:-webkit-box;
  -webkit-box-orient:vertical;
  font-family:helvetica;
  color:#4a4a4a;
  padding-bottom:2em;
}
a {
  color:#f37820;
  text-decoration:none;
  border-bottom:1px dotted #f37820;
  cursor:pointer;
}
.only-mobile { display:none; }
#header {
  width:100%;
  height:133px;
  position:relative;
  background-color:#ffffff;
  background-image:url("https://backstage.hosterdaddy.com/templates/daddy/loginpage1/img/hosterdaddy/header-repeatable.png");
  background-position:center center;
  background-repeat:repeat-x;
  margin:0;
  padding:0;
}
#header section {
  display:block;
  position:relative;
  width:1080px;
  height:100%;
}
#header h1 {
  display:block;
  float:left;
  width:418px;
  height:133px;
  text-indent:-1000000px;
  margin:0 auto;
  background-image:url("https://backstage.hosterdaddy.com/templates/daddy/loginpage1/img/hosterdaddy/hosterdaddy_logo_02.png");
  background-position:center;
  background-repeat:no-repeat;
}
#header span {
  display:block;
  float:left;
  margin-top:52.5px;
  margin-left:2em;
  font-family:'MyriadPro', 'Helvetica';
  font-size:18pt;
  color:#3d3d3d;
}
#header span span {
  text-align:center;
  width:100%;
  margin-top:0;
  margin-left:0;
  float:left;
  clear:both;
}
#navigation {
  width:100%;
  background-color:#494949;
  background-image:-moz-linear-gradient(top,#595959,#303030);
  background-image:-ms-linear-gradient(top,#595959,#303030);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#595959),to(#303030));
  background-image:-webkit-linear-gradient(top,#595959,#303030);
  background-image:-o-linear-gradient(top,#595959,#303030);
  background-image:linear-gradient(top,#595959,#303030);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#595959', endColorstr='#303030', GradientType=0);
  color:white;
  box-shadow:inset 0px 10px 20px rgba(255,255,255,0.1);
  margin-bottom:1.2em;
  font-size:11.5pt;
  display:inline-block;
}
#navigation a { border-bottom:none; }
#navigation .root-menu {
  display:block;
  position:relative;
  max-width:1080px;
  margin:0 auto;
  padding:0;
  list-style-type:none;
}
#navigation .root-menu .root-node {
  display:block;
  float:left;
  height:46px;
  margin-right:0.8em;
}
#navigation .root-menu .root-node > a {
  display:block;
  color:#ffffff !important;
  height:100%;
  text-decoration:none;
  line-height:46px;
  text-shadow:0px 0px 1px rgba(255,255,255,0.4), 2px 2px 2px rgba(0,0,0,0.5);
  overflow:hidden;
}
#navigation .root-menu .root-node > a:hover [data-icon]:before { color:#ffffff !important; }
#navigation .root-menu .root-node > a span {
  position:relative;
  margin:0 1em;
}
#navigation .root-menu .root-node:hover > a, #navigation .root-menu .root-node:active > a {
  background-color:#303030;
  text-shadow:0px 0px 3px rgba(255,255,255,0.45), 2px 2px 2px rgba(0,0,0,0.5);
  position:relative;
  top:1px;
  height:45px;
}
#navigation .root-menu .root-node:hover .submenu, #navigation .root-menu .root-node:active .submenu {
  display:block;
  max-height:20em;
  opacity:1.0;
  height:auto;
  -webkit-transition:max-height 0.6s, opacity 0.4s;
  -moz-transition:max-height 0.6s, opacity 0.4s;
  -ms-transition:max-height 0.6s, opacity 0.4s;
  -o-transition:max-height 0.6s, opacity 0.4s;
  transition:max-height 0.6s, opacity 0.4s;
}
#navigation .root-menu .root-node.profile {
  float:right;
  max-width:200px;
  margin:0 !important;
  padding:0 !important;
}
#navigation .root-menu .root-node.profile:hover > a { background-color:#303030; }
#navigation .root-menu .root-node.profile > a span:before {
  float:left;
  display:block;
  clear:both;
  margin-top:3px;
  margin-right:0.3em;
  width:20px;
  height:32px;
  background-position:-80px -32px;
  background-image:url('https://backstage.hosterdaddy.com/templates/daddy/loginpage1/img/icon-set-white.png');
}
#navigation .root-menu .root-node.profile .submenu { right:0; }
#navigation .root-menu .root-node.profile .submenu a:hover [data-icon]:before { color:white !important; }
#navigation .submenu {
  display:block;
  z-index:10;
  position:absolute;
  margin:0;
  padding:0 0 0 0;
  background-color:#303030;
  opacity:0;
  max-height:0px;
  height:0;
  overflow:hidden;
  -webkit-transition:max-height 0.6s, opacity 0.4s;
  -moz-transition:max-height 0.6s, opacity 0.4s;
  -ms-transition:max-height 0.6s, opacity 0.4s;
  -o-transition:max-height 0.6s, opacity 0.4s;
  transition:max-height 0.6s, opacity 0.4s;
}
#navigation .submenu li {
  display:block;
  margin:0;
}
#navigation .submenu li a {
  display:block;
  height:100%;
  margin-right:1.5em;
  padding:0.5em 0.5em 0.5em 0.5em;
  color:white !important;
  text-decoration:none;
}
#navigation .submenu li a span:before {
  float:left;
  display:block;
  clear:both;
  margin-top:-9px;
  margin-right:0.3em;
  content:'';
  width:20px;
  height:32px;
  background-position:-100px -96px;
  background-image:url('https://backstage.hosterdaddy.com/templates/daddy/loginpage1/img/icon-set-white.png');
}
#navigation .submenu li a:hover span, #navigation .submenu li a:active span {
  color:#f37820;
  text-shadow:none;
}
#navigation .submenu li:last-child { padding-bottom:0.5em; }
#navigation.subnav {
  background-color:#575757;
  background-image:-moz-linear-gradient(top,#4d4d4d,#666666);
  background-image:-ms-linear-gradient(top,#4d4d4d,#666666);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#4d4d4d),to(#666666));
  background-image:-webkit-linear-gradient(top,#4d4d4d,#666666);
  background-image:-o-linear-gradient(top,#4d4d4d,#666666);
  background-image:linear-gradient(top,#4d4d4d,#666666);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4d4d', endColorstr='#666666', GradientType=0);
  border-top:2px solid rgba(26,26,26,0.005);
  height:32px;
  margin-top:-1.5em;
  padding-top:0;
}
#navigation.subnav > ul {
  height:32px;
  max-height:32px;
}
#navigation.subnav > ul li {
  height:32px;
  line-height:32px;
}
section {
  max-width:1080px;
  margin:0 auto;
}
section > header {
  font-family:'AllerRegular', 'Helvetica';
  margin-top:0.8em;
  margin-bottom:1.2em;
  clear:both;
  position:relative;
}
section > header h2 {
  font-size:20pt;
  font-weight:lighter;
  padding-left:0.1em;
  float:left;
  margin:0;
}
section h2 {
  font-family:'AllerRegular', 'Helvetica';
  margin:0.8em 0.5em;
  font-size:20pt;
  font-weight:lighter;
  clear:both;
  padding-top:1em;
}
section #subnav {
  list-style-type:none;
  margin-bottom:1em;
  display:block;
  padding:0;
  background-color:#eeeeee;
  -webkit-box-shadow:inset 0px 0px 2px #ffffff;
  -moz-box-shadow:inset 0px 0px 2px #ffffff;
  box-shadow:inset 0px 0px 2px #ffffff;
  border:1px solid #cccccc;
  background-color:#f3f3f3;
  background-image:-moz-linear-gradient(top,#f9f9f9,#eaeaea);
  background-image:-ms-linear-gradient(top,#f9f9f9,#eaeaea);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f9f9f9),to(#eaeaea));
  background-image:-webkit-linear-gradient(top,#f9f9f9,#eaeaea);
  background-image:-o-linear-gradient(top,#f9f9f9,#eaeaea);
  background-image:linear-gradient(top,#f9f9f9,#eaeaea);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#eaeaea', GradientType=0);
}
section #subnav [data-icon] { display:inline-block; }
section #subnav li {
  display:block;
  float:left;
  font-size:10pt;
  text-shadow:0px 1px 0px white;
}
section #subnav li a {
  display:block;
  padding:0 0.85em 0.65em;
}
section #subnav li a:hover {
  opacity:1.0;
  margin:0px -1px;
  border-left:1px solid #bbbbbb;
  border-right:1px solid #bbbbbb;
  background-color:#dddddd;
  -webkit-box-shadow:inset 0px 1px 10px 0px rgba(0,0,0,0.15);
  -moz-box-shadow:inset 0px 1px 10px 0px rgba(0,0,0,0.15);
  box-shadow:inset 0px 1px 10px 0px rgba(0,0,0,0.15);
}
section #subnav li a:hover .text {
  text-shadow:0px -1px 0px rgba(255,255,255,0.6);
  color:black;
}
section #subnav li .text {
  display:inline-block;
  position:relative;
  top:9px;
  left:-3px;
}
section > aside.message {
  font-family:"AllerLightItalic";
  margin-bottom:1em;
  background-position:1em 1em;
  background-repeat:no-repeat;
}
section > aside.message header {
  font-family:'AllerLightItalic', 'Helvetica';
  font-size:16pt;
  margin:0;
  padding-top:0.8em;
  padding-left:2em;
  padding-bottom:.5em;
  padding-right:3em;
}
section > aside.message section {
  padding:0em 2em 1em 3em;
  font-size:11pt;
}
section > aside.message.info {
  color:#43a1df;
  background-image:url("https://backstage.hosterdaddy.com/templates/daddy/loginpage1/img/hosterdaddy/notice-icon-info.png");
  background-color:#eef0f2;
  border-color:#52c5ff;
  border-width:2px;
  border-style:solid;
}
section > aside.message.success {
  color:#3cbe40;
  background-image:url("https://backstage.hosterdaddy.com/templates/daddy/loginpage1/img/hosterdaddy/notice-icon-success.png");
  background-color:#dcf9e1;
  border-color:#00bd0d;
  border-width:2px;
  border-style:solid;
}
section > aside.message.warning {
  color:#a79f35;
  background-image:url("https://backstage.hosterdaddy.com/templates/daddy/loginpage1/img/hosterdaddy/notice-icon-warning.png");
  background-color:#f9f7dc;
  border-color:#ffe600;
  border-width:2px;
  border-style:solid;
}
section > aside.message.error {
  color:#b24e1f;
  background-image:url("https://backstage.hosterdaddy.com/templates/daddy/loginpage1/img/hosterdaddy/notice-icon-error.png");
  background-color:#f9dcdf;
  border-color:#fa0000;
  border-width:2px;
  border-style:solid;
}
section > aside.message.promotion {
  background-image:url('https://backstage.hosterdaddy.com/templates/daddy/loginpage1/img/newservice.png');
  background-position:0.5em 0.8em;
  background-color:#f2f0ee;
  border-color:#f37820;
  border-width:2px;
  border-style:solid;
  font-family:'Helvetica';
}
section > aside.message.promotion header {
  color:#f37820;
  font-family:'AllerRegular';
}
section > aside.message.promotion .promo-image {
  float:left;
  margin-top:0.2em;
  margin-bottom:0.2em;
  margin-left:-1em;
  margin-right:2em;
  padding:0.4em 1.2em;
  border-right:1px solid #a0a0a0;
}
section > aside.message.promotion .promo-image img { border:1px solid #b3b3b3; }
section > aside.message.promotion a {
  display:block;
  color:#1887fc;
  width:100%;
  text-align:center;
  border-bottom:none;
  font-family:"AllerLightItalic";
  font-size:14pt;
  text-decoration:underline;
  margin:0.8em 0;
}
section .noticeAgreement {
  float:right;
  margin-top:10px;
  margin-bottom:10px;
}
section article {
  background-color:#ededed;
  padding:0 1em;
  font-size:11pt;
  margin-bottom:15px !important;
}
section article header {
  font-family:'AllerRegular', 'Helvetica';
  margin-top:1em;
  margin-bottom:0.8em;
  padding-left:0.5em;
  padding-bottom:0.5em;
  border-bottom:1px solid #c9c9c9;
  min-height:14pt;
  float:left;
  clear:both;
  width:100%;
}
section article header h3 {
  margin:0;
  padding:0;
  font-weight:normal;
  font-size:14pt;
  line-height:17pt;
  float:left;
  clear:left;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
section article header aside {
  float:right;
  font-size:10.5pt;
  clear:right;
}
section article p {
  margin:0.5em 0;
  padding:0em;
  float:left;
  clear:both;
}
section article ul {
  float:left !important;
  width:100% !important;
  clear:both !important;
  list-style-type:square;
  margin:0.5em 0;
  padding-left:0.5em;
}
dl {
  float:left;
  clear:both;
  margin:0.5em 0em;
}
dt, dd {
  padding:0.2em 0em;
  font-size:11pt;
}
dt {
  float:left;
  clear:left;
  font-weight:bold;
  width:10em;
  margin:0.5em 2em;
}
dd {
  float:left;
  clear:right;
  width:auto;
  margin:0.5em 1em 0.5em 3em;
  border-left:1px dotted #cecece;
  padding-left:0.5em;
}
code {
  word-wrap:break-word;
  background:whiteSmoke;
  border:#cfcfcf 1px solid;
  padding:2px 0.5em;
  white-space:pre-wrap;
  display:inline-block;
}
