
/* - ++resource++asp.plonetheme.stylesheets/css/aspplonetheme.css - */
/* https://aspcircondarioimolese.bo.it/portal_css/++resource++asp.plonetheme.stylesheets/css/aspplonetheme.css?original=1 */
@charset "UTF-8";
* {
box-sizing: border-box;
}
*:before,
*:after {
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: transparent;
}
body {
font-family: "Titillium Web", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 17px;
line-height: 1.5;
color: #313131;
background-color: #fff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #005b89;
text-decoration: none;
}
a:hover, a:focus {
color: #004a70;
text-decoration: none;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.5;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 25px;
margin-bottom: 25px;
border: 0;
border-top: 1px solid #CCC;
}
.sr-only, .mobile-info-button span, .notizie-in-evidenza .news-header, .is-homepage .documentFirstHeading {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role="button"] {
cursor: pointer;
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 25px;
font-size: 25.5px;
line-height: inherit;
color: #313131;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 17px;
line-height: 1.5;
color: #555;
}
.form-control, select, input[type="text"],
input[type="password"] {
display: block;
width: 100%;
height: 39px;
padding: 6px 12px;
font-size: 17px;
line-height: 1.5;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus, select:focus, input[type="text"]:focus,
input[type="password"]:focus {
border-color: #66afe9;
outline: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder, select::-moz-placeholder, input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder, select:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder, select::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
color: #999;
}
.form-control[disabled], select[disabled], input[disabled][type="text"],
input[disabled][type="password"], .form-control[readonly], select[readonly], input[readonly][type="text"],
input[readonly][type="password"],
fieldset[disabled] .form-control,
fieldset[disabled] select,
fieldset[disabled] input[type="text"],
fieldset[disabled]
input[type="password"] {
background-color: #CCC;
opacity: 1;
}
.form-control[disabled], select[disabled], input[disabled][type="text"],
input[disabled][type="password"],
fieldset[disabled] .form-control,
fieldset[disabled] select,
fieldset[disabled] input[type="text"],
fieldset[disabled]
input[type="password"] {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 25px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
cursor: not-allowed;
}
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 42px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
padding-left: 0;
padding-right: 0;
}
.input-sm {
height: 34px;
padding: 5px 10px;
font-size: 15px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 34px;
line-height: 34px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.form-group-sm .form-control, .form-group-sm select, .form-group-sm input[type="text"], .form-group-sm
input[type="password"] {
height: 34px;
padding: 5px 10px;
font-size: 15px;
line-height: 1.5;
border-radius: 3px;
}
.form-group-sm select.form-control, .form-group-sm select {
height: 34px;
line-height: 34px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control,
.form-group-sm select[multiple] {
height: auto;
}
.form-group-sm .form-control-static {
height: 34px;
min-height: 40px;
padding: 6px 10px;
font-size: 15px;
line-height: 1.5;
}
.input-lg {
height: 52px;
padding: 10px 16px;
font-size: 22px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-lg {
height: 52px;
line-height: 52px;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.form-group-lg .form-control, .form-group-lg select, .form-group-lg input[type="text"], .form-group-lg
input[type="password"] {
height: 52px;
padding: 10px 16px;
font-size: 22px;
line-height: 1.3333333;
border-radius: 6px;
}
.form-group-lg select.form-control, .form-group-lg select {
height: 52px;
line-height: 52px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control,
.form-group-lg select[multiple] {
height: auto;
}
.form-group-lg .form-control-static {
height: 52px;
min-height: 47px;
padding: 11px 16px;
font-size: 22px;
line-height: 1.3333333;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control, .has-feedback select, .has-feedback input[type="text"], .has-feedback
input[type="password"] {
padding-right: 48.75px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 39px;
height: 39px;
line-height: 39px;
text-align: center;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg select + .form-control-feedback,
.form-group-lg input[type="text"] + .form-control-feedback,
.form-group-lg
input[type="password"] + .form-control-feedback {
width: 52px;
height: 52px;
line-height: 52px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm select + .form-control-feedback,
.form-group-sm input[type="text"] + .form-control-feedback,
.form-group-sm
input[type="password"] + .form-control-feedback {
width: 34px;
height: 34px;
line-height: 34px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d;
}
.has-success .form-control, .has-success select, .has-success input[type="text"], .has-success
input[type="password"] {
border-color: #3c763d;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus, .has-success select:focus, .has-success input[type="text"]:focus, .has-success
input[type="password"]:focus {
border-color: #2b542c;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b;
}
.has-warning .form-control, .has-warning select, .has-warning input[type="text"], .has-warning
input[type="password"] {
border-color: #8a6d3b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus, .has-warning select:focus, .has-warning input[type="text"]:focus, .has-warning
input[type="password"]:focus {
border-color: #66512c;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442;
}
.has-error .form-control, .has-error select, .has-error input[type="text"], .has-error
input[type="password"] {
border-color: #a94442;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus, .has-error select:focus, .has-error input[type="text"]:focus, .has-error
input[type="password"]:focus {
border-color: #843534;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
top: 30px;
}
.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .notizie-in-evidenza label.news-header ~ .form-control-feedback, .notizie-in-evidenza .has-feedback label.news-header ~ .form-control-feedback, .has-feedback .is-homepage label.documentFirstHeading ~ .form-control-feedback, .is-homepage .has-feedback label.documentFirstHeading ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #717171;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control, .form-inline select, .form-inline input[type="text"], .form-inline
input[type="password"] {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-static {
display: inline-block;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control,
.form-inline .input-group select,
.form-inline .input-group input[type="text"],
.form-inline .input-group
input[type="password"] {
width: auto;
}
.form-inline .input-group > .form-control, .form-inline .input-group > select, .form-inline .input-group > input[type="text"], .form-inline .input-group >
input[type="password"] {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 32px;
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
content: " ";
display: table;
}
.form-horizontal .form-group:after {
clear: both;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 14.333333px;
font-size: 22px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 15px;
}
}
.btn, input[type="submit"],
input.context[name="form.button.save"],
input.context[name="form.actions.save"], input[type="button"], .context,
input.context,
input.destructive,
input.standalone,
input[type="submit"].discreet,
input.standalone[name="form.button.cancel"], #content-history input.standalone[type="submit"], #content a.link-parent, #content.dialog-wrapper .mceActionPanel input[type="submit"], #portal-searchbox .search-button {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 17px;
line-height: 1.5;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.btn:focus, input[type="submit"]:focus, input[type="button"]:focus, .context:focus,
input.destructive:focus,
input.standalone:focus, #content-history input.standalone[type="submit"]:focus, #content a.link-parent:focus, #content.dialog-wrapper .mceActionPanel input[type="submit"]:focus, #portal-searchbox .search-button:focus, .btn.focus, input.focus[type="submit"], input.focus[type="button"], .focus.context,
input.focus.destructive,
input.focus.standalone, #content-history input.focus.standalone[type="submit"], #content a.focus.link-parent, #content.dialog-wrapper .mceActionPanel input.focus[type="submit"], #portal-searchbox .focus.search-button, .btn:active:focus, input[type="submit"]:active:focus, input[type="button"]:active:focus, .context:active:focus,
input.destructive:active:focus,
input.standalone:active:focus, #content-history input.standalone[type="submit"]:active:focus, #content a.link-parent:active:focus, #content.dialog-wrapper .mceActionPanel input[type="submit"]:active:focus, #portal-searchbox .search-button:active:focus, .btn:active.focus, input[type="submit"]:active.focus, input[type="button"]:active.focus, .context:active.focus,
input.destructive:active.focus,
input.standalone:active.focus, #content-history input.standalone[type="submit"]:active.focus, #content a.link-parent:active.focus, #content.dialog-wrapper .mceActionPanel input[type="submit"]:active.focus, #portal-searchbox .search-button:active.focus, .btn.active:focus, input.active[type="submit"]:focus, input.active[type="button"]:focus, .active.context:focus,
input.active.destructive:focus,
input.active.standalone:focus, #content-history input.active.standalone[type="submit"]:focus, #content a.active.link-parent:focus, #content.dialog-wrapper .mceActionPanel input.active[type="submit"]:focus, #portal-searchbox .active.search-button:focus, .btn.active.focus, input.active.focus[type="submit"], input.active.focus[type="button"], .active.focus.context,
input.active.focus.destructive,
input.active.focus.standalone, #content-history input.active.focus.standalone[type="submit"], #content a.active.focus.link-parent, #content.dialog-wrapper .mceActionPanel input.active.focus[type="submit"], #portal-searchbox .active.focus.search-button {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover, input[type="submit"]:hover, input[type="button"]:hover, .context:hover,
input.destructive:hover,
input.standalone:hover, #content-history input.standalone[type="submit"]:hover, #content a.link-parent:hover, #content.dialog-wrapper .mceActionPanel input[type="submit"]:hover, #portal-searchbox .search-button:hover, .btn:focus, input[type="submit"]:focus, input[type="button"]:focus, .context:focus,
input.destructive:focus,
input.standalone:focus, #content-history input.standalone[type="submit"]:focus, #content a.link-parent:focus, #content.dialog-wrapper .mceActionPanel input[type="submit"]:focus, #portal-searchbox .search-button:focus, .btn.focus, input.focus[type="submit"], input.focus[type="button"], .focus.context,
input.focus.destructive,
input.focus.standalone, #content-history input.focus.standalone[type="submit"], #content a.focus.link-parent, #content.dialog-wrapper .mceActionPanel input.focus[type="submit"], #portal-searchbox .focus.search-button {
color: #333;
text-decoration: none;
}
.btn:active, input[type="submit"]:active, input[type="button"]:active, .context:active,
input.destructive:active,
input.standalone:active, #content-history input.standalone[type="submit"]:active, #content a.link-parent:active, #content.dialog-wrapper .mceActionPanel input[type="submit"]:active, #portal-searchbox .search-button:active, .btn.active, input.active[type="submit"], input.active[type="button"], .active.context,
input.active.destructive,
input.active.standalone, #content-history input.active.standalone[type="submit"], #content a.active.link-parent, #content.dialog-wrapper .mceActionPanel input.active[type="submit"], #portal-searchbox .active.search-button {
outline: 0;
background-image: none;
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, input.disabled[type="submit"], input.disabled[type="button"], .disabled.context,
input.disabled.destructive,
input.disabled.standalone, #content-history input.disabled.standalone[type="submit"], #content a.disabled.link-parent, #content.dialog-wrapper .mceActionPanel input.disabled[type="submit"], #portal-searchbox .disabled.search-button, .btn[disabled], input[disabled][type="submit"], input[disabled][type="button"], [disabled].context,
input[disabled].destructive,
input[disabled].standalone, #content-history input[disabled].standalone[type="submit"], #content a[disabled].link-parent, #content.dialog-wrapper .mceActionPanel input[disabled][type="submit"], #portal-searchbox [disabled].search-button,
fieldset[disabled] .btn,
fieldset[disabled] input[type="submit"],
fieldset[disabled] input[type="button"],
fieldset[disabled] .context,
fieldset[disabled]
input.destructive,
fieldset[disabled]
input.standalone,
fieldset[disabled] #content-history input.standalone[type="submit"], #content-history
fieldset[disabled] input.standalone[type="submit"],
fieldset[disabled] #content a.link-parent, #content
fieldset[disabled] a.link-parent,
fieldset[disabled] #content.dialog-wrapper .mceActionPanel input[type="submit"], #content.dialog-wrapper .mceActionPanel
fieldset[disabled] input[type="submit"],
fieldset[disabled] #portal-searchbox .search-button, #portal-searchbox
fieldset[disabled] .search-button {
cursor: not-allowed;
opacity: 0.65;
box-shadow: none;
}
.btn-default, .context,
input.context,
input.destructive,
input.standalone,
input[type="submit"].discreet,
input.standalone[name="form.button.cancel"] {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:focus, .context:focus,
input.destructive:focus,
input.standalone:focus,
input[type="submit"].discreet:focus, .btn-default.focus, .focus.context,
input.focus.destructive,
input.focus.standalone,
input.focus[type="submit"].discreet {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
.btn-default:hover, .context:hover,
input.destructive:hover,
input.standalone:hover,
input[type="submit"].discreet:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active, .context:active,
input.destructive:active,
input.standalone:active,
input[type="submit"].discreet:active, .btn-default.active, .active.context,
input.active.destructive,
input.active.standalone,
input.active[type="submit"].discreet,
.open > .btn-default.dropdown-toggle,
.open > .dropdown-toggle.context,
.open >
input.dropdown-toggle.destructive,
.open >
input.dropdown-toggle.standalone,
.open >
input.dropdown-toggle[type="submit"].discreet {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active:hover, .context:active:hover,
input.destructive:active:hover,
input.standalone:active:hover,
input[type="submit"].discreet:active:hover, .btn-default:active:focus, .context:active:focus,
input.destructive:active:focus,
input.standalone:active:focus,
input[type="submit"].discreet:active:focus, .btn-default:active.focus, .context:active.focus,
input.destructive:active.focus,
input.standalone:active.focus,
input[type="submit"].discreet:active.focus, .btn-default.active:hover, .active.context:hover,
input.active.destructive:hover,
input.active.standalone:hover,
input.active[type="submit"].discreet:hover, .btn-default.active:focus, .active.context:focus,
input.active.destructive:focus,
input.active.standalone:focus,
input.active[type="submit"].discreet:focus, .btn-default.active.focus, .active.focus.context,
input.active.focus.destructive,
input.active.focus.standalone,
input.active.focus[type="submit"].discreet,
.open > .btn-default.dropdown-toggle:hover,
.open > .dropdown-toggle.context:hover,
.open >
input.dropdown-toggle.destructive:hover,
.open >
input.dropdown-toggle.standalone:hover,
.open >
input.dropdown-toggle[type="submit"].discreet:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .dropdown-toggle.context:focus,
.open >
input.dropdown-toggle.destructive:focus,
.open >
input.dropdown-toggle.standalone:focus,
.open >
input.dropdown-toggle[type="submit"].discreet:focus,
.open > .btn-default.dropdown-toggle.focus,
.open > .dropdown-toggle.focus.context,
.open >
input.dropdown-toggle.focus.destructive,
.open >
input.dropdown-toggle.focus.standalone,
.open >
input.dropdown-toggle.focus[type="submit"].discreet {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.btn-default:active, .context:active,
input.destructive:active,
input.standalone:active,
input[type="submit"].discreet:active, .btn-default.active, .active.context,
input.active.destructive,
input.active.standalone,
input.active[type="submit"].discreet,
.open > .btn-default.dropdown-toggle,
.open > .dropdown-toggle.context,
.open >
input.dropdown-toggle.destructive,
.open >
input.dropdown-toggle.standalone,
.open >
input.dropdown-toggle[type="submit"].discreet {
background-image: none;
}
.btn-default.disabled, .disabled.context,
input.disabled.destructive,
input.disabled.standalone,
input.disabled[type="submit"].discreet, .btn-default.disabled:hover, .disabled.context:hover,
input.disabled.destructive:hover,
input.disabled.standalone:hover,
input.disabled[type="submit"].discreet:hover, .btn-default.disabled:focus, .disabled.context:focus,
input.disabled.destructive:focus,
input.disabled.standalone:focus,
input.disabled[type="submit"].discreet:focus, .btn-default.disabled.focus, .disabled.focus.context,
input.disabled.focus.destructive,
input.disabled.focus.standalone,
input.disabled.focus[type="submit"].discreet, .btn-default.disabled:active, .disabled.context:active,
input.disabled.destructive:active,
input.disabled.standalone:active,
input.disabled[type="submit"].discreet:active, .btn-default.disabled.active, .disabled.active.context,
input.disabled.active.destructive,
input.disabled.active.standalone,
input.disabled.active[type="submit"].discreet, .btn-default[disabled], [disabled].context,
input[disabled].destructive,
input[disabled].standalone,
input[disabled][type="submit"].discreet, .btn-default[disabled]:hover, [disabled].context:hover,
input[disabled].destructive:hover,
input[disabled].standalone:hover,
input[disabled][type="submit"].discreet:hover, .btn-default[disabled]:focus, [disabled].context:focus,
input[disabled].destructive:focus,
input[disabled].standalone:focus,
input[disabled][type="submit"].discreet:focus, .btn-default[disabled].focus, [disabled].focus.context,
input[disabled].focus.destructive,
input[disabled].focus.standalone,
input[disabled].focus[type="submit"].discreet, .btn-default[disabled]:active, [disabled].context:active,
input[disabled].destructive:active,
input[disabled].standalone:active,
input[disabled][type="submit"].discreet:active, .btn-default[disabled].active, [disabled].active.context,
input[disabled].active.destructive,
input[disabled].active.standalone,
input[disabled].active[type="submit"].discreet,
fieldset[disabled] .btn-default,
fieldset[disabled] .context,
fieldset[disabled]
input.destructive,
fieldset[disabled]
input.standalone,
fieldset[disabled]
input[type="submit"].discreet,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .context:hover,
fieldset[disabled]
input.destructive:hover,
fieldset[disabled]
input.standalone:hover,
fieldset[disabled]
input[type="submit"].discreet:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .context:focus,
fieldset[disabled]
input.destructive:focus,
fieldset[disabled]
input.standalone:focus,
fieldset[disabled]
input[type="submit"].discreet:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .focus.context,
fieldset[disabled]
input.focus.destructive,
fieldset[disabled]
input.focus.standalone,
fieldset[disabled]
input.focus[type="submit"].discreet,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .context:active,
fieldset[disabled]
input.destructive:active,
fieldset[disabled]
input.standalone:active,
fieldset[disabled]
input[type="submit"].discreet:active,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .active.context,
fieldset[disabled]
input.active.destructive,
fieldset[disabled]
input.active.standalone,
fieldset[disabled]
input.active[type="submit"].discreet {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge, .context .badge,
input.destructive .badge,
input.standalone .badge,
input[type="submit"].discreet .badge {
color: #fff;
background-color: #333;
}
.btn-primary, input[type="button"], #portal-searchbox .search-button {
color: #fff;
background-color: #C93E16;
border-color: #b23713;
}
.btn-primary:focus, input[type="button"]:focus, #portal-searchbox .search-button:focus, .btn-primary.focus, input.focus[type="button"], #portal-searchbox .focus.search-button {
color: #fff;
background-color: #9b3011;
border-color: #3f1307;
}
.btn-primary:hover, input[type="button"]:hover, #portal-searchbox .search-button:hover {
color: #fff;
background-color: #9b3011;
border-color: #7b260d;
}
.btn-primary:active, input[type="button"]:active, #portal-searchbox .search-button:active, .btn-primary.active, input.active[type="button"], #portal-searchbox .active.search-button,
.open > .btn-primary.dropdown-toggle,
.open > input.dropdown-toggle[type="button"], #portal-searchbox
.open > .dropdown-toggle.search-button {
color: #fff;
background-color: #9b3011;
border-color: #7b260d;
}
.btn-primary:active:hover, input[type="button"]:active:hover, #portal-searchbox .search-button:active:hover, .btn-primary:active:focus, input[type="button"]:active:focus, #portal-searchbox .search-button:active:focus, .btn-primary:active.focus, input[type="button"]:active.focus, #portal-searchbox .search-button:active.focus, .btn-primary.active:hover, input.active[type="button"]:hover, #portal-searchbox .active.search-button:hover, .btn-primary.active:focus, input.active[type="button"]:focus, #portal-searchbox .active.search-button:focus, .btn-primary.active.focus, input.active.focus[type="button"], #portal-searchbox .active.focus.search-button,
.open > .btn-primary.dropdown-toggle:hover,
.open > input.dropdown-toggle[type="button"]:hover, #portal-searchbox
.open > .dropdown-toggle.search-button:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > input.dropdown-toggle[type="button"]:focus, #portal-searchbox
.open > .dropdown-toggle.search-button:focus,
.open > .btn-primary.dropdown-toggle.focus,
.open > input.dropdown-toggle.focus[type="button"], #portal-searchbox
.open > .dropdown-toggle.focus.search-button {
color: #fff;
background-color: #7b260d;
border-color: #3f1307;
}
.btn-primary:active, input[type="button"]:active, #portal-searchbox .search-button:active, .btn-primary.active, input.active[type="button"], #portal-searchbox .active.search-button,
.open > .btn-primary.dropdown-toggle,
.open > input.dropdown-toggle[type="button"], #portal-searchbox
.open > .dropdown-toggle.search-button {
background-image: none;
}
.btn-primary.disabled, input.disabled[type="button"], #portal-searchbox .disabled.search-button, .btn-primary.disabled:hover, input.disabled[type="button"]:hover, #portal-searchbox .disabled.search-button:hover, .btn-primary.disabled:focus, input.disabled[type="button"]:focus, #portal-searchbox .disabled.search-button:focus, .btn-primary.disabled.focus, input.disabled.focus[type="button"], #portal-searchbox .disabled.focus.search-button, .btn-primary.disabled:active, input.disabled[type="button"]:active, #portal-searchbox .disabled.search-button:active, .btn-primary.disabled.active, input.disabled.active[type="button"], #portal-searchbox .disabled.active.search-button, .btn-primary[disabled], input[disabled][type="button"], #portal-searchbox [disabled].search-button, .btn-primary[disabled]:hover, input[disabled][type="button"]:hover, #portal-searchbox [disabled].search-button:hover, .btn-primary[disabled]:focus, input[disabled][type="button"]:focus, #portal-searchbox [disabled].search-button:focus, .btn-primary[disabled].focus, input[disabled].focus[type="button"], #portal-searchbox [disabled].focus.search-button, .btn-primary[disabled]:active, input[disabled][type="button"]:active, #portal-searchbox [disabled].search-button:active, .btn-primary[disabled].active, input[disabled].active[type="button"], #portal-searchbox [disabled].active.search-button,
fieldset[disabled] .btn-primary,
fieldset[disabled] input[type="button"],
fieldset[disabled] #portal-searchbox .search-button, #portal-searchbox
fieldset[disabled] .search-button,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] input[type="button"]:hover,
fieldset[disabled] #portal-searchbox .search-button:hover, #portal-searchbox
fieldset[disabled] .search-button:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] input[type="button"]:focus,
fieldset[disabled] #portal-searchbox .search-button:focus, #portal-searchbox
fieldset[disabled] .search-button:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] input.focus[type="button"],
fieldset[disabled] #portal-searchbox .focus.search-button, #portal-searchbox
fieldset[disabled] .focus.search-button,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] input[type="button"]:active,
fieldset[disabled] #portal-searchbox .search-button:active, #portal-searchbox
fieldset[disabled] .search-button:active,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] input.active[type="button"],
fieldset[disabled] #portal-searchbox .active.search-button, #portal-searchbox
fieldset[disabled] .active.search-button {
background-color: #C93E16;
border-color: #b23713;
}
.btn-primary .badge, input[type="button"] .badge, #portal-searchbox .search-button .badge {
color: #C93E16;
background-color: #fff;
}
.btn-success, input[type="submit"],
input.context[name="form.button.save"],
input.context[name="form.actions.save"], #content.dialog-wrapper .mceActionPanel input[type="submit"] {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:focus, input[type="submit"]:focus,
input.context[name="form.button.save"]:focus,
input.context[name="form.actions.save"]:focus, #content.dialog-wrapper .mceActionPanel input[type="submit"]:focus, .btn-success.focus, input.focus[type="submit"],
input.focus.context[name="form.button.save"],
input.focus.context[name="form.actions.save"], #content.dialog-wrapper .mceActionPanel input.focus[type="submit"] {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
.btn-success:hover, input[type="submit"]:hover,
input.context[name="form.button.save"]:hover,
input.context[name="form.actions.save"]:hover, #content.dialog-wrapper .mceActionPanel input[type="submit"]:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active, input[type="submit"]:active,
input.context[name="form.button.save"]:active,
input.context[name="form.actions.save"]:active, #content.dialog-wrapper .mceActionPanel input[type="submit"]:active, .btn-success.active, input.active[type="submit"],
input.active.context[name="form.button.save"],
input.active.context[name="form.actions.save"], #content.dialog-wrapper .mceActionPanel input.active[type="submit"],
.open > .btn-success.dropdown-toggle,
.open > input.dropdown-toggle[type="submit"],
.open >
input.dropdown-toggle.context[name="form.button.save"],
.open >
input.dropdown-toggle.context[name="form.actions.save"], #content.dialog-wrapper .mceActionPanel
.open > input.dropdown-toggle[type="submit"] {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active:hover, input[type="submit"]:active:hover,
input.context[name="form.button.save"]:active:hover,
input.context[name="form.actions.save"]:active:hover, #content.dialog-wrapper .mceActionPanel input[type="submit"]:active:hover, .btn-success:active:focus, input[type="submit"]:active:focus,
input.context[name="form.button.save"]:active:focus,
input.context[name="form.actions.save"]:active:focus, #content.dialog-wrapper .mceActionPanel input[type="submit"]:active:focus, .btn-success:active.focus, input[type="submit"]:active.focus,
input.context[name="form.button.save"]:active.focus,
input.context[name="form.actions.save"]:active.focus, #content.dialog-wrapper .mceActionPanel input[type="submit"]:active.focus, .btn-success.active:hover, input.active[type="submit"]:hover,
input.active.context[name="form.button.save"]:hover,
input.active.context[name="form.actions.save"]:hover, #content.dialog-wrapper .mceActionPanel input.active[type="submit"]:hover, .btn-success.active:focus, input.active[type="submit"]:focus,
input.active.context[name="form.button.save"]:focus,
input.active.context[name="form.actions.save"]:focus, #content.dialog-wrapper .mceActionPanel input.active[type="submit"]:focus, .btn-success.active.focus, input.active.focus[type="submit"],
input.active.focus.context[name="form.button.save"],
input.active.focus.context[name="form.actions.save"], #content.dialog-wrapper .mceActionPanel input.active.focus[type="submit"],
.open > .btn-success.dropdown-toggle:hover,
.open > input.dropdown-toggle[type="submit"]:hover,
.open >
input.dropdown-toggle.context[name="form.button.save"]:hover,
.open >
input.dropdown-toggle.context[name="form.actions.save"]:hover, #content.dialog-wrapper .mceActionPanel
.open > input.dropdown-toggle[type="submit"]:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > input.dropdown-toggle[type="submit"]:focus,
.open >
input.dropdown-toggle.context[name="form.button.save"]:focus,
.open >
input.dropdown-toggle.context[name="form.actions.save"]:focus, #content.dialog-wrapper .mceActionPanel
.open > input.dropdown-toggle[type="submit"]:focus,
.open > .btn-success.dropdown-toggle.focus,
.open > input.dropdown-toggle.focus[type="submit"],
.open >
input.dropdown-toggle.focus.context[name="form.button.save"],
.open >
input.dropdown-toggle.focus.context[name="form.actions.save"], #content.dialog-wrapper .mceActionPanel
.open > input.dropdown-toggle.focus[type="submit"] {
color: #fff;
background-color: #398439;
border-color: #255625;
}
.btn-success:active, input[type="submit"]:active,
input.context[name="form.button.save"]:active,
input.context[name="form.actions.save"]:active, #content.dialog-wrapper .mceActionPanel input[type="submit"]:active, .btn-success.active, input.active[type="submit"],
input.active.context[name="form.button.save"],
input.active.context[name="form.actions.save"], #content.dialog-wrapper .mceActionPanel input.active[type="submit"],
.open > .btn-success.dropdown-toggle,
.open > input.dropdown-toggle[type="submit"],
.open >
input.dropdown-toggle.context[name="form.button.save"],
.open >
input.dropdown-toggle.context[name="form.actions.save"], #content.dialog-wrapper .mceActionPanel
.open > input.dropdown-toggle[type="submit"] {
background-image: none;
}
.btn-success.disabled, input.disabled[type="submit"],
input.disabled.context[name="form.button.save"],
input.disabled.context[name="form.actions.save"], #content.dialog-wrapper .mceActionPanel input.disabled[type="submit"], .btn-success.disabled:hover, input.disabled[type="submit"]:hover,
input.disabled.context[name="form.button.save"]:hover,
input.disabled.context[name="form.actions.save"]:hover, #content.dialog-wrapper .mceActionPanel input.disabled[type="submit"]:hover, .btn-success.disabled:focus, input.disabled[type="submit"]:focus,
input.disabled.context[name="form.button.save"]:focus,
input.disabled.context[name="form.actions.save"]:focus, #content.dialog-wrapper .mceActionPanel input.disabled[type="submit"]:focus, .btn-success.disabled.focus, input.disabled.focus[type="submit"],
input.disabled.focus.context[name="form.button.save"],
input.disabled.focus.context[name="form.actions.save"], #content.dialog-wrapper .mceActionPanel input.disabled.focus[type="submit"], .btn-success.disabled:active, input.disabled[type="submit"]:active,
input.disabled.context[name="form.button.save"]:active,
input.disabled.context[name="form.actions.save"]:active, #content.dialog-wrapper .mceActionPanel input.disabled[type="submit"]:active, .btn-success.disabled.active, input.disabled.active[type="submit"],
input.disabled.active.context[name="form.button.save"],
input.disabled.active.context[name="form.actions.save"], #content.dialog-wrapper .mceActionPanel input.disabled.active[type="submit"], .btn-success[disabled], input[disabled][type="submit"],
input[disabled].context[name="form.button.save"],
input[disabled].context[name="form.actions.save"], #content.dialog-wrapper .mceActionPanel input[disabled][type="submit"], .btn-success[disabled]:hover, input[disabled][type="submit"]:hover,
input[disabled].context[name="form.button.save"]:hover,
input[disabled].context[name="form.actions.save"]:hover, #content.dialog-wrapper .mceActionPanel input[disabled][type="submit"]:hover, .btn-success[disabled]:focus, input[disabled][type="submit"]:focus,
input[disabled].context[name="form.button.save"]:focus,
input[disabled].context[name="form.actions.save"]:focus, #content.dialog-wrapper .mceActionPanel input[disabled][type="submit"]:focus, .btn-success[disabled].focus, input[disabled].focus[type="submit"],
input[disabled].focus.context[name="form.button.save"],
input[disabled].focus.context[name="form.actions.save"], #content.dialog-wrapper .mceActionPanel input[disabled].focus[type="submit"], .btn-success[disabled]:active, input[disabled][type="submit"]:active,
input[disabled].context[name="form.button.save"]:active,
input[disabled].context[name="form.actions.save"]:active, #content.dialog-wrapper .mceActionPanel input[disabled][type="submit"]:active, .btn-success[disabled].active, input[disabled].active[type="submit"],
input[disabled].active.context[name="form.button.save"],
input[disabled].active.context[name="form.actions.save"], #content.dialog-wrapper .mceActionPanel input[disabled].active[type="submit"],
fieldset[disabled] .btn-success,
fieldset[disabled] input[type="submit"],
fieldset[disabled]
input.context[name="form.button.save"],
fieldset[disabled]
input.context[name="form.actions.save"],
fieldset[disabled] #content.dialog-wrapper .mceActionPanel input[type="submit"], #content.dialog-wrapper .mceActionPanel
fieldset[disabled] input[type="submit"],
fieldset[disabled] .btn-success:hover,
fieldset[disabled] input[type="submit"]:hover,
fieldset[disabled]
input.context[name="form.button.save"]:hover,
fieldset[disabled]
input.context[name="form.actions.save"]:hover,
fieldset[disabled] #content.dialog-wrapper .mceActionPanel input[type="submit"]:hover, #content.dialog-wrapper .mceActionPanel
fieldset[disabled] input[type="submit"]:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] input[type="submit"]:focus,
fieldset[disabled]
input.context[name="form.button.save"]:focus,
fieldset[disabled]
input.context[name="form.actions.save"]:focus,
fieldset[disabled] #content.dialog-wrapper .mceActionPanel input[type="submit"]:focus, #content.dialog-wrapper .mceActionPanel
fieldset[disabled] input[type="submit"]:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] input.focus[type="submit"],
fieldset[disabled]
input.focus.context[name="form.button.save"],
fieldset[disabled]
input.focus.context[name="form.actions.save"],
fieldset[disabled] #content.dialog-wrapper .mceActionPanel input.focus[type="submit"], #content.dialog-wrapper .mceActionPanel
fieldset[disabled] input.focus[type="submit"],
fieldset[disabled] .btn-success:active,
fieldset[disabled] input[type="submit"]:active,
fieldset[disabled]
input.context[name="form.button.save"]:active,
fieldset[disabled]
input.context[name="form.actions.save"]:active,
fieldset[disabled] #content.dialog-wrapper .mceActionPanel input[type="submit"]:active, #content.dialog-wrapper .mceActionPanel
fieldset[disabled] input[type="submit"]:active,
fieldset[disabled] .btn-success.active,
fieldset[disabled] input.active[type="submit"],
fieldset[disabled]
input.active.context[name="form.button.save"],
fieldset[disabled]
input.active.context[name="form.actions.save"],
fieldset[disabled] #content.dialog-wrapper .mceActionPanel input.active[type="submit"], #content.dialog-wrapper .mceActionPanel
fieldset[disabled] input.active[type="submit"] {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge, input[type="submit"] .badge,
input.context[name="form.button.save"] .badge,
input.context[name="form.actions.save"] .badge, #content.dialog-wrapper .mceActionPanel input[type="submit"] .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info, input.standalone, #content a.link-parent {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:focus, input.standalone:focus, #content a.link-parent:focus, .btn-info.focus, input.focus.standalone, #content a.focus.link-parent {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85;
}
.btn-info:hover, input.standalone:hover, #content a.link-parent:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active, input.standalone:active, #content a.link-parent:active, .btn-info.active, input.active.standalone, #content a.active.link-parent,
.open > .btn-info.dropdown-toggle,
.open > input.dropdown-toggle.standalone, #content
.open > a.dropdown-toggle.link-parent {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active:hover, input.standalone:active:hover, #content a.link-parent:active:hover, .btn-info:active:focus, input.standalone:active:focus, #content a.link-parent:active:focus, .btn-info:active.focus, input.standalone:active.focus, #content a.link-parent:active.focus, .btn-info.active:hover, input.active.standalone:hover, #content a.active.link-parent:hover, .btn-info.active:focus, input.active.standalone:focus, #content a.active.link-parent:focus, .btn-info.active.focus, input.active.focus.standalone, #content a.active.focus.link-parent,
.open > .btn-info.dropdown-toggle:hover,
.open > input.dropdown-toggle.standalone:hover, #content
.open > a.dropdown-toggle.link-parent:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > input.dropdown-toggle.standalone:focus, #content
.open > a.dropdown-toggle.link-parent:focus,
.open > .btn-info.dropdown-toggle.focus,
.open > input.dropdown-toggle.focus.standalone, #content
.open > a.dropdown-toggle.focus.link-parent {
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
}
.btn-info:active, input.standalone:active, #content a.link-parent:active, .btn-info.active, input.active.standalone, #content a.active.link-parent,
.open > .btn-info.dropdown-toggle,
.open > input.dropdown-toggle.standalone, #content
.open > a.dropdown-toggle.link-parent {
background-image: none;
}
.btn-info.disabled, input.disabled.standalone, #content a.disabled.link-parent, .btn-info.disabled:hover, input.disabled.standalone:hover, #content a.disabled.link-parent:hover, .btn-info.disabled:focus, input.disabled.standalone:focus, #content a.disabled.link-parent:focus, .btn-info.disabled.focus, input.disabled.focus.standalone, #content a.disabled.focus.link-parent, .btn-info.disabled:active, input.disabled.standalone:active, #content a.disabled.link-parent:active, .btn-info.disabled.active, input.disabled.active.standalone, #content a.disabled.active.link-parent, .btn-info[disabled], input[disabled].standalone, #content a[disabled].link-parent, .btn-info[disabled]:hover, input[disabled].standalone:hover, #content a[disabled].link-parent:hover, .btn-info[disabled]:focus, input[disabled].standalone:focus, #content a[disabled].link-parent:focus, .btn-info[disabled].focus, input[disabled].focus.standalone, #content a[disabled].focus.link-parent, .btn-info[disabled]:active, input[disabled].standalone:active, #content a[disabled].link-parent:active, .btn-info[disabled].active, input[disabled].active.standalone, #content a[disabled].active.link-parent,
fieldset[disabled] .btn-info,
fieldset[disabled] input.standalone,
fieldset[disabled] #content a.link-parent, #content
fieldset[disabled] a.link-parent,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] input.standalone:hover,
fieldset[disabled] #content a.link-parent:hover, #content
fieldset[disabled] a.link-parent:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] input.standalone:focus,
fieldset[disabled] #content a.link-parent:focus, #content
fieldset[disabled] a.link-parent:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] input.focus.standalone,
fieldset[disabled] #content a.focus.link-parent, #content
fieldset[disabled] a.focus.link-parent,
fieldset[disabled] .btn-info:active,
fieldset[disabled] input.standalone:active,
fieldset[disabled] #content a.link-parent:active, #content
fieldset[disabled] a.link-parent:active,
fieldset[disabled] .btn-info.active,
fieldset[disabled] input.active.standalone,
fieldset[disabled] #content a.active.link-parent, #content
fieldset[disabled] a.active.link-parent {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge, input.standalone .badge, #content a.link-parent .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d;
}
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger, input.destructive {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:focus, input.destructive:focus, .btn-danger.focus, input.focus.destructive {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
.btn-danger:hover, input.destructive:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active, input.destructive:active, .btn-danger.active, input.active.destructive,
.open > .btn-danger.dropdown-toggle,
.open > input.dropdown-toggle.destructive {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active:hover, input.destructive:active:hover, .btn-danger:active:focus, input.destructive:active:focus, .btn-danger:active.focus, input.destructive:active.focus, .btn-danger.active:hover, input.active.destructive:hover, .btn-danger.active:focus, input.active.destructive:focus, .btn-danger.active.focus, input.active.focus.destructive,
.open > .btn-danger.dropdown-toggle:hover,
.open > input.dropdown-toggle.destructive:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > input.dropdown-toggle.destructive:focus,
.open > .btn-danger.dropdown-toggle.focus,
.open > input.dropdown-toggle.focus.destructive {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.btn-danger:active, input.destructive:active, .btn-danger.active, input.active.destructive,
.open > .btn-danger.dropdown-toggle,
.open > input.dropdown-toggle.destructive {
background-image: none;
}
.btn-danger.disabled, input.disabled.destructive, .btn-danger.disabled:hover, input.disabled.destructive:hover, .btn-danger.disabled:focus, input.disabled.destructive:focus, .btn-danger.disabled.focus, input.disabled.focus.destructive, .btn-danger.disabled:active, input.disabled.destructive:active, .btn-danger.disabled.active, input.disabled.active.destructive, .btn-danger[disabled], input[disabled].destructive, .btn-danger[disabled]:hover, input[disabled].destructive:hover, .btn-danger[disabled]:focus, input[disabled].destructive:focus, .btn-danger[disabled].focus, input[disabled].focus.destructive, .btn-danger[disabled]:active, input[disabled].destructive:active, .btn-danger[disabled].active, input[disabled].active.destructive,
fieldset[disabled] .btn-danger,
fieldset[disabled] input.destructive,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] input.destructive:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] input.destructive:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] input.focus.destructive,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] input.destructive:active,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] input.active.destructive {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge, input.destructive .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link, #content #uponelevel.link-parent {
color: #005b89;
font-weight: normal;
border-radius: 0;
}
.btn-link, #content #uponelevel.link-parent, .btn-link:active, #content #uponelevel.link-parent:active, .btn-link.active, #content .active#uponelevel.link-parent, .btn-link[disabled], #content [disabled]#uponelevel.link-parent,
fieldset[disabled] .btn-link,
fieldset[disabled] #content #uponelevel.link-parent, #content
fieldset[disabled] #uponelevel.link-parent {
background-color: transparent;
box-shadow: none;
}
.btn-link, #content #uponelevel.link-parent, .btn-link:hover, #content #uponelevel.link-parent:hover, .btn-link:focus, #content #uponelevel.link-parent:focus, .btn-link:active, #content #uponelevel.link-parent:active {
border-color: transparent;
}
.btn-link:hover, #content #uponelevel.link-parent:hover, .btn-link:focus, #content #uponelevel.link-parent:focus {
color: #004a70;
text-decoration: none;
background-color: transparent;
}
.btn-link[disabled]:hover, #content [disabled]#uponelevel.link-parent:hover, .btn-link[disabled]:focus, #content [disabled]#uponelevel.link-parent:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] #content #uponelevel.link-parent:hover, #content
fieldset[disabled] #uponelevel.link-parent:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] #content #uponelevel.link-parent:focus, #content
fieldset[disabled] #uponelevel.link-parent:focus {
color: #777;
text-decoration: none;
}
.btn-lg {
padding: 10px 16px;
font-size: 22px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm {
padding: 5px 10px;
font-size: 15px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs, input[type="submit"].discreet, .widget fieldset input.context, #content-history input.standalone[type="submit"], #content a.link-parent {
padding: 1px 5px;
font-size: 15px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font-size: 0;
line-height: 0;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
.visible-xs {
display: none !important;
}
.visible-sm {
display: none !important;
}
.visible-md {
display: none !important;
}
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1299px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1299px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1299px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1299px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1300px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1300px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1300px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1300px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm, #return-to-top {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1299px) {
.hidden-md, #return-to-top {
display: none !important;
}
}
@media (min-width: 1300px) {
.hidden-lg, #return-to-top {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}
p.hiddenStructure,
#content p.hiddenStructure {
margin: 0;
height: 0;
}
.state-published {
color: inherit !important;
}
body.largeText {
font-size: 170%;
}
#visual-portal-wrapper:before, #visual-portal-wrapper:after {
content: " ";
display: table;
}
#visual-portal-wrapper:after {
clear: both;
}
select,
input[type] {
margin-bottom: 0;
margin-top: 0;
}
select, input[type="text"],
input[type="password"] {
display: inline-block;
}
input.searchField {
-moz-appearance: none;
}
.field input[type="password"][size] {
width: auto;
}
label, input, button, select, textarea,
#content .field label {
font-size: 1em;
}
select, input[type="file"] {
height: auto;
line-height: normal;
}
.actionButton inpput.context {
margin-right: 1em;
}
#content legend,
div.overlay legend,
.portlets-manager legend {
padding: 1em 0 0;
font-size: 1.3em;
}
#content input, #content select,
div.overlay input,
div.overlay select,
.portlets-manager input,
.portlets-manager select {
font-size: 1em;
}
select {
max-width: 220px;
width: auto;
height: auto;
}
.widget fieldset input.context {
margin: 3px;
}
label {
display: inline-block;
}
.formHelp {
font-size: 0.9em;
}
.field label {
font-weight: bold;
}
.field label .label {
padding: 0 0 0 0.3em;
background-color: transparent;
color: #313131;
font-size: 1em;
text-shadow: none;
}
div.field.error {
background-color: #f2dede;
border-color: #a94442;
color: #a94442;
}
div.field.error input {
border-color: #a94442;
}
.collapsible .collapse {
height: auto;
overflow: auto;
-webkit-transition: none;
}
.portaltype-plone-site div.label,
.formQuestion.label {
text-align: left;
padding: 0;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
color: inherit;
vertical-align: baseline;
white-space: normal;
text-shadow: none;
background-color: transparent;
}
input.label:empty {
display: inline-block;
}
.optionsToggle {
border-radius: 3px;
padding: 0.2em 0.5em;
border: 0;
display: inline-block;
background-color: #31708f;
text-shadow: none;
color: #31708f;
margin-bottom: 1em;
}
.optionsToggle input {
margin: 0 0.5em 0 0;
}
.optionsToggle label {
margin: 0;
}
.calendar {
z-index: 100;
}
.calendar table thead .title {
border: 0;
background: transparent none !important;
}
#formfield-form-image_ref.field,
#formfield-form-internal_url.field {
background-color: #CCC;
padding: 0.5em 1em;
border-radius: 5px;
}
#formfield-form-image_ref.field legend,
#formfield-form-internal_url.field legend {
font-size: 1em;
margin-bottom: 0;
border: 0;
}
.ArchetypesQueryWidget .criteria:before, .ArchetypesQueryWidget .criteria:after {
content: " ";
display: table;
}
.ArchetypesQueryWidget .criteria:after {
clear: both;
}
.editionComment {
background-color: #CCC;
border-radius: 6px;
padding-top: 1em;
}
#content .sequencewidget .row {
margin-left: 10px;
}
#content .sequencewidget .row input[type="text"][name$=".title"],
#content .sequencewidget .row #archetypes-fieldname-title input {
font-size: 1em;
padding: 0.2em;
}
#content .fc .btn-group > input.btn, #content .fc .btn-group > input[type="submit"], #content .fc .btn-group > input[type="button"], #content .fc .btn-group > input.context, #content .fc .btn-group >
input.destructive, #content .fc .btn-group >
input.standalone, #content .fc #content-history .btn-group > input.standalone[type="submit"], #content.dialog-wrapper .fc .mceActionPanel .btn-group > input[type="submit"], #content .fc #portal-searchbox .btn-group > input.search-button, #portal-searchbox #content .fc .btn-group > input.search-button {
font-size: 14px;
}
#content .fc .btn-group > input.btn.context:focus, #content .fc .btn-group > input.context[type="submit"]:focus, #content .fc .btn-group >
input.context[name="form.button.save"]:focus, #content .fc .btn-group >
input.context[name="form.actions.save"]:focus, #content .fc .btn-group > input.context[type="button"]:focus, #content .fc .btn-group > input.context:focus, #content .fc .btn-group >
input.context.destructive:focus, #content .fc .btn-group >
input.context.standalone:focus, #content .fc #content-history .btn-group > input.context.standalone[type="submit"]:focus, #content.dialog-wrapper .fc .mceActionPanel .btn-group > input.context[type="submit"]:focus, #content .fc #portal-searchbox .btn-group > input.context.search-button:focus, #portal-searchbox #content .fc .btn-group > input.context.search-button:focus, #content .fc .btn-group > input.btn.context:hover, #content .fc .btn-group > input.context[type="submit"]:hover, #content .fc .btn-group >
input.context[name="form.button.save"]:hover, #content .fc .btn-group >
input.context[name="form.actions.save"]:hover, #content .fc .btn-group > input.context[type="button"]:hover, #content .fc .btn-group > input.context:hover, #content .fc .btn-group >
input.context.destructive:hover, #content .fc .btn-group >
input.context.standalone:hover, #content .fc #content-history .btn-group > input.context.standalone[type="submit"]:hover, #content.dialog-wrapper .fc .mceActionPanel .btn-group > input.context[type="submit"]:hover, #content .fc #portal-searchbox .btn-group > input.context.search-button:hover, #portal-searchbox #content .fc .btn-group > input.context.search-button:hover {
color: #313131 !important;
}
#fileupload .span7 {
margin-left: 20px;
width: auto;
min-height: 1em;
}
#fileupload .span7 .fileinput-button {
margin-top: 0px;
}
#edit-bar:before, #edit-bar:after {
content: " ";
display: table;
}
#edit-bar:after {
clear: both;
}
#content-views {
margin: 0;
}
#content-views a {
border: 0 !important;
}
.template-folder_listing dd .description {
font-size: 0.9em;
}
#content .field textarea[name$=".description"],
#archetypes-fieldname-description textarea#description {
font-family: inherit;
font-size: 1em;
color: inherit;
font-weight: 500;
padding: 0.4em 0.5em;
}
.contentActions {
position: relative;
top: 7px;
float: right;
}
#contentActionMenus dl.actionMenu {
margin-bottom: 0.5em;
}
#contentActionMenus dl.actionMenu a {
border: 0 !important;
}
#contentActionMenus dl.actionMenu.activated dd ul {
margin: 0.3em;
}
#contentActionMenus dl.actionMenu.activated .actionMenuContent a {
padding: 0.2em 1.5em 0.2em 0.2em;
}
#contentActionMenus dl.actionMenu.activated ss .actionMenuSelected,
#contentActionMenus dl.actionMenu.activated dd a:hover {
background-color: rgba(255, 255, 255, 0.3) !important;
color: #FFF !important;
}
a.managePortletsFallback {
margin-bottom: 0;
}
#content a.link-parent {
margin-bottom: 10px;
font-size: 1em;
border: 0;
color: #FFF !important;
}
#content #uponelevel.link-parent {
display: inline-block;
}
.overlay .close {
opacity: 1;
}
.template-standard_view #content dl dt {
margin: 0.5em 0 0;
}
.template-standard_view #content dl dd {
font-size: 0.95em;
margin: 0 0 0 2em;
}
/* **/
table.invisible {
visibility: visible;
}
table.table-noborder td, table.table-noborder th {
padding: 0.6em;
}
table.sequencewidget td {
padding-top: 0.3em;
padding-bottom: 0.3em;
}
#existingTags {
float: none;
width: auto;
}
#existingTags li label {
display: inline;
}
/* ***/
#login_form input[type="text"],
#login_form input[type="password"] {
min-width: 20%;
}
.plonepopup .mceFocus .mceTop span {
background-color: #CCC;
text-transform: uppercase;
font-size: 0.8em;
}
#content.dialog-wrapper {
padding-left: 0;
padding-right: 0;
}
#content.dialog-wrapper fieldset legend {
font-size: 1.2em;
line-height: 1.5em;
margin: 0.5em 0;
}
#content.dialog-wrapper fieldset.columnlibraries {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
width: 27% !important;
}
@media (min-width: 768px) {
#content.dialog-wrapper fieldset.columnlibraries {
float: left;
width: 33.3333333333%;
}
}
#content.dialog-wrapper fieldset.subPanel .widget input[type="text"],
#content.dialog-wrapper fieldset.subPanel .widget select {
max-width: 80%;
width: auto;
}
#content.dialog-wrapper fieldset.subPanel .widget input#description {
margin: 0;
}
#content.dialog-wrapper fieldset .field {
margin: 0.5em 0;
}
#content.dialog-wrapper #internalpath {
margin-left: 0;
}
#content.dialog-wrapper form {
margin: 0;
}
#plonebrowser .widget.radioscrolllist input[type='radio'] {
-webkit-appearance: none;
width: 16px;
height: 16px;
border: 1px solid darkgray;
border-radius: 50%;
outline: none;
box-shadow: 0 0 5px 0px gray inset;
position: relative;
top: 0.1em;
}
#plonebrowser .widget.radioscrolllist input[type='radio']:hover {
box-shadow: 0 0 5px 0px orange inset;
}
#plonebrowser .widget.radioscrolllist input[type='radio']:before {
content: '';
display: block;
width: 60%;
height: 60%;
margin: 20% auto;
border-radius: 50%;
}
#plonebrowser .widget.radioscrolllist .current input[checked='checked']:before {
background: #555;
}
#plonebrowser .widget #searchtext {
height: 30px;
padding: 2px 10px;
}
#plonebrowser div#content.dialog-wrapper {
font-size: 0.95em !important;
}
#plonebrowser div#content.dialog-wrapper .formHelp {
margin-bottom: 1em;
}
#plonebrowser div.row {
margin: 0;
}
#plonebrowser div.cell {
float: left;
min-height: 1em;
}
#plonebrowser .thumbnail:hover {
width: auto;
position: static;
}
#plonebrowser #footer {
padding: 1em 0;
border-top: 1px dashed #CCC;
margin-top: 2em;
position: static;
}
#plonebrowser #internallinkcontainer {
height: auto;
}
#plonebrowser #general_panel.width-3\3a 4 {
width: 72%;
margin-right: 2%;
}
#plonebrowser #details_panel #description {
width: 90%;
margin: 0;
}
#plonebrowser #details_panel div.radioscrolllist {
height: auto;
}
#plonebrowser #details_panel div.radioscrolllist #title,
#plonebrowser #details_panel div.radioscrolllist #cssstyle,
#plonebrowser #details_panel div.radioscrolllist #title {
width: auto !important;
max-width: 90%;
}
#plonebrowser #details_panel .field {
line-height: normal;
}
#plonebrowser.image-browser #common-link-fields {
display: none;
}
textarea#htmlSource {
max-height: 300px;
}
div.panel_wrapper div.current {
height: 180px;
}
.template-portlets.portaltype-portlet-page #portletPageColumns hr {
clear: both;
}
/* ***/
body#content.mceContentBody {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 140%;
}
.ploneSkin table.mceLayout td.mceToolbar {
background-color: #FAFAFA !important;
}
.ploneSkin .mceText,
.ploneSkin .mceOpen {
border-bottom-width: 1px !important;
}
.plonepopup .mceAlert .mceOk {
height: auto;
}
.cell {
position: relative;
float: left;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (max-width: 992px) {
.cell {
float: none;
padding-left: 0;
padding-right: 0;
}
}
div.width-1\3a 2 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
div.width-1\3a 2 {
float: left;
width: 50%;
}
}
/* */
div.width-1\3a 4 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
/* */
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
div.width-1\3a 4 {
float: left;
width: 50%;
}
}
@media (min-width: 992px) {
div.width-1\3a 4 {
float: left;
width: 25%;
}
}
#plonebrowser div.width-1\3a 4 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
#plonebrowser div.width-1\3a 4 {
float: left;
width: 25%;
}
}
div.width-3\3a 4 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
div.width-3\3a 4 {
float: left;
width: 75%;
}
}
/* */
div.width-full {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
div.width-full {
float: left;
width: 100%;
}
}
div.width-1\3a 3 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
div.width-1\3a 3 {
float: left;
width: 33.3333333333%;
}
}
/* */
div.width-2\3a 3 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
div.width-2\3a 3 {
float: left;
width: 66.6666666667%;
}
}
/* */
#portal-columns,
.portal-footer-content {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
#portal-columns:before, #portal-columns:after,
.portal-footer-content:before,
.portal-footer-content:after {
content: " ";
display: table;
}
#portal-columns:after,
.portal-footer-content:after {
clear: both;
}
@media (min-width: 768px) {
#portal-columns,
.portal-footer-content {
width: auto;
}
}
@media (min-width: 992px) {
#portal-columns,
.portal-footer-content {
width: auto;
}
}
@media (min-width: 1300px) {
#portal-columns,
.portal-footer-content {
width: 1270px;
}
}
.portal-columns-row {
margin-left: -15px;
margin-right: -15px;
}
.portal-columns-row:before, .portal-columns-row:after {
content: " ";
display: table;
}
.portal-columns-row:after {
clear: both;
}
#portal-column-one.column-one.ltr {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 992px) {
#portal-column-one.column-one.ltr {
float: left;
width: 25%;
}
}
@media (min-width: 992px) {
#portal-column-one.column-one.ltr {
right: 75%;
}
}
#portal-column-content.column-one.ltr {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 992px) {
#portal-column-content.column-one.ltr {
float: left;
width: 75%;
}
}
@media (min-width: 992px) {
#portal-column-content.column-one.ltr {
left: 25%;
}
}
#portal-column-one.column-one.rtl {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 992px) {
#portal-column-one.column-one.rtl {
float: left;
width: 25%;
}
}
#portal-column-content.column-one.rtl {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 992px) {
#portal-column-content.column-one.rtl {
float: left;
width: 75%;
}
}
#portal-column-content.column-two.ltr {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
#portal-column-content.column-two.ltr {
float: left;
width: 66.6666666667%;
}
}
@media (min-width: 992px) {
#portal-column-content.column-two.ltr {
float: left;
width: 75%;
}
}
#portal-column-two.column-two.ltr {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
#portal-column-two.column-two.ltr {
float: left;
width: 33.3333333333%;
}
}
@media (min-width: 992px) {
#portal-column-two.column-two.ltr {
float: left;
width: 25%;
}
}
#portal-column-content.column-two.rtl {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
#portal-column-content.column-two.rtl {
float: left;
width: 66.6666666667%;
}
}
@media (min-width: 992px) {
#portal-column-content.column-two.rtl {
float: left;
width: 75%;
}
}
@media (min-width: 768px) {
#portal-column-content.column-two.rtl {
left: 33.3333333333%;
}
}
@media (min-width: 992px) {
#portal-column-content.column-two.rtl {
left: 25%;
}
}
#portal-column-two.column-two.rtl {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
#portal-column-two.column-two.rtl {
float: left;
width: 33.3333333333%;
}
}
@media (min-width: 992px) {
#portal-column-two.column-two.rtl {
float: left;
width: 25%;
}
}
@media (min-width: 768px) {
#portal-column-two.column-two.rtl {
right: 66.6666666667%;
}
}
@media (min-width: 992px) {
#portal-column-two.column-two.rtl {
right: 75%;
}
}
#portal-column-one.two-columns {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
#portal-column-one.two-columns {
float: left;
width: 100%;
}
}
@media (min-width: 992px) {
#portal-column-one.two-columns {
float: left;
width: 25%;
}
}
@media (min-width: 992px) {
#portal-column-one.two-columns {
right: 75%;
}
}
#portal-column-content.two-columns {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
#portal-column-content.two-columns {
float: left;
width: 66.6666666667%;
}
}
@media (min-width: 992px) {
#portal-column-content.two-columns {
left: 25%;
}
}
@media (min-width: 992px) {
#portal-column-content.two-columns {
width: 54%;
}
}
#portal-column-two.two-columns {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
#portal-column-two.two-columns {
float: left;
width: 33.3333333333%;
}
}
@media (min-width: 992px) {
#portal-column-two.two-columns {
left: 25%;
}
}
@media (min-width: 992px) {
#portal-column-two.two-columns {
width: 21%;
}
}
#portal-column-content.no-columns {
position: relative;
float: left;
width: 100%;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
/* */
div.position-1\3a 5,
div.position-2\3a 5,
div.position-3\3a 5,
div.position-4\3a 5,
div.position-1\3a 6,
div.position-2\3a 6,
div.position-3\3a 6,
div.position-4\3a 6,
div.position-5\3a 6 {
margin-left: 0;
}
/* */
div.width-1\3a 5 {
width: 20%;
float: left;
}
/* */
.photoAlbumEntry {
background-position: right top;
width: 157px;
}
/* */
body {
font-size: 17px;
font-family: "Titillium Web", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
background: #fff;
color: #313131;
}
h1, h2, h3, h4, h5, h6 {
font-family: inherit;
color: inherit;
letter-spacing: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #005b89;
}
h1 {
color: inherit;
}
a:link {
color: #005b89;
}
a:visited {
color: #005b89;
}
a:hover {
color: #004a70;
}
a:active {
color: #960E0E;
}
input {
font-family: "Titillium Web", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 17px;
}
#portal-searchbox {
float: right;
}
#content,
#content .documentDescription, #content #description,
#portal-globalnav,
dl.portlet,
div.managePortletsLink, a.managePortletsFallback,
#edit-bar,
#portal-breadcrumbs,
#portal-personaltools,
#portal-languageselector,
#portal-siteactions,
div.listingBar,
#portal-columns dl.portalMessage,
#content dl.portalMessage,
#setup-link,
.comment,
#portal-footer,
#portal-sitemap,
#portal-searchbox,
div.portletAssignments,
#archetypes-fieldname-description textarea#description {
font-size: 1em;
}
div.overlay {
font-size: 0.95em;
}
div.overlay label {
font-size: 1em;
}
body.smallText {
font-size: 15px;
}
.globalnav-wrapper {
background-color: #C93E16;
}
#portal-globalnav {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
#portal-globalnav:before, #portal-globalnav:after {
content: " ";
display: table;
}
#portal-globalnav:after {
clear: both;
}
@media (min-width: 768px) {
#portal-globalnav {
width: auto;
}
}
@media (min-width: 992px) {
#portal-globalnav {
width: auto;
}
}
@media (min-width: 1300px) {
#portal-globalnav {
width: 1270px;
}
}
#portal-globalnav li {
display: inline-block;
}
#portal-globalnav li + li {
border-left: 1px solid white;
border-left-color: rgba(255, 255, 255, 0.5);
}
#portal-globalnav li a {
background-color: #C93E16;
color: white;
padding: 0.95em 1.5em;
display: inline-block;
text-transform: uppercase;
}
#portal-globalnav .selected a,
#portal-globalnav a:focus,
#portal-globalnav a:hover {
background-color: #30373D;
}
#portal-globalnav .selected a:focus, #portal-globalnav .selected a:hover {
background-color: #1a1d20;
}
#portal-personaltools {
background: #ECF0F0;
}
#portal-personaltools a {
color: #005b89;
}
#portal-languageselector {
background: #ECF0F0;
}
#portal-breadcrumbs a {
border-bottom: none;
padding: 0.25em 0;
display: inline-block;
}
#portal-siteactions li a:focus,
#portal-siteactions li a:hover {
color: #004a70;
}
dl.portlet ul.navTreeLevel0 > .navTreeItem {
padding: 0;
border: 0;
line-height: 1.5;
}
dl.portlet ul.navTree .navTreeCurrentItem {
background-color: transparent;
border: 0;
font-weight: 600;
margin: 0;
}
div.managePortletsLink {
background: #ECF0F0;
}
#content a:link, #content a:visited,
dl.portlet a:link,
dl.portlet a:visited {
color: #005b89;
border-color: transparent;
border-bottom-width: 0;
border-bottom-style: dotted;
}
#content a:focus, #content a:hover,
dl.portlet a:focus,
dl.portlet a:hover {
color: #004a70 !important;
border-color: #004a70;
border-bottom-width: 0;
border-bottom-style: solid;
}
dl dt span.summary a {
border-bottom-width: 0 !important;
border-bottom-style: dotted !important;
border-color: transparent !important;
}
dl dt span.summary a:focus, dl dt span.summary a:hover {
color: #004a70 !important;
border-color: #004a70 !important;
border-bottom-width: 0 !important;
border-bottom-style: solid !important;
}
div.portlet li {
margin-bottom: 0.25em;
line-height: 1.5em;
display: list-item;
}
#category {
color: #555;
}
#category a.link-category {
background: #ECF0F0;
}
#category a.link-category:hover {
background: #313131;
color: #CCC;
border-color: #313131;
}
#content pre {
background-color: #2b2b2b;
color: #FFF;
font-size: 1.1em;
}
#content .visualHighlight {
background-color: #d9edf7;
}
#content blockquote.pullquote {
color: #575757;
font-size: 1.1em;
line-height: 1.5em;
font-weight: 600;
}
#content .callout {
background: #CCC;
border-color: #777;
}
#content .documentDescription,
#content #description {
color: #313131;
font-weight: bold;
font-family: "Titillium Web", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#content div.newsImageContainer p.discreet {
background-color: #666;
background-color: rgba(40, 40, 40, 0.7);
color: #FFF;
}
#content dl.portalMessage a {
color: black;
border-bottom-color: black;
}
#content div.documentByLine,
dl dt .documentByLine {
color: #555;
}
#content .discreet,
#sidebar .discreet {
color: #777;
}
table .plain th,
table .plain td {
border-color: #CFCCC4;
}
table .listing th {
color: #6e6f73;
border-color: #CCC;
}
table .listing tr.odd th {
border-color: #fff;
}
table .listing tbody tr.odd {
background: transparent;
}
table .listing tbody tr.odd td {
background: transparent;
}
table .listing tbody tr.odd.selected td {
background-color: #ffa;
}
table .listing tbody tr.even {
background: #EFEFEF;
}
table .listing tbody tr.even td {
background: #EFEFEF;
}
table .listing tbody tr .selected {
background-color: #ffa;
}
table .listing td.draggable {
background: #ECF0F0 !important;
border-bottom-color: #FFF;
}
#content div.listingBar a {
border-color: #CFCCC4;
border-bottom-width: 0.1em;
border-bottom-style: solid;
}
#content div.listingBar a:focus, #content div.listingBar a:hover {
color: #FFF;
background-color: #329fd7;
border-color: #329fd7;
}
dl.portalMessage {
border-color: #996;
background-color: #ffffe3;
}
dl.portalMessage a {
color: black;
border-bottom-color: black;
}
dl.portalMessage dt {
background-color: #fcf8e3;
color: #8a6d3b;
}
dl.warning {
border-color: #faebcc;
color: #8a6d3b;
}
dl.warning dt, dl.warning dd {
background-color: #fcf8e3;
color: #8a6d3b;
}
dl.error {
border-color: #ebccd1;
color: #a94442;
}
dl.error dt, dl.error dd {
background-color: #f2dede;
color: #a94442;
}
dl.info {
border-color: #bce8f1;
color: #31708f;
}
dl.info dt, dl.info dd {
background-color: #d9edf7;
color: #31708f;
}
#edit-bar {
background-color: black;
border: none;
border-radius: 0;
padding: 0 1%;
margin-bottom: 0;
}
#edit-bar:before, #edit-bar:after {
content: " ";
display: table;
}
#edit-bar:after {
clear: both;
}
#content-views {
background-color: transparent;
margin: 0;
border-left: 1px solid #CCC;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
#content-views li {
display: inline-block;
}
#content-views li a {
padding: 0.2em 0.6em;
border-radius: 0;
border-right: 1px solid #ccc;
}
#content-views li a:before {
font-size: 1.1em;
margin-right: 0.3em;
}
#content-views li.selected a,
#content-views li a:focus,
#content-views li a:hover {
background-color: rgba(185, 115, 0, 0.9);
color: white;
border-radius: 0;
}
#content-views li[id*='-folderContents'] a:before {
display: inline-block;
font-family: FontAwesome;
content: "";
color: #EEE;
}
#content-views li[id*='-view'] a:before {
display: inline-block;
font-family: FontAwesome;
content: "";
color: #EEE;
}
#content-views li[id*='edit'] a:before {
display: inline-block;
font-family: FontAwesome;
content: "";
color: #EEE;
}
#content-views li[id*='-local_roles'] a:before {
display: inline-block;
font-family: FontAwesome;
content: "";
color: #EEE;
}
#content ul.formTabs {
background-color: #ECF0F0;
border-color: #ECF0F0;
}
#content ul.formTabs li.formTab a.selected,
#content ul.formTabs li.formTab a:focus,
#content ul.formTabs li.formTab a:hover {
background-color: #EFEFEF;
color: #000;
}
#content ul.formTabs li.formTab a.selected {
background-color: #FFF;
}
#content ul.formTabs li.formTab a.notify {
background-color: #960E0E;
color: #FFF;
}
#portal-personaltools dt.actionMenuHeader a:focus,
#portal-personaltools dt.actionMenuHeader a:hover {
color: #313131;
}
#portal-personaltools dd {
background: #CCC;
}
#portal-personaltools dd a:focus,
#portal-personaltools dd a:hover {
background: #FFF;
color: #000 !important;
}
#contentActionMenus {
background: none;
right: 0;
}
#contentActionMenus dl.actionMenu a {
background-color: transparent;
color: #FFF;
}
#contentActionMenus dl.actionMenu .actionMenuContent a,
#contentActionMenus dl.actionMenu.activated dd {
background-color: black;
color: #FFF;
}
#contentActionMenus dl.actionMenu a:focus,
#contentActionMenus dl.actionMenu a:hover {
color: white;
background-color: #B97300;
border-radius: 5px;
}
#contentActionMenus dl.actionMenu dt {
margin-top: 0;
}
#contentActionMenus dl.actionMenu dt a {
margin: 0 0;
padding: 0 0.5em;
-moz-border-radius: 0.5em 0.5em 0 0;
}
#contentActionMenus dl.actionMenu.deactivated dt {
margin: 0 0;
}
#contentActionMenus dl.actionMenu.activated dd {
border-bottom: transparent;
}
#contentActionMenus dl.actionMenu.activated dd a:focus,
#contentActionMenus dl.actionMenu.activated dd a:hover,
#contentActionMenus dl.actionMenu.activated dd .actionMenuSelected {
color: #555;
}
#contentActionMenus dl.actionMenu.activated dd ul {
padding-bottom: 0.4em;
}
#folderHeader, #contextHeader {
border-bottom-color: #FFF;
}
#content ul.configlets li a:visited {
color: #436976;
background-color: transparent;
}
#content ul.configlets li a:active {
color: #436976;
}
#content ul.configletDetails li.configletDescription {
color: #76797c;
}
.rule-element {
background-color: #EEF3F5;
}
dl.collapsible {
border-color: #8cacbb;
}
.comment {
border-color: #CCC;
background-color: #f2f2f2;
}
.comment h1,
.comment h2,
.comment h3,
.comment h4,
.comment h5,
.comment h6 {
border-bottom-color: #777;
}
.optionsToggle {
border-color: #8cacbb;
color: #000;
background-color: #dee7ec;
}
.highlightedSearchTerm {
background-color: #ffa;
}
.noInheritedRoles {
color: #777;
}
.currentItem {
border-color: #ffa500;
}
img.image-left,
img.image-right {
margin-top: 0;
}
img.image-left,
img.image-right,
.captioned img {
border-color: #CCC;
}
dd.image-caption {
color: #777;
}
#archetypes-fieldname-description textarea#description {
font-family: "Titillium Web", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #000;
}
#content .field input[type="text"][name$=".title"] {
font-size: 1em;
}
#content #archetypes-fieldname-title input {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #000;
font-size: 1.2em;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
background-color: #ffffe0;
}
#content fieldset {
border-color: #CFCCC4;
}
#content optgroup {
color: #777;
}
#content option {
color: #000;
}
#content textarea {
font-family: "Titillium Web", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.searchSection {
color: #76797c;
}
.searchSection label:hover {
color: #000;
}
.formHelp {
color: #555;
}
div.error {
background-color: #f2dede;
}
.error .fieldRequired {
color: #a94442;
}
dl.portalMessage, div.attention, div.caution, div.danger, div.error, div.hint, div.important, div.note, div.tip, div.warning {
font-size: 90%;
}
input.inputLabelActive {
color: #76797c;
}
#portal-footer {
color: #313131;
background-color: transparent;
line-height: inherit;
}
#portal-colophon a {
color: #005b89;
}
#portal-colophon a:hover {
color: #004a70;
}
#portal-sitemap > li {
border-bottom-color: #CCC;
font-weight: normal;
}
#portal-sitemap > li .navTreeLevel2,
#portal-sitemap > li .navTreeLevel2 ul {
font-size: 0.95em;
}
#portal-sitemap > li a {
display: inline-block;
}
.template-folder_contents .documentDescription,
.template-folder_contents .newsImageContainer {
display: none;
}
#LSResult {
position: absolute;
right: 0;
background: White;
margin: -1.5em 0 0 -7em;
}
#LSResult fieldset {
padding: 1em 0 0;
border: 0.1em solid #ccc;
}
#LSResult .LSDescr {
font-size: 85%;
color: #666;
}
#livesearchLegend {
background-color: #ccc;
padding: 0.3em;
margin-bottom: 0;
}
.LSRow,
#LSNothingFound {
display: block;
padding: 0.5em 1em;
white-space: normal;
width: 28em;
}
.LSHighlight {
background: #ddd;
}
strong {
font-weight: 600;
}
#portletPageColumns:before, #portletPageColumns:after {
content: " ";
display: table;
}
#portletPageColumns:after {
clear: both;
}
.richTextWidget {
padding-top: 10px;
}
.richTextWidget .fieldTextFormat {
display: none;
}
#search-results-bar dl.actionMenu {
margin-left: 20px;
padding-left: 20px;
border-left: 1px solid #CCC;
}
#search-results-bar dl.actionMenu dt.actionMenuHeader {
position: relative;
padding-left: 25px;
margin-left: 0;
}
#search-results-bar dl.actionMenu dt.actionMenuHeader:before {
display: inline-block;
font-family: FontAwesome;
content: "";
color: #CCC;
position: absolute;
left: 0;
top: -4px;
font-size: 20px;
}
#search-results-bar dl.actionMenu dt.actionMenuHeader a {
margin: 0;
}
#search-results-bar dl.actionMenu dd.actionMenuContent {
margin-top: 10px;
}
@media (max-width: 540px) {
#search-results-bar dl.actionMenu {
width: 100%;
margin-left: 0;
padding-left: 0;
border-left: 0;
}
#search-results-bar dl.actionMenu dd.actionMenuContent {
min-width: 280px;
}
}
@media (max-width: 767px) and (min-width: 541px) {
#search-results-bar dl.actionMenu dd.actionMenuContent {
right: 0;
}
}
#search-filter {
border: 1px solid #ccc;
background-color: #EFEFEF;
}
#search-filter legend {
margin-bottom: 0;
}
#search-filter legend,
#content #search-filter legend {
font-weight: 400;
border-top: 1px solid #e5e5e5;
}
#search-filter fieldset:first-child legend {
border-top: 0;
}
#search-filter .field {
background-color: #fafafa;
}
#search-filter .field .optionsToggle {
border: 0;
background-color: transparent;
padding: 0;
}
#search-filter .field .optionsToggle label {
font-weight: 700;
text-transform: uppercase;
}
.userrole-anonymous #search-results dt img {
display: none;
}
#portal-searchbox .LSBox {
position: relative;
}
#portal-searchbox #LSResult {
z-index: 1;
margin-top: 5px;
right: 0;
}
@media (max-width: 767px) {
#portal-searchbox #LSResult {
display: none;
}
}
#portal-personaltools-wrapper {
background-color: #833027;
padding: 0 15px;
border-bottom: 2px solid #FFF;
margin: 0 0;
font-size: 1em;
}
#portal-personaltools-wrapper .brand {
text-shadow: none;
float: left;
color: #FFF;
margin: 5px 20px 0 0;
padding: 0;
font-size: 0.9em;
text-transform: uppercase;
font-weight: bold;
}
#portal-personaltools-wrapper ul#portal_personaltools {
text-align: right;
margin: 3px 0;
}
#portal-personaltools-wrapper ul#portal_personaltools li a {
color: #FFF;
font-size: 0.85em;
padding: 0.1em 0.7em;
margin: 0 0.5em;
border: 0 !important;
border-radius: 5px;
}
#portal-personaltools-wrapper ul#portal_personaltools li a:hover {
background-color: #B97300;
}
.userrole-anonymous #portal-personaltools-wrapper {
display: none;
}
#portal-personaltools-wrapper #user-name {
font-weight: 700;
text-transform: uppercase;
}
#portal-personaltools-wrapper #user-name img {
display: none;
}
#content .documentDescription,
#content #description {
font-weight: 400;
margin-bottom: 1.5em;
}
#content #archetypes-fieldname-description textarea#description {
font-weight: normal;
}
#content .pullquote {
font-size: 1.3em;
letter-spacing: normal !important;
font-family: inherit;
}
#content .callout {
background: rgba(201, 62, 22, 0.1);
border: 1px dotted #C93E16;
}
.template-folder_listing #content-core > ul {
margin-left: 0;
list-style: none;
}
.template-folder_listing #content-core > ul li {
margin-top: 0.5em;
}
.template-folder_listing #content-core .summary,
.template-folder_listing #content-core .documentByLine {
font-weight: 600;
}
.template-folder_listing #content-core .description {
font-size: 0.9em;
}
.relatedItems dl#relatedItemBox dt {
text-transform: uppercase;
margin: 5px 0 10px;
}
.relatedItems dl#relatedItemBox dd {
position: relative;
padding-left: 15px;
}
.relatedItems dl#relatedItemBox dd:before {
display: inline-block;
font-family: FontAwesome;
content: "";
color: inherit;
color: #313131;
position: absolute;
left: 0;
top: 0;
}
#category a.link-category {
background-color: transparent;
}
#category a.link-category:hover, #category a.link-category:focus {
background-color: transparent;
color: #004a70;
border-bottom: 1px solid #004a70;
}
@media (max-width: 767px) {
#content img.tileImage,
#content div.newsImageContainer {
float: none;
margin: 0 0 0.5em;
}
}
@media (max-width: 767px) {
div.listingBar a.previous, div.listingBar a.next {
margin: 5px 0;
float: none;
}
}
.vevent .fieldEvent {
margin-bottom: 1em;
}
.vevent .fieldEvent > label {
text-transform: uppercase;
}
.eventImageContainer {
margin: 1em 0;
}
.eventImageContainer img.eventImage {
max-width: 100%;
height: auto;
}
.eventDetails {
margin-bottom: 2em;
max-width: 50%;
}
.eventDetails a {
overflow-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
display: inline-block;
}
@media (max-width: 767px) {
.eventDetails {
margin-left: 0;
float: none;
max-width: 100%;
}
}
.eventDetails table.listing {
border: 1px solid #C93E16;
}
.eventDetails table.listing tr,
.eventDetails table.listing tr.odd,
.eventDetails table.listing tr.even {
border-bottom: 1px solid #C93E16;
}
.eventDetails table.listing tr td, .eventDetails table.listing tr th,
.eventDetails table.listing tr.odd td,
.eventDetails table.listing tr.odd th,
.eventDetails table.listing tr.even td,
.eventDetails table.listing tr.even th {
border: 0 none;
background: transparent;
}
.eventDetails table.listing tr th,
.eventDetails table.listing tr.odd th,
.eventDetails table.listing tr.even th {
border-right: 1px solid #C93E16;
color: #C93E16;
text-transform: uppercase;
}
#portal-top {
border-top: 20px solid #183250;
}
#portal-header {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 20px;
}
#portal-header:before, #portal-header:after {
content: " ";
display: table;
}
#portal-header:after {
clear: both;
}
@media (min-width: 768px) {
#portal-header {
width: auto;
}
}
@media (min-width: 992px) {
#portal-header {
width: auto;
}
}
@media (min-width: 1300px) {
#portal-header {
width: 1270px;
}
}
@media (max-width: 767px) {
#portal-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-moz-align-items: center;
-ms-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
#portal-logo {
display: inline-block;
}
#portal-logo img {
max-width: 100%;
height: auto;
}
@media (max-width: 767px) {
#portal-logo {
width: calc(100% - 130px);
margin-bottom: 0;
margin-right: 10px;
}
#portal-logo:before, #portal-logo:after {
content: " ";
display: table;
}
#portal-logo:after {
clear: both;
}
}
.header-right {
float: right;
margin-top: 25px;
}
@media (max-width: 767px) {
.header-right {
width: 80px;
margin-top: 10px;
}
}
#portal-searchbox .search-button {
font-size: 0;
float: right;
padding-top: 4px;
padding-bottom: 3px;
background-color: #183250;
border-color: #183250;
}
#portal-searchbox .search-button:before {
display: inline-block;
font-family: FontAwesome;
content: "";
color: inherit;
font-size: 26px;
}
#portal-searchbox #searchGadget {
height: 48px;
}
#portal-searchbox .search-button,
#portal-searchbox #searchGadget {
border-radius: 0;
}
@media (max-width: 767px) {
#portal-searchbox #searchGadget {
display: none;
}
#portal-searchbox .search-button:before {
font-size: 21px;
}
}
@media (min-width: 768px) {
#portal-searchbox #searchGadget {
width: 12em;
}
}
#portal-globalnav {
margin-bottom: 35px;
}
@media (max-width: 767px) {
#portal-globalnav {
margin-bottom: 0;
padding-left: 0;
padding-right: 0;
}
#portal-globalnav li {
display: list-item;
}
#portal-globalnav li + li {
border: 0;
}
#portal-globalnav li a {
padding: 0.25em 15px;
width: 100%;
}
}
@media (max-width: 991px) and (min-width: 768px) {
#portal-globalnav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#portal-globalnav li {
-webkit-box-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
#portal-globalnav li a {
padding: 0.7em 0.9em;
}
}
@media (max-width: 767px) {
.globalnav-wrapper {
display: none;
}
}
@media (min-width: 768px) {
.globalnav-wrapper {
display: block !important;
}
}
.mobile-menu-button-wrapper {
float: left;
width: 40px;
padding-right: 5px;
padding-top: 12px;
}
.mobile-menu-button-wrapper img {
max-width: 100%;
}
@media (min-width: 768px) {
.mobile-menu-button-wrapper {
display: none;
}
}
.mobile-info-button:before {
display: inline-block;
font-family: FontAwesome;
content: "";
color: inherit;
font-size: 1.05em;
line-height: 30px;
color: #313131;
width: 30px;
height: 30px;
border-radius: 50%;
background-color: #F5F5F5;
text-align: center;
margin-top: 1px;
}
@media (min-width: 768px) {
.mobile-info-button {
display: none;
}
}
dl.portlet {
background-color: #F5F5F5;
padding: 1em;
}
dl.portlet dt {
padding: 0 0 0.5em;
background: none;
position: relative;
text-transform: uppercase;
}
dl.portlet dt:after {
content: "";
display: block;
position: absolute;
width: 41px;
height: 3px;
bottom: -1px;
left: 2px;
background-color: #f7a700;
}
dl.portlet dt .tile {
font-size: 1.18em;
}
dl.portlet dd.portletItem {
padding: 0;
font-size: 1.06em;
padding-top: 0.9433962264em;
}
dl.portlet li {
position: relative;
padding-left: 15px;
}
dl.portlet li:before {
display: inline-block;
font-family: FontAwesome;
content: "";
color: inherit;
color: #313131;
position: absolute;
left: 0;
top: 0;
}
dl.portlet li a:link, dl.portlet li a:visited {
color: #313131;
}
dl.portlet li a:focus, dl.portlet li a:hover {
color: #005b89;
}
dl.portlet li.navTreeFolderish:before {
display: inline-block;
font-family: FontAwesome;
content: "";
color: inherit;
}
dl.portlet ul.navTreeLevel0 > .navTreeItem {
padding-left: 15px;
}
dl.portlet li.navTreeFolderish > div {
background-color: #fff;
padding-left: 5px;
}
dl.portlet.variante-default {
background-color: rgba(112, 123, 147, 0.16);
}
dl.portlet.variante-default dt:after {
display: none;
}
dl.portlet,
div.portlet {
margin-bottom: 35px;
}
dl.portlet.no-margine-inferiore,
div.portlet.no-margine-inferiore {
margin-bottom: 1px;
}
dl.portlet img,
div.portlet img {
max-width: 100%;
}
dl.portlet a.email-link:link, dl.portlet a.email-link:visited,
#content dl.portlet a.email-link:link,
#content dl.portlet a.email-link:visited,
div.portlet a.email-link:link,
div.portlet a.email-link:visited,
#content
div.portlet a.email-link:link,
#content
div.portlet a.email-link:visited {
border-bottom: 1px solid #005b89;
}
dl.portlet a.email-link:focus, dl.portlet a.email-link:hover,
#content dl.portlet a.email-link:focus,
#content dl.portlet a.email-link:hover,
div.portlet a.email-link:focus,
div.portlet a.email-link:hover,
#content
div.portlet a.email-link:focus,
#content
div.portlet a.email-link:hover {
border-bottom: 1px solid #004a70;
}
dl.portlet.managedPortlet,
div.portlet.managedPortlet {
margin-bottom: 0.8em;
}
div.portlet.sfondo-blu .portletItem, div.portlet.sfondo-scuro .portletItem {
background-color: #313F4E;
color: #fff;
padding: 1em;
}
div.portlet.sfondo-blu a:link, div.portlet.sfondo-blu a:visited, div.portlet.sfondo-scuro a:link, div.portlet.sfondo-scuro a:visited {
color: #ABEFF4;
border-bottom-width: 1px;
}
div.portlet.sfondo-blu a:focus, div.portlet.sfondo-blu a:hover, div.portlet.sfondo-scuro a:focus, div.portlet.sfondo-scuro a:hover {
color: #65DBDE;
border-bottom: 1px solid #65DBDE;
}
div.portlet.sfondo-blu .portletItem {
background-color: #183250;
}
div.portlet.sfondo-arancio .portletItem, div.portlet.sfondo-azzurro .portletItem {
background-color: #a5c6df;
color: #313131;
padding: 1em;
}
div.portlet.sfondo-arancio a:link, div.portlet.sfondo-arancio a:visited, div.portlet.sfondo-azzurro a:link, div.portlet.sfondo-azzurro a:visited {
color: #000;
border-bottom: 1px solid #000;
}
div.portlet.sfondo-arancio a:focus, div.portlet.sfondo-arancio a:hover, div.portlet.sfondo-azzurro a:focus, div.portlet.sfondo-azzurro a:hover {
color: #005b89;
border-bottom: 1px solid #005b89;
}
div.portlet.sfondo-arancio .portletItem {
background-color: #f7a700;
}
dl.toc dd.portletItem ol li {
padding-left: 5px;
}
dl.toc dd.portletItem ol li:before {
display: none;
}
@media (max-width: 767px) {
dl.toc {
float: none;
width: 100%;
}
}
dl.portlet.rerPortletAdvancedStatic .portletHeader .headerImg {
margin: -1em -1em 21px;
width: auto;
border-bottom: 3px solid #f7a700;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
dl.portlet.rerPortletAdvancedStatic[class*="icona-"] dt {
padding-bottom: 0;
}
dl.portlet.rerPortletAdvancedStatic[class*="icona-"] dt:after {
display: none;
}
dl.portlet.rerPortletAdvancedStatic[class*="icona-"] dt .tile {
display: inline-block;
padding-left: 60px;
margin-bottom: 2px;
line-height: 50px;
background-repeat: no-repeat;
background-position: left center;
background-size: 50px;
color: #183250;
}
dl.portlet.rerPortletAdvancedStatic.icona-contatti dt .tile {
background-image: url("++resource++asp.plonetheme/images/contatti.svg");
}
dl.portlet.rerPortletAdvancedStatic.icona-contatti dd.portletItem {
font-size: 1em;
}
dl.portlet.rerPortletAdvancedStatic.icona-contatti dd.portletItem li a:link, dl.portlet.rerPortletAdvancedStatic.icona-contatti dd.portletItem li a:visited {
color: #005b89;
border-bottom: 1px solid #005b89;
}
dl.portlet.rerPortletAdvancedStatic.icona-contatti dd.portletItem li a:focus, dl.portlet.rerPortletAdvancedStatic.icona-contatti dd.portletItem li a:hover {
color: #004a70;
border-bottom: 1px solid #004a70;
}
dl.portlet.rerPortletAdvancedStatic.sfondo-blu, dl.portlet.rerPortletAdvancedStatic.sfondo-scuro {
background-color: #313F4E;
color: #fff;
}
dl.portlet.rerPortletAdvancedStatic.sfondo-blu dt, dl.portlet.rerPortletAdvancedStatic.sfondo-scuro dt {
color: #fff;
}
dl.portlet.rerPortletAdvancedStatic.sfondo-blu dt:after, dl.portlet.rerPortletAdvancedStatic.sfondo-scuro dt:after {
display: none;
}
dl.portlet.rerPortletAdvancedStatic.sfondo-blu dt a:link, dl.portlet.rerPortletAdvancedStatic.sfondo-blu dt a:visited, dl.portlet.rerPortletAdvancedStatic.sfondo-scuro dt a:link, dl.portlet.rerPortletAdvancedStatic.sfondo-scuro dt a:visited {
color: #ABEFF4;
}
dl.portlet.rerPortletAdvancedStatic.sfondo-blu dt a:focus, dl.portlet.rerPortletAdvancedStatic.sfondo-blu dt a:hover, dl.portlet.rerPortletAdvancedStatic.sfondo-scuro dt a:focus, dl.portlet.rerPortletAdvancedStatic.sfondo-scuro dt a:hover {
color: #65DBDE !important;
}
dl.portlet.rerPortletAdvancedStatic.sfondo-blu dd.portletItem a:link, dl.portlet.rerPortletAdvancedStatic.sfondo-blu dd.portletItem a:visited,
dl.portlet.rerPortletAdvancedStatic.sfondo-blu dd.portletFooter a:link,
dl.portlet.rerPortletAdvancedStatic.sfondo-blu dd.portletFooter a:visited, dl.portlet.rerPortletAdvancedStatic.sfondo-scuro dd.portletItem a:link, dl.portlet.rerPortletAdvancedStatic.sfondo-scuro dd.portletItem a:visited,
dl.portlet.rerPortletAdvancedStatic.sfondo-scuro dd.portletFooter a:link,
dl.portlet.rerPortletAdvancedStatic.sfondo-scuro dd.portletFooter a:visited {
color: #ABEFF4;
border-bottom-width: 1px;
}
dl.portlet.rerPortletAdvancedStatic.sfondo-blu dd.portletItem a:focus, dl.portlet.rerPortletAdvancedStatic.sfondo-blu dd.portletItem a:hover,
dl.portlet.rerPortletAdvancedStatic.sfondo-blu dd.portletFooter a:focus,
dl.portlet.rerPortletAdvancedStatic.sfondo-blu dd.portletFooter a:hover, dl.portlet.rerPortletAdvancedStatic.sfondo-scuro dd.portletItem a:focus, dl.portlet.rerPortletAdvancedStatic.sfondo-scuro dd.portletItem a:hover,
dl.portlet.rerPortletAdvancedStatic.sfondo-scuro dd.portletFooter a:focus,
dl.portlet.rerPortletAdvancedStatic.sfondo-scuro dd.portletFooter a:hover {
color: #65DBDE !important;
border-bottom-color: #65DBDE !important;
}
dl.portlet.rerPortletAdvancedStatic.sfondo-blu {
background-color: #183250;
}
dl.portlet.rerPortletAdvancedStatic.sfondo-arancio, dl.portlet.rerPortletAdvancedStatic.sfondo-azzurro {
background-color: #a5c6df;
color: #313131;
}
dl.portlet.rerPortletAdvancedStatic.sfondo-arancio dt, dl.portlet.rerPortletAdvancedStatic.sfondo-azzurro dt {
color: #313131;
}
dl.portlet.rerPortletAdvancedStatic.sfondo-arancio dt:after, dl.portlet.rerPortletAdvancedStatic.sfondo-azzurro dt:after {
display: none;
}
dl.portlet.rerPortletAdvancedStatic.sfondo-arancio dt a:link, dl.portlet.rerPortletAdvancedStatic.sfondo-arancio dt a:visited, dl.portlet.rerPortletAdvancedStatic.sfondo-azzurro dt a:link, dl.portlet.rerPortletAdvancedStatic.sfondo-azzurro dt a:visited {
color: #000;
}
dl.portlet.rerPortletAdvancedStatic.sfondo-arancio dt a:focus, dl.portlet.rerPortletAdvancedStatic.sfondo-arancio dt a:hover, dl.portlet.rerPortletAdvancedStatic.sfondo-azzurro dt a:focus, dl.portlet.rerPortletAdvancedStatic.sfondo-azzurro dt a:hover {
color: #005b89 !important;
}
dl.portlet.rerPortletAdvancedStatic.sfondo-arancio dd.portletItem a:link, dl.portlet.rerPortletAdvancedStatic.sfondo-arancio dd.portletItem a:visited,
dl.portlet.rerPortletAdvancedStatic.sfondo-arancio dd.portletFooter a:link,
dl.portlet.rerPortletAdvancedStatic.sfondo-arancio dd.portletFooter a:visited, dl.portlet.rerPortletAdvancedStatic.sfondo-azzurro dd.portletItem a:link, dl.portlet.rerPortletAdvancedStatic.sfondo-azzurro dd.portletItem a:visited,
dl.portlet.rerPortletAdvancedStatic.sfondo-azzurro dd.portletFooter a:link,
dl.portlet.rerPortletAdvancedStatic.sfondo-azzurro dd.portletFooter a:visited {
color: #000;
border-bottom: 1px solid #000;
}
dl.portlet.rerPortletAdvancedStatic.sfondo-arancio dd.portletItem a:focus, dl.portlet.rerPortletAdvancedStatic.sfondo-arancio dd.portletItem a:hover,
dl.portlet.rerPortletAdvancedStatic.sfondo-arancio dd.portletFooter a:focus,
dl.portlet.rerPortletAdvancedStatic.sfondo-arancio dd.portletFooter a:hover, dl.portlet.rerPortletAdvancedStatic.sfondo-azzurro dd.portletItem a:focus, dl.portlet.rerPortletAdvancedStatic.sfondo-azzurro dd.portletItem a:hover,
dl.portlet.rerPortletAdvancedStatic.sfondo-azzurro dd.portletFooter a:focus,
dl.portlet.rerPortletAdvancedStatic.sfondo-azzurro dd.portletFooter a:hover {
color: #005b89 !important;
border-bottom-color: #005b89 !important;
}
dl.portlet.rerPortletAdvancedStatic.sfondo-arancio {
background-color: #f7a700;
}
dl.portlet.rerPortletAdvancedStatic.link-con-foto {
background-color: #333;
padding: 0;
}
dl.portlet.rerPortletAdvancedStatic.link-con-foto.sfondo-scuro {
background-color: #313F4E;
}
dl.portlet.rerPortletAdvancedStatic.link-con-foto.sfondo-blu {
background-color: #183250;
}
dl.portlet.rerPortletAdvancedStatic.link-con-foto.sfondo-azzurro {
background-color: #a5c6df;
}
dl.portlet.rerPortletAdvancedStatic.link-con-foto.sfondo-arancio {
background-color: #f7a700;
}
dl.portlet.rerPortletAdvancedStatic.link-con-foto .portletHeader {
padding: 0;
}
dl.portlet.rerPortletAdvancedStatic.link-con-foto .portletHeader .headerImg {
border-bottom: 2px solid white;
margin: 0;
}
.sfondo-azzurro dl.portlet.rerPortletAdvancedStatic.link-con-foto .portletHeader .headerImg,
.sfondo-arancio dl.portlet.rerPortletAdvancedStatic.link-con-foto .portletHeader .headerImg {
border-bottom-color: #000;
}
dl.portlet.rerPortletAdvancedStatic.link-con-foto .portletHeader:after {
display: none;
}
dl.portlet.rerPortletAdvancedStatic.link-con-foto .portletHeader .tile {
display: block;
width: 100%;
font-size: 1em;
transition: background-color ease 0.1s;
}
dl.portlet.rerPortletAdvancedStatic.link-con-foto .portletHeader .tile:focus, dl.portlet.rerPortletAdvancedStatic.link-con-foto .portletHeader .tile:hover {
background-color: rgba(255, 255, 255, 0.1);
}
dl.portlet.rerPortletAdvancedStatic.link-con-foto .portletHeader .tile span {
color: white;
display: inline-block;
padding: 7.5px 0.8em;
font-weight: 400;
font-size: 0.95em;
line-height: 1.25em;
}
.sfondo-azzurro dl.portlet.rerPortletAdvancedStatic.link-con-foto .portletHeader .tile span,
.sfondo-arancio dl.portlet.rerPortletAdvancedStatic.link-con-foto .portletHeader .tile span {
color: #000;
font-weight: 600;
}
dl.portlet.rerPortletAdvancedStatic.link-con-foto .portletHeader .tile span:after {
display: inline-block;
font-family: FontAwesome;
content: "";
color: inherit;
font-size: 0.7em;
margin-left: 0.6em;
}
dl.portlet.rerPortletAdvancedStatic.link-con-foto.icona-foto .portletHeader, dl.portlet.rerPortletAdvancedStatic.link-con-foto.icona-video .portletHeader {
padding-bottom: 50px;
}
dl.portlet.rerPortletAdvancedStatic.link-con-foto.icona-foto .portletHeader .tile, dl.portlet.rerPortletAdvancedStatic.link-con-foto.icona-video .portletHeader .tile {
position: absolute;
top: 0;
left: 0;
height: 100%;
padding-left: 0;
margin-bottom: 0;
line-height: normal;
}
dl.portlet.rerPortletAdvancedStatic.link-con-foto.icona-foto .portletHeader .tile span, dl.portlet.rerPortletAdvancedStatic.link-con-foto.icona-video .portletHeader .tile span {
position: absolute;
bottom: 13px;
left: 0.8em;
padding: 0;
}
dl.portlet.rerPortletAdvancedStatic.link-con-foto.icona-foto .portletHeader .tile span:before, dl.portlet.rerPortletAdvancedStatic.link-con-foto.icona-video .portletHeader .tile span:before {
display: inline-block;
font-family: FontAwesome;
content: "";
color: #65DBDE;
font-size: 22px;
margin-right: 0.6em;
}
dl.portlet.rerPortletAdvancedStatic.link-con-foto.icona-foto.icona-foto .portletHeader .tile span:before, dl.portlet.rerPortletAdvancedStatic.link-con-foto.icona-video.icona-foto .portletHeader .tile span:before {
content: "\f030";
}
dl.portlet.rerPortletAdvancedStatic.link-con-foto.icona-foto.icona-video .portletHeader .tile span:before, dl.portlet.rerPortletAdvancedStatic.link-con-foto.icona-video.icona-video .portletHeader .tile span:before {
content: "\f03d";
}
@media (max-width: 991px) and (min-width: 768px) {
dl.portlet.rerPortletAdvancedStatic .portletHeader .headerImg {
background-position: left;
background-size: contain;
border-bottom: 0;
}
}
.FooterPortletManager2 {
margin-left: -15px;
margin-right: -15px;
}
.FooterPortletManager2:before, .FooterPortletManager2:after {
content: " ";
display: table;
}
.FooterPortletManager2:after {
clear: both;
}
#portlets-footer div.portlet.rerPortletAdvancedStatic.footer-logo {
margin: 35px 0 45px;
}
#portlets-footer div.portlet.rerPortletAdvancedStatic.footer-logo .portletItem {
padding-left: 220px;
background: url("++resource++asp.plonetheme/images/logo-bianco.png") no-repeat left center;
padding-top: 15px;
padding-bottom: 15px;
}
#portlets-footer div.portlet.rerPortletAdvancedStatic.footer-logo .portletItem:before, #portlets-footer div.portlet.rerPortletAdvancedStatic.footer-logo .portletItem:after {
content: " ";
display: table;
}
#portlets-footer div.portlet.rerPortletAdvancedStatic.footer-logo .portletItem:after {
clear: both;
}
#portlets-footer div.portlet.rerPortletAdvancedStatic.footer-logo .portletItem h2 {
font-size: 1.5em;
font-weight: 400;
margin: 5px 0 0;
}
#portlets-footer div.portlet.rerPortletAdvancedStatic.footer-logo .portletItem h3 {
font-size: 1.2em;
font-weight: 300;
margin: 0;
}
@media (max-width: 767px) {
#portlets-footer div.portlet.rerPortletAdvancedStatic.footer-logo .portletItem {
padding-left: 0;
padding-top: 85px;
background-position: left top;
}
}
#portlets-footer dl.portlet.rerPortletAdvancedStatic {
padding: 0 15px;
background-color: transparent;
}
#portlets-footer dl.portlet.rerPortletAdvancedStatic dt {
text-transform: none;
padding-bottom: 0.7em;
font-weight: 400;
}
#portlets-footer dl.portlet.rerPortletAdvancedStatic dt:after {
width: 75%;
height: 1px;
background-color: #636363;
left: 0;
}
#portlets-footer dl.portlet.rerPortletAdvancedStatic dt .tile {
font-size: 1.41em;
}
#portlets-footer dl.portlet.rerPortletAdvancedStatic dd.portletItem {
font-size: 1em;
padding-top: 1.35em;
}
#portlets-footer dl.portlet.rerPortletAdvancedStatic.link-social li {
display: inline-block;
margin-right: 21px;
padding-left: 0;
}
#portlets-footer dl.portlet.rerPortletAdvancedStatic.link-social li:before {
display: none;
}
#portlets-footer dl.portlet.rerPortletAdvancedStatic.link-social li a {
display: inline-block;
border-radius: 50%;
background-color: #65DBDE;
width: 36px;
height: 36px;
line-height: 36px;
font-size: 24px;
text-align: center;
}
#portlets-footer dl.portlet.rerPortletAdvancedStatic.link-social li a:link, #portlets-footer dl.portlet.rerPortletAdvancedStatic.link-social li a:visited {
color: #30373D;
border: 0;
}
#portlets-footer dl.portlet.rerPortletAdvancedStatic.link-social li a:focus, #portlets-footer dl.portlet.rerPortletAdvancedStatic.link-social li a:hover {
color: #30373D !important;
background-color: #27b2b6;
}
@media (max-width: 991px) {
#portlets-footer dl.portlet.rerPortletAdvancedStatic dt:after {
width: 100%;
}
}
.notizie-in-evidenza {
margin-bottom: 35px;
}
.notizie-in-evidenza .news-item {
padding: 25px 0;
border-bottom: 2px solid #676767;
}
.notizie-in-evidenza .news-item:first-of-type {
padding-top: 0;
}
.notizie-in-evidenza .news-item-image img {
max-width: 100%;
}
.notizie-in-evidenza .news-item-date {
font-size: 0.9em;
margin-bottom: 0;
}
.notizie-in-evidenza .news-item-date + .news-item-title {
margin-top: 0.3em;
}
.notizie-in-evidenza .news-item-title {
font-size: 1.06em;
margin: 0 0 0.6em;
}
.notizie-in-evidenza .news-item-title a:link, .notizie-in-evidenza .news-item-title a:visited,
#content .notizie-in-evidenza .news-item-title a:link,
#content .notizie-in-evidenza .news-item-title a:visited {
color: #313131;
}
.notizie-in-evidenza .news-item-title a:focus, .notizie-in-evidenza .news-item-title a:hover,
#content .notizie-in-evidenza .news-item-title a:focus,
#content .notizie-in-evidenza .news-item-title a:hover {
color: #005b89;
}
.notizie-in-evidenza .news-item-description {
font-weight: 300;
}
.notizie-in-evidenza .news-item-more {
margin-bottom: 0;
}
.notizie-in-evidenza .news-item-more a {
font-weight: 600;
text-decoration: underline;
}
.notizie-in-evidenza .news-item-more a:after {
display: inline-block;
font-family: FontAwesome;
content: "";
color: inherit;
font-size: 0.7em;
margin-left: 0.5em;
}
.notizie-in-evidenza .news-footer {
text-align: right;
padding: 0.5em 0;
}
.notizie-in-evidenza .news-footer a {
font-size: 0.9em;
text-transform: uppercase;
font-weight: 600;
}
.notizie-in-evidenza .news-footer a:after {
display: inline-block;
font-family: FontAwesome;
content: "";
color: inherit;
font-size: 0.7em;
margin-left: 0.5em;
}
.notizie-in-evidenza.in-primo-piano .news-item {
border-bottom: 0;
border-top: 5px solid rgba(112, 123, 147, 0.43);
background-color: rgba(112, 123, 147, 0.16);
margin-top: 18px;
padding-left: 15px;
padding-right: 15px;
padding-top: 25px;
}
.notizie-in-evidenza.in-primo-piano .news-item-title {
font-size: 1.18em;
}
@media (max-width: 767px) {
.notizie-in-evidenza .news-item-image {
margin-bottom: 1em;
}
.notizie-in-evidenza .news-item-image img {
display: block;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 768px) {
.notizie-in-evidenza .news-item:before, .notizie-in-evidenza .news-item:after {
content: " ";
display: table;
}
.notizie-in-evidenza .news-item:after {
clear: both;
}
.notizie-in-evidenza .news-item-image {
float: left;
width: 200px;
margin-right: 19px;
}
.notizie-in-evidenza .news-item-image + .news-item-text {
float: left;
width: calc(100% - 219px);
}
.notizie-in-evidenza.in-primo-piano .news-item-image {
padding-bottom: 11px;
padding-right: 9px;
background-color: white;
margin-top: -48px;
margin-left: -30px;
width: 230px;
}
.notizie-in-evidenza.in-primo-piano .news-item-image + .news-item-text {
width: calc(100% - 228px);
}
}
dl.portlet.avvisi-e-comunicazioni {
padding: 0;
background-color: transparent;
}
dl.portlet.avvisi-e-comunicazioni dt {
font-size: 1.18em;
}
dl.portlet.avvisi-e-comunicazioni dt a,
#content dl.portlet.avvisi-e-comunicazioni dt a {
color: #000;
}
dl.portlet.avvisi-e-comunicazioni dt a:hover, dl.portlet.avvisi-e-comunicazioni dt a:focus,
#content dl.portlet.avvisi-e-comunicazioni dt a:hover,
#content dl.portlet.avvisi-e-comunicazioni dt a:focus {
color: #005b89;
}
dl.portlet.avvisi-e-comunicazioni dd.portletItem {
font-size: 1em;
position: relative;
padding-left: 30px;
}
dl.portlet.avvisi-e-comunicazioni dd.portletItem:before {
content: "";
display: block;
position: absolute;
left: 0;
bottom: 0.3em;
width: 15px;
height: 15px;
border-radius: 3px;
background-color: #4A4A4A;
}
dl.portlet.avvisi-e-comunicazioni dd.portletItem .rt_item {
margin-bottom: 0;
}
dl.portlet.avvisi-e-comunicazioni dd.portletItem .rt_item a {
font-weight: 600;
color: #005b89;
}
dl.portlet.avvisi-e-comunicazioni dd.portletItem .rt_item a:hover, dl.portlet.avvisi-e-comunicazioni dd.portletItem .rt_item a:focus {
color: #004a70;
}
dl.portlet.avvisi-e-comunicazioni dd.portletFooter {
padding: 1em 0;
text-align: right;
}
dl.portlet.avvisi-e-comunicazioni dd.portletFooter a {
font-size: 0.9em;
text-transform: uppercase;
font-weight: 600;
}
dl.portlet.avvisi-e-comunicazioni dd.portletFooter a:after {
display: inline-block;
font-family: FontAwesome;
content: "";
color: inherit;
font-size: 0.7em;
margin-left: 0.5em;
}
dl.portlet.calendario-eventi {
padding: 0;
background-color: transparent;
}
dl.portlet.calendario-eventi dt {
font-size: 1.18em;
}
dl.portlet.calendario-eventi dt a:link, dl.portlet.calendario-eventi dt a:visited,
#content dl.portlet.calendario-eventi dt a:link,
#content dl.portlet.calendario-eventi dt a:visited {
color: #313131;
}
dl.portlet.calendario-eventi dt a:focus, dl.portlet.calendario-eventi dt a:hover,
#content dl.portlet.calendario-eventi dt a:focus,
#content dl.portlet.calendario-eventi dt a:hover {
color: #005b89 !important;
}
dl.portlet.calendario-eventi dd.portletItem {
font-size: 1em;
padding: 1.1em 0;
}
dl.portlet.calendario-eventi dd.portletItem:before, dl.portlet.calendario-eventi dd.portletItem:after {
content: " ";
display: table;
}
dl.portlet.calendario-eventi dd.portletItem:after {
clear: both;
}
dl.portlet.calendario-eventi dd.portletItem + .portletItem {
border-top: 1px solid #f7a700;
}
dl.portlet.calendario-eventi .date-wrapper {
float: left;
width: 85px;
padding-right: 30px;
padding-left: 5px;
}
dl.portlet.calendario-eventi .date-wrapper + .caption-wrapper {
float: left;
width: calc(100% - 85px);
}
dl.portlet.calendario-eventi .day,
dl.portlet.calendario-eventi .month {
display: block;
text-align: center;
line-height: 1;
}
dl.portlet.calendario-eventi .day {
font-size: 1.8em;
border-bottom: 2px solid #f7a700;
padding-bottom: 6px;
font-weight: 600;
}
dl.portlet.calendario-eventi .from {
font-size: 0.46em;
margin-left: -1em;
margin-right: 0.2em;
}
dl.portlet.calendario-eventi .month {
color: #005b89;
text-transform: uppercase;
padding-top: 6px;
font-size: 0.95em;
}
dl.portlet.calendario-eventi h4 {
margin-top: 0;
margin-bottom: 10px;
font-size: 1.2em;
}
dl.portlet.calendario-eventi .description {
margin-bottom: 0;
}
dl.portlet.calendario-eventi dd.portletFooter {
padding: 1em 0;
text-align: right;
border-top: 2px solid #f7a700;
}
dl.portlet.calendario-eventi dd.portletFooter a {
font-size: 0.9em;
text-transform: uppercase;
font-weight: 600;
}
dl.portlet.calendario-eventi dd.portletFooter a:after {
display: inline-block;
font-family: FontAwesome;
content: "";
color: inherit;
font-size: 0.7em;
margin-left: 0.5em;
}
.evaluation-wrapper {
background-color: #C93E16;
text-align: center;
}
.evaluation-link {
font-size: 1.3em;
display: inline-block;
padding: 0.9em 0 0.8em 3em;
background: url("++resource++asp.plonetheme/images/evaluate.svg") no-repeat left 44%;
background-size: auto 53%;
}
.evaluation-link span {
color: white;
display: inline-block;
border-bottom: 1px solid transparent;
}
.evaluation-link:focus span, .evaluation-link:hover span {
border-bottom-color: white;
}
@media (max-width: 767px) {
#return-to-top {
position: fixed;
bottom: 20px;
right: 20px;
background: black;
background: rgba(0, 0, 0, 0.7);
width: 50px;
height: 50px;
text-decoration: none;
border-radius: 35px;
display: none;
transition: all 0.3s linear;
}
#return-to-top span {
color: #fff;
margin: 0;
position: relative;
left: 16px;
top: 13px;
font-size: 19px;
transition: all 0.3s ease;
}
#return-to-top:active {
background: rgba(0, 0, 0, 0.9);
}
#return-to-top:active span {
color: #fff;
top: 5px;
}
}
#portal-footer-wrapper {
background-color: #30373D;
color: #EEEEEE;
font-weight: 300;
}
#portlets-footer a,
#portlets-footer dl.portlet a,
#portal-siteactions a,
#portal-siteactions dl.portlet a {
font-weight: 400;
}
#portlets-footer a:link, #portlets-footer a:visited,
#portlets-footer dl.portlet a:link,
#portlets-footer dl.portlet a:visited,
#portal-siteactions a:link,
#portal-siteactions a:visited,
#portal-siteactions dl.portlet a:link,
#portal-siteactions dl.portlet a:visited {
color: #65DBDE;
border-bottom: 1px solid #65DBDE;
}
#portlets-footer a:focus, #portlets-footer a:hover,
#portlets-footer dl.portlet a:focus,
#portlets-footer dl.portlet a:hover,
#portal-siteactions a:focus,
#portal-siteactions a:hover,
#portal-siteactions dl.portlet a:focus,
#portal-siteactions dl.portlet a:hover {
color: #27b2b6 !important;
border-bottom-color: #27b2b6;
}
#portal-siteactions {
margin-bottom: 0;
padding: 15px 0 30px;
border-top: 1px solid #636363;
}
#portal-siteactions li {
margin-right: 30px;
}
@media (max-width: 767px) {
#portal-siteactions li {
margin-right: 0;
display: list-item;
}
}
#portal-column-two {
padding-bottom: 30px;
}
#portal-column-two .managePortletsLink {
margin-top: 20px;
}
.colonna-1-di-2 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.colonna-1-di-2 {
float: left;
width: 100%;
}
}
@media (min-width: 992px) {
.colonna-1-di-2 {
float: left;
width: 50%;
}
}
.colonna-1-di-3 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.colonna-1-di-3 {
float: left;
width: 33.3333333333%;
}
}
.colonna-1-di-4 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.colonna-1-di-4 {
float: left;
width: 50%;
}
}
@media (min-width: 992px) {
.colonna-1-di-4 {
float: left;
width: 25%;
}
}
.colonna-1-di-5 {
width: 20%;
float: left;
padding: 0 15px;
}
.colonna-1-di-6 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 992px) {
.colonna-1-di-6 {
float: left;
width: 16.6666666667%;
}
}
@media (min-width: 768px) {
.colonna-1-di-6 {
float: left;
width: 33.3333333333%;
}
}
body[class*='subsection-++contextportlets++'] #portlets-above,
body[class*='subsection-++contextportlets++'] #portlets-below,
body[class*='subsection-++contextportlets++'] #portlets-in-header {
display: none;
}
.is-homepage #content #plone-document-byline,
.is-homepage #portal-breadcrumbs {
display: none;
}
.template-search input.searchPage {
font-size: 1.5em !important;
float: left;
height: 2em;
line-height: 1;
margin-right: 10px;
}
.template-search input.searchPage[name="SearchableText"] {
width: 60%;
}
.template-search input.searchPage.searchButton {
border-color: #183250;
background-color: #183250;
}
.template-search input.searchPage.searchButton:hover, .template-search input.searchPage.searchButton:focus {
border-color: #B97300;
background-color: #B97300;
}
#content {
margin-bottom: 2em;
}
a.email-link {
display: inline-block;
max-width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
/* */

/* - ++resource++asp.plonetheme.stylesheets/css/aspplonetheme.print.css - */
@media print {
/* https://aspcircondarioimolese.bo.it/portal_css/++resource++asp.plonetheme.stylesheets/css/aspplonetheme.print.css?original=1 */
a[href]:after {
content: none !important;
}
img {
width: auto !important;
max-width: 100%;
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
body {
font-size: 9pt;
font-family: "Titillium Web", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
p,
#content p {
margin: 0 0 4pt;
line-height: 1.4em;
}
h1, h2 {
letter-spacing: normal;
font-weight: 500;
}
h1, h2, h3, h4, h5, h6, strong, ul, li, #content p, span, div {
font-family: "Titillium Web", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
h1 {
font-size: 15pt;
}
#content h1.documentFirstHeading {
margin-bottom: 0;
}
h2 {
font-size: 14pt;
}
h3 {
font-size: 12pt;
font-weight: 600;
}
.evaluation-wrapper,
#portal-footer-wrapper,
#portal-personaltools-wrapper,
.documentByLine,
#searchbox,
#breadcrumbs,
.managePortletsLink {
display: none;
}
#portal-logo {
float: none;
width: auto;
display: inline-block;
border: 0;
}
#portal-columns {
display: inline;
}
#portal-column-one {
display: none !important;
}
#portal-column-two,
#portal-column-content {
display: inline !important;
width: auto !important;
float: none !important;
position: static !important;
}
#portal-column-two {
font-size: 1em;
padding: 20px 0 0;
margin-top: 20px;
border-top: 1px dashed #999;
}
#portal-column-two .portlet {
display: none;
}
.portal-columns-row {
margin: 0;
}
.row {
margin: 0;
}
pre, blockquote, #content .callout {
border: 1px solid #999;
padding: 12px;
border-radius: 4px;
}
/* */
a {
text-decoration: none;
border-bottom: 0.1em solid gray;
color: black;
}
.documentDescription {
font-weight: bold;
}
table.listing,
table.listing td {
border: 1pt solid black;
border-collapse: collapse;
}
table.listing td,
table.listing th {
padding: 6px;
}
/* */
div.pageBreak {
page-break-before: always;
}
/* */
#content dt {
margin: 1em 0 0.625em;
}
#content p, #content table {
margin-bottom: 0.625em;
margin-top: 0.625em;
}
#content .documentDescription, #content #description {
margin: 0.5em 0 1.31em;
}
/* */
div.top,
#portal-siteactions,
.hiddenStructure,
#portal-searchbox,
#portal-globalnav,
#portal-personaltools,
#portal-breadcrumbs,
#edit-bar,
#portal-languageselector,
.contentViews,
.contentActions,
.help,
.legend,
.portalMessage,
.documentActions,
.netscape4,
#viewlet-below-content .reply,
#viewlet-below-content .discussion,
#kss-spinner,
#review-history,
#content-history,
.listingBar,
#portal-footer,
#portal-colophon,
.skipnav,
#kss-spinner,
#review-history,
#content-history,
.listingBar,
.link-presentation,
input.standalone,
.overlay,
.managePortletsFallback,
.close,
.link-parent,
.draggingHook,
#foldercontents-order-column,
input.context,
.visualNoPrint {
display: none;
}
/* */
.image-left {
float: left;
clear: both;
margin: 0.5em 1em 0.5em 0;
border: 0.4pt solid Black;
}
.image-inline {
float: none;
}
.image-right {
float: right;
clear: both;
margin: 0.5em;
border: 0.4pt solid Black;
}
dd.image-caption {
text-align: left;
padding: 0;
margin: 0;
}
dl.captioned {
padding: 0.8em;
}
.newsImageContainer {
float: right;
margin: 0 0 0.5em 1em;
width: 16em;
}
/* */
}


/* - ++resource++asp.plonetheme.stylesheets/css/cookiepolicy.css - */
/* https://aspcircondarioimolese.bo.it/portal_css/++resource++asp.plonetheme.stylesheets/css/cookiepolicy.css?original=1 */
.cc_logo{display:none}.cc_message{width:89%;font-family:Verdana,Geneva,Tahoma,sans-serif}.cc_container{z-index:9999;opacity:.92}.cc_container{background:#616265;color:#fff;box-sizing:border-box}.cc_container a,.cc_container a:visited{text-decoration:none;color:#fff;transition:200ms color;border-bottom:1px solid #fff}.cc_container a:hover,.cc_container a:active{color:#ededed;border-bottom:none}.cc_container .cc_btn,.cc_container .cc_btn:visited{font-family:Verdana,Geneva,Tahoma,sans-serif;line-height:1.2;color:#000;background-color:#fbda64;transition:background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;border-radius:5px;border-bottom:none}.cc_container .cc_btn:hover,.cc_container .cc_btn:active{background-color:#fff;color:#000}.cc_container{position:fixed;left:0;right:0;bottom:0;overflow:hidden;padding:10px}.cc_container .cc_btn{padding:8px 5px;background-color:#f1d600;cursor:pointer;transition:font-size 200ms;text-align:center;font-size:9.6px;display:block;width:33%;margin-left:5px;float:right;max-width:100px}.cc_container .cc_message{transition:font-size 200ms;font-size:9.6px;display:block}@media screen and (min-width:500px){.cc_container .cc_btn{font-size:10.8px}.cc_container .cc_message{margin-top:6px;font-size:10.8px}}@media screen and (min-width:768px){.cc_container{padding:15px 30px 15px}.cc_container .cc_btn{font-size:12px;padding:8px 15px}.cc_container .cc_message{font-size:12px}}@media screen and (min-width:992px){.cc_container .cc_message{font-size:12px}}

