diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index 3e8301486..08c0e2800 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -1,1253 +1,1040 @@ @charset "UTF-8"; /* open-sans-300 - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: url("./fonts/open-sans-v15-latin-300.eot"); /* IE9 Compat Modes */ src: local("Open Sans Light"), local("OpenSans-Light"), url("./fonts/open-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-300.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-300.woff") format("woff"), url("./fonts/open-sans-v15-latin-300.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-300.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } /* open-sans-regular - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: url("./fonts/open-sans-v15-latin-regular.eot"); /* IE9 Compat Modes */ src: local("Open Sans Regular"), local("OpenSans-Regular"), url("./fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-regular.woff") format("woff"), url("./fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } /* open-sans-700 - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: url("./fonts/open-sans-v15-latin-700.eot"); /* IE9 Compat Modes */ src: local("Open Sans Bold"), local("OpenSans-Bold"), url("./fonts/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-700.woff") format("woff"), url("./fonts/open-sans-v15-latin-700.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-700.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; - box-sizing: border-box; -} + box-sizing: border-box; } body .p-component { font-family: "Open Sans", "Helvetica Neue", sans-serif; font-size: 14px; - text-decoration: none; -} + text-decoration: none; } body a { color: #FFB300; - text-decoration: none; -} -body a:hover { - color: #FFA000; -} -body a:active { - color: #FF8F00; -} + text-decoration: none; } + body a:hover { + color: #FFA000; } + body a:active { + color: #FF8F00; } body .p-disabled, body .p-component:disabled { opacity: 0.5; - filter: alpha(opacity=50); -} + filter: alpha(opacity=50); } body .pi { - font-size: 1.25em; -} + font-size: 1.25em; } body .p-link { font-size: 14px; font-family: "Open Sans", "Helvetica Neue", sans-serif; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; -} + border-radius: 3px; } + body .p-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; } body { - /* Validations */ -} -body .p-inputtext { - font-size: 14px; - color: #dedede; - background: #585858; - padding: 0.429em; - border: 1px solid #585858; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-inputtext:enabled:hover { - border-color: #FFB300; -} -body .p-inputtext:enabled:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; - border-color: #FFB300; -} -body .p-checkbox { - display: inline-block; - vertical-align: middle; - margin: 0; - width: 20px; - height: 20px; -} -body .p-checkbox .p-checkbox-box { - border: 1px solid #585858; - background-color: #585858; - width: 20px; - height: 20px; - text-align: center; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; -} -body .p-checkbox .p-checkbox-box:not(.p-disabled):hover { - border-color: #FFB300; -} -body .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; - border-color: #FFB300; -} -body .p-checkbox .p-checkbox-box.p-highlight { - border-color: #FFB300; - background-color: #FFB300; - color: #212121; -} -body .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { - border-color: #FF8F00; - background-color: #FF8F00; - color: #212121; -} -body .p-checkbox .p-checkbox-box .p-checkbox-icon { - overflow: hidden; - position: relative; - font-size: 18px; -} -body .p-checkbox-label { - margin: 0 0 0 0.5em; -} -body .p-radiobutton { - display: inline-block; - vertical-align: middle; - margin: 0; - width: 20px; - height: 20px; -} -body .p-radiobutton .p-radiobutton-box { - border: 1px solid #585858; - background-color: #585858; - width: 20px; - height: 20px; - text-align: center; - position: relative; - -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; -} -body .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { - border-color: #FFB300; -} -body .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; - border-color: #FFB300; -} -body .p-radiobutton .p-radiobutton-box.p-highlight { - border-color: #FFB300; - background-color: #FFB300; - color: #212121; -} -body .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon { - background-color: #212121; -} -body .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { - border-color: #FF8F00; - background-color: #FF8F00; - color: #212121; -} -body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - background: transparent; - width: 10px; - height: 10px; - display: inline-block; - position: absolute; - left: 50%; - top: 50%; - margin-left: -5px; - margin-top: -5px; - -moz-transition: background-color 0.2s; - -o-transition: background-color 0.2s; - -webkit-transition: background-color 0.2s; - transition: background-color 0.2s; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; -} -body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon:before { - display: none; -} -body .p-radiobutton-label { - margin: 0 0 0 0.5em; -} -body .p-inputswitch { - width: 3em; - height: 1.75em; -} -body .p-inputswitch .p-inputswitch-slider { - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - border-radius: 30px; - background: #585858; -} -body .p-inputswitch .p-inputswitch-slider:before { - background-color: #323232; - height: 1.25em; - width: 1.25em; - left: 0.25em; - bottom: 0.25em; - border-radius: 50%; - -webkit-transition: 0.2s; - transition: 0.2s; -} -body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { - -webkit-transform: translateX(1.25em); - -ms-transform: translateX(1.25em); - transform: translateX(1.25em); -} -body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; -} -body .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { - background-color: #585858; -} -body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { - background-color: #FFB300; -} -body .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { - background-color: #FFA000; -} -body .p-autocomplete .p-autocomplete-input { - padding: 0.429em; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { - padding: 0.2145em 0.429em; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: #FFB300; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; - border-color: #FFB300; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { - margin: 0; - padding: 0.2145em 0; - color: #dedede; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input { - font-family: "Open Sans", "Helvetica Neue", sans-serif; - font-size: 14px; - padding: 0; - margin: 0; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { - font-size: 14px; - padding: 0.2145em 0.429em; - margin: 0 0.286em 0 0; - background: #FFB300; - color: #212121; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-autocomplete-panel { - padding: 0; - border: 1px solid #191919; - background-color: #323232; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-autocomplete-panel .p-autocomplete-items { - padding: 0; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item:hover { - color: #dedede; - background-color: #4c4c4c; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item.p-highlight { - color: #212121; - background-color: #FFB300; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group { - padding: 0.429em 0.857em; - background-color: #585858; - color: #dedede; -} -body .p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button { - width: 2.357em; -} -body .p-fluid .p-autocomplete.p-autocomplete-multiple.p-autocomplete-dd .p-autocomplete-multiple-container { - border-right: 0 none; - width: calc(100% - 2.357em); -} -body .p-fluid .p-autocomplete.p-autocomplete-dd .p-inputtext { - border-right: 0 none; - width: calc(100% - 2.357em); -} -body .p-chips > ul.p-inputtext { - padding: 0.2145em 0.429em; - display: inline-block; -} -body .p-chips > ul.p-inputtext:not(.p-disabled):hover { - border-color: #FFB300; -} -body .p-chips > ul.p-inputtext:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; - border-color: #FFB300; -} -body .p-chips > ul.p-inputtext .p-chips-input-token { - padding: 0.2145em 0; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input { - font-family: "Open Sans", "Helvetica Neue", sans-serif; - font-size: 14px; - padding: 0; - margin: 0; - color: #dedede; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input:hover { - border: 0 none; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input:focus { - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; - outline: 0 none; - border: 0 none; -} -body .p-chips > ul.p-inputtext .p-chips-token { - font-size: 14px; - padding: 0.2145em 0.429em; - margin: 0 0.286em 0 0; - background: #FFB300; - color: #212121; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown { - background: #585858; - border: 1px solid #585858; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown:not(.p-disabled):hover { - border-color: #FFB300; -} -body .p-dropdown:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; - border-color: #FFB300; -} -body .p-dropdown .p-dropdown-label { - padding-right: 2em; -} -body .p-dropdown .p-dropdown-label.p-placeholder { - color: #9b9b9b; -} -body .p-dropdown .p-dropdown-label:focus { - outline: 0 none; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; -} -body .p-dropdown .p-dropdown-trigger { - background-color: #585858; - width: 2em; - line-height: 2em; - text-align: center; - padding: 0; - color: #dedede; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown .p-dropdown-clear-icon { - color: #dedede; -} -body .p-dropdown-panel { - padding: 0; - border: 1px solid #191919; - background-color: #323232; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-dropdown-panel .p-dropdown-filter-container { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #191919; - color: #dedede; - background-color: #252525; - margin: 0; -} -body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter { - width: 100%; - padding-right: 2em; -} -body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon { - top: 50%; - margin-top: -0.5em; - right: 1.357em; - color: #252525; -} -body .p-dropdown-panel .p-dropdown-items { - padding: 0; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group.p-highlight { - color: #212121; - background-color: #FFB300; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover { - color: #dedede; - background-color: #4c4c4c; -} -body .p-multiselect { - background: #585858; - border: 1px solid #585858; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-multiselect:not(.p-disabled):hover { - border-color: #FFB300; -} -body .p-multiselect:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; - border-color: #FFB300; -} -body .p-multiselect .p-multiselect-label { - padding: 0.429em; - padding-right: 2em; - font-weight: 400; - color: #dedede; -} -body .p-multiselect .p-multiselect-label.p-placeholder { - color: #9b9b9b; -} -body .p-multiselect .p-multiselect-trigger { - background-color: #585858; - width: 2em; - line-height: 2em; - text-align: center; - padding: 0; - color: #dedede; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-multiselect-panel { - padding: 0; - border: 1px solid #191919; - background-color: #323232; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-multiselect-panel .p-multiselect-header { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #191919; - color: #dedede; - background-color: #252525; - margin: 0; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container { - float: none; - width: 70%; - display: inline-block; - vertical-align: middle; - margin-left: 0; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { - padding: 0.429em; - padding-right: 2em; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { - color: #252525; - top: 50%; - margin-top: -0.5em; - right: 0.5em; - left: auto; -} -body .p-multiselect-panel .p-multiselect-header .p-checkbox { - margin-right: 0.5em; - float: none; - vertical-align: middle; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-close { - line-height: 1; - color: #888888; - top: 50%; - margin-top: -0.5em; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-multiselect-panel .p-multiselect-items { - padding: 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { - color: #dedede; - background-color: #4c4c4c; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: inset 0 0 0 0.2em #ffe8b3; - box-shadow: inset 0 0 0 0.2em #ffe8b3; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { - color: #212121; - background-color: #FFB300; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { - position: static; - display: inline-block; - vertical-align: middle; - margin: 0 0.5em 0 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item label { - display: inline-block; - vertical-align: middle; -} -body .p-listbox { - padding: 0; - min-width: 12em; - background: #323232; - border: 1px solid #191919; -} -body .p-listbox .p-checkbox { - margin: 0 0.5em 0 0; -} -body .p-listbox .p-listbox-header { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #191919; - color: #dedede; - background-color: #252525; - margin: 0; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-listbox .p-listbox-header .p-listbox-filter-container input { - padding: 0.429em; - padding-right: 2em; -} -body .p-listbox .p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon { - top: 50%; - left: auto; - margin-top: -0.5em; - right: 0.5em; - color: #252525; -} -body .p-listbox .p-listbox-list { - background-color: #323232; -} -body .p-listbox .p-listbox-list .p-listbox-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-listbox .p-listbox-list .p-listbox-item.p-highlight { - color: #212121; - background-color: #FFB300; -} -body .p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: inset 0 0 0 0.2em #ffe8b3; - box-shadow: inset 0 0 0 0.2em #ffe8b3; -} -body .p-listbox .p-listbox-list .p-listbox-item .p-checkbox { - position: static; - display: inline-block; - vertical-align: middle; - margin: 0 0.5em 0 0; -} -body .p-listbox .p-listbox-list .p-listbox-item label { - display: inline-block; - vertical-align: middle; -} -body .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { - color: #dedede; - background-color: #4c4c4c; -} -body .p-listbox.p-disabled .p-checkbox-box:not(.p-disabled):not(.p-highlight):hover { - border: 1px solid #585858; -} -body .p-listbox .p-listbox-list-wrapper { - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-listbox .p-listbox-footer { - padding: 0.429em 0.857em 0.429em 0.857em; - border-top: 1px solid #191919; - color: #dedede; - background-color: #252525; -} -body .p-editor-container .p-editor-toolbar { - border: 1px solid #191919; - background-color: #191919; -} -body .p-editor-container .p-editor-content { - border: 1px solid #191919; -} -body .p-editor-container .p-editor-content .ql-editor { - background-color: #585858; - color: #dedede; -} -body .p-editor-container .ql-picker.ql-expanded .ql-picker-label { - color: #dedede; -} -body .p-editor-container .ql-stroke { - stroke: #dedede; -} -body .p-editor-container .ql-picker-label { - color: #dedede; -} -body .p-editor-container .ql-snow.ql-toolbar button:hover, -body .p-editor-container .ql-snow .ql-toolbar button:hover, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { - color: #FFB300; -} -body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { - stroke: #FFB300; -} -body .p-rating .p-rating-icon { - font-size: 20px; - text-align: center; - display: inline-block; - color: #dedede; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-rating .p-rating-icon.p-rating-cancel { - color: #CD3A3A; -} -body .p-rating .p-rating-icon:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; -} -body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { - color: #FFB300; -} -body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { - color: #d76161; -} -body .p-spinner .p-spinner-input { - padding-right: 2.786em; -} -body .p-spinner .p-spinner-button { - width: 2.357em; -} -body .p-spinner .p-spinner-button .p-spinner-button-icon { - position: absolute; - top: 50%; - left: 50%; - margin-top: -0.5em; - margin-left: -0.5em; - width: 1em; -} -body .p-spinner .p-spinner-button.p-spinner-button { - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-up { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-down { - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-spinner .p-spinner-button.p-spinner-button:focus { - z-index: 1; -} -body .p-fluid .p-spinner .p-spinner-input { - padding-right: 2.786em; -} -body .p-fluid .p-spinner .p-spinner-button { - width: 2.357em; -} -body .p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon { - left: 50%; -} -body .p-slider { - background-color: #585858; - border: 0 none; -} -body .p-slider.p-slider-horizontal { - height: 0.286em; -} -body .p-slider.p-slider-horizontal .p-slider-handle { - top: 50%; - margin-top: -0.5715em; -} -body .p-slider.p-slider-vertical { - width: 0.286em; -} -body .p-slider.p-slider-vertical .p-slider-handle { - left: 50%; - margin-left: -0.5715em; -} -body .p-slider .p-slider-handle { - height: 1.143em; - width: 1.143em; - background-color: #4c4c4c; - border: 2px solid #FFB300; - -moz-border-radius: 100%; - -webkit-border-radius: 100%; - border-radius: 100%; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-slider .p-slider-handle:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; -} -body .p-slider .p-slider-range { - background-color: #FFB300; -} -body .p-slider:not(.p-disabled) .p-slider-handle:hover { - background-color: #FFB300; - border: 2px solid #FFB300; -} -body .p-datepicker { - padding: 0.857em; - min-width: 20em; - background-color: #323232; - color: #dedede; - border: 1px solid #191919; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker:not(.p-datepicker-inline) { - border: 1px solid #191919; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:hover, -body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:hover { - color: #dedede; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled) { - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { - background-color: #4c4c4c; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker { - margin: 0.857em 0 0 0; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month { - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled) { - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { - background-color: #4c4c4c; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; -} -body .p-datepicker .p-datepicker-header { - padding: 0.429em 0.857em 0.429em 0.857em; - background-color: #252525; - color: #dedede; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-datepicker .p-datepicker-header .p-datepicker-prev, -body .p-datepicker .p-datepicker-header .p-datepicker-next { - cursor: pointer; - top: 0; - color: #888888; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title { - margin: 0; - padding: 0; - line-height: 1; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title select { - margin-top: -0.35em; - margin-bottom: 0; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; - border-color: #FFB300; -} -body .p-datepicker table { - font-size: 14px; - margin: 0.857em 0 0 0; -} -body .p-datepicker table th { - padding: 0.5em; -} -body .p-datepicker table td { - padding: 0.5em; -} -body .p-datepicker table td > span { - display: block; - text-align: center; - color: #dedede; - cursor: pointer; - padding: 0.5em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker table td > span.p-highlight { - color: #212121; - background-color: #FFB300; -} -body .p-datepicker table td.p-datepicker-today > span { - background-color: #FF8F00; - color: #212121; -} -body .p-datepicker table td.p-datepicker-today > span.p-highlight { - color: #212121; - background-color: #FFB300; -} -body .p-datepicker .p-datepicker-buttonbar { - border-top: 1px solid #3f3f3f; -} -body .p-datepicker .p-timepicker { - border: 0 none; - border-top: 1px solid #3f3f3f; - padding: 0.857em; -} -body .p-datepicker .p-timepicker button { - color: #888888; - font-size: 1.286em; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-timepicker button:hover { - color: #dedede; -} -body .p-datepicker .p-timepicker span { - font-size: 1.286em; -} -body .p-datepicker .p-monthpicker .p-monthpicker-month { - color: #dedede; -} -body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { - color: #212121; - background-color: #FFB300; -} -body .p-datepicker.p-datepicker-timeonly { - padding: 0; -} -body .p-datepicker.p-datepicker-timeonly .p-timepicker { - border-top: 0 none; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { - border-right: 1px solid #3f3f3f; - padding-right: 0.857em; - padding-left: 0.857em; - padding-top: 0; - padding-bottom: 0; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child { - padding-left: 0; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child { - padding-right: 0; - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-inputtext { - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-error), body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-error) { - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button { - width: 2.357em; - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; -} -body .p-fluid .p-calendar.p-calendar-w-btn .p-inputtext { - width: calc(100% - 2.357em); -} -body .p-fileupload .p-fileupload-buttonbar { - background-color: #191919; - padding: 0.571em 1em; - border: 1px solid #191919; - color: #dedede; - border-bottom: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-fileupload .p-fileupload-buttonbar .p-button { - margin-right: 8px; -} -body .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; -} -body .p-fileupload .p-fileupload-content { - background-color: #323232; - padding: 0.571em 1em; - border: 1px solid #191919; - color: #dedede; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-fileupload .p-progressbar { - top: 0; -} -body .p-fileupload-choose:not(.p-disabled):hover { - background-color: #FFA000; - color: #212121; - border-color: #FFA000; -} -body .p-fileupload-choose:not(.p-disabled):active { - background-color: #FF8F00; - color: #212121; - border-color: #FF8F00; -} -body .p-password-panel { - padding: 12px; - background-color: #323232; - color: #dedede; - border: 1px solid #191919; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-inputgroup .p-inputgroup-addon { - border-color: #191919; - background-color: #252525; - color: #888888; - padding: 0.429em; - min-width: 2em; -} -body .p-inputgroup .p-inputgroup-addon:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-inputgroup .p-inputgroup-addon:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox { - position: relative; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox .p-checkbox { - position: absolute; - top: 50%; - left: 50%; - margin-left: -10px; - margin-top: -10px; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton { - position: relative; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton .p-radiobutton { - position: absolute; - top: 50%; - left: 50%; - margin-left: -10px; - margin-top: -10px; -} -body .p-inputgroup .p-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-inputgroup .p-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-inputgroup .p-inputtext:focus { - z-index: 1; -} -body .p-fluid .p-inputgroup .p-button { - width: auto; -} -body .p-fluid .p-inputgroup .p-button.p-button-icon-only { - width: 2.357em; -} -body ::-webkit-input-placeholder { - color: #9b9b9b; -} -body :-moz-placeholder { - color: #9b9b9b; -} -body ::-moz-placeholder { - color: #9b9b9b; -} -body :-ms-input-placeholder { - color: #9b9b9b; -} -body .p-inputtext.p-error, -body .p-dropdown.p-error, -body .p-autocomplete.p-error > .p-inputtext, -body .p-calendar.p-error > .p-inputtext, -body .p-chips.p-error > .p-inputtext, -body .p-checkbox.p-error > .p-checkbox-box, -body .p-radiobutton.p-error > .p-radiobutton-box, -body .p-inputswitch.p-error, -body .p-listbox.p-error, -body .p-multiselect.p-error, -body .p-spinner.p-error > .p-inputtext, -body .p-selectbutton.p-error > .p-button, -body .p-togglebutton.p-error > .p-button { - border: 1px solid #CD3A3A; -} + /* Validations */ } + body .p-inputtext { + font-size: 14px; + color: #dedede; + background: #585858; + padding: 0.429em; + border: 1px solid #585858; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-inputtext:enabled:hover { + border-color: #FFB300; } + body .p-inputtext:enabled:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; + border-color: #FFB300; } + body .p-checkbox { + display: inline-block; + vertical-align: middle; + margin: 0; + width: 20px; + height: 20px; } + body .p-checkbox .p-checkbox-box { + border: 1px solid #585858; + background-color: #585858; + width: 20px; + height: 20px; + text-align: center; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; } + body .p-checkbox .p-checkbox-box:not(.p-disabled):hover { + border-color: #FFB300; } + body .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; + border-color: #FFB300; } + body .p-checkbox .p-checkbox-box.p-highlight { + border-color: #FFB300; + background-color: #FFB300; + color: #212121; } + body .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { + border-color: #FF8F00; + background-color: #FF8F00; + color: #212121; } + body .p-checkbox .p-checkbox-box .p-checkbox-icon { + overflow: hidden; + position: relative; + font-size: 18px; } + body .p-checkbox-label { + margin: 0 0 0 0.5em; } + body .p-radiobutton { + display: inline-block; + vertical-align: middle; + margin: 0; + width: 20px; + height: 20px; } + body .p-radiobutton .p-radiobutton-box { + border: 1px solid #585858; + background-color: #585858; + width: 20px; + height: 20px; + text-align: center; + position: relative; + -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; } + body .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { + border-color: #FFB300; } + body .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; + border-color: #FFB300; } + body .p-radiobutton .p-radiobutton-box.p-highlight { + border-color: #FFB300; + background-color: #FFB300; + color: #212121; } + body .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon { + background-color: #212121; } + body .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { + border-color: #FF8F00; + background-color: #FF8F00; + color: #212121; } + body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { + background: transparent; + width: 10px; + height: 10px; + display: inline-block; + position: absolute; + left: 50%; + top: 50%; + margin-left: -5px; + margin-top: -5px; + -moz-transition: background-color 0.2s; + -o-transition: background-color 0.2s; + -webkit-transition: background-color 0.2s; + transition: background-color 0.2s; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; } + body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon:before { + display: none; } + body .p-radiobutton-label { + margin: 0 0 0 .5em; } + body .p-inputswitch { + width: 3em; + height: 1.75em; } + body .p-inputswitch .p-inputswitch-slider { + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + border-radius: 30px; + background: #585858; } + body .p-inputswitch .p-inputswitch-slider:before { + background-color: #323232; + height: 1.250em; + width: 1.250em; + left: .25em; + bottom: .25em; + border-radius: 50%; + -webkit-transition: 0.2s; + transition: 0.2s; } + body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { + -webkit-transform: translateX(1.25em); + -ms-transform: translateX(1.25em); + transform: translateX(1.25em); } + body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; } + body .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { + background-color: #585858; } + body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { + background-color: #FFB300; } + body .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { + background-color: #FFA000; } + body .p-autocomplete .p-autocomplete-input { + padding: 0.429em; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { + padding: 0.2145em 0.429em; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { + border-color: #FFB300; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; + border-color: #FFB300; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { + margin: 0; + padding: 0.2145em 0; + color: #dedede; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input { + font-family: "Open Sans", "Helvetica Neue", sans-serif; + font-size: 14px; + padding: 0; + margin: 0; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { + font-size: 14px; + padding: 0.2145em 0.429em; + margin: 0 0.286em 0 0; + background: #FFB300; + color: #212121; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-autocomplete-panel { + padding: 0; + border: 1px solid #191919; + background-color: #323232; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-autocomplete-panel .p-autocomplete-items { + padding: 0; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item:hover { + color: #dedede; + background-color: #4c4c4c; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item.p-highlight { + color: #212121; + background-color: #FFB300; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group { + padding: 0.429em 0.857em; + background-color: #585858; + color: #dedede; } + body .p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button { + width: 2.357em; } + body .p-fluid .p-autocomplete.p-autocomplete-multiple.p-autocomplete-dd .p-autocomplete-multiple-container { + border-right: 0 none; + width: calc(100% - 2.357em); } + body .p-fluid .p-autocomplete.p-autocomplete-dd .p-inputtext { + border-right: 0 none; + width: calc(100% - 2.357em); } + body .p-chips > ul.p-inputtext { + padding: 0.2145em 0.429em; + display: inline-block; } + body .p-chips > ul.p-inputtext:not(.p-disabled):hover { + border-color: #FFB300; } + body .p-chips > ul.p-inputtext:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; + border-color: #FFB300; } + body .p-chips > ul.p-inputtext .p-chips-input-token { + padding: 0.2145em 0; } + body .p-chips > ul.p-inputtext .p-chips-input-token input { + font-family: "Open Sans", "Helvetica Neue", sans-serif; + font-size: 14px; + padding: 0; + margin: 0; + color: #dedede; } + body .p-chips > ul.p-inputtext .p-chips-input-token input:hover { + border: 0 none; } + body .p-chips > ul.p-inputtext .p-chips-input-token input:focus { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + outline: 0 none; + border: 0 none; } + body .p-chips > ul.p-inputtext .p-chips-token { + font-size: 14px; + padding: 0.2145em 0.429em; + margin: 0 0.286em 0 0; + background: #FFB300; + color: #212121; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown { + background: #585858; + border: 1px solid #585858; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown:not(.p-disabled):hover { + border-color: #FFB300; } + body .p-dropdown:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; + border-color: #FFB300; } + body .p-dropdown .p-dropdown-label { + padding-right: 2em; } + body .p-dropdown .p-dropdown-label.p-placeholder { + color: #9b9b9b; } + body .p-dropdown .p-dropdown-label:focus { + outline: 0 none; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; } + body .p-dropdown .p-dropdown-trigger { + background-color: #585858; + width: 2em; + line-height: 2em; + text-align: center; + padding: 0; + color: #dedede; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown .p-dropdown-clear-icon { + color: #dedede; } + body .p-dropdown-panel { + padding: 0; + border: 1px solid #191919; + background-color: #323232; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-dropdown-panel .p-dropdown-filter-container { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #191919; + color: #dedede; + background-color: #252525; + margin: 0; } + body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter { + width: 100%; + padding-right: 2em; } + body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon { + top: 50%; + margin-top: -.5em; + right: 1.357em; + color: #252525; } + body .p-dropdown-panel .p-dropdown-items { + padding: 0; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group.p-highlight { + color: #212121; + background-color: #FFB300; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover { + color: #dedede; + background-color: #4c4c4c; } + body .p-multiselect { + background: #585858; + border: 1px solid #585858; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-multiselect:not(.p-disabled):hover { + border-color: #FFB300; } + body .p-multiselect:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; + border-color: #FFB300; } + body .p-multiselect .p-multiselect-label { + padding: 0.429em; + padding-right: 2em; + font-weight: 400; + color: #dedede; } + body .p-multiselect .p-multiselect-label.p-placeholder { + color: #9b9b9b; } + body .p-multiselect .p-multiselect-trigger { + background-color: #585858; + width: 2em; + line-height: 2em; + text-align: center; + padding: 0; + color: #dedede; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-multiselect-panel { + padding: 0; + border: 1px solid #191919; + background-color: #323232; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-multiselect-panel .p-multiselect-header { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #191919; + color: #dedede; + background-color: #252525; + margin: 0; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container { + float: none; + width: 70%; + display: inline-block; + vertical-align: middle; + margin-left: 0; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { + padding: 0.429em; + padding-right: 2em; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { + color: #252525; + top: 50%; + margin-top: -.5em; + right: .5em; + left: auto; } + body .p-multiselect-panel .p-multiselect-header .p-checkbox { + margin-right: 0.5em; + float: none; + vertical-align: middle; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-close { + line-height: 1; + color: #888888; + top: 50%; + margin-top: -.5em; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-multiselect-panel .p-multiselect-items { + padding: 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { + color: #dedede; + background-color: #4c4c4c; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: inset 0 0 0 0.2em #ffe8b3; + box-shadow: inset 0 0 0 0.2em #ffe8b3; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { + color: #212121; + background-color: #FFB300; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { + position: static; + display: inline-block; + vertical-align: middle; + margin: 0 0.5em 0 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item label { + display: inline-block; + vertical-align: middle; } + body .p-listbox { + padding: 0; + min-width: 12em; + background: #323232; + border: 1px solid #191919; } + body .p-listbox .p-checkbox { + margin: 0 0.5em 0 0; } + body .p-listbox .p-listbox-header { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #191919; + color: #dedede; + background-color: #252525; + margin: 0; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-listbox .p-listbox-header .p-listbox-filter-container input { + padding: 0.429em; + padding-right: 2em; } + body .p-listbox .p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon { + top: 50%; + left: auto; + margin-top: -.5em; + right: .5em; + color: #252525; } + body .p-listbox .p-listbox-list { + background-color: #323232; } + body .p-listbox .p-listbox-list .p-listbox-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-listbox .p-listbox-list .p-listbox-item.p-highlight { + color: #212121; + background-color: #FFB300; } + body .p-listbox .p-listbox-list .p-listbox-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: inset 0 0 0 0.2em #ffe8b3; + box-shadow: inset 0 0 0 0.2em #ffe8b3; } + body .p-listbox .p-listbox-list .p-listbox-item .p-checkbox { + position: static; + display: inline-block; + vertical-align: middle; + margin: 0 0.5em 0 0; } + body .p-listbox .p-listbox-list .p-listbox-item label { + display: inline-block; + vertical-align: middle; } + body .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { + color: #dedede; + background-color: #4c4c4c; } + body .p-listbox.p-disabled .p-checkbox-box:not(.p-disabled):not(.p-highlight):hover { + border: 1px solid #585858; } + body .p-listbox .p-listbox-list-wrapper { + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-listbox .p-listbox-footer { + padding: 0.429em 0.857em 0.429em 0.857em; + border-top: 1px solid #191919; + color: #dedede; + background-color: #252525; } + body .p-editor-container .p-editor-toolbar { + border: 1px solid #191919; + background-color: #191919; } + body .p-editor-container .p-editor-content { + border: 1px solid #191919; } + body .p-editor-container .p-editor-content .ql-editor { + background-color: #585858; + color: #dedede; } + body .p-editor-container .ql-picker.ql-expanded .ql-picker-label { + color: #dedede; } + body .p-editor-container .ql-stroke { + stroke: #dedede; } + body .p-editor-container .ql-picker-label { + color: #dedede; } + body .p-editor-container .ql-snow.ql-toolbar button:hover, + body .p-editor-container .ql-snow .ql-toolbar button:hover, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { + color: #FFB300; } + body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { + stroke: #FFB300; } + body .p-rating .p-rating-icon { + font-size: 20px; + text-align: center; + display: inline-block; + color: #dedede; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-rating .p-rating-icon.p-rating-cancel { + color: #CD3A3A; } + body .p-rating .p-rating-icon:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; } + body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { + color: #FFB300; } + body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { + color: #d76161; } + body .p-spinner .p-spinner-input { + padding-right: 2.786em; } + body .p-spinner .p-spinner-button { + width: 2.357em; } + body .p-spinner .p-spinner-button .p-spinner-button-icon { + position: absolute; + top: 50%; + left: 50%; + margin-top: -.5em; + margin-left: -.5em; + width: 1em; } + body .p-spinner .p-spinner-button.p-spinner-button { + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-up { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-down { + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-spinner .p-spinner-button.p-spinner-button:focus { + z-index: 1; } + body .p-fluid .p-spinner .p-spinner-input { + padding-right: 2.786em; } + body .p-fluid .p-spinner .p-spinner-button { + width: 2.357em; } + body .p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon { + left: 50%; } + body .p-slider { + background-color: #585858; + border: 0 none; } + body .p-slider.p-slider-horizontal { + height: 0.286em; } + body .p-slider.p-slider-horizontal .p-slider-handle { + top: 50%; + margin-top: -0.5715em; } + body .p-slider.p-slider-vertical { + width: 0.286em; } + body .p-slider.p-slider-vertical .p-slider-handle { + left: 50%; + margin-left: -0.5715em; } + body .p-slider .p-slider-handle { + height: 1.143em; + width: 1.143em; + background-color: #4c4c4c; + border: 2px solid #FFB300; + -moz-border-radius: 100%; + -webkit-border-radius: 100%; + border-radius: 100%; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-slider .p-slider-handle:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; } + body .p-slider .p-slider-range { + background-color: #FFB300; } + body .p-slider:not(.p-disabled) .p-slider-handle:hover { + background-color: #FFB300; + border: 2px solid #FFB300; } + body .p-datepicker { + padding: 0.857em; + min-width: 20em; + background-color: #323232; + color: #dedede; + border: 1px solid #191919; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker:not(.p-datepicker-inline) { + border: 1px solid #191919; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:hover, + body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:hover { + color: #dedede; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled) { + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { + background-color: #4c4c4c; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; } + body .p-datepicker:not(.p-disabled) .p-monthpicker { + margin: 0.857em 0 0 0; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month { + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled) { + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { + background-color: #4c4c4c; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; } + body .p-datepicker .p-datepicker-header { + padding: 0.429em 0.857em 0.429em 0.857em; + background-color: #252525; + color: #dedede; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-datepicker .p-datepicker-header .p-datepicker-prev, + body .p-datepicker .p-datepicker-header .p-datepicker-next { + cursor: pointer; + top: 0; + color: #888888; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-datepicker-header .p-datepicker-title { + margin: 0; + padding: 0; + line-height: 1; } + body .p-datepicker .p-datepicker-header .p-datepicker-title select { + margin-top: -.35em; + margin-bottom: 0; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; + border-color: #FFB300; } + body .p-datepicker table { + font-size: 14px; + margin: 0.857em 0 0 0; } + body .p-datepicker table th { + padding: 0.5em; } + body .p-datepicker table td { + padding: 0.5em; } + body .p-datepicker table td > span { + display: block; + text-align: center; + color: #dedede; + cursor: pointer; + padding: 0.5em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker table td > span.p-highlight { + color: #212121; + background-color: #FFB300; } + body .p-datepicker table td.p-datepicker-today > span { + background-color: #FF8F00; + color: #212121; } + body .p-datepicker table td.p-datepicker-today > span.p-highlight { + color: #212121; + background-color: #FFB300; } + body .p-datepicker .p-datepicker-buttonbar { + border-top: 1px solid #3f3f3f; } + body .p-datepicker .p-timepicker { + border: 0 none; + border-top: 1px solid #3f3f3f; + padding: 0.857em; } + body .p-datepicker .p-timepicker button { + color: #888888; + font-size: 1.286em; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-timepicker button:hover { + color: #dedede; } + body .p-datepicker .p-timepicker span { + font-size: 1.286em; } + body .p-datepicker .p-monthpicker .p-monthpicker-month { + color: #dedede; } + body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { + color: #212121; + background-color: #FFB300; } + body .p-datepicker.p-datepicker-timeonly { + padding: 0; } + body .p-datepicker.p-datepicker-timeonly .p-timepicker { + border-top: 0 none; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { + border-right: 1px solid #3f3f3f; + padding-right: 0.857em; + padding-left: 0.857em; + padding-top: 0; + padding-bottom: 0; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child { + padding-left: 0; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child { + padding-right: 0; + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-inputtext { + -moz-border-radius-topright: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-error), body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-error) { + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button { + width: 2.357em; + -moz-border-radius-topleft: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; } + body .p-fluid .p-calendar.p-calendar-w-btn .p-inputtext { + width: calc(100% - 2.357em); } + body .p-fileupload .p-fileupload-buttonbar { + background-color: #191919; + padding: 0.571em 1em; + border: 1px solid #191919; + color: #dedede; + border-bottom: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-fileupload .p-fileupload-buttonbar .p-button { + margin-right: 8px; } + body .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; } + body .p-fileupload .p-fileupload-content { + background-color: #323232; + padding: 0.571em 1em; + border: 1px solid #191919; + color: #dedede; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-fileupload .p-progressbar { + top: 0; } + body .p-fileupload-choose:not(.p-disabled):hover { + background-color: #FFA000; + color: #212121; + border-color: #FFA000; } + body .p-fileupload-choose:not(.p-disabled):active { + background-color: #FF8F00; + color: #212121; + border-color: #FF8F00; } + body .p-password-panel { + padding: 12px; + background-color: #323232; + color: #dedede; + border: 1px solid #191919; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-inputgroup .p-inputgroup-addon { + border-color: #191919; + background-color: #252525; + color: #888888; + padding: 0.429em; + min-width: 2em; } + body .p-inputgroup .p-inputgroup-addon:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-inputgroup .p-inputgroup-addon:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox { + position: relative; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox .p-checkbox { + position: absolute; + top: 50%; + left: 50%; + margin-left: -10px; + margin-top: -10px; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton { + position: relative; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton .p-radiobutton { + position: absolute; + top: 50%; + left: 50%; + margin-left: -10px; + margin-top: -10px; } + body .p-inputgroup .p-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-inputgroup .p-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-inputgroup .p-inputtext:focus { + z-index: 1; } + body .p-fluid .p-inputgroup .p-button { + width: auto; } + body .p-fluid .p-inputgroup .p-button.p-button-icon-only { + width: 2.357em; } + body ::-webkit-input-placeholder { + color: #9b9b9b; } + body :-moz-placeholder { + color: #9b9b9b; } + body ::-moz-placeholder { + color: #9b9b9b; } + body :-ms-input-placeholder { + color: #9b9b9b; } + body .p-inputtext.p-error, + body .p-dropdown.p-error, + body .p-autocomplete.p-error > .p-inputtext, + body .p-calendar.p-error > .p-inputtext, + body .p-chips.p-error > .p-inputtext, + body .p-checkbox.p-error > .p-checkbox-box, + body .p-radiobutton.p-error > .p-radiobutton-box, + body .p-inputswitch.p-error, + body .p-listbox.p-error, + body .p-multiselect.p-error, + body .p-spinner.p-error > .p-inputtext, + body .p-selectbutton.p-error > .p-button, + body .p-togglebutton.p-error > .p-button { + border: 1px solid #CD3A3A; } body .p-button { margin: 0; @@ -1261,53 +1048,41 @@ body .p-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-button:enabled:hover { - background-color: #FFA000; - color: #212121; - border-color: #FFA000; -} -body .p-button:enabled:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; -} -body .p-button:enabled:active { - background-color: #FF8F00; - color: #212121; - border-color: #FF8F00; -} -body .p-button.p-button-text-only .p-button-text { - padding: 0.429em 1em; -} -body .p-button.p-button-text-icon-left .p-button-text { - padding: 0.429em 1em 0.429em 2em; -} -body .p-button.p-button-text-icon-right .p-button-text { - padding: 0.429em 2em 0.429em 1em; -} -body .p-button.p-button-icon-only { - width: 2.357em; -} -body .p-button.p-button-icon-only .p-button-text { - padding: 0.429em; -} -body .p-button.p-button-raised { - -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); - -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); -} -body .p-button.p-button-rounded { - -moz-border-radius: 15px; - -webkit-border-radius: 15px; - border-radius: 15px; -} + border-radius: 3px; } + body .p-button:enabled:hover { + background-color: #FFA000; + color: #212121; + border-color: #FFA000; } + body .p-button:enabled:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; } + body .p-button:enabled:active { + background-color: #FF8F00; + color: #212121; + border-color: #FF8F00; } + body .p-button.p-button-text-only .p-button-text { + padding: 0.429em 1em; } + body .p-button.p-button-text-icon-left .p-button-text { + padding: 0.429em 1em 0.429em 2em; } + body .p-button.p-button-text-icon-right .p-button-text { + padding: 0.429em 2em 0.429em 1em; } + body .p-button.p-button-icon-only { + width: 2.357em; } + body .p-button.p-button-icon-only .p-button-text { + padding: 0.429em; } + body .p-button.p-button-raised { + -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); + -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); + box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); } + body .p-button.p-button-rounded { + -moz-border-radius: 15px; + -webkit-border-radius: 15px; + border-radius: 15px; } body .p-fluid .p-button-icon-only { - width: 2.357em; -} + width: 2.357em; } body .p-togglebutton { background-color: #252525; border: 1px solid #252525; @@ -1315,42 +1090,33 @@ body .p-togglebutton { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-togglebutton .p-button-icon-left { - color: #888888; -} -body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover { - background-color: #4c4c4c; - border-color: #4c4c4c; - color: #dedede; -} -body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { - color: #dedede; -} -body .p-togglebutton.p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; -} -body .p-togglebutton.p-highlight { - background-color: #FFB300; - border-color: #FFB300; - color: #212121; -} -body .p-togglebutton.p-highlight .p-button-icon-left { - color: #212121; -} -body .p-togglebutton.p-highlight:hover { - background-color: #FFA000; - border-color: #FFA000; - color: #212121; -} -body .p-togglebutton.p-highlight:hover .p-button-icon-left { - color: #212121; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-togglebutton .p-button-icon-left { + color: #888888; } + body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover { + background-color: #4c4c4c; + border-color: #4c4c4c; + color: #dedede; } + body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { + color: #dedede; } + body .p-togglebutton.p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; } + body .p-togglebutton.p-highlight { + background-color: #FFB300; + border-color: #FFB300; + color: #212121; } + body .p-togglebutton.p-highlight .p-button-icon-left { + color: #212121; } + body .p-togglebutton.p-highlight:hover { + background-color: #FFA000; + border-color: #FFA000; + color: #212121; } + body .p-togglebutton.p-highlight:hover .p-button-icon-left { + color: #212121; } body .p-selectbutton .p-button { background-color: #252525; border: 1px solid #252525; @@ -1362,312 +1128,258 @@ body .p-selectbutton .p-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 0; -webkit-border-radius: 0; - border-radius: 0; -} -body .p-selectbutton .p-button .p-button-icon-left { - color: #888888; -} -body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { - background-color: #4c4c4c; - border-color: #4c4c4c; - color: #dedede; -} -body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { - color: #dedede; -} -body .p-selectbutton .p-button.p-focus, body .p-selectbutton .p-button:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; - z-index: 1; -} -body .p-selectbutton .p-button.p-highlight { - background-color: #FFB300; - border-color: #FFB300; - color: #212121; -} -body .p-selectbutton .p-button.p-highlight .p-button-icon-left { - color: #212121; -} -body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover { - background-color: #FFA000; - border-color: #FFA000; - color: #212121; -} -body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover .p-button-icon-left { - color: #212121; -} -body .p-selectbutton .p-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-selectbutton .p-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-radius: 0; } + body .p-selectbutton .p-button .p-button-icon-left { + color: #888888; } + body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { + background-color: #4c4c4c; + border-color: #4c4c4c; + color: #dedede; } + body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { + color: #dedede; } + body .p-selectbutton .p-button.p-focus, body .p-selectbutton .p-button:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; + z-index: 1; } + body .p-selectbutton .p-button.p-highlight { + background-color: #FFB300; + border-color: #FFB300; + color: #212121; } + body .p-selectbutton .p-button.p-highlight .p-button-icon-left { + color: #212121; } + body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover { + background-color: #FFA000; + border-color: #FFA000; + color: #212121; } + body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover .p-button-icon-left { + color: #212121; } + body .p-selectbutton .p-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-selectbutton .p-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-splitbutton.p-buttonset .p-button { - border: 1px solid transparent; -} -body .p-splitbutton.p-buttonset .p-button:first-child { - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-splitbutton.p-buttonset .p-button.p-splitbutton-menubutton { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; -} -body .p-splitbutton.p-buttonset .p-button:focus { - z-index: 1; -} + border: 1px solid transparent; } + body .p-splitbutton.p-buttonset .p-button:first-child { + -moz-border-radius-topright: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-splitbutton.p-buttonset .p-button.p-splitbutton-menubutton { + -moz-border-radius-topleft: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; } + body .p-splitbutton.p-buttonset .p-button:focus { + z-index: 1; } body .p-splitbutton.p-buttonset .p-menu { - min-width: 100%; -} + min-width: 100%; } body .p-splitbutton.p-buttonset .p-splitbutton-menubutton .p-button-icon-left:before { - content: ""; -} + content: ""; } body .p-button.p-button-secondary, body .p-buttonset.p-button-secondary > .p-button { color: #333333; background-color: #f4f4f4; - border: 1px solid #f4f4f4; -} -body .p-button.p-button-secondary:enabled:hover, body .p-buttonset.p-button-secondary > .p-button:enabled:hover { - background-color: #c8c8c8; - color: #333333; - border-color: #c8c8c8; -} -body .p-button.p-button-secondary:enabled:focus, body .p-buttonset.p-button-secondary > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; -} -body .p-button.p-button-secondary:enabled:active, body .p-buttonset.p-button-secondary > .p-button:enabled:active { - background-color: #a0a0a0; - color: #333333; - border-color: #a0a0a0; -} + border: 1px solid #f4f4f4; } + body .p-button.p-button-secondary:enabled:hover, body .p-buttonset.p-button-secondary > .p-button:enabled:hover { + background-color: #c8c8c8; + color: #333333; + border-color: #c8c8c8; } + body .p-button.p-button-secondary:enabled:focus, body .p-buttonset.p-button-secondary > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; } + body .p-button.p-button-secondary:enabled:active, body .p-buttonset.p-button-secondary > .p-button:enabled:active { + background-color: #a0a0a0; + color: #333333; + border-color: #a0a0a0; } body .p-button.p-button-info, body .p-buttonset.p-button-info > .p-button { color: #ffffff; background-color: #007ad9; - border: 1px solid #007ad9; -} -body .p-button.p-button-info:enabled:hover, body .p-buttonset.p-button-info > .p-button:enabled:hover { - background-color: #116fbf; - color: #ffffff; - border-color: #116fbf; -} -body .p-button.p-button-info:enabled:focus, body .p-buttonset.p-button-info > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-button.p-button-info:enabled:active, body .p-buttonset.p-button-info > .p-button:enabled:active { - background-color: #005b9f; - color: #ffffff; - border-color: #005b9f; -} + border: 1px solid #007ad9; } + body .p-button.p-button-info:enabled:hover, body .p-buttonset.p-button-info > .p-button:enabled:hover { + background-color: #116fbf; + color: #ffffff; + border-color: #116fbf; } + body .p-button.p-button-info:enabled:focus, body .p-buttonset.p-button-info > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-button.p-button-info:enabled:active, body .p-buttonset.p-button-info > .p-button:enabled:active { + background-color: #005b9f; + color: #ffffff; + border-color: #005b9f; } body .p-button.p-button-success, body .p-buttonset.p-button-success > .p-button { color: #ffffff; background-color: #34A835; - border: 1px solid #34A835; -} -body .p-button.p-button-success:enabled:hover, body .p-buttonset.p-button-success > .p-button:enabled:hover { - background-color: #107D11; - color: #ffffff; - border-color: #107D11; -} -body .p-button.p-button-success:enabled:focus, body .p-buttonset.p-button-success > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #aae5aa; - -moz-box-shadow: 0 0 0 0.2em #aae5aa; - box-shadow: 0 0 0 0.2em #aae5aa; -} -body .p-button.p-button-success:enabled:active, body .p-buttonset.p-button-success > .p-button:enabled:active { - background-color: #0C6B0D; - color: #ffffff; - border-color: #0C6B0D; -} + border: 1px solid #34A835; } + body .p-button.p-button-success:enabled:hover, body .p-buttonset.p-button-success > .p-button:enabled:hover { + background-color: #107D11; + color: #ffffff; + border-color: #107D11; } + body .p-button.p-button-success:enabled:focus, body .p-buttonset.p-button-success > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #aae5aa; + -moz-box-shadow: 0 0 0 0.2em #aae5aa; + box-shadow: 0 0 0 0.2em #aae5aa; } + body .p-button.p-button-success:enabled:active, body .p-buttonset.p-button-success > .p-button:enabled:active { + background-color: #0C6B0D; + color: #ffffff; + border-color: #0C6B0D; } body .p-button.p-button-warning, body .p-buttonset.p-button-warning > .p-button { color: #333333; background-color: #ffba01; - border: 1px solid #ffba01; -} -body .p-button.p-button-warning:enabled:hover, body .p-buttonset.p-button-warning > .p-button:enabled:hover { - background-color: #ED990B; - color: #333333; - border-color: #ED990B; -} -body .p-button.p-button-warning:enabled:focus, body .p-buttonset.p-button-warning > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #ffeab4; - -moz-box-shadow: 0 0 0 0.2em #ffeab4; - box-shadow: 0 0 0 0.2em #ffeab4; -} -body .p-button.p-button-warning:enabled:active, body .p-buttonset.p-button-warning > .p-button:enabled:active { - background-color: #D38B10; - color: #333333; - border-color: #D38B10; -} + border: 1px solid #ffba01; } + body .p-button.p-button-warning:enabled:hover, body .p-buttonset.p-button-warning > .p-button:enabled:hover { + background-color: #ED990B; + color: #333333; + border-color: #ED990B; } + body .p-button.p-button-warning:enabled:focus, body .p-buttonset.p-button-warning > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #ffeab4; + -moz-box-shadow: 0 0 0 0.2em #ffeab4; + box-shadow: 0 0 0 0.2em #ffeab4; } + body .p-button.p-button-warning:enabled:active, body .p-buttonset.p-button-warning > .p-button:enabled:active { + background-color: #D38B10; + color: #333333; + border-color: #D38B10; } body .p-button.p-button-danger, body .p-buttonset.p-button-danger > .p-button { color: #ffffff; background-color: #e91224; - border: 1px solid #e91224; -} -body .p-button.p-button-danger:enabled:hover, body .p-buttonset.p-button-danger > .p-button:enabled:hover { - background-color: #c01120; - color: #ffffff; - border-color: #c01120; -} -body .p-button.p-button-danger:enabled:focus, body .p-buttonset.p-button-danger > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #f9b4ba; - -moz-box-shadow: 0 0 0 0.2em #f9b4ba; - box-shadow: 0 0 0 0.2em #f9b4ba; -} -body .p-button.p-button-danger:enabled:active, body .p-buttonset.p-button-danger > .p-button:enabled:active { - background-color: #a90000; - color: #ffffff; - border-color: #a90000; -} + border: 1px solid #e91224; } + body .p-button.p-button-danger:enabled:hover, body .p-buttonset.p-button-danger > .p-button:enabled:hover { + background-color: #c01120; + color: #ffffff; + border-color: #c01120; } + body .p-button.p-button-danger:enabled:focus, body .p-buttonset.p-button-danger > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #f9b4ba; + -moz-box-shadow: 0 0 0 0.2em #f9b4ba; + box-shadow: 0 0 0 0.2em #f9b4ba; } + body .p-button.p-button-danger:enabled:active, body .p-buttonset.p-button-danger > .p-button:enabled:active { + background-color: #a90000; + color: #ffffff; + border-color: #a90000; } body .p-panel { padding: 0; - border: 0 none; -} -body .p-panel .p-panel-titlebar { - border: 1px solid #191919; - padding: 0.571em 1em; - background-color: #191919; - color: #dedede; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-panel .p-panel-titlebar .p-panel-title { - vertical-align: middle; - font-weight: 700; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon { - margin: 0.143em 0 0 0; - position: relative; - font-size: 14px; - color: #888888; - border: 1px solid transparent; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:hover { - color: #dedede; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; -} -body .p-panel .p-panel-content { - padding: 0.571em 1em; - border: 1px solid #191919; - background-color: #323232; - color: #dedede; - border-top: 0 none; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-panel .p-panel-footer { - padding: 0.571em 1em; - border: 1px solid #191919; - background-color: #323232; - color: #dedede; - border-top: 0 none; - margin: 0; -} + border: 0 none; } + body .p-panel .p-panel-titlebar { + border: 1px solid #191919; + padding: 0.571em 1em; + background-color: #191919; + color: #dedede; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-panel .p-panel-titlebar .p-panel-title { + vertical-align: middle; + font-weight: 700; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon { + margin: 0.143em 0 0 0; + position: relative; + font-size: 14px; + color: #888888; + border: 1px solid transparent; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:hover { + color: #dedede; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; } + body .p-panel .p-panel-content { + padding: 0.571em 1em; + border: 1px solid #191919; + background-color: #323232; + color: #dedede; + border-top: 0 none; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-panel .p-panel-footer { + padding: 0.571em 1em; + border: 1px solid #191919; + background-color: #323232; + color: #dedede; + border-top: 0 none; + margin: 0; } body .p-fieldset { border: 1px solid #191919; background-color: #323232; color: #dedede; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-fieldset .p-fieldset-legend a { - padding: 0.571em 1em; - border: 1px solid #191919; - color: #dedede; - background-color: #191919; - font-weight: 700; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-fieldset .p-fieldset-legend a .p-fieldset-toggler { - float: none; - display: inline-block; - vertical-align: middle; - margin-right: 0.5em; - color: #888888; -} -body .p-fieldset .p-fieldset-legend a .p-fieldset-legend-text { - padding: 0; -} -body .p-fieldset .p-fieldset-legend a:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; -} -body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { - background-color: #191919; - border: 1px solid #191919; - color: #FFB300; -} -body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover .p-fieldset-toggler { - color: #FFB300; -} -body .p-fieldset .p-fieldset-content { - padding: 0; -} + border-radius: 3px; } + body .p-fieldset .p-fieldset-legend a { + padding: 0.571em 1em; + border: 1px solid #191919; + color: #dedede; + background-color: #191919; + font-weight: 700; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-fieldset .p-fieldset-legend a .p-fieldset-toggler { + float: none; + display: inline-block; + vertical-align: middle; + margin-right: .5em; + color: #888888; } + body .p-fieldset .p-fieldset-legend a .p-fieldset-legend-text { + padding: 0; } + body .p-fieldset .p-fieldset-legend a:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; } + body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { + background-color: #191919; + border: 1px solid #191919; + color: #FFB300; } + body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover .p-fieldset-toggler { + color: #FFB300; } + body .p-fieldset .p-fieldset-content { + padding: 0; } body .p-accordion .p-accordion-tab { - margin-bottom: 2px; -} + margin-bottom: 2px; } body .p-accordion .p-accordion-header a { padding: 0.571em 1em; border: 1px solid #191919; @@ -1681,57 +1393,45 @@ body .p-accordion .p-accordion-header a { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon { - color: #888888; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-right:before { - content: ""; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-down:before { - content: ""; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon { + color: #888888; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-right:before { + content: ""; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-down:before { + content: ""; } body .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; -} + box-shadow: 0 0 0 0.2em #ffe8b3; } body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background-color: #191919; border: 1px solid #191919; - color: #FFB300; -} -body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a .p-accordion-toggle-icon { - color: #FFB300; -} + color: #FFB300; } + body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a .p-accordion-toggle-icon { + color: #FFB300; } body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight { - margin-bottom: 0; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a { - background-color: #FFB300; - border: 1px solid #FFB300; - color: #212121; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a .p-accordion-toggle-icon { - color: #212121; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a { - border: 1px solid #FF8F00; - background-color: #FF8F00; - color: #212121; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a .p-accordion-toggle-icon { - color: #212121; -} + margin-bottom: 0; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a { + background-color: #FFB300; + border: 1px solid #FFB300; + color: #212121; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a .p-accordion-toggle-icon { + color: #212121; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a { + border: 1px solid #FF8F00; + background-color: #FF8F00; + color: #212121; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a .p-accordion-toggle-icon { + color: #212121; } body .p-accordion .p-accordion-content { padding: 0.571em 1em; border: 1px solid #191919; @@ -1750,122 +1450,99 @@ body .p-accordion .p-accordion-content { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-tabview.p-tabview-top, body .p-tabview.p-tabview-bottom, body .p-tabview.p-tabview-left, body .p-tabview.p-tabview-right { - border: 0 none; -} -body .p-tabview.p-tabview-top .p-tabview-nav, body .p-tabview.p-tabview-bottom .p-tabview-nav, body .p-tabview.p-tabview-left .p-tabview-nav, body .p-tabview.p-tabview-right .p-tabview-nav { - padding: 0; - background: transparent; - border: 0 none; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a, body .p-tabview.p-tabview-bottom .p-tabview-nav li a, body .p-tabview.p-tabview-left .p-tabview-nav li a, body .p-tabview.p-tabview-right .p-tabview-nav li a { - border: 1px solid #191919; - background-color: #191919; - float: none; - display: inline-block; - color: #dedede; - padding: 0.571em 1em; - font-weight: 700; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-left-icon { - margin-right: 0.5em; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-right-icon { - margin-left: 0.5em; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-bottom .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-left .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-right .p-tabview-nav li a:not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; -} -body .p-tabview.p-tabview-top .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li .p-tabview-close { - color: #888888; - margin: 0 0.5em 0 0; - vertical-align: middle; -} -body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { - background-color: #191919; - border: 1px solid #191919; - color: #FFB300; -} -body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close { - color: #FFB300; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight a { - background-color: #FFB300; - border: 1px solid #FFB300; - color: #212121; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight .p-tabview-close { - color: #212121; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a { - border: 1px solid #FF8F00; - background-color: #FF8F00; - color: #212121; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon { - color: #212121; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-tabview-selected a { - cursor: pointer; -} + border: 0 none; } + body .p-tabview.p-tabview-top .p-tabview-nav, body .p-tabview.p-tabview-bottom .p-tabview-nav, body .p-tabview.p-tabview-left .p-tabview-nav, body .p-tabview.p-tabview-right .p-tabview-nav { + padding: 0; + background: transparent; + border: 0 none; } + body .p-tabview.p-tabview-top .p-tabview-nav li a, body .p-tabview.p-tabview-bottom .p-tabview-nav li a, body .p-tabview.p-tabview-left .p-tabview-nav li a, body .p-tabview.p-tabview-right .p-tabview-nav li a { + border: 1px solid #191919; + background-color: #191919; + float: none; + display: inline-block; + color: #dedede; + padding: 0.571em 1em; + font-weight: 700; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-left-icon { + margin-right: 0.5em; } + body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-right-icon { + margin-left: 0.5em; } + body .p-tabview.p-tabview-top .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-bottom .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-left .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-right .p-tabview-nav li a:not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; } + body .p-tabview.p-tabview-top .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li .p-tabview-close { + color: #888888; + margin: 0 0.5em 0 0; + vertical-align: middle; } + body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { + background-color: #191919; + border: 1px solid #191919; + color: #FFB300; } + body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close { + color: #FFB300; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight a { + background-color: #FFB300; + border: 1px solid #FFB300; + color: #212121; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight .p-tabview-close { + color: #212121; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a { + border: 1px solid #FF8F00; + background-color: #FF8F00; + color: #212121; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon { + color: #212121; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-tabview-selected a { + cursor: pointer; } body .p-tabview.p-tabview-top .p-tabview-nav { - margin-bottom: -1px; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a { - margin-right: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + margin-bottom: -1px; } + body .p-tabview.p-tabview-top .p-tabview-nav li a { + margin-right: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } body .p-tabview.p-tabview-bottom .p-tabview-nav { - margin-top: -1px; -} -body .p-tabview.p-tabview-bottom .p-tabview-nav li a { - margin-right: 2px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + margin-top: -1px; } + body .p-tabview.p-tabview-bottom .p-tabview-nav li a { + margin-right: 2px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-tabview.p-tabview-left .p-tabview-nav { - margin-right: -px; -} -body .p-tabview.p-tabview-left .p-tabview-nav li a { - margin-bottom: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} + margin-right: -px; } + body .p-tabview.p-tabview-left .p-tabview-nav li a { + margin-bottom: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } body .p-tabview.p-tabview-right .p-tabview-nav { - margin-right: -1px; -} -body .p-tabview.p-tabview-right .p-tabview-nav li a { - margin-bottom: 2px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + margin-right: -1px; } + body .p-tabview.p-tabview-right .p-tabview-nav li a { + margin-bottom: 2px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-tabview .p-tabview-panels { background-color: #323232; padding: 0.571em 1em; @@ -1876,142 +1553,119 @@ body .p-tabview .p-tabview-panels { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-tabview .p-tabview-panels .p-tabview-panel { - padding: 0; -} + border-bottom-right-radius: 3px; } + body .p-tabview .p-tabview-panels .p-tabview-panel { + padding: 0; } body .p-toolbar { background-color: #191919; border: 1px solid #191919; padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-toolbar button { - vertical-align: middle; -} -body .p-toolbar .p-toolbar-separator { - vertical-align: middle; - color: #888888; - margin: 0 0.5em; -} + border-radius: 3px; } + body .p-toolbar button { + vertical-align: middle; } + body .p-toolbar .p-toolbar-separator { + vertical-align: middle; + color: #888888; + margin: 0 0.5em; } body .p-card { background-color: #323232; color: #dedede; -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); - box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); -} + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); } body .p-paginator { background-color: #252525; border: 1px solid #191919; - padding: 0; -} -body .p-paginator .p-paginator-first, -body .p-paginator .p-paginator-prev, -body .p-paginator .p-paginator-next, -body .p-paginator .p-paginator-last { - color: #dedede; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; - padding: 0; - margin: 0; - vertical-align: top; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-paginator .p-dropdown { - border: 0 none; -} -body .p-paginator .p-dropdown .p-dropdown-trigger, body .p-paginator .p-dropdown .p-dropdown-label { - color: #dedede; -} -body .p-paginator .p-dropdown:hover .p-dropdown-trigger, body .p-paginator .p-dropdown:hover .p-dropdown-label { - color: #dedede; -} -body .p-paginator .p-paginator-first:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-prev:before { - position: relative; -} -body .p-paginator .p-paginator-next:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-last:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-current { - vertical-align: top; - display: inline-block; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; -} -body .p-paginator .p-paginator-pages { - vertical-align: top; - display: inline-block; - padding: 0; -} -body .p-paginator .p-paginator-pages .p-paginator-page { - color: #dedede; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; - padding: 0; - margin: 0; - vertical-align: top; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background-color: #FFB300; - color: #212121; -} -body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-paginator .p-dropdown { - margin-left: 0.5em; - height: 2.286em; - min-width: auto; -} + padding: 0; } + body .p-paginator .p-paginator-first, + body .p-paginator .p-paginator-prev, + body .p-paginator .p-paginator-next, + body .p-paginator .p-paginator-last { + color: #dedede; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; + padding: 0; + margin: 0; + vertical-align: top; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-paginator .p-dropdown { + border: 0 none; } + body .p-paginator .p-dropdown .p-dropdown-trigger, body .p-paginator .p-dropdown .p-dropdown-label { + color: #dedede; } + body .p-paginator .p-dropdown:hover .p-dropdown-trigger, body .p-paginator .p-dropdown:hover .p-dropdown-label { + color: #dedede; } + body .p-paginator .p-paginator-first:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-prev:before { + position: relative; } + body .p-paginator .p-paginator-next:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-last:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-current { + vertical-align: top; + display: inline-block; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; } + body .p-paginator .p-paginator-pages { + vertical-align: top; + display: inline-block; + padding: 0; } + body .p-paginator .p-paginator-pages .p-paginator-page { + color: #dedede; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; + padding: 0; + margin: 0; + vertical-align: top; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { + background-color: #FFB300; + color: #212121; } + body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-paginator .p-dropdown { + margin-left: 0.5em; + height: 2.286em; + min-width: auto; } body .p-datatable .p-datatable-header, body .p-datatable .p-datatable-footer { background-color: #191919; color: #dedede; border: 1px solid #191919; padding: 0.571em 1em; - text-align: center; -} + text-align: center; } body .p-datatable .p-datatable-header { border-bottom: 0 none; font-weight: 700; @@ -2020,8 +1674,7 @@ body .p-datatable .p-datatable-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-datatable .p-datatable-footer { border-top: 0 none; font-weight: 700; @@ -2030,206 +1683,158 @@ body .p-datatable .p-datatable-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-datatable .p-datatable-thead > tr > th { padding: 0.571em 0.857em; border: 1px solid #191919; font-weight: 700; color: #dedede; background-color: #252525; - text-align: center; -} + text-align: center; } body .p-datatable .p-datatable-tfoot > tr > td { padding: 0.571em 0.857em; border: 1px solid #191919; font-weight: 700; color: #dedede; background-color: #252525; - text-align: center; -} + text-align: center; } body .p-datatable .p-sortable-column { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-sortable-column .p-sortable-column-icon { - color: #888888; -} -body .p-datatable .p-sortable-column:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: #dedede; -} -body .p-datatable .p-sortable-column:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: inset 0 0 0 0.2em #ffe8b3; - box-shadow: inset 0 0 0 0.2em #ffe8b3; -} -body .p-datatable .p-sortable-column.p-highlight { - background-color: #FFB300; - color: #212121; -} -body .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #212121; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-sortable-column .p-sortable-column-icon { + color: #888888; } + body .p-datatable .p-sortable-column:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { + color: #dedede; } + body .p-datatable .p-sortable-column:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: inset 0 0 0 0.2em #ffe8b3; + box-shadow: inset 0 0 0 0.2em #ffe8b3; } + body .p-datatable .p-sortable-column.p-highlight { + background-color: #FFB300; + color: #212121; } + body .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { + color: #212121; } body .p-datatable .p-editable-column input { font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} + font-family: "Open Sans", "Helvetica Neue", sans-serif; } body .p-datatable .p-row-editor-init { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} + transition: background-color 0.2s, box-shadow 0.2s; } body .p-datatable .p-datatable-tbody > tr { background: #323232; color: #dedede; -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-datatable-tbody > tr > td { - background: inherit; - border: 1px solid #191919; - padding: 0.429em 0.857em; -} -body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler { - color: #888888; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { - color: #dedede; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight { - background-color: #FFB300; - color: #212121; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { - color: #212121; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler:hover { - color: #212121; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { - background-color: #ffd980; - color: #212121; -} -body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #FFB300; -} -body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #FFB300; -} -body .p-datatable .p-datatable-tbody > tr:focus { - outline: none; -} -body .p-datatable .p-datatable-tbody > tr:focus + tr > td { - box-shadow: 0 -0.2em 0 0 #ffe8b3; -} -body .p-datatable .p-datatable-tbody > tr:focus > td { - box-shadow: 0 -0.2em 0 0 #ffe8b3, 0 0.2em 0 0 #ffe8b3; -} -body .p-datatable .p-datatable-tbody > tr:focus > td:first-child { - box-shadow: 0 -0.2em 0 0 #ffe8b3, 0 0.2em 0 0 #ffe8b3, -0.1em -0.1em 0 0.1em #ffe8b3; -} -body .p-datatable .p-datatable-tbody > tr:focus > td:last-child { - box-shadow: 0 -0.2em 0 0 #ffe8b3, 0 0.2em 0 0 #ffe8b3, 0.1em -0.1em 0 0.1em #ffe8b3; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-datatable-tbody > tr > td { + background: inherit; + border: 1px solid #191919; + padding: 0.429em 0.857em; } + body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler { + color: #888888; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { + color: #dedede; } + body .p-datatable .p-datatable-tbody > tr.p-highlight { + background-color: #FFB300; + color: #212121; } + body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { + color: #212121; } + body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler:hover { + color: #212121; } + body .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + background-color: #ffd980; + color: #212121; } + body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { + box-shadow: inset 0 2px 0 0 #FFB300; } + body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { + box-shadow: inset 0 -2px 0 0 #FFB300; } + body .p-datatable .p-datatable-tbody > tr:focus { + outline: none; } + body .p-datatable .p-datatable-tbody > tr:focus + tr > td { + box-shadow: 0 -0.2em 0 0 #ffe8b3; } + body .p-datatable .p-datatable-tbody > tr:focus > td { + box-shadow: 0 -0.2em 0 0 #ffe8b3, 0 0.2em 0 0 #ffe8b3; } + body .p-datatable .p-datatable-tbody > tr:focus > td:first-child { + box-shadow: 0 -0.2em 0 0 #ffe8b3, 0 0.2em 0 0 #ffe8b3, -0.1em -0.1em 0 0.1em #ffe8b3; } + body .p-datatable .p-datatable-tbody > tr:focus > td:last-child { + box-shadow: 0 -0.2em 0 0 #ffe8b3, 0 0.2em 0 0 #ffe8b3, 0.1em -0.1em 0 0.1em #ffe8b3; } body .p-datatable .p-datatable-tbody > tr:nth-child(even) { - background-color: #323232; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { - background-color: #FFB300; - color: #212121; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { - color: #212121; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover { - color: #212121; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu { - background-color: #ffd980; - color: #212121; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler { - color: #212121; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler:hover { - color: #212121; -} + background-color: #323232; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { + background-color: #FFB300; + color: #212121; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { + color: #212121; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover { + color: #212121; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu { + background-color: #ffd980; + color: #212121; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler { + color: #212121; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler:hover { + color: #212121; } body .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover { cursor: pointer; background-color: #4c4c4c; - color: #dedede; -} + color: #dedede; } body .p-datatable .p-column-resizer-helper { - background-color: #FFB300; -} + background-color: #FFB300; } body .p-datatable .p-datatable-scrollable-header, body .p-datatable .p-datatable-scrollable-footer { - background-color: #191919; -} + background-color: #191919; } body .p-datatable .p-column-filter { - width: 100%; -} + width: 100%; } body .p-datatable.p-datatable-borderless .p-datatable-header { border: 0 none; - border-bottom: 1px solid #191919; -} + border-bottom: 1px solid #191919; } body .p-datatable.p-datatable-borderless .p-datatable-thead > tr > th { border: 0 none; text-align: left; - padding: 0.857em; -} + padding: 0.857em; } body .p-datatable.p-datatable-borderless .p-datatable-tbody { - border: 0 none; -} -body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr { - border: 0 none; -} -body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr > td { - border: 0 none; -} + border: 0 none; } + body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr { + border: 0 none; } + body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr > td { + border: 0 none; } body .p-datatable.p-datatable-borderless .p-datatable-tfoot > tr > td { - border: 0 none; -} + border: 0 none; } body .p-datatable.p-datatable-borderless .p-paginator { - border: 0 none; -} + border: 0 none; } body .p-datascroller .p-datascroller-header { background-color: #191919; color: #dedede; border: 1px solid #191919; padding: 0.571em 1em; font-weight: 700; - border-bottom: 0 none; -} + border-bottom: 0 none; } body .p-datascroller .p-datascroller-content { padding: 0.571em 1em; border: 1px solid #191919; background-color: #323232; color: #dedede; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-datascroller .p-datascroller-footer { background-color: #323232; color: #dedede; border: 1px solid #191919; padding: 0.571em 1em; - border-top: 0 none; -} + border-top: 0 none; } body .p-dataview .p-dataview-header { background-color: #191919; color: #dedede; @@ -2242,18 +1847,15 @@ body .p-dataview .p-dataview-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-dataview .p-dataview-content { padding: 0.571em 1em; border: 1px solid #191919; background-color: #323232; color: #dedede; - padding: 0.571em 1em; -} -body .p-dataview .p-dataview-content > .p-grid > div { - border-bottom: 1px solid #191919; -} + padding: 0.571em 1em; } + body .p-dataview .p-dataview-content > .p-grid > div { + border-bottom: 1px solid #191919; } body .p-dataview .p-dataview-footer { background-color: #323232; color: #dedede; @@ -2265,30 +1867,24 @@ body .p-dataview .p-dataview-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .fc th { background-color: #191919; border: 1px solid #191919; color: #dedede; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .fc td.ui-widget-content { background-color: #323232; border: 1px solid #191919; - color: #dedede; -} + color: #dedede; } body .fc td.fc-head-container { - border: 1px solid #191919; -} + border: 1px solid #191919; } body .fc .fc-row { - border-right: 1px solid #191919; -} + border-right: 1px solid #191919; } body .fc .fc-event { background-color: #FFA000; border: 1px solid #FFA000; - color: #212121; -} + color: #212121; } body .fc .fc-toolbar .fc-button { color: #212121; background-color: #FFB300; @@ -2300,65 +1896,52 @@ body .fc .fc-toolbar .fc-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .fc .fc-toolbar .fc-button:enabled:hover { - background-color: #FFA000; - color: #212121; - border-color: #FFA000; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-left { - font-family: "PrimeIcons" !important; - text-indent: 0; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-right { - font-family: "PrimeIcons" !important; - text-indent: 0; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; -} -body .fc .fc-toolbar .fc-button:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; -} + border-radius: 3px; } + body .fc .fc-toolbar .fc-button:enabled:hover { + background-color: #FFA000; + color: #212121; + border-color: #FFA000; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-left { + font-family: 'PrimeIcons' !important; + text-indent: 0; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before { + content: ""; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-right { + font-family: 'PrimeIcons' !important; + text-indent: 0; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before { + content: ""; } + body .fc .fc-toolbar .fc-button:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; } body .fc .fc-toolbar .fc-button-group .fc-button { -moz-border-radius: 0; -webkit-border-radius: 0; - border-radius: 0; -} -body .fc .fc-toolbar .fc-button-group .fc-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .fc .fc-toolbar .fc-button-group .fc-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-radius: 0; } + body .fc .fc-toolbar .fc-button-group .fc-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .fc .fc-toolbar .fc-button-group .fc-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .fc .fc-divider { background-color: #191919; - border: 1px solid #191919; -} + border: 1px solid #191919; } body .p-fluid .fc .fc-toolbar .ui-button { - width: auto; -} + width: auto; } body .p-picklist .p-picklist-buttons button { - font-size: 16px; -} + font-size: 16px; } body .p-picklist .p-picklist-caption { background-color: #191919; color: #dedede; @@ -2371,31 +1954,26 @@ body .p-picklist .p-picklist-caption { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-picklist .p-picklist-filter-container { padding: 0.429em 0.857em 0.429em 0.857em; border: 1px solid #191919; color: #dedede; background-color: #252525; margin: 0; - border-bottom: 0 none; -} -body .p-picklist .p-picklist-filter-container input { - width: 100%; - padding-right: 2em; - text-indent: 0; -} -body .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { - top: 50%; - margin-top: -0.5em; - left: auto; - right: 1.357em; - color: #252525; -} + border-bottom: 0 none; } + body .p-picklist .p-picklist-filter-container input { + width: 100%; + padding-right: 2em; + text-indent: 0; } + body .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { + top: 50%; + margin-top: -.5em; + left: auto; + right: 1.357em; + color: #252525; } body .p-picklist .p-picklist-buttons { - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-picklist .p-picklist-list { border: 1px solid #191919; background-color: #323232; @@ -2406,48 +1984,38 @@ body .p-picklist .p-picklist-list { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-picklist .p-picklist-list .p-picklist-item { - padding: 0.429em 0.857em; - margin: 0; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-picklist .p-picklist-list .p-picklist-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: inset 0 0 0 0.2em #ffe8b3; - box-shadow: inset 0 0 0 0.2em #ffe8b3; -} -body .p-picklist .p-picklist-list .p-picklist-item.p-highlight { - background-color: #FFB300; - color: #212121; -} -body .p-picklist .p-picklist-list .p-picklist-droppoint-highlight { - background-color: #FFB300; -} + border-bottom-right-radius: 3px; } + body .p-picklist .p-picklist-list .p-picklist-item { + padding: 0.429em 0.857em; + margin: 0; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-picklist .p-picklist-list .p-picklist-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: inset 0 0 0 0.2em #ffe8b3; + box-shadow: inset 0 0 0 0.2em #ffe8b3; } + body .p-picklist .p-picklist-list .p-picklist-item.p-highlight { + background-color: #FFB300; + color: #212121; } + body .p-picklist .p-picklist-list .p-picklist-droppoint-highlight { + background-color: #FFB300; } @media (max-width: 40em) { body .p-picklist.p-picklist-responsive .p-picklist-buttons { - padding: 0.571em 1em; - } -} + padding: 0.571em 1em; } } body .p-orderlist .p-orderlist-controls { - padding: 0.571em 1em; -} -body .p-orderlist .p-orderlist-controls button { - font-size: 16px; -} + padding: 0.571em 1em; } + body .p-orderlist .p-orderlist-controls button { + font-size: 16px; } body .p-orderlist .p-orderlist-caption { background-color: #191919; color: #dedede; @@ -2460,28 +2028,24 @@ body .p-orderlist .p-orderlist-caption { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-orderlist .p-orderlist-filter-container { padding: 0.429em 0.857em 0.429em 0.857em; border: 1px solid #191919; color: #dedede; background-color: #252525; margin: 0; - border-bottom: 0 none; -} -body .p-orderlist .p-orderlist-filter-container input { - width: 100%; - padding-right: 2em; - text-indent: 0; -} -body .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { - top: 50%; - margin-top: -0.5em; - left: auto; - right: 1.357em; - color: #252525; -} + border-bottom: 0 none; } + body .p-orderlist .p-orderlist-filter-container input { + width: 100%; + padding-right: 2em; + text-indent: 0; } + body .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { + top: 50%; + margin-top: -.5em; + left: auto; + right: 1.357em; + color: #252525; } body .p-orderlist .p-orderlist-list { border: 1px solid #191919; background-color: #323232; @@ -2492,37 +2056,31 @@ body .p-orderlist .p-orderlist-list { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item { - padding: 0.429em 0.857em; - margin: 0; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: inset 0 0 0 0.2em #ffe8b3; - box-shadow: inset 0 0 0 0.2em #ffe8b3; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - background-color: #FFB300; - color: #212121; -} -body .p-orderlist .p-orderlist-list .p-orderlist-droppoint-highlight { - background-color: #FFB300; -} + border-bottom-right-radius: 3px; } + body .p-orderlist .p-orderlist-list .p-orderlist-item { + padding: 0.429em 0.857em; + margin: 0; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-orderlist .p-orderlist-list .p-orderlist-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: inset 0 0 0 0.2em #ffe8b3; + box-shadow: inset 0 0 0 0.2em #ffe8b3; } + body .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { + background-color: #FFB300; + color: #212121; } + body .p-orderlist .p-orderlist-list .p-orderlist-droppoint-highlight { + background-color: #FFB300; } body .p-tree { border: 1px solid #191919; background-color: #323232; @@ -2530,159 +2088,126 @@ body .p-tree { padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree .p-tree-container { - padding: 0.286em; - margin: 0; -} -body .p-tree .p-tree-container .p-treenode { - padding: 0.143em 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content { - padding: 0; - border: 1px solid transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { - vertical-align: middle; - display: inline-block; - float: none; - margin: 0 0.286em 0 0; - color: #888888; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler b .p-tree-toggler-icon { - line-height: 1.25em; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { - vertical-align: middle; - display: inline-block; - margin: 0 0.286em 0 0; - color: #888888; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-label { - margin: 0; - vertical-align: middle; - display: inline-block; - padding: 0.286em 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { - margin: 0 0.286em 0 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background-color: #FFB300; - color: #212121; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { - color: #212121; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-checkbox .p-checkbox-box { - border-color: #212121; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight-contextmenu { - border: 1px dashed #FFB300; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover .p-treenode-icon { - color: #dedede; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content > span { - line-height: inherit; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-tree .p-tree-container .p-treenode-droppoint.p-treenode-droppoint-active { - background-color: #FFB300; -} -body .p-tree.p-tree-horizontal { - padding-left: 0; - padding-right: 0; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content { - border: 1px solid #191919; - background-color: #323232; - color: #dedede; - padding: 0.571em 1em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight { - background-color: #FFB300; - color: #212121; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox .p-icon { - color: #FFB300; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover { - background-color: inherit; - color: inherit; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-tree .p-tree-filter-container .p-tree-filter { - width: 100%; - padding-right: 2em; -} -body .p-tree .p-tree-filter-container .p-tree-filter-icon { - top: 50%; - left: auto; - margin-top: -0.5em; - right: 0.8em; - color: #252525; -} + border-radius: 3px; } + body .p-tree .p-tree-container { + padding: 0.286em; + margin: 0; } + body .p-tree .p-tree-container .p-treenode { + padding: 0.143em 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content { + padding: 0; + border: 1px solid transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { + vertical-align: middle; + display: inline-block; + float: none; + margin: 0 0.286em 0 0; + color: #888888; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler b + .p-tree-toggler-icon { + line-height: 1.25em; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { + vertical-align: middle; + display: inline-block; + margin: 0 0.286em 0 0; + color: #888888; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-label { + margin: 0; + vertical-align: middle; + display: inline-block; + padding: 0.286em 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { + margin: 0 0.286em 0 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { + background-color: #FFB300; + color: #212121; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { + color: #212121; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-checkbox .p-checkbox-box { + border-color: #212121; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight-contextmenu { + border: 1px dashed #FFB300; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover .p-treenode-icon { + color: #dedede; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content > span { + line-height: inherit; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { + background-color: #4c4c4c; + color: #dedede; } + body .p-tree .p-tree-container .p-treenode-droppoint.p-treenode-droppoint-active { + background-color: #FFB300; } + body .p-tree.p-tree-horizontal { + padding-left: 0; + padding-right: 0; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content { + border: 1px solid #191919; + background-color: #323232; + color: #dedede; + padding: 0.571em 1em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight { + background-color: #FFB300; + color: #212121; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox .p-icon { + color: #FFB300; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover { + background-color: inherit; + color: inherit; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-tree .p-tree-filter-container .p-tree-filter { + width: 100%; + padding-right: 2em; } + body .p-tree .p-tree-filter-container .p-tree-filter-icon { + top: 50%; + left: auto; + margin-top: -.5em; + right: .8em; + color: #252525; } body .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { background-color: #4c4c4c; - color: #dedede; -} + color: #dedede; } body .p-organizationchart .p-organizationchart-node-content.p-highlight { background-color: #FFB300; - color: #212121; -} -body .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: #805a00; -} + color: #212121; } + body .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { + color: #805a00; } body .p-organizationchart .p-organizationchart-line-down { - background-color: #191919; -} + background-color: #191919; } body .p-organizationchart .p-organizationchart-line-left { border-right: 1px solid #191919; - border-color: #191919; -} + border-color: #191919; } body .p-organizationchart .p-organizationchart-line-top { border-top: 1px solid #191919; - border-color: #191919; -} + border-color: #191919; } body .p-organizationchart .p-organizationchart-node-content { border: 1px solid #191919; background-color: #323232; color: #dedede; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-organizationchart .p-organizationchart-node-content .p-node-toggler { - bottom: -0.7em; - margin-left: -0.46em; + bottom: -.7em; + margin-left: -.46em; color: #888888; -moz-border-radius: 3px; -webkit-border-radius: 3px; @@ -2690,23 +2215,20 @@ body .p-organizationchart .p-organizationchart-node-content .p-node-toggler { -moz-transition: box-shadow 0.2s; -o-transition: box-shadow 0.2s; -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; -} + transition: box-shadow 0.2s; } + body .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; } body .p-treetable .p-treetable-header, body .p-treetable .p-treetable-footer { background-color: #191919; color: #dedede; border: 1px solid #191919; padding: 0.571em 1em; - text-align: center; -} + text-align: center; } body .p-treetable .p-treetable-header { border-bottom: 0 none; font-weight: 700; @@ -2715,8 +2237,7 @@ body .p-treetable .p-treetable-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-treetable .p-treetable-footer { border-top: 0 none; font-weight: 700; @@ -2725,119 +2246,92 @@ body .p-treetable .p-treetable-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-treetable .p-treetable-thead > tr > th { padding: 0.571em 0.857em; border: 1px solid #191919; font-weight: 700; color: #dedede; background-color: #252525; - text-align: center; -} + text-align: center; } body .p-treetable .p-treetable-tfoot > tr > td { padding: 0.571em 0.857em; border: 1px solid #191919; font-weight: 700; color: #dedede; background-color: #252525; - text-align: center; -} + text-align: center; } body .p-treetable .p-sortable-column { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-treetable .p-sortable-column .p-sortable-column-icon { - color: #888888; -} -body .p-treetable .p-sortable-column:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: #dedede; -} -body .p-treetable .p-sortable-column:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: inset 0 0 0 0.2em #ffe8b3; - box-shadow: inset 0 0 0 0.2em #ffe8b3; -} -body .p-treetable .p-sortable-column.p-highlight { - background-color: #FFB300; - color: #212121; -} -body .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #212121; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-treetable .p-sortable-column .p-sortable-column-icon { + color: #888888; } + body .p-treetable .p-sortable-column:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { + color: #dedede; } + body .p-treetable .p-sortable-column:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: inset 0 0 0 0.2em #ffe8b3; + box-shadow: inset 0 0 0 0.2em #ffe8b3; } + body .p-treetable .p-sortable-column.p-highlight { + background-color: #FFB300; + color: #212121; } + body .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { + color: #212121; } body .p-treetable .p-editable-column input { font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} + font-family: "Open Sans", "Helvetica Neue", sans-serif; } body .p-treetable .p-treetable-tbody > tr { background: #323232; color: #dedede; -moz-transition: background-color 0.2s; -o-transition: background-color 0.2s; -webkit-transition: background-color 0.2s; - transition: background-color 0.2s; -} -body .p-treetable .p-treetable-tbody > tr > td { - background: inherit; - border: 1px solid #191919; - padding: 0.429em 0.857em; -} -body .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { - color: #888888; - vertical-align: middle; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight { - background-color: #FFB300; - color: #212121; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { - color: #212121; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu { - background-color: #ffd980; - color: #212121; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu .p-treetable-toggler { - color: #212121; -} -body .p-treetable .p-treetable-tbody > tr:focus { - outline: none; -} -body .p-treetable .p-treetable-tbody > tr:focus + tr > td { - box-shadow: 0 -0.2em 0 0 #ffe8b3; -} -body .p-treetable .p-treetable-tbody > tr:focus > td { - box-shadow: 0 -0.2em 0 0 #ffe8b3, 0 0.2em 0 0 #ffe8b3; -} -body .p-treetable .p-treetable-tbody > tr:focus > td:first-child { - box-shadow: 0 -0.2em 0 0 #ffe8b3, 0 0.2em 0 0 #ffe8b3, -0.1em -0.1em 0 0.1em #ffe8b3; -} -body .p-treetable .p-treetable-tbody > tr:focus > td:last-child { - box-shadow: 0 -0.2em 0 0 #ffe8b3, 0 0.2em 0 0 #ffe8b3, 0.1em -0.1em 0 0.1em #ffe8b3; -} + transition: background-color 0.2s; } + body .p-treetable .p-treetable-tbody > tr > td { + background: inherit; + border: 1px solid #191919; + padding: 0.429em 0.857em; } + body .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { + color: #888888; + vertical-align: middle; } + body .p-treetable .p-treetable-tbody > tr.p-highlight { + background-color: #FFB300; + color: #212121; } + body .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { + color: #212121; } + body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu { + background-color: #ffd980; + color: #212121; } + body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu .p-treetable-toggler { + color: #212121; } + body .p-treetable .p-treetable-tbody > tr:focus { + outline: none; } + body .p-treetable .p-treetable-tbody > tr:focus + tr > td { + box-shadow: 0 -0.2em 0 0 #ffe8b3; } + body .p-treetable .p-treetable-tbody > tr:focus > td { + box-shadow: 0 -0.2em 0 0 #ffe8b3, 0 0.2em 0 0 #ffe8b3; } + body .p-treetable .p-treetable-tbody > tr:focus > td:first-child { + box-shadow: 0 -0.2em 0 0 #ffe8b3, 0 0.2em 0 0 #ffe8b3, -0.1em -0.1em 0 0.1em #ffe8b3; } + body .p-treetable .p-treetable-tbody > tr:focus > td:last-child { + box-shadow: 0 -0.2em 0 0 #ffe8b3, 0 0.2em 0 0 #ffe8b3, 0.1em -0.1em 0 0.1em #ffe8b3; } body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover { cursor: pointer; background-color: #4c4c4c; - color: #dedede; -} -body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover .p-treetable-toggler { - color: #dedede; -} + color: #dedede; } + body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover .p-treetable-toggler { + color: #dedede; } body .p-treetable .p-column-resizer-helper { - background-color: #FFB300; -} + background-color: #FFB300; } body .p-treetable .p-treetable-scrollable-header, body .p-treetable .p-treetable-scrollable-footer { - background-color: #191919; -} + background-color: #191919; } body .p-carousel .p-carousel-content .p-carousel-prev, body .p-carousel .p-carousel-content .p-carousel-next { background-color: #FFB300; @@ -2850,273 +2344,212 @@ body .p-carousel .p-carousel-content .p-carousel-next { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover, -body .p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover { - background-color: #FFA000; - color: #212121; - border-color: #FFA000; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover, + body .p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover { + background-color: #FFA000; + color: #212121; + border-color: #FFA000; } body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon { width: 20px; height: 6px; background-color: #252525; - margin: 0 0.2em; -} -body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon::before { - content: " "; -} + margin: 0 0.2em; } + body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon::before { + content: ' '; } body .p-carousel .p-carousel-dots-container .p-carousel-dot-item.p-highlight .p-carousel-dot-icon { - background-color: #FFB300; -} + background-color: #FFB300; } body .p-messages { margin: 1em 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-messages .p-messages-wrapper { - padding: 1em; -} -body .p-messages.p-messages-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-info .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-info .p-messages-close { - background-color: #7fbcec; - color: #212121; -} -body .p-messages.p-messages-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-success .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-success .p-messages-close { - background-color: #b7d8b7; - color: #212121; -} -body .p-messages.p-messages-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-warn .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-warn .p-messages-close { - background-color: #ffe399; - color: #212121; -} -body .p-messages.p-messages-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-error .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-error .p-messages-close { - background-color: #f8b7bd; - color: #212121; -} -body .p-messages .p-messages-close { - top: -0.769em; - right: -0.769em; - width: 1.538em; - height: 1.538em; - line-height: 1.538em; - text-align: center; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-messages .p-messages-close .p-messages-close-icon { - line-height: inherit; - font-size: 1.5em; -} -body .p-messages .p-messages-close:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; -} -body .p-messages .p-messages-icon { - font-size: 2em; -} + border-radius: 3px; } + body .p-messages .p-messages-wrapper { + padding: 1em; } + body .p-messages.p-messages-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-info .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-info .p-messages-close { + background-color: #7fbcec; + color: #212121; } + body .p-messages.p-messages-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-success .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-success .p-messages-close { + background-color: #b7d8b7; + color: #212121; } + body .p-messages.p-messages-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-warn .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-warn .p-messages-close { + background-color: #ffe399; + color: #212121; } + body .p-messages.p-messages-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-error .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-error .p-messages-close { + background-color: #f8b7bd; + color: #212121; } + body .p-messages .p-messages-close { + top: -0.769em; + right: -0.769em; + width: 1.538em; + height: 1.538em; + line-height: 1.538em; + text-align: center; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-messages .p-messages-close .p-messages-close-icon { + line-height: inherit; + font-size: 1.5em; } + body .p-messages .p-messages-close:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; } + body .p-messages .p-messages-icon { + font-size: 2em; } body .p-message { padding: 0.429em; margin: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-message.p-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-message.p-message-info .p-message-icon { - color: #212121; -} -body .p-message.p-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-message.p-message-success .p-message-icon { - color: #212121; -} -body .p-message.p-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-message.p-message-warn .p-message-icon { - color: #212121; -} -body .p-message.p-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-message.p-message-error .p-message-icon { - color: #212121; -} -body .p-message .p-message-icon { - font-size: 1.25em; -} -body .p-message .p-message-text { - font-size: 1em; -} + border-radius: 3px; } + body .p-message.p-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-message.p-message-info .p-message-icon { + color: #212121; } + body .p-message.p-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-message.p-message-success .p-message-icon { + color: #212121; } + body .p-message.p-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-message.p-message-warn .p-message-icon { + color: #212121; } + body .p-message.p-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-message.p-message-error .p-message-icon { + color: #212121; } + body .p-message .p-message-icon { + font-size: 1.25em; } + body .p-message .p-message-text { + font-size: 1em; } body .p-growl { top: 70px; opacity: 0.9; - filter: alpha(opacity=90); -} -body .p-growl .p-growl-item-container { - margin: 0 0 1em 0; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-growl .p-growl-item-container .p-growl-item { - padding: 1em; -} -body .p-growl .p-growl-item-container .p-growl-item .p-growl-message { - margin: 0 0 0 4em; -} -body .p-growl .p-growl-item-container .p-growl-item .p-growl-image { - font-size: 2.571em; -} -body .p-growl .p-growl-item-container.p-growl-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-icon-close { - color: #212121; -} + filter: alpha(opacity=90); } + body .p-growl .p-growl-item-container { + margin: 0 0 1em 0; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-growl .p-growl-item-container .p-growl-item { + padding: 1em; } + body .p-growl .p-growl-item-container .p-growl-item .p-growl-message { + margin: 0 0 0 4em; } + body .p-growl .p-growl-item-container .p-growl-item .p-growl-image { + font-size: 2.571em; } + body .p-growl .p-growl-item-container.p-growl-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-icon-close { + color: #212121; } body .p-toast { opacity: 0.9; - filter: alpha(opacity=90); -} -body .p-toast .p-toast-item-container { - margin: 0 0 1em 0; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-toast .p-toast-item-container .p-toast-item { - padding: 1em; -} -body .p-toast .p-toast-item-container .p-toast-item .p-toast-message { - margin: 0 0 0 4em; -} -body .p-toast .p-toast-item-container .p-toast-item .p-toast-image { - font-size: 2.571em; -} -body .p-toast .p-toast-item-container.p-toast-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #212121; -} + filter: alpha(opacity=90); } + body .p-toast .p-toast-item-container { + margin: 0 0 1em 0; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-toast .p-toast-item-container .p-toast-item { + padding: 1em; } + body .p-toast .p-toast-item-container .p-toast-item .p-toast-message { + margin: 0 0 0 4em; } + body .p-toast .p-toast-item-container .p-toast-item .p-toast-image { + font-size: 2.571em; } + body .p-toast .p-toast-item-container.p-toast-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { + color: #212121; } body .p-component-overlay { - background-color: rgba(0, 0, 0, 0.4); -} + background-color: rgba(0, 0, 0, 0.4); } body .p-overlaypanel { background-color: #323232; color: #dedede; @@ -3127,50 +2560,41 @@ body .p-overlaypanel { border-radius: 3px; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-overlaypanel .p-overlaypanel-content { - padding: 1em; -} -body .p-overlaypanel .p-overlaypanel-close { - background-color: #FFB300; - color: #212121; - width: 1.538em; - height: 1.538em; - line-height: 1.538em; - text-align: center; - position: absolute; - top: -0.769em; - right: -0.769em; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-overlaypanel .p-overlaypanel-close:hover { - background-color: #FF8F00; - color: #212121; -} -body .p-overlaypanel .p-overlaypanel-close > span { - line-height: inherit; -} -body .p-overlaypanel:after { - border-color: rgba(50, 50, 50, 0); - border-bottom-color: #323232; -} -body .p-overlaypanel:before { - border-color: rgba(25, 25, 25, 0); - border-bottom-color: #191919; -} -body .p-overlaypanel.p-overlaypanel-flipped:after { - border-top-color: #323232; -} -body .p-overlaypanel.p-overlaypanel-flipped:before { - border-top-color: #191919; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-overlaypanel .p-overlaypanel-content { + padding: 1em; } + body .p-overlaypanel .p-overlaypanel-close { + background-color: #FFB300; + color: #212121; + width: 1.538em; + height: 1.538em; + line-height: 1.538em; + text-align: center; + position: absolute; + top: -0.769em; + right: -0.769em; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-overlaypanel .p-overlaypanel-close:hover { + background-color: #FF8F00; + color: #212121; } + body .p-overlaypanel .p-overlaypanel-close > span { + line-height: inherit; } + body .p-overlaypanel:after { + border-color: rgba(50, 50, 50, 0); + border-bottom-color: #323232; } + body .p-overlaypanel:before { + border-color: rgba(25, 25, 25, 0); + border-bottom-color: #191919; } + body .p-overlaypanel.p-overlaypanel-flipped:after { + border-top-color: #323232; } + body .p-overlaypanel.p-overlaypanel-flipped:before { + border-top-color: #191919; } body .p-dialog { padding: 0; -moz-border-radius: 3px; @@ -3178,73 +2602,62 @@ body .p-dialog { border-radius: 3px; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-dialog .p-dialog-titlebar { - border: 1px solid #191919; - background-color: #191919; - color: #dedede; - padding: 1em; - font-weight: 700; - border-bottom: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-dialog .p-dialog-titlebar .p-dialog-title { - margin: 0; - float: none; - font-weight: 700; -} -body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon { - color: #888888; - border: 0 none; - padding: 0; - margin-left: 0.5em; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover { - color: #dedede; -} -body .p-dialog .p-dialog-content { - background-color: #323232; - color: #dedede; - border: 1px solid #191919; - padding: 1em; -} -body .p-dialog .p-dialog-footer { - border: 1px solid #191919; - border-top: 0 none; - background-color: #323232; - color: #dedede; - padding: 0.571em 1em; - margin: 0; - text-align: right; -} -body .p-dialog .p-dialog-footer button { - margin: 0 0.5em 0 0; - width: auto; -} -body .p-dialog.p-confirm-dialog .p-dialog-content { - padding: 1.5em; -} -body .p-dialog.p-confirm-dialog .p-dialog-content > span { - float: none; - display: inline-block; - vertical-align: middle; - line-height: 14px; - margin: 0; -} -body .p-dialog.p-confirm-dialog .p-dialog-content > span.p-icon { - margin-right: 0.35em; - font-size: 16px; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-dialog .p-dialog-titlebar { + border: 1px solid #191919; + background-color: #191919; + color: #dedede; + padding: 1em; + font-weight: 700; + border-bottom: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-dialog .p-dialog-titlebar .p-dialog-title { + margin: 0; + float: none; + font-weight: 700; } + body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon { + color: #888888; + border: 0 none; + padding: 0; + margin-left: 0.5em; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover { + color: #dedede; } + body .p-dialog .p-dialog-content { + background-color: #323232; + color: #dedede; + border: 1px solid #191919; + padding: 1em; } + body .p-dialog .p-dialog-footer { + border: 1px solid #191919; + border-top: 0 none; + background-color: #323232; + color: #dedede; + padding: 0.571em 1em; + margin: 0; + text-align: right; } + body .p-dialog .p-dialog-footer button { + margin: 0 0.5em 0 0; + width: auto; } + body .p-dialog.p-confirm-dialog .p-dialog-content { + padding: 1.5em; } + body .p-dialog.p-confirm-dialog .p-dialog-content > span { + float: none; + display: inline-block; + vertical-align: middle; + line-height: 14px; + margin: 0; } + body .p-dialog.p-confirm-dialog .p-dialog-content > span.p-icon { + margin-right: .35em; + font-size: 16px; } body .p-sidebar { background-color: #323232; color: #dedede; @@ -3252,21 +2665,17 @@ body .p-sidebar { border: 1px solid #191919; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-sidebar .p-sidebar-close { - color: #888888; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-sidebar .p-sidebar-close:hover { - color: #dedede; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-sidebar .p-sidebar-close { + color: #888888; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-sidebar .p-sidebar-close:hover { + color: #dedede; } body .p-sidebar-mask { - transition-duration: 0.2s; -} + transition-duration: 0.2s; } body .p-tooltip .p-tooltip-text { background-color: #4c4c4c; color: #dedede; @@ -3276,76 +2685,62 @@ body .p-tooltip .p-tooltip-text { box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} + border-radius: 3px; } body .p-tooltip.p-tooltip-right .p-tooltip-arrow { - border-right-color: #4c4c4c; -} + border-right-color: #4c4c4c; } body .p-tooltip.p-tooltip-left .p-tooltip-arrow { - border-left-color: #4c4c4c; -} + border-left-color: #4c4c4c; } body .p-tooltip.p-tooltip-top .p-tooltip-arrow { - border-top-color: #4c4c4c; -} + border-top-color: #4c4c4c; } body .p-tooltip.p-tooltip-bottom .p-tooltip-arrow { - border-bottom-color: #4c4c4c; -} + border-bottom-color: #4c4c4c; } body .p-lightbox { -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-lightbox .p-lightbox-caption { - border: 1px solid #191919; - background-color: #191919; - color: #dedede; - padding: 0.571em 1em; - font-weight: 700; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text { - color: #dedede; - margin: 0; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-close { - padding: 0; - color: #888888; - -moz-transition: color 0.2s; - -o-transition: color 0.2s; - -webkit-transition: color 0.2s; - transition: color 0.2s; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-close:hover { - color: #dedede; -} -body .p-lightbox .p-lightbox-content-wrapper { - overflow: hidden; - background-color: #323232; - color: #dedede; - border: 0 none; - padding: 0; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right { - -moz-transition: all 0.2s; - -o-transition: all 0.2s; - -webkit-transition: all 0.2s; - transition: all 0.2s; - font-size: 3em; - color: #dedede; - margin-top: -0.5em; -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover { - -webkit-transform: scale(1.2); - -moz-transform: scale(1.2); - -o-transform: scale(1.2); - -ms-transform: scale(1.2); - transform: scale(1.2); -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-content.p-lightbox-loading ~ a { - display: none; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-lightbox .p-lightbox-caption { + border: 1px solid #191919; + background-color: #191919; + color: #dedede; + padding: 0.571em 1em; + font-weight: 700; } + body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text { + color: #dedede; + margin: 0; } + body .p-lightbox .p-lightbox-caption .p-lightbox-close { + padding: 0; + color: #888888; + -moz-transition: color 0.2s; + -o-transition: color 0.2s; + -webkit-transition: color 0.2s; + transition: color 0.2s; } + body .p-lightbox .p-lightbox-caption .p-lightbox-close:hover { + color: #dedede; } + body .p-lightbox .p-lightbox-content-wrapper { + overflow: hidden; + background-color: #323232; + color: #dedede; + border: 0 none; + padding: 0; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right { + -moz-transition: all 0.2s; + -o-transition: all 0.2s; + -webkit-transition: all 0.2s; + transition: all 0.2s; + font-size: 3em; + color: #dedede; + margin-top: -.5em; } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover { + -webkit-transform: scale(1.2); + -moz-transform: scale(1.2); + -o-transform: scale(1.2); + -ms-transform: scale(1.2); + transform: scale(1.2); } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-content.p-lightbox-loading ~ a { + display: none; } body .p-breadcrumb { background-color: #323232; @@ -3353,106 +2748,85 @@ body .p-breadcrumb { padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-breadcrumb ul li .p-menuitem-link { - color: #dedede; - margin: 0; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-breadcrumb ul li .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; -} -body .p-breadcrumb ul li.p-breadcrumb-chevron { - margin: 0 0.5em 0 0.5em; - color: #888888; -} -body .p-breadcrumb ul li:first-child a { - color: #888888; - margin: 0; -} -body .p-breadcrumb ul li .p-menuitem-icon { - color: #888888; -} + border-radius: 3px; } + body .p-breadcrumb ul li .p-menuitem-link { + color: #dedede; + margin: 0; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-breadcrumb ul li .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; } + body .p-breadcrumb ul li.p-breadcrumb-chevron { + margin: 0 0.5em 0 0.5em; + color: #888888; } + body .p-breadcrumb ul li:first-child a { + color: #888888; + margin: 0; } + body .p-breadcrumb ul li .p-menuitem-icon { + color: #888888; } body .p-steps { - position: relative; -} -body .p-steps .p-steps-item { - background-color: transparent; - text-align: center; -} -body .p-steps .p-steps-item .p-menuitem-link { - display: inline-block; - text-align: center; - background-color: transparent; - overflow: hidden; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-steps .p-steps-item .p-menuitem-link .p-steps-number { - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - display: inline-block; - color: #dedede; - background-color: #191919; - border: 1px solid #191919; - position: relative; - top: 16px; - margin-bottom: 14px; - width: 28px; - height: 28px; - font-size: 16px; - line-height: 24px; - text-align: center; -} -body .p-steps .p-steps-item .p-menuitem-link .p-steps-title { - display: block; - margin-top: 6px; - color: #dedede; -} -body .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; -} -body .p-steps .p-steps-item.p-highlight .p-steps-number { - background: #FFB300; - color: #212121; -} -body .p-steps .p-steps-item.p-highlight .p-steps-title { - font-weight: 700; - color: #dedede; -} -body .p-steps .p-steps-item:last-child .p-menuitem-link { - display: block; -} -body .p-steps:before { - content: " "; - border-top: 1px solid #191919; - width: 100%; - top: 45%; - left: 0; - display: block; - position: absolute; -} + position: relative; } + body .p-steps .p-steps-item { + background-color: transparent; } + body .p-steps .p-steps-item .p-menuitem-link { + background-color: transparent; + overflow: hidden; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-steps .p-steps-item .p-menuitem-link .p-steps-number { + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + display: inline-block; + color: #dedede; + background-color: #191919; + border: 1px solid #191919; + min-width: 28px; + height: 28px; + font-size: 16px; + line-height: 24px; + text-align: center; + position: relative; + z-index: 1; } + body .p-steps .p-steps-item .p-menuitem-link .p-steps-title { + display: block; + margin-top: 6px; + color: #dedede; } + body .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; } + body .p-steps .p-steps-item.p-highlight .p-steps-number { + background: #FFB300; + color: #212121; } + body .p-steps .p-steps-item.p-highlight .p-steps-title { + font-weight: 700; + color: #dedede; } + body .p-steps .p-steps-item:before { + content: ' '; + border-top: 1px solid #191919; + width: 100%; + top: 50%; + left: 0; + display: block; + position: absolute; + margin-top: -14px; } body .p-menu .p-menuitem-link, body .p-menubar .p-menuitem-link, body .p-tieredmenu .p-menuitem-link, @@ -3468,134 +2842,113 @@ body .p-slidemenu .p-menuitem-link { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-menu .p-menuitem-link .p-menuitem-text, -body .p-menubar .p-menuitem-link .p-menuitem-text, -body .p-tieredmenu .p-menuitem-link .p-menuitem-text, -body .p-contextmenu .p-menuitem-link .p-menuitem-text, -body .p-megamenu .p-menuitem-link .p-menuitem-text, -body .p-slidemenu .p-menuitem-link .p-menuitem-text { - color: #dedede; -} -body .p-menu .p-menuitem-link .p-menuitem-icon, -body .p-menubar .p-menuitem-link .p-menuitem-icon, -body .p-tieredmenu .p-menuitem-link .p-menuitem-icon, -body .p-contextmenu .p-menuitem-link .p-menuitem-icon, -body .p-megamenu .p-menuitem-link .p-menuitem-icon, -body .p-slidemenu .p-menuitem-link .p-menuitem-icon { - color: #dedede; - margin-right: 0.5em; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover { - background-color: #4c4c4c; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { - color: #dedede; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { - color: #dedede; -} -body .p-menu .p-menuitem-link:focus, -body .p-menubar .p-menuitem-link:focus, -body .p-tieredmenu .p-menuitem-link:focus, -body .p-contextmenu .p-menuitem-link:focus, -body .p-megamenu .p-menuitem-link:focus, -body .p-slidemenu .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: inset 0 0 0 0.2em #ffe8b3; - box-shadow: inset 0 0 0 0.2em #ffe8b3; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-menu .p-menuitem-link .p-menuitem-text, + body .p-menubar .p-menuitem-link .p-menuitem-text, + body .p-tieredmenu .p-menuitem-link .p-menuitem-text, + body .p-contextmenu .p-menuitem-link .p-menuitem-text, + body .p-megamenu .p-menuitem-link .p-menuitem-text, + body .p-slidemenu .p-menuitem-link .p-menuitem-text { + color: #dedede; } + body .p-menu .p-menuitem-link .p-menuitem-icon, + body .p-menubar .p-menuitem-link .p-menuitem-icon, + body .p-tieredmenu .p-menuitem-link .p-menuitem-icon, + body .p-contextmenu .p-menuitem-link .p-menuitem-icon, + body .p-megamenu .p-menuitem-link .p-menuitem-icon, + body .p-slidemenu .p-menuitem-link .p-menuitem-icon { + color: #dedede; + margin-right: 0.5em; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover { + background-color: #4c4c4c; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { + color: #dedede; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { + color: #dedede; } + body .p-menu .p-menuitem-link:focus, + body .p-menubar .p-menuitem-link:focus, + body .p-tieredmenu .p-menuitem-link:focus, + body .p-contextmenu .p-menuitem-link:focus, + body .p-megamenu .p-menuitem-link:focus, + body .p-slidemenu .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: inset 0 0 0 0.2em #ffe8b3; + box-shadow: inset 0 0 0 0.2em #ffe8b3; } body .p-menu { padding: 0; background-color: #252525; border: 1px solid #191919; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-menu .p-menuitem { - margin: 0; -} -body .p-menu.p-menu-overlay { - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-menu .p-submenu-header { - margin: 0; - padding: 0.714em 0.857em; - color: #dedede; - background-color: #191919; - font-weight: 700; - border: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-menu .p-menu-separator { - border: 1px solid #191919; - border-width: 1px 0 0 0; -} + border-radius: 3px; } + body .p-menu .p-menuitem { + margin: 0; } + body .p-menu.p-menu-overlay { + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-menu .p-submenu-header { + margin: 0; + padding: 0.714em 0.857em; + color: #dedede; + background-color: #191919; + font-weight: 700; + border: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-menu .p-menu-separator { + border: 1px solid #191919; + border-width: 1px 0 0 0; } body .p-menubar { padding: 0; background-color: #252525; border: 1px solid #191919; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { - padding: 0.714em 0.857em; -} -body .p-menubar .p-submenu-list { - padding: 0; - background-color: #252525; - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-menubar .p-submenu-list .p-menuitem { - margin: 0; -} -body .p-menubar .p-submenu-list .p-menu-separator { - border: 1px solid #191919; - border-width: 1px 0 0 0; -} -body .p-menubar .p-menuitem { - margin: 0; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #FFB300; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #212121; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #212121; -} + border-radius: 3px; } + body .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { + padding: 0.714em 0.857em; } + body .p-menubar .p-submenu-list { + padding: 0; + background-color: #252525; + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-menubar .p-submenu-list .p-menuitem { + margin: 0; } + body .p-menubar .p-submenu-list .p-menu-separator { + border: 1px solid #191919; + border-width: 1px 0 0 0; } + body .p-menubar .p-menuitem { + margin: 0; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #FFB300; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #212121; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #212121; } body .p-contextmenu { padding: 0; background-color: #252525; @@ -3605,351 +2958,277 @@ body .p-contextmenu { box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-contextmenu .p-submenu-list { - padding: 0; - background-color: #252525; - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-contextmenu .p-menuitem { - margin: 0; -} -body .p-contextmenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #FFB300; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #212121; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #212121; -} -body .p-contextmenu .p-menu-separator { - border: 1px solid #191919; - border-width: 1px 0 0 0; -} + border-radius: 3px; } + body .p-contextmenu .p-submenu-list { + padding: 0; + background-color: #252525; + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-contextmenu .p-menuitem { + margin: 0; } + body .p-contextmenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #FFB300; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #212121; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #212121; } + body .p-contextmenu .p-menu-separator { + border: 1px solid #191919; + border-width: 1px 0 0 0; } body .p-tieredmenu { padding: 0; background-color: #252525; border: 1px solid #191919; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tieredmenu .p-submenu-list { - padding: 0; - background-color: #252525; - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-tieredmenu .p-menuitem { - margin: 0; -} -body .p-tieredmenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #FFB300; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #212121; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #212121; -} -body .p-tieredmenu .p-menu-separator { - border: 1px solid #191919; - border-width: 1px 0 0 0; -} -body .p-tieredmenu.p-menu-overlay { - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} + border-radius: 3px; } + body .p-tieredmenu .p-submenu-list { + padding: 0; + background-color: #252525; + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-tieredmenu .p-menuitem { + margin: 0; } + body .p-tieredmenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #FFB300; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #212121; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #212121; } + body .p-tieredmenu .p-menu-separator { + border: 1px solid #191919; + border-width: 1px 0 0 0; } + body .p-tieredmenu.p-menu-overlay { + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } body .p-slidemenu { padding: 0; background-color: #252525; border: 1px solid #191919; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-slidemenu .p-submenu-list { - padding: 0; - background-color: #252525; - border: 0 none; -} -body .p-slidemenu .p-menuitem { - margin: 0; -} -body .p-slidemenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #FFB300; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #212121; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #212121; -} -body .p-slidemenu .p-slidemenu-backward { - margin: 0; - padding: 0.571em 1em; - color: #dedede; - background-color: #191919; - font-weight: 700; - border: 0 none; -} -body .p-slidemenu .p-slidemenu-backward:hover { - background-color: #191919; - color: #dedede; -} -body .p-slidemenu .p-menu-separator { - border: 1px solid #191919; - border-width: 1px 0 0 0; -} -body .p-slidemenu.p-menu-overlay { - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} + border-radius: 3px; } + body .p-slidemenu .p-submenu-list { + padding: 0; + background-color: #252525; + border: 0 none; } + body .p-slidemenu .p-menuitem { + margin: 0; } + body .p-slidemenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #FFB300; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #212121; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #212121; } + body .p-slidemenu .p-slidemenu-backward { + margin: 0; + padding: 0.571em 1em; + color: #dedede; + background-color: #191919; + font-weight: 700; + border: 0 none; } + body .p-slidemenu .p-slidemenu-backward:hover { + background-color: #191919; + color: #dedede; } + body .p-slidemenu .p-menu-separator { + border: 1px solid #191919; + border-width: 1px 0 0 0; } + body .p-slidemenu.p-menu-overlay { + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } body .p-tabmenu { - border: 0 none; -} -body .p-tabmenu .p-tabmenu-nav { - padding: 0; - background: transparent; - border-bottom: 1px solid #191919; -} -body .p-tabmenu .p-tabmenu-nav:after { - content: ""; - display: table; - clear: both; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - margin-bottom: -1px; - border: 1px solid #191919; - background-color: #191919; - color: #dedede; - padding: 0.571em 1em; - margin-right: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-text { - color: #dedede; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { - color: #888888; - margin-right: 0.5em; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { - background-color: #191919; - border: 1px solid #191919; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-text { - color: #FFB300; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-icon { - color: #dedede; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { - background-color: #FFB300; - border: 1px solid #FFB300; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-text { - color: #212121; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-icon { - color: #212121; -} + border: 0 none; } + body .p-tabmenu .p-tabmenu-nav { + padding: 0; + background: transparent; + border-bottom: 1px solid #191919; } + body .p-tabmenu .p-tabmenu-nav:after { + content: ""; + display: table; + clear: both; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { + margin-bottom: -1px; + border: 1px solid #191919; + background-color: #191919; + color: #dedede; + padding: 0.571em 1em; + margin-right: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-text { + color: #dedede; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { + color: #888888; + margin-right: 0.5em; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { + background-color: #191919; + border: 1px solid #191919; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-text { + color: #FFB300; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-icon { + color: #dedede; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { + background-color: #FFB300; + border: 1px solid #FFB300; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-text { + color: #212121; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-icon { + color: #212121; } body .p-megamenu { padding: 0; background-color: #252525; border: 1px solid #191919; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-megamenu .p-megamenu-submenu-header { - margin: 0; - padding: 0.571em 1em; - color: #dedede; - background-color: #191919; - font-weight: 700; - border: 0 none; -} -body .p-megamenu .p-megamenu-panel { - padding: 0; - background-color: #252525; - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-megamenu .p-menuitem { - margin: 0; -} -body .p-megamenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #FFB300; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #212121; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #212121; -} -body .p-megamenu.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { - right: 0.429em; -} + border-radius: 3px; } + body .p-megamenu .p-megamenu-submenu-header { + margin: 0; + padding: 0.571em 1em; + color: #dedede; + background-color: #191919; + font-weight: 700; + border: 0 none; } + body .p-megamenu .p-megamenu-panel { + padding: 0; + background-color: #252525; + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-megamenu .p-menuitem { + margin: 0; } + body .p-megamenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #FFB300; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #212121; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #212121; } + body .p-megamenu.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { + right: 0.429em; } body .p-panelmenu .p-icon { - position: static; -} + position: static; } body .p-panelmenu .p-panelmenu-panel .p-panelmenu-header { - margin-top: 2px; -} + margin-top: 2px; } body .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header { - margin-top: 0; -} + margin-top: 0; } body .p-panelmenu .p-panelmenu-header { - padding: 0; -} -body .p-panelmenu .p-panelmenu-header > a { - border: 1px solid #191919; - background-color: #191919; - color: #dedede; - padding: 0.714em 0.857em; - font-weight: 700; - position: static; - font-size: 14px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { - color: #888888; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-right:before { - content: ""; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-down:before { - content: ""; -} -body .p-panelmenu .p-panelmenu-header > a:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; - z-index: 100; -} -body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover { - outline: 0 none; - border: 1px solid #191919; - background-color: #191919; - color: #FFB300; -} -body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover .p-panelmenu-icon { - color: #FFB300; -} -body .p-panelmenu .p-panelmenu-header.p-highlight { - margin-bottom: 0; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a { - border: 1px solid #FFB300; - background-color: #FFB300; - color: #212121; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a .p-panelmenu-icon { - color: #212121; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover { - outline: 0 none; - border: 1px solid #FF8F00; - background-color: #FF8F00; - color: #212121; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover .p-panelmenu-icon { - color: #212121; -} + padding: 0; } + body .p-panelmenu .p-panelmenu-header > a { + border: 1px solid #191919; + background-color: #191919; + color: #dedede; + padding: 0.714em 0.857em; + font-weight: 700; + position: static; + font-size: 14px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { + color: #888888; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-right:before { + content: ""; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-down:before { + content: ""; } + body .p-panelmenu .p-panelmenu-header > a:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; + z-index: 100; } + body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover { + outline: 0 none; + border: 1px solid #191919; + background-color: #191919; + color: #FFB300; } + body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover .p-panelmenu-icon { + color: #FFB300; } + body .p-panelmenu .p-panelmenu-header.p-highlight { + margin-bottom: 0; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a { + border: 1px solid #FFB300; + background-color: #FFB300; + color: #212121; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a .p-panelmenu-icon { + color: #212121; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover { + outline: 0 none; + border: 1px solid #FF8F00; + background-color: #FF8F00; + color: #212121; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover .p-panelmenu-icon { + color: #212121; } body .p-panelmenu .p-panelmenu-panel:first-child { - margin-top: 0; -} + margin-top: 0; } body .p-panelmenu .p-panelmenu-content { padding: 0; background-color: #252525; border: 1px solid #191919; margin-top: 0; position: static; - border-top: 0 none; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem { - margin: 0; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { - padding: 0.714em 0.857em; - color: #dedede; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover { - background-color: #4c4c4c; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-icon, body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-panelmenu-icon { - color: #dedede; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-text { - color: #dedede; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: inset 0 0 0 0.2em #ffe8b3; - box-shadow: inset 0 0 0 0.2em #ffe8b3; -} + border-top: 0 none; } + body .p-panelmenu .p-panelmenu-content .p-menuitem { + margin: 0; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { + padding: 0.714em 0.857em; + color: #dedede; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover { + background-color: #4c4c4c; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-icon, body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-panelmenu-icon { + color: #dedede; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-text { + color: #dedede; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: inset 0 0 0 0.2em #ffe8b3; + box-shadow: inset 0 0 0 0.2em #ffe8b3; } body .p-progressbar { border: 0 none; @@ -3957,61 +3236,49 @@ body .p-progressbar { background-color: #eaeaea; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-progressbar .p-progressbar-value { - border: 0 none; - margin: 0; - background: #FFB300; -} -body .p-progressbar .p-progressbar-label { - margin-top: 0; - color: #dedede; - line-height: 24px; -} + border-radius: 3px; } + body .p-progressbar .p-progressbar-value { + border: 0 none; + margin: 0; + background: #FFB300; } + body .p-progressbar .p-progressbar-label { + margin-top: 0; + color: #dedede; + line-height: 24px; } body .p-terminal { background-color: #323232; color: #dedede; border: 1px solid #191919; - padding: 0.571em 1em; -} -body .p-terminal .p-terminal-input { - font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} -body .p-terminal .p-terminal-command { - height: 16px; -} + padding: 0.571em 1em; } + body .p-terminal .p-terminal-input { + font-size: 14px; + font-family: "Open Sans", "Helvetica Neue", sans-serif; } + body .p-terminal .p-terminal-command { + height: 16px; } body .p-inplace { - min-height: 2.357em; -} -body .p-inplace .p-inplace-display { - padding: 0.429em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-inplace .p-inplace-display:not(.p-disabled):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-inplace .p-inplace-display:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; - -moz-box-shadow: 0 0 0 0.2em #ffe8b3; - box-shadow: 0 0 0 0.2em #ffe8b3; -} + min-height: 2.357em; } + body .p-inplace .p-inplace-display { + padding: 0.429em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-inplace .p-inplace-display:not(.p-disabled):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-inplace .p-inplace-display:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #ffe8b3; + -moz-box-shadow: 0 0 0 0.2em #ffe8b3; + box-shadow: 0 0 0 0.2em #ffe8b3; } body .p-fluid .p-inplace.p-inplace-closable .p-inplace-content > :first-child { display: inline-block; - width: calc(100% - 2.357em); -} + width: calc(100% - 2.357em); } body .p-blockui { - transition-duration: 0.2s; -} + transition-duration: 0.2s; } /* Add your customizations of theme here */ diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index 92d54d5dc..db5011e8c 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -1,1253 +1,1040 @@ @charset "UTF-8"; /* open-sans-300 - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: url("./fonts/open-sans-v15-latin-300.eot"); /* IE9 Compat Modes */ src: local("Open Sans Light"), local("OpenSans-Light"), url("./fonts/open-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-300.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-300.woff") format("woff"), url("./fonts/open-sans-v15-latin-300.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-300.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } /* open-sans-regular - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: url("./fonts/open-sans-v15-latin-regular.eot"); /* IE9 Compat Modes */ src: local("Open Sans Regular"), local("OpenSans-Regular"), url("./fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-regular.woff") format("woff"), url("./fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } /* open-sans-700 - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: url("./fonts/open-sans-v15-latin-700.eot"); /* IE9 Compat Modes */ src: local("Open Sans Bold"), local("OpenSans-Bold"), url("./fonts/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-700.woff") format("woff"), url("./fonts/open-sans-v15-latin-700.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-700.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; - box-sizing: border-box; -} + box-sizing: border-box; } body .p-component { font-family: "Open Sans", "Helvetica Neue", sans-serif; font-size: 14px; - text-decoration: none; -} + text-decoration: none; } body a { color: #1f7ed0; - text-decoration: none; -} -body a:hover { - color: #1b71bb; -} -body a:active { - color: #1864a6; -} + text-decoration: none; } + body a:hover { + color: #1b71bb; } + body a:active { + color: #1864a6; } body .p-disabled, body .p-component:disabled { opacity: 0.5; - filter: alpha(opacity=50); -} + filter: alpha(opacity=50); } body .pi { - font-size: 1.25em; -} + font-size: 1.25em; } body .p-link { font-size: 14px; font-family: "Open Sans", "Helvetica Neue", sans-serif; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; -} + border-radius: 3px; } + body .p-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; } body { - /* Validations */ -} -body .p-inputtext { - font-size: 14px; - color: #dedede; - background: #585858; - padding: 0.429em; - border: 1px solid #585858; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-inputtext:enabled:hover { - border-color: #1f7ed0; -} -body .p-inputtext:enabled:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; - border-color: #1f7ed0; -} -body .p-checkbox { - display: inline-block; - vertical-align: middle; - margin: 0; - width: 20px; - height: 20px; -} -body .p-checkbox .p-checkbox-box { - border: 1px solid #585858; - background-color: #585858; - width: 20px; - height: 20px; - text-align: center; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; -} -body .p-checkbox .p-checkbox-box:not(.p-disabled):hover { - border-color: #1f7ed0; -} -body .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; - border-color: #1f7ed0; -} -body .p-checkbox .p-checkbox-box.p-highlight { - border-color: #1f7ed0; - background-color: #1f7ed0; - color: #ffffff; -} -body .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { - border-color: #1864a6; - background-color: #1864a6; - color: #ffffff; -} -body .p-checkbox .p-checkbox-box .p-checkbox-icon { - overflow: hidden; - position: relative; - font-size: 18px; -} -body .p-checkbox-label { - margin: 0 0 0 0.5em; -} -body .p-radiobutton { - display: inline-block; - vertical-align: middle; - margin: 0; - width: 20px; - height: 20px; -} -body .p-radiobutton .p-radiobutton-box { - border: 1px solid #585858; - background-color: #585858; - width: 20px; - height: 20px; - text-align: center; - position: relative; - -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; -} -body .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { - border-color: #1f7ed0; -} -body .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; - border-color: #1f7ed0; -} -body .p-radiobutton .p-radiobutton-box.p-highlight { - border-color: #1f7ed0; - background-color: #1f7ed0; - color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon { - background-color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { - border-color: #1864a6; - background-color: #1864a6; - color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - background: transparent; - width: 10px; - height: 10px; - display: inline-block; - position: absolute; - left: 50%; - top: 50%; - margin-left: -5px; - margin-top: -5px; - -moz-transition: background-color 0.2s; - -o-transition: background-color 0.2s; - -webkit-transition: background-color 0.2s; - transition: background-color 0.2s; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; -} -body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon:before { - display: none; -} -body .p-radiobutton-label { - margin: 0 0 0 0.5em; -} -body .p-inputswitch { - width: 3em; - height: 1.75em; -} -body .p-inputswitch .p-inputswitch-slider { - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - border-radius: 30px; - background: #585858; -} -body .p-inputswitch .p-inputswitch-slider:before { - background-color: #323232; - height: 1.25em; - width: 1.25em; - left: 0.25em; - bottom: 0.25em; - border-radius: 50%; - -webkit-transition: 0.2s; - transition: 0.2s; -} -body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { - -webkit-transform: translateX(1.25em); - -ms-transform: translateX(1.25em); - transform: translateX(1.25em); -} -body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; -} -body .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { - background-color: #585858; -} -body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { - background-color: #1f7ed0; -} -body .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { - background-color: #1b71bb; -} -body .p-autocomplete .p-autocomplete-input { - padding: 0.429em; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { - padding: 0.2145em 0.429em; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: #1f7ed0; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; - border-color: #1f7ed0; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { - margin: 0; - padding: 0.2145em 0; - color: #dedede; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input { - font-family: "Open Sans", "Helvetica Neue", sans-serif; - font-size: 14px; - padding: 0; - margin: 0; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { - font-size: 14px; - padding: 0.2145em 0.429em; - margin: 0 0.286em 0 0; - background: #1f7ed0; - color: #ffffff; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-autocomplete-panel { - padding: 0; - border: 1px solid #191919; - background-color: #323232; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-autocomplete-panel .p-autocomplete-items { - padding: 0; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item:hover { - color: #dedede; - background-color: #4c4c4c; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item.p-highlight { - color: #ffffff; - background-color: #1f7ed0; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group { - padding: 0.429em 0.857em; - background-color: #585858; - color: #dedede; -} -body .p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button { - width: 2.357em; -} -body .p-fluid .p-autocomplete.p-autocomplete-multiple.p-autocomplete-dd .p-autocomplete-multiple-container { - border-right: 0 none; - width: calc(100% - 2.357em); -} -body .p-fluid .p-autocomplete.p-autocomplete-dd .p-inputtext { - border-right: 0 none; - width: calc(100% - 2.357em); -} -body .p-chips > ul.p-inputtext { - padding: 0.2145em 0.429em; - display: inline-block; -} -body .p-chips > ul.p-inputtext:not(.p-disabled):hover { - border-color: #1f7ed0; -} -body .p-chips > ul.p-inputtext:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; - border-color: #1f7ed0; -} -body .p-chips > ul.p-inputtext .p-chips-input-token { - padding: 0.2145em 0; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input { - font-family: "Open Sans", "Helvetica Neue", sans-serif; - font-size: 14px; - padding: 0; - margin: 0; - color: #dedede; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input:hover { - border: 0 none; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input:focus { - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; - outline: 0 none; - border: 0 none; -} -body .p-chips > ul.p-inputtext .p-chips-token { - font-size: 14px; - padding: 0.2145em 0.429em; - margin: 0 0.286em 0 0; - background: #1f7ed0; - color: #ffffff; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown { - background: #585858; - border: 1px solid #585858; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown:not(.p-disabled):hover { - border-color: #1f7ed0; -} -body .p-dropdown:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; - border-color: #1f7ed0; -} -body .p-dropdown .p-dropdown-label { - padding-right: 2em; -} -body .p-dropdown .p-dropdown-label.p-placeholder { - color: #9b9b9b; -} -body .p-dropdown .p-dropdown-label:focus { - outline: 0 none; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; -} -body .p-dropdown .p-dropdown-trigger { - background-color: #585858; - width: 2em; - line-height: 2em; - text-align: center; - padding: 0; - color: #dedede; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown .p-dropdown-clear-icon { - color: #dedede; -} -body .p-dropdown-panel { - padding: 0; - border: 1px solid #191919; - background-color: #323232; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-dropdown-panel .p-dropdown-filter-container { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #191919; - color: #dedede; - background-color: #252525; - margin: 0; -} -body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter { - width: 100%; - padding-right: 2em; -} -body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon { - top: 50%; - margin-top: -0.5em; - right: 1.357em; - color: #252525; -} -body .p-dropdown-panel .p-dropdown-items { - padding: 0; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group.p-highlight { - color: #ffffff; - background-color: #1f7ed0; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover { - color: #dedede; - background-color: #4c4c4c; -} -body .p-multiselect { - background: #585858; - border: 1px solid #585858; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-multiselect:not(.p-disabled):hover { - border-color: #1f7ed0; -} -body .p-multiselect:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; - border-color: #1f7ed0; -} -body .p-multiselect .p-multiselect-label { - padding: 0.429em; - padding-right: 2em; - font-weight: 400; - color: #dedede; -} -body .p-multiselect .p-multiselect-label.p-placeholder { - color: #9b9b9b; -} -body .p-multiselect .p-multiselect-trigger { - background-color: #585858; - width: 2em; - line-height: 2em; - text-align: center; - padding: 0; - color: #dedede; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-multiselect-panel { - padding: 0; - border: 1px solid #191919; - background-color: #323232; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-multiselect-panel .p-multiselect-header { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #191919; - color: #dedede; - background-color: #252525; - margin: 0; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container { - float: none; - width: 70%; - display: inline-block; - vertical-align: middle; - margin-left: 0; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { - padding: 0.429em; - padding-right: 2em; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { - color: #252525; - top: 50%; - margin-top: -0.5em; - right: 0.5em; - left: auto; -} -body .p-multiselect-panel .p-multiselect-header .p-checkbox { - margin-right: 0.5em; - float: none; - vertical-align: middle; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-close { - line-height: 1; - color: #888888; - top: 50%; - margin-top: -0.5em; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-multiselect-panel .p-multiselect-items { - padding: 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { - color: #dedede; - background-color: #4c4c4c; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #aed3f3; - -moz-box-shadow: inset 0 0 0 0.2em #aed3f3; - box-shadow: inset 0 0 0 0.2em #aed3f3; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { - color: #ffffff; - background-color: #1f7ed0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { - position: static; - display: inline-block; - vertical-align: middle; - margin: 0 0.5em 0 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item label { - display: inline-block; - vertical-align: middle; -} -body .p-listbox { - padding: 0; - min-width: 12em; - background: #323232; - border: 1px solid #191919; -} -body .p-listbox .p-checkbox { - margin: 0 0.5em 0 0; -} -body .p-listbox .p-listbox-header { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #191919; - color: #dedede; - background-color: #252525; - margin: 0; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-listbox .p-listbox-header .p-listbox-filter-container input { - padding: 0.429em; - padding-right: 2em; -} -body .p-listbox .p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon { - top: 50%; - left: auto; - margin-top: -0.5em; - right: 0.5em; - color: #252525; -} -body .p-listbox .p-listbox-list { - background-color: #323232; -} -body .p-listbox .p-listbox-list .p-listbox-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-listbox .p-listbox-list .p-listbox-item.p-highlight { - color: #ffffff; - background-color: #1f7ed0; -} -body .p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #aed3f3; - -moz-box-shadow: inset 0 0 0 0.2em #aed3f3; - box-shadow: inset 0 0 0 0.2em #aed3f3; -} -body .p-listbox .p-listbox-list .p-listbox-item .p-checkbox { - position: static; - display: inline-block; - vertical-align: middle; - margin: 0 0.5em 0 0; -} -body .p-listbox .p-listbox-list .p-listbox-item label { - display: inline-block; - vertical-align: middle; -} -body .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { - color: #dedede; - background-color: #4c4c4c; -} -body .p-listbox.p-disabled .p-checkbox-box:not(.p-disabled):not(.p-highlight):hover { - border: 1px solid #585858; -} -body .p-listbox .p-listbox-list-wrapper { - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-listbox .p-listbox-footer { - padding: 0.429em 0.857em 0.429em 0.857em; - border-top: 1px solid #191919; - color: #dedede; - background-color: #252525; -} -body .p-editor-container .p-editor-toolbar { - border: 1px solid #191919; - background-color: #191919; -} -body .p-editor-container .p-editor-content { - border: 1px solid #191919; -} -body .p-editor-container .p-editor-content .ql-editor { - background-color: #585858; - color: #dedede; -} -body .p-editor-container .ql-picker.ql-expanded .ql-picker-label { - color: #dedede; -} -body .p-editor-container .ql-stroke { - stroke: #dedede; -} -body .p-editor-container .ql-picker-label { - color: #dedede; -} -body .p-editor-container .ql-snow.ql-toolbar button:hover, -body .p-editor-container .ql-snow .ql-toolbar button:hover, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { - color: #1f7ed0; -} -body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { - stroke: #1f7ed0; -} -body .p-rating .p-rating-icon { - font-size: 20px; - text-align: center; - display: inline-block; - color: #dedede; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-rating .p-rating-icon.p-rating-cancel { - color: #CD3A3A; -} -body .p-rating .p-rating-icon:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; -} -body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { - color: #1f7ed0; -} -body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { - color: #d76161; -} -body .p-spinner .p-spinner-input { - padding-right: 2.786em; -} -body .p-spinner .p-spinner-button { - width: 2.357em; -} -body .p-spinner .p-spinner-button .p-spinner-button-icon { - position: absolute; - top: 50%; - left: 50%; - margin-top: -0.5em; - margin-left: -0.5em; - width: 1em; -} -body .p-spinner .p-spinner-button.p-spinner-button { - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-up { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-down { - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-spinner .p-spinner-button.p-spinner-button:focus { - z-index: 1; -} -body .p-fluid .p-spinner .p-spinner-input { - padding-right: 2.786em; -} -body .p-fluid .p-spinner .p-spinner-button { - width: 2.357em; -} -body .p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon { - left: 50%; -} -body .p-slider { - background-color: #585858; - border: 0 none; -} -body .p-slider.p-slider-horizontal { - height: 0.286em; -} -body .p-slider.p-slider-horizontal .p-slider-handle { - top: 50%; - margin-top: -0.5715em; -} -body .p-slider.p-slider-vertical { - width: 0.286em; -} -body .p-slider.p-slider-vertical .p-slider-handle { - left: 50%; - margin-left: -0.5715em; -} -body .p-slider .p-slider-handle { - height: 1.143em; - width: 1.143em; - background-color: #4c4c4c; - border: 2px solid #1f7ed0; - -moz-border-radius: 100%; - -webkit-border-radius: 100%; - border-radius: 100%; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-slider .p-slider-handle:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; -} -body .p-slider .p-slider-range { - background-color: #1f7ed0; -} -body .p-slider:not(.p-disabled) .p-slider-handle:hover { - background-color: #1f7ed0; - border: 2px solid #1f7ed0; -} -body .p-datepicker { - padding: 0.857em; - min-width: 20em; - background-color: #323232; - color: #dedede; - border: 1px solid #191919; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker:not(.p-datepicker-inline) { - border: 1px solid #191919; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:hover, -body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:hover { - color: #dedede; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled) { - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { - background-color: #4c4c4c; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker { - margin: 0.857em 0 0 0; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month { - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled) { - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { - background-color: #4c4c4c; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; -} -body .p-datepicker .p-datepicker-header { - padding: 0.429em 0.857em 0.429em 0.857em; - background-color: #252525; - color: #dedede; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-datepicker .p-datepicker-header .p-datepicker-prev, -body .p-datepicker .p-datepicker-header .p-datepicker-next { - cursor: pointer; - top: 0; - color: #888888; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title { - margin: 0; - padding: 0; - line-height: 1; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title select { - margin-top: -0.35em; - margin-bottom: 0; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; - border-color: #1f7ed0; -} -body .p-datepicker table { - font-size: 14px; - margin: 0.857em 0 0 0; -} -body .p-datepicker table th { - padding: 0.5em; -} -body .p-datepicker table td { - padding: 0.5em; -} -body .p-datepicker table td > span { - display: block; - text-align: center; - color: #dedede; - cursor: pointer; - padding: 0.5em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker table td > span.p-highlight { - color: #ffffff; - background-color: #1f7ed0; -} -body .p-datepicker table td.p-datepicker-today > span { - background-color: #1864a6; - color: #ffffff; -} -body .p-datepicker table td.p-datepicker-today > span.p-highlight { - color: #ffffff; - background-color: #1f7ed0; -} -body .p-datepicker .p-datepicker-buttonbar { - border-top: 1px solid #3f3f3f; -} -body .p-datepicker .p-timepicker { - border: 0 none; - border-top: 1px solid #3f3f3f; - padding: 0.857em; -} -body .p-datepicker .p-timepicker button { - color: #888888; - font-size: 1.286em; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-timepicker button:hover { - color: #dedede; -} -body .p-datepicker .p-timepicker span { - font-size: 1.286em; -} -body .p-datepicker .p-monthpicker .p-monthpicker-month { - color: #dedede; -} -body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { - color: #ffffff; - background-color: #1f7ed0; -} -body .p-datepicker.p-datepicker-timeonly { - padding: 0; -} -body .p-datepicker.p-datepicker-timeonly .p-timepicker { - border-top: 0 none; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { - border-right: 1px solid #3f3f3f; - padding-right: 0.857em; - padding-left: 0.857em; - padding-top: 0; - padding-bottom: 0; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child { - padding-left: 0; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child { - padding-right: 0; - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-inputtext { - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-error), body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-error) { - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button { - width: 2.357em; - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; -} -body .p-fluid .p-calendar.p-calendar-w-btn .p-inputtext { - width: calc(100% - 2.357em); -} -body .p-fileupload .p-fileupload-buttonbar { - background-color: #191919; - padding: 0.571em 1em; - border: 1px solid #191919; - color: #dedede; - border-bottom: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-fileupload .p-fileupload-buttonbar .p-button { - margin-right: 8px; -} -body .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; -} -body .p-fileupload .p-fileupload-content { - background-color: #323232; - padding: 0.571em 1em; - border: 1px solid #191919; - color: #dedede; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-fileupload .p-progressbar { - top: 0; -} -body .p-fileupload-choose:not(.p-disabled):hover { - background-color: #1b71bb; - color: #ffffff; - border-color: #1b71bb; -} -body .p-fileupload-choose:not(.p-disabled):active { - background-color: #1864a6; - color: #ffffff; - border-color: #1864a6; -} -body .p-password-panel { - padding: 12px; - background-color: #323232; - color: #dedede; - border: 1px solid #191919; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-inputgroup .p-inputgroup-addon { - border-color: #191919; - background-color: #252525; - color: #888888; - padding: 0.429em; - min-width: 2em; -} -body .p-inputgroup .p-inputgroup-addon:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-inputgroup .p-inputgroup-addon:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox { - position: relative; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox .p-checkbox { - position: absolute; - top: 50%; - left: 50%; - margin-left: -10px; - margin-top: -10px; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton { - position: relative; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton .p-radiobutton { - position: absolute; - top: 50%; - left: 50%; - margin-left: -10px; - margin-top: -10px; -} -body .p-inputgroup .p-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-inputgroup .p-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-inputgroup .p-inputtext:focus { - z-index: 1; -} -body .p-fluid .p-inputgroup .p-button { - width: auto; -} -body .p-fluid .p-inputgroup .p-button.p-button-icon-only { - width: 2.357em; -} -body ::-webkit-input-placeholder { - color: #9b9b9b; -} -body :-moz-placeholder { - color: #9b9b9b; -} -body ::-moz-placeholder { - color: #9b9b9b; -} -body :-ms-input-placeholder { - color: #9b9b9b; -} -body .p-inputtext.p-error, -body .p-dropdown.p-error, -body .p-autocomplete.p-error > .p-inputtext, -body .p-calendar.p-error > .p-inputtext, -body .p-chips.p-error > .p-inputtext, -body .p-checkbox.p-error > .p-checkbox-box, -body .p-radiobutton.p-error > .p-radiobutton-box, -body .p-inputswitch.p-error, -body .p-listbox.p-error, -body .p-multiselect.p-error, -body .p-spinner.p-error > .p-inputtext, -body .p-selectbutton.p-error > .p-button, -body .p-togglebutton.p-error > .p-button { - border: 1px solid #CD3A3A; -} + /* Validations */ } + body .p-inputtext { + font-size: 14px; + color: #dedede; + background: #585858; + padding: 0.429em; + border: 1px solid #585858; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-inputtext:enabled:hover { + border-color: #1f7ed0; } + body .p-inputtext:enabled:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; + border-color: #1f7ed0; } + body .p-checkbox { + display: inline-block; + vertical-align: middle; + margin: 0; + width: 20px; + height: 20px; } + body .p-checkbox .p-checkbox-box { + border: 1px solid #585858; + background-color: #585858; + width: 20px; + height: 20px; + text-align: center; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; } + body .p-checkbox .p-checkbox-box:not(.p-disabled):hover { + border-color: #1f7ed0; } + body .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; + border-color: #1f7ed0; } + body .p-checkbox .p-checkbox-box.p-highlight { + border-color: #1f7ed0; + background-color: #1f7ed0; + color: #ffffff; } + body .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { + border-color: #1864a6; + background-color: #1864a6; + color: #ffffff; } + body .p-checkbox .p-checkbox-box .p-checkbox-icon { + overflow: hidden; + position: relative; + font-size: 18px; } + body .p-checkbox-label { + margin: 0 0 0 0.5em; } + body .p-radiobutton { + display: inline-block; + vertical-align: middle; + margin: 0; + width: 20px; + height: 20px; } + body .p-radiobutton .p-radiobutton-box { + border: 1px solid #585858; + background-color: #585858; + width: 20px; + height: 20px; + text-align: center; + position: relative; + -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; } + body .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { + border-color: #1f7ed0; } + body .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; + border-color: #1f7ed0; } + body .p-radiobutton .p-radiobutton-box.p-highlight { + border-color: #1f7ed0; + background-color: #1f7ed0; + color: #ffffff; } + body .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon { + background-color: #ffffff; } + body .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { + border-color: #1864a6; + background-color: #1864a6; + color: #ffffff; } + body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { + background: transparent; + width: 10px; + height: 10px; + display: inline-block; + position: absolute; + left: 50%; + top: 50%; + margin-left: -5px; + margin-top: -5px; + -moz-transition: background-color 0.2s; + -o-transition: background-color 0.2s; + -webkit-transition: background-color 0.2s; + transition: background-color 0.2s; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; } + body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon:before { + display: none; } + body .p-radiobutton-label { + margin: 0 0 0 .5em; } + body .p-inputswitch { + width: 3em; + height: 1.75em; } + body .p-inputswitch .p-inputswitch-slider { + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + border-radius: 30px; + background: #585858; } + body .p-inputswitch .p-inputswitch-slider:before { + background-color: #323232; + height: 1.250em; + width: 1.250em; + left: .25em; + bottom: .25em; + border-radius: 50%; + -webkit-transition: 0.2s; + transition: 0.2s; } + body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { + -webkit-transform: translateX(1.25em); + -ms-transform: translateX(1.25em); + transform: translateX(1.25em); } + body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; } + body .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { + background-color: #585858; } + body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { + background-color: #1f7ed0; } + body .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { + background-color: #1b71bb; } + body .p-autocomplete .p-autocomplete-input { + padding: 0.429em; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { + padding: 0.2145em 0.429em; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { + border-color: #1f7ed0; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; + border-color: #1f7ed0; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { + margin: 0; + padding: 0.2145em 0; + color: #dedede; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input { + font-family: "Open Sans", "Helvetica Neue", sans-serif; + font-size: 14px; + padding: 0; + margin: 0; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { + font-size: 14px; + padding: 0.2145em 0.429em; + margin: 0 0.286em 0 0; + background: #1f7ed0; + color: #ffffff; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-autocomplete-panel { + padding: 0; + border: 1px solid #191919; + background-color: #323232; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-autocomplete-panel .p-autocomplete-items { + padding: 0; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item:hover { + color: #dedede; + background-color: #4c4c4c; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item.p-highlight { + color: #ffffff; + background-color: #1f7ed0; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group { + padding: 0.429em 0.857em; + background-color: #585858; + color: #dedede; } + body .p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button { + width: 2.357em; } + body .p-fluid .p-autocomplete.p-autocomplete-multiple.p-autocomplete-dd .p-autocomplete-multiple-container { + border-right: 0 none; + width: calc(100% - 2.357em); } + body .p-fluid .p-autocomplete.p-autocomplete-dd .p-inputtext { + border-right: 0 none; + width: calc(100% - 2.357em); } + body .p-chips > ul.p-inputtext { + padding: 0.2145em 0.429em; + display: inline-block; } + body .p-chips > ul.p-inputtext:not(.p-disabled):hover { + border-color: #1f7ed0; } + body .p-chips > ul.p-inputtext:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; + border-color: #1f7ed0; } + body .p-chips > ul.p-inputtext .p-chips-input-token { + padding: 0.2145em 0; } + body .p-chips > ul.p-inputtext .p-chips-input-token input { + font-family: "Open Sans", "Helvetica Neue", sans-serif; + font-size: 14px; + padding: 0; + margin: 0; + color: #dedede; } + body .p-chips > ul.p-inputtext .p-chips-input-token input:hover { + border: 0 none; } + body .p-chips > ul.p-inputtext .p-chips-input-token input:focus { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + outline: 0 none; + border: 0 none; } + body .p-chips > ul.p-inputtext .p-chips-token { + font-size: 14px; + padding: 0.2145em 0.429em; + margin: 0 0.286em 0 0; + background: #1f7ed0; + color: #ffffff; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown { + background: #585858; + border: 1px solid #585858; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown:not(.p-disabled):hover { + border-color: #1f7ed0; } + body .p-dropdown:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; + border-color: #1f7ed0; } + body .p-dropdown .p-dropdown-label { + padding-right: 2em; } + body .p-dropdown .p-dropdown-label.p-placeholder { + color: #9b9b9b; } + body .p-dropdown .p-dropdown-label:focus { + outline: 0 none; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; } + body .p-dropdown .p-dropdown-trigger { + background-color: #585858; + width: 2em; + line-height: 2em; + text-align: center; + padding: 0; + color: #dedede; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown .p-dropdown-clear-icon { + color: #dedede; } + body .p-dropdown-panel { + padding: 0; + border: 1px solid #191919; + background-color: #323232; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-dropdown-panel .p-dropdown-filter-container { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #191919; + color: #dedede; + background-color: #252525; + margin: 0; } + body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter { + width: 100%; + padding-right: 2em; } + body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon { + top: 50%; + margin-top: -.5em; + right: 1.357em; + color: #252525; } + body .p-dropdown-panel .p-dropdown-items { + padding: 0; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group.p-highlight { + color: #ffffff; + background-color: #1f7ed0; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover { + color: #dedede; + background-color: #4c4c4c; } + body .p-multiselect { + background: #585858; + border: 1px solid #585858; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-multiselect:not(.p-disabled):hover { + border-color: #1f7ed0; } + body .p-multiselect:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; + border-color: #1f7ed0; } + body .p-multiselect .p-multiselect-label { + padding: 0.429em; + padding-right: 2em; + font-weight: 400; + color: #dedede; } + body .p-multiselect .p-multiselect-label.p-placeholder { + color: #9b9b9b; } + body .p-multiselect .p-multiselect-trigger { + background-color: #585858; + width: 2em; + line-height: 2em; + text-align: center; + padding: 0; + color: #dedede; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-multiselect-panel { + padding: 0; + border: 1px solid #191919; + background-color: #323232; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-multiselect-panel .p-multiselect-header { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #191919; + color: #dedede; + background-color: #252525; + margin: 0; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container { + float: none; + width: 70%; + display: inline-block; + vertical-align: middle; + margin-left: 0; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { + padding: 0.429em; + padding-right: 2em; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { + color: #252525; + top: 50%; + margin-top: -.5em; + right: .5em; + left: auto; } + body .p-multiselect-panel .p-multiselect-header .p-checkbox { + margin-right: 0.5em; + float: none; + vertical-align: middle; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-close { + line-height: 1; + color: #888888; + top: 50%; + margin-top: -.5em; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-multiselect-panel .p-multiselect-items { + padding: 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { + color: #dedede; + background-color: #4c4c4c; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #aed3f3; + -moz-box-shadow: inset 0 0 0 0.2em #aed3f3; + box-shadow: inset 0 0 0 0.2em #aed3f3; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { + color: #ffffff; + background-color: #1f7ed0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { + position: static; + display: inline-block; + vertical-align: middle; + margin: 0 0.5em 0 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item label { + display: inline-block; + vertical-align: middle; } + body .p-listbox { + padding: 0; + min-width: 12em; + background: #323232; + border: 1px solid #191919; } + body .p-listbox .p-checkbox { + margin: 0 0.5em 0 0; } + body .p-listbox .p-listbox-header { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #191919; + color: #dedede; + background-color: #252525; + margin: 0; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-listbox .p-listbox-header .p-listbox-filter-container input { + padding: 0.429em; + padding-right: 2em; } + body .p-listbox .p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon { + top: 50%; + left: auto; + margin-top: -.5em; + right: .5em; + color: #252525; } + body .p-listbox .p-listbox-list { + background-color: #323232; } + body .p-listbox .p-listbox-list .p-listbox-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-listbox .p-listbox-list .p-listbox-item.p-highlight { + color: #ffffff; + background-color: #1f7ed0; } + body .p-listbox .p-listbox-list .p-listbox-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #aed3f3; + -moz-box-shadow: inset 0 0 0 0.2em #aed3f3; + box-shadow: inset 0 0 0 0.2em #aed3f3; } + body .p-listbox .p-listbox-list .p-listbox-item .p-checkbox { + position: static; + display: inline-block; + vertical-align: middle; + margin: 0 0.5em 0 0; } + body .p-listbox .p-listbox-list .p-listbox-item label { + display: inline-block; + vertical-align: middle; } + body .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { + color: #dedede; + background-color: #4c4c4c; } + body .p-listbox.p-disabled .p-checkbox-box:not(.p-disabled):not(.p-highlight):hover { + border: 1px solid #585858; } + body .p-listbox .p-listbox-list-wrapper { + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-listbox .p-listbox-footer { + padding: 0.429em 0.857em 0.429em 0.857em; + border-top: 1px solid #191919; + color: #dedede; + background-color: #252525; } + body .p-editor-container .p-editor-toolbar { + border: 1px solid #191919; + background-color: #191919; } + body .p-editor-container .p-editor-content { + border: 1px solid #191919; } + body .p-editor-container .p-editor-content .ql-editor { + background-color: #585858; + color: #dedede; } + body .p-editor-container .ql-picker.ql-expanded .ql-picker-label { + color: #dedede; } + body .p-editor-container .ql-stroke { + stroke: #dedede; } + body .p-editor-container .ql-picker-label { + color: #dedede; } + body .p-editor-container .ql-snow.ql-toolbar button:hover, + body .p-editor-container .ql-snow .ql-toolbar button:hover, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { + color: #1f7ed0; } + body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { + stroke: #1f7ed0; } + body .p-rating .p-rating-icon { + font-size: 20px; + text-align: center; + display: inline-block; + color: #dedede; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-rating .p-rating-icon.p-rating-cancel { + color: #CD3A3A; } + body .p-rating .p-rating-icon:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; } + body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { + color: #1f7ed0; } + body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { + color: #d76161; } + body .p-spinner .p-spinner-input { + padding-right: 2.786em; } + body .p-spinner .p-spinner-button { + width: 2.357em; } + body .p-spinner .p-spinner-button .p-spinner-button-icon { + position: absolute; + top: 50%; + left: 50%; + margin-top: -.5em; + margin-left: -.5em; + width: 1em; } + body .p-spinner .p-spinner-button.p-spinner-button { + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-up { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-down { + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-spinner .p-spinner-button.p-spinner-button:focus { + z-index: 1; } + body .p-fluid .p-spinner .p-spinner-input { + padding-right: 2.786em; } + body .p-fluid .p-spinner .p-spinner-button { + width: 2.357em; } + body .p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon { + left: 50%; } + body .p-slider { + background-color: #585858; + border: 0 none; } + body .p-slider.p-slider-horizontal { + height: 0.286em; } + body .p-slider.p-slider-horizontal .p-slider-handle { + top: 50%; + margin-top: -0.5715em; } + body .p-slider.p-slider-vertical { + width: 0.286em; } + body .p-slider.p-slider-vertical .p-slider-handle { + left: 50%; + margin-left: -0.5715em; } + body .p-slider .p-slider-handle { + height: 1.143em; + width: 1.143em; + background-color: #4c4c4c; + border: 2px solid #1f7ed0; + -moz-border-radius: 100%; + -webkit-border-radius: 100%; + border-radius: 100%; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-slider .p-slider-handle:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; } + body .p-slider .p-slider-range { + background-color: #1f7ed0; } + body .p-slider:not(.p-disabled) .p-slider-handle:hover { + background-color: #1f7ed0; + border: 2px solid #1f7ed0; } + body .p-datepicker { + padding: 0.857em; + min-width: 20em; + background-color: #323232; + color: #dedede; + border: 1px solid #191919; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker:not(.p-datepicker-inline) { + border: 1px solid #191919; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:hover, + body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:hover { + color: #dedede; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled) { + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { + background-color: #4c4c4c; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; } + body .p-datepicker:not(.p-disabled) .p-monthpicker { + margin: 0.857em 0 0 0; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month { + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled) { + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { + background-color: #4c4c4c; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; } + body .p-datepicker .p-datepicker-header { + padding: 0.429em 0.857em 0.429em 0.857em; + background-color: #252525; + color: #dedede; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-datepicker .p-datepicker-header .p-datepicker-prev, + body .p-datepicker .p-datepicker-header .p-datepicker-next { + cursor: pointer; + top: 0; + color: #888888; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-datepicker-header .p-datepicker-title { + margin: 0; + padding: 0; + line-height: 1; } + body .p-datepicker .p-datepicker-header .p-datepicker-title select { + margin-top: -.35em; + margin-bottom: 0; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; + border-color: #1f7ed0; } + body .p-datepicker table { + font-size: 14px; + margin: 0.857em 0 0 0; } + body .p-datepicker table th { + padding: 0.5em; } + body .p-datepicker table td { + padding: 0.5em; } + body .p-datepicker table td > span { + display: block; + text-align: center; + color: #dedede; + cursor: pointer; + padding: 0.5em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker table td > span.p-highlight { + color: #ffffff; + background-color: #1f7ed0; } + body .p-datepicker table td.p-datepicker-today > span { + background-color: #1864a6; + color: #ffffff; } + body .p-datepicker table td.p-datepicker-today > span.p-highlight { + color: #ffffff; + background-color: #1f7ed0; } + body .p-datepicker .p-datepicker-buttonbar { + border-top: 1px solid #3f3f3f; } + body .p-datepicker .p-timepicker { + border: 0 none; + border-top: 1px solid #3f3f3f; + padding: 0.857em; } + body .p-datepicker .p-timepicker button { + color: #888888; + font-size: 1.286em; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-timepicker button:hover { + color: #dedede; } + body .p-datepicker .p-timepicker span { + font-size: 1.286em; } + body .p-datepicker .p-monthpicker .p-monthpicker-month { + color: #dedede; } + body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { + color: #ffffff; + background-color: #1f7ed0; } + body .p-datepicker.p-datepicker-timeonly { + padding: 0; } + body .p-datepicker.p-datepicker-timeonly .p-timepicker { + border-top: 0 none; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { + border-right: 1px solid #3f3f3f; + padding-right: 0.857em; + padding-left: 0.857em; + padding-top: 0; + padding-bottom: 0; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child { + padding-left: 0; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child { + padding-right: 0; + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-inputtext { + -moz-border-radius-topright: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-error), body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-error) { + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button { + width: 2.357em; + -moz-border-radius-topleft: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; } + body .p-fluid .p-calendar.p-calendar-w-btn .p-inputtext { + width: calc(100% - 2.357em); } + body .p-fileupload .p-fileupload-buttonbar { + background-color: #191919; + padding: 0.571em 1em; + border: 1px solid #191919; + color: #dedede; + border-bottom: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-fileupload .p-fileupload-buttonbar .p-button { + margin-right: 8px; } + body .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; } + body .p-fileupload .p-fileupload-content { + background-color: #323232; + padding: 0.571em 1em; + border: 1px solid #191919; + color: #dedede; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-fileupload .p-progressbar { + top: 0; } + body .p-fileupload-choose:not(.p-disabled):hover { + background-color: #1b71bb; + color: #ffffff; + border-color: #1b71bb; } + body .p-fileupload-choose:not(.p-disabled):active { + background-color: #1864a6; + color: #ffffff; + border-color: #1864a6; } + body .p-password-panel { + padding: 12px; + background-color: #323232; + color: #dedede; + border: 1px solid #191919; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-inputgroup .p-inputgroup-addon { + border-color: #191919; + background-color: #252525; + color: #888888; + padding: 0.429em; + min-width: 2em; } + body .p-inputgroup .p-inputgroup-addon:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-inputgroup .p-inputgroup-addon:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox { + position: relative; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox .p-checkbox { + position: absolute; + top: 50%; + left: 50%; + margin-left: -10px; + margin-top: -10px; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton { + position: relative; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton .p-radiobutton { + position: absolute; + top: 50%; + left: 50%; + margin-left: -10px; + margin-top: -10px; } + body .p-inputgroup .p-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-inputgroup .p-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-inputgroup .p-inputtext:focus { + z-index: 1; } + body .p-fluid .p-inputgroup .p-button { + width: auto; } + body .p-fluid .p-inputgroup .p-button.p-button-icon-only { + width: 2.357em; } + body ::-webkit-input-placeholder { + color: #9b9b9b; } + body :-moz-placeholder { + color: #9b9b9b; } + body ::-moz-placeholder { + color: #9b9b9b; } + body :-ms-input-placeholder { + color: #9b9b9b; } + body .p-inputtext.p-error, + body .p-dropdown.p-error, + body .p-autocomplete.p-error > .p-inputtext, + body .p-calendar.p-error > .p-inputtext, + body .p-chips.p-error > .p-inputtext, + body .p-checkbox.p-error > .p-checkbox-box, + body .p-radiobutton.p-error > .p-radiobutton-box, + body .p-inputswitch.p-error, + body .p-listbox.p-error, + body .p-multiselect.p-error, + body .p-spinner.p-error > .p-inputtext, + body .p-selectbutton.p-error > .p-button, + body .p-togglebutton.p-error > .p-button { + border: 1px solid #CD3A3A; } body .p-button { margin: 0; @@ -1261,53 +1048,41 @@ body .p-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-button:enabled:hover { - background-color: #1b71bb; - color: #ffffff; - border-color: #1b71bb; -} -body .p-button:enabled:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; -} -body .p-button:enabled:active { - background-color: #1864a6; - color: #ffffff; - border-color: #1864a6; -} -body .p-button.p-button-text-only .p-button-text { - padding: 0.429em 1em; -} -body .p-button.p-button-text-icon-left .p-button-text { - padding: 0.429em 1em 0.429em 2em; -} -body .p-button.p-button-text-icon-right .p-button-text { - padding: 0.429em 2em 0.429em 1em; -} -body .p-button.p-button-icon-only { - width: 2.357em; -} -body .p-button.p-button-icon-only .p-button-text { - padding: 0.429em; -} -body .p-button.p-button-raised { - -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); - -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); -} -body .p-button.p-button-rounded { - -moz-border-radius: 15px; - -webkit-border-radius: 15px; - border-radius: 15px; -} + border-radius: 3px; } + body .p-button:enabled:hover { + background-color: #1b71bb; + color: #ffffff; + border-color: #1b71bb; } + body .p-button:enabled:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; } + body .p-button:enabled:active { + background-color: #1864a6; + color: #ffffff; + border-color: #1864a6; } + body .p-button.p-button-text-only .p-button-text { + padding: 0.429em 1em; } + body .p-button.p-button-text-icon-left .p-button-text { + padding: 0.429em 1em 0.429em 2em; } + body .p-button.p-button-text-icon-right .p-button-text { + padding: 0.429em 2em 0.429em 1em; } + body .p-button.p-button-icon-only { + width: 2.357em; } + body .p-button.p-button-icon-only .p-button-text { + padding: 0.429em; } + body .p-button.p-button-raised { + -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); + -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); + box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); } + body .p-button.p-button-rounded { + -moz-border-radius: 15px; + -webkit-border-radius: 15px; + border-radius: 15px; } body .p-fluid .p-button-icon-only { - width: 2.357em; -} + width: 2.357em; } body .p-togglebutton { background-color: #252525; border: 1px solid #252525; @@ -1315,42 +1090,33 @@ body .p-togglebutton { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-togglebutton .p-button-icon-left { - color: #888888; -} -body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover { - background-color: #4c4c4c; - border-color: #4c4c4c; - color: #dedede; -} -body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { - color: #dedede; -} -body .p-togglebutton.p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; -} -body .p-togglebutton.p-highlight { - background-color: #1f7ed0; - border-color: #1f7ed0; - color: #ffffff; -} -body .p-togglebutton.p-highlight .p-button-icon-left { - color: #ffffff; -} -body .p-togglebutton.p-highlight:hover { - background-color: #1b71bb; - border-color: #1b71bb; - color: #ffffff; -} -body .p-togglebutton.p-highlight:hover .p-button-icon-left { - color: #ffffff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-togglebutton .p-button-icon-left { + color: #888888; } + body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover { + background-color: #4c4c4c; + border-color: #4c4c4c; + color: #dedede; } + body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { + color: #dedede; } + body .p-togglebutton.p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; } + body .p-togglebutton.p-highlight { + background-color: #1f7ed0; + border-color: #1f7ed0; + color: #ffffff; } + body .p-togglebutton.p-highlight .p-button-icon-left { + color: #ffffff; } + body .p-togglebutton.p-highlight:hover { + background-color: #1b71bb; + border-color: #1b71bb; + color: #ffffff; } + body .p-togglebutton.p-highlight:hover .p-button-icon-left { + color: #ffffff; } body .p-selectbutton .p-button { background-color: #252525; border: 1px solid #252525; @@ -1362,312 +1128,258 @@ body .p-selectbutton .p-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 0; -webkit-border-radius: 0; - border-radius: 0; -} -body .p-selectbutton .p-button .p-button-icon-left { - color: #888888; -} -body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { - background-color: #4c4c4c; - border-color: #4c4c4c; - color: #dedede; -} -body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { - color: #dedede; -} -body .p-selectbutton .p-button.p-focus, body .p-selectbutton .p-button:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; - z-index: 1; -} -body .p-selectbutton .p-button.p-highlight { - background-color: #1f7ed0; - border-color: #1f7ed0; - color: #ffffff; -} -body .p-selectbutton .p-button.p-highlight .p-button-icon-left { - color: #ffffff; -} -body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover { - background-color: #1b71bb; - border-color: #1b71bb; - color: #ffffff; -} -body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover .p-button-icon-left { - color: #ffffff; -} -body .p-selectbutton .p-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-selectbutton .p-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-radius: 0; } + body .p-selectbutton .p-button .p-button-icon-left { + color: #888888; } + body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { + background-color: #4c4c4c; + border-color: #4c4c4c; + color: #dedede; } + body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { + color: #dedede; } + body .p-selectbutton .p-button.p-focus, body .p-selectbutton .p-button:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; + z-index: 1; } + body .p-selectbutton .p-button.p-highlight { + background-color: #1f7ed0; + border-color: #1f7ed0; + color: #ffffff; } + body .p-selectbutton .p-button.p-highlight .p-button-icon-left { + color: #ffffff; } + body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover { + background-color: #1b71bb; + border-color: #1b71bb; + color: #ffffff; } + body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover .p-button-icon-left { + color: #ffffff; } + body .p-selectbutton .p-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-selectbutton .p-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-splitbutton.p-buttonset .p-button { - border: 1px solid transparent; -} -body .p-splitbutton.p-buttonset .p-button:first-child { - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-splitbutton.p-buttonset .p-button.p-splitbutton-menubutton { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; -} -body .p-splitbutton.p-buttonset .p-button:focus { - z-index: 1; -} + border: 1px solid transparent; } + body .p-splitbutton.p-buttonset .p-button:first-child { + -moz-border-radius-topright: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-splitbutton.p-buttonset .p-button.p-splitbutton-menubutton { + -moz-border-radius-topleft: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; } + body .p-splitbutton.p-buttonset .p-button:focus { + z-index: 1; } body .p-splitbutton.p-buttonset .p-menu { - min-width: 100%; -} + min-width: 100%; } body .p-splitbutton.p-buttonset .p-splitbutton-menubutton .p-button-icon-left:before { - content: ""; -} + content: ""; } body .p-button.p-button-secondary, body .p-buttonset.p-button-secondary > .p-button { color: #333333; background-color: #f4f4f4; - border: 1px solid #f4f4f4; -} -body .p-button.p-button-secondary:enabled:hover, body .p-buttonset.p-button-secondary > .p-button:enabled:hover { - background-color: #c8c8c8; - color: #333333; - border-color: #c8c8c8; -} -body .p-button.p-button-secondary:enabled:focus, body .p-buttonset.p-button-secondary > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; -} -body .p-button.p-button-secondary:enabled:active, body .p-buttonset.p-button-secondary > .p-button:enabled:active { - background-color: #a0a0a0; - color: #333333; - border-color: #a0a0a0; -} + border: 1px solid #f4f4f4; } + body .p-button.p-button-secondary:enabled:hover, body .p-buttonset.p-button-secondary > .p-button:enabled:hover { + background-color: #c8c8c8; + color: #333333; + border-color: #c8c8c8; } + body .p-button.p-button-secondary:enabled:focus, body .p-buttonset.p-button-secondary > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; } + body .p-button.p-button-secondary:enabled:active, body .p-buttonset.p-button-secondary > .p-button:enabled:active { + background-color: #a0a0a0; + color: #333333; + border-color: #a0a0a0; } body .p-button.p-button-info, body .p-buttonset.p-button-info > .p-button { color: #ffffff; background-color: #007ad9; - border: 1px solid #007ad9; -} -body .p-button.p-button-info:enabled:hover, body .p-buttonset.p-button-info > .p-button:enabled:hover { - background-color: #116fbf; - color: #ffffff; - border-color: #116fbf; -} -body .p-button.p-button-info:enabled:focus, body .p-buttonset.p-button-info > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-button.p-button-info:enabled:active, body .p-buttonset.p-button-info > .p-button:enabled:active { - background-color: #005b9f; - color: #ffffff; - border-color: #005b9f; -} + border: 1px solid #007ad9; } + body .p-button.p-button-info:enabled:hover, body .p-buttonset.p-button-info > .p-button:enabled:hover { + background-color: #116fbf; + color: #ffffff; + border-color: #116fbf; } + body .p-button.p-button-info:enabled:focus, body .p-buttonset.p-button-info > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-button.p-button-info:enabled:active, body .p-buttonset.p-button-info > .p-button:enabled:active { + background-color: #005b9f; + color: #ffffff; + border-color: #005b9f; } body .p-button.p-button-success, body .p-buttonset.p-button-success > .p-button { color: #ffffff; background-color: #34A835; - border: 1px solid #34A835; -} -body .p-button.p-button-success:enabled:hover, body .p-buttonset.p-button-success > .p-button:enabled:hover { - background-color: #107D11; - color: #ffffff; - border-color: #107D11; -} -body .p-button.p-button-success:enabled:focus, body .p-buttonset.p-button-success > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #aae5aa; - -moz-box-shadow: 0 0 0 0.2em #aae5aa; - box-shadow: 0 0 0 0.2em #aae5aa; -} -body .p-button.p-button-success:enabled:active, body .p-buttonset.p-button-success > .p-button:enabled:active { - background-color: #0C6B0D; - color: #ffffff; - border-color: #0C6B0D; -} + border: 1px solid #34A835; } + body .p-button.p-button-success:enabled:hover, body .p-buttonset.p-button-success > .p-button:enabled:hover { + background-color: #107D11; + color: #ffffff; + border-color: #107D11; } + body .p-button.p-button-success:enabled:focus, body .p-buttonset.p-button-success > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #aae5aa; + -moz-box-shadow: 0 0 0 0.2em #aae5aa; + box-shadow: 0 0 0 0.2em #aae5aa; } + body .p-button.p-button-success:enabled:active, body .p-buttonset.p-button-success > .p-button:enabled:active { + background-color: #0C6B0D; + color: #ffffff; + border-color: #0C6B0D; } body .p-button.p-button-warning, body .p-buttonset.p-button-warning > .p-button { color: #333333; background-color: #ffba01; - border: 1px solid #ffba01; -} -body .p-button.p-button-warning:enabled:hover, body .p-buttonset.p-button-warning > .p-button:enabled:hover { - background-color: #ED990B; - color: #333333; - border-color: #ED990B; -} -body .p-button.p-button-warning:enabled:focus, body .p-buttonset.p-button-warning > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #ffeab4; - -moz-box-shadow: 0 0 0 0.2em #ffeab4; - box-shadow: 0 0 0 0.2em #ffeab4; -} -body .p-button.p-button-warning:enabled:active, body .p-buttonset.p-button-warning > .p-button:enabled:active { - background-color: #D38B10; - color: #333333; - border-color: #D38B10; -} + border: 1px solid #ffba01; } + body .p-button.p-button-warning:enabled:hover, body .p-buttonset.p-button-warning > .p-button:enabled:hover { + background-color: #ED990B; + color: #333333; + border-color: #ED990B; } + body .p-button.p-button-warning:enabled:focus, body .p-buttonset.p-button-warning > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #ffeab4; + -moz-box-shadow: 0 0 0 0.2em #ffeab4; + box-shadow: 0 0 0 0.2em #ffeab4; } + body .p-button.p-button-warning:enabled:active, body .p-buttonset.p-button-warning > .p-button:enabled:active { + background-color: #D38B10; + color: #333333; + border-color: #D38B10; } body .p-button.p-button-danger, body .p-buttonset.p-button-danger > .p-button { color: #ffffff; background-color: #e91224; - border: 1px solid #e91224; -} -body .p-button.p-button-danger:enabled:hover, body .p-buttonset.p-button-danger > .p-button:enabled:hover { - background-color: #c01120; - color: #ffffff; - border-color: #c01120; -} -body .p-button.p-button-danger:enabled:focus, body .p-buttonset.p-button-danger > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #f9b4ba; - -moz-box-shadow: 0 0 0 0.2em #f9b4ba; - box-shadow: 0 0 0 0.2em #f9b4ba; -} -body .p-button.p-button-danger:enabled:active, body .p-buttonset.p-button-danger > .p-button:enabled:active { - background-color: #a90000; - color: #ffffff; - border-color: #a90000; -} + border: 1px solid #e91224; } + body .p-button.p-button-danger:enabled:hover, body .p-buttonset.p-button-danger > .p-button:enabled:hover { + background-color: #c01120; + color: #ffffff; + border-color: #c01120; } + body .p-button.p-button-danger:enabled:focus, body .p-buttonset.p-button-danger > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #f9b4ba; + -moz-box-shadow: 0 0 0 0.2em #f9b4ba; + box-shadow: 0 0 0 0.2em #f9b4ba; } + body .p-button.p-button-danger:enabled:active, body .p-buttonset.p-button-danger > .p-button:enabled:active { + background-color: #a90000; + color: #ffffff; + border-color: #a90000; } body .p-panel { padding: 0; - border: 0 none; -} -body .p-panel .p-panel-titlebar { - border: 1px solid #191919; - padding: 0.571em 1em; - background-color: #191919; - color: #dedede; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-panel .p-panel-titlebar .p-panel-title { - vertical-align: middle; - font-weight: 700; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon { - margin: 0.143em 0 0 0; - position: relative; - font-size: 14px; - color: #888888; - border: 1px solid transparent; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:hover { - color: #dedede; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; -} -body .p-panel .p-panel-content { - padding: 0.571em 1em; - border: 1px solid #191919; - background-color: #323232; - color: #dedede; - border-top: 0 none; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-panel .p-panel-footer { - padding: 0.571em 1em; - border: 1px solid #191919; - background-color: #323232; - color: #dedede; - border-top: 0 none; - margin: 0; -} + border: 0 none; } + body .p-panel .p-panel-titlebar { + border: 1px solid #191919; + padding: 0.571em 1em; + background-color: #191919; + color: #dedede; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-panel .p-panel-titlebar .p-panel-title { + vertical-align: middle; + font-weight: 700; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon { + margin: 0.143em 0 0 0; + position: relative; + font-size: 14px; + color: #888888; + border: 1px solid transparent; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:hover { + color: #dedede; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; } + body .p-panel .p-panel-content { + padding: 0.571em 1em; + border: 1px solid #191919; + background-color: #323232; + color: #dedede; + border-top: 0 none; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-panel .p-panel-footer { + padding: 0.571em 1em; + border: 1px solid #191919; + background-color: #323232; + color: #dedede; + border-top: 0 none; + margin: 0; } body .p-fieldset { border: 1px solid #191919; background-color: #323232; color: #dedede; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-fieldset .p-fieldset-legend a { - padding: 0.571em 1em; - border: 1px solid #191919; - color: #dedede; - background-color: #191919; - font-weight: 700; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-fieldset .p-fieldset-legend a .p-fieldset-toggler { - float: none; - display: inline-block; - vertical-align: middle; - margin-right: 0.5em; - color: #888888; -} -body .p-fieldset .p-fieldset-legend a .p-fieldset-legend-text { - padding: 0; -} -body .p-fieldset .p-fieldset-legend a:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; -} -body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { - background-color: #191919; - border: 1px solid #191919; - color: #1f7ed0; -} -body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover .p-fieldset-toggler { - color: #1f7ed0; -} -body .p-fieldset .p-fieldset-content { - padding: 0; -} + border-radius: 3px; } + body .p-fieldset .p-fieldset-legend a { + padding: 0.571em 1em; + border: 1px solid #191919; + color: #dedede; + background-color: #191919; + font-weight: 700; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-fieldset .p-fieldset-legend a .p-fieldset-toggler { + float: none; + display: inline-block; + vertical-align: middle; + margin-right: .5em; + color: #888888; } + body .p-fieldset .p-fieldset-legend a .p-fieldset-legend-text { + padding: 0; } + body .p-fieldset .p-fieldset-legend a:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; } + body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { + background-color: #191919; + border: 1px solid #191919; + color: #1f7ed0; } + body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover .p-fieldset-toggler { + color: #1f7ed0; } + body .p-fieldset .p-fieldset-content { + padding: 0; } body .p-accordion .p-accordion-tab { - margin-bottom: 2px; -} + margin-bottom: 2px; } body .p-accordion .p-accordion-header a { padding: 0.571em 1em; border: 1px solid #191919; @@ -1681,57 +1393,45 @@ body .p-accordion .p-accordion-header a { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon { - color: #888888; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-right:before { - content: ""; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-down:before { - content: ""; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon { + color: #888888; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-right:before { + content: ""; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-down:before { + content: ""; } body .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; -webkit-box-shadow: 0 0 0 0.2em #aed3f3; -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; -} + box-shadow: 0 0 0 0.2em #aed3f3; } body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background-color: #191919; border: 1px solid #191919; - color: #1f7ed0; -} -body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a .p-accordion-toggle-icon { - color: #1f7ed0; -} + color: #1f7ed0; } + body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a .p-accordion-toggle-icon { + color: #1f7ed0; } body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight { - margin-bottom: 0; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a { - background-color: #1f7ed0; - border: 1px solid #1f7ed0; - color: #ffffff; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a .p-accordion-toggle-icon { - color: #ffffff; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a { - border: 1px solid #1864a6; - background-color: #1864a6; - color: #ffffff; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a .p-accordion-toggle-icon { - color: #ffffff; -} + margin-bottom: 0; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a { + background-color: #1f7ed0; + border: 1px solid #1f7ed0; + color: #ffffff; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a .p-accordion-toggle-icon { + color: #ffffff; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a { + border: 1px solid #1864a6; + background-color: #1864a6; + color: #ffffff; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a .p-accordion-toggle-icon { + color: #ffffff; } body .p-accordion .p-accordion-content { padding: 0.571em 1em; border: 1px solid #191919; @@ -1750,122 +1450,99 @@ body .p-accordion .p-accordion-content { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-tabview.p-tabview-top, body .p-tabview.p-tabview-bottom, body .p-tabview.p-tabview-left, body .p-tabview.p-tabview-right { - border: 0 none; -} -body .p-tabview.p-tabview-top .p-tabview-nav, body .p-tabview.p-tabview-bottom .p-tabview-nav, body .p-tabview.p-tabview-left .p-tabview-nav, body .p-tabview.p-tabview-right .p-tabview-nav { - padding: 0; - background: transparent; - border: 0 none; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a, body .p-tabview.p-tabview-bottom .p-tabview-nav li a, body .p-tabview.p-tabview-left .p-tabview-nav li a, body .p-tabview.p-tabview-right .p-tabview-nav li a { - border: 1px solid #191919; - background-color: #191919; - float: none; - display: inline-block; - color: #dedede; - padding: 0.571em 1em; - font-weight: 700; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-left-icon { - margin-right: 0.5em; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-right-icon { - margin-left: 0.5em; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-bottom .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-left .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-right .p-tabview-nav li a:not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; -} -body .p-tabview.p-tabview-top .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li .p-tabview-close { - color: #888888; - margin: 0 0.5em 0 0; - vertical-align: middle; -} -body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { - background-color: #191919; - border: 1px solid #191919; - color: #1f7ed0; -} -body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close { - color: #1f7ed0; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight a { - background-color: #1f7ed0; - border: 1px solid #1f7ed0; - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight .p-tabview-close { - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a { - border: 1px solid #1864a6; - background-color: #1864a6; - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon { - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-tabview-selected a { - cursor: pointer; -} + border: 0 none; } + body .p-tabview.p-tabview-top .p-tabview-nav, body .p-tabview.p-tabview-bottom .p-tabview-nav, body .p-tabview.p-tabview-left .p-tabview-nav, body .p-tabview.p-tabview-right .p-tabview-nav { + padding: 0; + background: transparent; + border: 0 none; } + body .p-tabview.p-tabview-top .p-tabview-nav li a, body .p-tabview.p-tabview-bottom .p-tabview-nav li a, body .p-tabview.p-tabview-left .p-tabview-nav li a, body .p-tabview.p-tabview-right .p-tabview-nav li a { + border: 1px solid #191919; + background-color: #191919; + float: none; + display: inline-block; + color: #dedede; + padding: 0.571em 1em; + font-weight: 700; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-left-icon { + margin-right: 0.5em; } + body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-right-icon { + margin-left: 0.5em; } + body .p-tabview.p-tabview-top .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-bottom .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-left .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-right .p-tabview-nav li a:not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; } + body .p-tabview.p-tabview-top .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li .p-tabview-close { + color: #888888; + margin: 0 0.5em 0 0; + vertical-align: middle; } + body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { + background-color: #191919; + border: 1px solid #191919; + color: #1f7ed0; } + body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close { + color: #1f7ed0; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight a { + background-color: #1f7ed0; + border: 1px solid #1f7ed0; + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight .p-tabview-close { + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a { + border: 1px solid #1864a6; + background-color: #1864a6; + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon { + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-tabview-selected a { + cursor: pointer; } body .p-tabview.p-tabview-top .p-tabview-nav { - margin-bottom: -1px; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a { - margin-right: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + margin-bottom: -1px; } + body .p-tabview.p-tabview-top .p-tabview-nav li a { + margin-right: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } body .p-tabview.p-tabview-bottom .p-tabview-nav { - margin-top: -1px; -} -body .p-tabview.p-tabview-bottom .p-tabview-nav li a { - margin-right: 2px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + margin-top: -1px; } + body .p-tabview.p-tabview-bottom .p-tabview-nav li a { + margin-right: 2px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-tabview.p-tabview-left .p-tabview-nav { - margin-right: -px; -} -body .p-tabview.p-tabview-left .p-tabview-nav li a { - margin-bottom: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} + margin-right: -px; } + body .p-tabview.p-tabview-left .p-tabview-nav li a { + margin-bottom: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } body .p-tabview.p-tabview-right .p-tabview-nav { - margin-right: -1px; -} -body .p-tabview.p-tabview-right .p-tabview-nav li a { - margin-bottom: 2px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + margin-right: -1px; } + body .p-tabview.p-tabview-right .p-tabview-nav li a { + margin-bottom: 2px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-tabview .p-tabview-panels { background-color: #323232; padding: 0.571em 1em; @@ -1876,142 +1553,119 @@ body .p-tabview .p-tabview-panels { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-tabview .p-tabview-panels .p-tabview-panel { - padding: 0; -} + border-bottom-right-radius: 3px; } + body .p-tabview .p-tabview-panels .p-tabview-panel { + padding: 0; } body .p-toolbar { background-color: #191919; border: 1px solid #191919; padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-toolbar button { - vertical-align: middle; -} -body .p-toolbar .p-toolbar-separator { - vertical-align: middle; - color: #888888; - margin: 0 0.5em; -} + border-radius: 3px; } + body .p-toolbar button { + vertical-align: middle; } + body .p-toolbar .p-toolbar-separator { + vertical-align: middle; + color: #888888; + margin: 0 0.5em; } body .p-card { background-color: #323232; color: #dedede; -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); - box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); -} + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); } body .p-paginator { background-color: #252525; border: 1px solid #191919; - padding: 0; -} -body .p-paginator .p-paginator-first, -body .p-paginator .p-paginator-prev, -body .p-paginator .p-paginator-next, -body .p-paginator .p-paginator-last { - color: #dedede; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; - padding: 0; - margin: 0; - vertical-align: top; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-paginator .p-dropdown { - border: 0 none; -} -body .p-paginator .p-dropdown .p-dropdown-trigger, body .p-paginator .p-dropdown .p-dropdown-label { - color: #dedede; -} -body .p-paginator .p-dropdown:hover .p-dropdown-trigger, body .p-paginator .p-dropdown:hover .p-dropdown-label { - color: #dedede; -} -body .p-paginator .p-paginator-first:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-prev:before { - position: relative; -} -body .p-paginator .p-paginator-next:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-last:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-current { - vertical-align: top; - display: inline-block; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; -} -body .p-paginator .p-paginator-pages { - vertical-align: top; - display: inline-block; - padding: 0; -} -body .p-paginator .p-paginator-pages .p-paginator-page { - color: #dedede; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; - padding: 0; - margin: 0; - vertical-align: top; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background-color: #1f7ed0; - color: #ffffff; -} -body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-paginator .p-dropdown { - margin-left: 0.5em; - height: 2.286em; - min-width: auto; -} + padding: 0; } + body .p-paginator .p-paginator-first, + body .p-paginator .p-paginator-prev, + body .p-paginator .p-paginator-next, + body .p-paginator .p-paginator-last { + color: #dedede; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; + padding: 0; + margin: 0; + vertical-align: top; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-paginator .p-dropdown { + border: 0 none; } + body .p-paginator .p-dropdown .p-dropdown-trigger, body .p-paginator .p-dropdown .p-dropdown-label { + color: #dedede; } + body .p-paginator .p-dropdown:hover .p-dropdown-trigger, body .p-paginator .p-dropdown:hover .p-dropdown-label { + color: #dedede; } + body .p-paginator .p-paginator-first:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-prev:before { + position: relative; } + body .p-paginator .p-paginator-next:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-last:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-current { + vertical-align: top; + display: inline-block; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; } + body .p-paginator .p-paginator-pages { + vertical-align: top; + display: inline-block; + padding: 0; } + body .p-paginator .p-paginator-pages .p-paginator-page { + color: #dedede; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; + padding: 0; + margin: 0; + vertical-align: top; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { + background-color: #1f7ed0; + color: #ffffff; } + body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-paginator .p-dropdown { + margin-left: 0.5em; + height: 2.286em; + min-width: auto; } body .p-datatable .p-datatable-header, body .p-datatable .p-datatable-footer { background-color: #191919; color: #dedede; border: 1px solid #191919; padding: 0.571em 1em; - text-align: center; -} + text-align: center; } body .p-datatable .p-datatable-header { border-bottom: 0 none; font-weight: 700; @@ -2020,8 +1674,7 @@ body .p-datatable .p-datatable-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-datatable .p-datatable-footer { border-top: 0 none; font-weight: 700; @@ -2030,206 +1683,158 @@ body .p-datatable .p-datatable-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-datatable .p-datatable-thead > tr > th { padding: 0.571em 0.857em; border: 1px solid #191919; font-weight: 700; color: #dedede; background-color: #252525; - text-align: center; -} + text-align: center; } body .p-datatable .p-datatable-tfoot > tr > td { padding: 0.571em 0.857em; border: 1px solid #191919; font-weight: 700; color: #dedede; background-color: #252525; - text-align: center; -} + text-align: center; } body .p-datatable .p-sortable-column { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-sortable-column .p-sortable-column-icon { - color: #888888; -} -body .p-datatable .p-sortable-column:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: #dedede; -} -body .p-datatable .p-sortable-column:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #aed3f3; - -moz-box-shadow: inset 0 0 0 0.2em #aed3f3; - box-shadow: inset 0 0 0 0.2em #aed3f3; -} -body .p-datatable .p-sortable-column.p-highlight { - background-color: #1f7ed0; - color: #ffffff; -} -body .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #ffffff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-sortable-column .p-sortable-column-icon { + color: #888888; } + body .p-datatable .p-sortable-column:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { + color: #dedede; } + body .p-datatable .p-sortable-column:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #aed3f3; + -moz-box-shadow: inset 0 0 0 0.2em #aed3f3; + box-shadow: inset 0 0 0 0.2em #aed3f3; } + body .p-datatable .p-sortable-column.p-highlight { + background-color: #1f7ed0; + color: #ffffff; } + body .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { + color: #ffffff; } body .p-datatable .p-editable-column input { font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} + font-family: "Open Sans", "Helvetica Neue", sans-serif; } body .p-datatable .p-row-editor-init { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} + transition: background-color 0.2s, box-shadow 0.2s; } body .p-datatable .p-datatable-tbody > tr { background: #323232; color: #dedede; -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-datatable-tbody > tr > td { - background: inherit; - border: 1px solid #191919; - padding: 0.429em 0.857em; -} -body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler { - color: #888888; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { - color: #dedede; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight { - background-color: #1f7ed0; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler:hover { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { - background-color: #82bbec; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #1f7ed0; -} -body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #1f7ed0; -} -body .p-datatable .p-datatable-tbody > tr:focus { - outline: none; -} -body .p-datatable .p-datatable-tbody > tr:focus + tr > td { - box-shadow: 0 -0.2em 0 0 #aed3f3; -} -body .p-datatable .p-datatable-tbody > tr:focus > td { - box-shadow: 0 -0.2em 0 0 #aed3f3, 0 0.2em 0 0 #aed3f3; -} -body .p-datatable .p-datatable-tbody > tr:focus > td:first-child { - box-shadow: 0 -0.2em 0 0 #aed3f3, 0 0.2em 0 0 #aed3f3, -0.1em -0.1em 0 0.1em #aed3f3; -} -body .p-datatable .p-datatable-tbody > tr:focus > td:last-child { - box-shadow: 0 -0.2em 0 0 #aed3f3, 0 0.2em 0 0 #aed3f3, 0.1em -0.1em 0 0.1em #aed3f3; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-datatable-tbody > tr > td { + background: inherit; + border: 1px solid #191919; + padding: 0.429em 0.857em; } + body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler { + color: #888888; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { + color: #dedede; } + body .p-datatable .p-datatable-tbody > tr.p-highlight { + background-color: #1f7ed0; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler:hover { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + background-color: #82bbec; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { + box-shadow: inset 0 2px 0 0 #1f7ed0; } + body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { + box-shadow: inset 0 -2px 0 0 #1f7ed0; } + body .p-datatable .p-datatable-tbody > tr:focus { + outline: none; } + body .p-datatable .p-datatable-tbody > tr:focus + tr > td { + box-shadow: 0 -0.2em 0 0 #aed3f3; } + body .p-datatable .p-datatable-tbody > tr:focus > td { + box-shadow: 0 -0.2em 0 0 #aed3f3, 0 0.2em 0 0 #aed3f3; } + body .p-datatable .p-datatable-tbody > tr:focus > td:first-child { + box-shadow: 0 -0.2em 0 0 #aed3f3, 0 0.2em 0 0 #aed3f3, -0.1em -0.1em 0 0.1em #aed3f3; } + body .p-datatable .p-datatable-tbody > tr:focus > td:last-child { + box-shadow: 0 -0.2em 0 0 #aed3f3, 0 0.2em 0 0 #aed3f3, 0.1em -0.1em 0 0.1em #aed3f3; } body .p-datatable .p-datatable-tbody > tr:nth-child(even) { - background-color: #323232; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { - background-color: #1f7ed0; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu { - background-color: #82bbec; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler:hover { - color: #ffffff; -} + background-color: #323232; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { + background-color: #1f7ed0; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu { + background-color: #82bbec; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler:hover { + color: #ffffff; } body .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover { cursor: pointer; background-color: #4c4c4c; - color: #dedede; -} + color: #dedede; } body .p-datatable .p-column-resizer-helper { - background-color: #1f7ed0; -} + background-color: #1f7ed0; } body .p-datatable .p-datatable-scrollable-header, body .p-datatable .p-datatable-scrollable-footer { - background-color: #191919; -} + background-color: #191919; } body .p-datatable .p-column-filter { - width: 100%; -} + width: 100%; } body .p-datatable.p-datatable-borderless .p-datatable-header { border: 0 none; - border-bottom: 1px solid #191919; -} + border-bottom: 1px solid #191919; } body .p-datatable.p-datatable-borderless .p-datatable-thead > tr > th { border: 0 none; text-align: left; - padding: 0.857em; -} + padding: 0.857em; } body .p-datatable.p-datatable-borderless .p-datatable-tbody { - border: 0 none; -} -body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr { - border: 0 none; -} -body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr > td { - border: 0 none; -} + border: 0 none; } + body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr { + border: 0 none; } + body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr > td { + border: 0 none; } body .p-datatable.p-datatable-borderless .p-datatable-tfoot > tr > td { - border: 0 none; -} + border: 0 none; } body .p-datatable.p-datatable-borderless .p-paginator { - border: 0 none; -} + border: 0 none; } body .p-datascroller .p-datascroller-header { background-color: #191919; color: #dedede; border: 1px solid #191919; padding: 0.571em 1em; font-weight: 700; - border-bottom: 0 none; -} + border-bottom: 0 none; } body .p-datascroller .p-datascroller-content { padding: 0.571em 1em; border: 1px solid #191919; background-color: #323232; color: #dedede; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-datascroller .p-datascroller-footer { background-color: #323232; color: #dedede; border: 1px solid #191919; padding: 0.571em 1em; - border-top: 0 none; -} + border-top: 0 none; } body .p-dataview .p-dataview-header { background-color: #191919; color: #dedede; @@ -2242,18 +1847,15 @@ body .p-dataview .p-dataview-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-dataview .p-dataview-content { padding: 0.571em 1em; border: 1px solid #191919; background-color: #323232; color: #dedede; - padding: 0.571em 1em; -} -body .p-dataview .p-dataview-content > .p-grid > div { - border-bottom: 1px solid #191919; -} + padding: 0.571em 1em; } + body .p-dataview .p-dataview-content > .p-grid > div { + border-bottom: 1px solid #191919; } body .p-dataview .p-dataview-footer { background-color: #323232; color: #dedede; @@ -2265,30 +1867,24 @@ body .p-dataview .p-dataview-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .fc th { background-color: #191919; border: 1px solid #191919; color: #dedede; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .fc td.ui-widget-content { background-color: #323232; border: 1px solid #191919; - color: #dedede; -} + color: #dedede; } body .fc td.fc-head-container { - border: 1px solid #191919; -} + border: 1px solid #191919; } body .fc .fc-row { - border-right: 1px solid #191919; -} + border-right: 1px solid #191919; } body .fc .fc-event { background-color: #1b71bb; border: 1px solid #1b71bb; - color: #ffffff; -} + color: #ffffff; } body .fc .fc-toolbar .fc-button { color: #ffffff; background-color: #1f7ed0; @@ -2300,65 +1896,52 @@ body .fc .fc-toolbar .fc-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .fc .fc-toolbar .fc-button:enabled:hover { - background-color: #1b71bb; - color: #ffffff; - border-color: #1b71bb; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-left { - font-family: "PrimeIcons" !important; - text-indent: 0; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-right { - font-family: "PrimeIcons" !important; - text-indent: 0; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; -} -body .fc .fc-toolbar .fc-button:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; -} + border-radius: 3px; } + body .fc .fc-toolbar .fc-button:enabled:hover { + background-color: #1b71bb; + color: #ffffff; + border-color: #1b71bb; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-left { + font-family: 'PrimeIcons' !important; + text-indent: 0; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before { + content: ""; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-right { + font-family: 'PrimeIcons' !important; + text-indent: 0; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before { + content: ""; } + body .fc .fc-toolbar .fc-button:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; } body .fc .fc-toolbar .fc-button-group .fc-button { -moz-border-radius: 0; -webkit-border-radius: 0; - border-radius: 0; -} -body .fc .fc-toolbar .fc-button-group .fc-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .fc .fc-toolbar .fc-button-group .fc-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-radius: 0; } + body .fc .fc-toolbar .fc-button-group .fc-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .fc .fc-toolbar .fc-button-group .fc-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .fc .fc-divider { background-color: #191919; - border: 1px solid #191919; -} + border: 1px solid #191919; } body .p-fluid .fc .fc-toolbar .ui-button { - width: auto; -} + width: auto; } body .p-picklist .p-picklist-buttons button { - font-size: 16px; -} + font-size: 16px; } body .p-picklist .p-picklist-caption { background-color: #191919; color: #dedede; @@ -2371,31 +1954,26 @@ body .p-picklist .p-picklist-caption { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-picklist .p-picklist-filter-container { padding: 0.429em 0.857em 0.429em 0.857em; border: 1px solid #191919; color: #dedede; background-color: #252525; margin: 0; - border-bottom: 0 none; -} -body .p-picklist .p-picklist-filter-container input { - width: 100%; - padding-right: 2em; - text-indent: 0; -} -body .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { - top: 50%; - margin-top: -0.5em; - left: auto; - right: 1.357em; - color: #252525; -} + border-bottom: 0 none; } + body .p-picklist .p-picklist-filter-container input { + width: 100%; + padding-right: 2em; + text-indent: 0; } + body .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { + top: 50%; + margin-top: -.5em; + left: auto; + right: 1.357em; + color: #252525; } body .p-picklist .p-picklist-buttons { - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-picklist .p-picklist-list { border: 1px solid #191919; background-color: #323232; @@ -2406,48 +1984,38 @@ body .p-picklist .p-picklist-list { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-picklist .p-picklist-list .p-picklist-item { - padding: 0.429em 0.857em; - margin: 0; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-picklist .p-picklist-list .p-picklist-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #aed3f3; - -moz-box-shadow: inset 0 0 0 0.2em #aed3f3; - box-shadow: inset 0 0 0 0.2em #aed3f3; -} -body .p-picklist .p-picklist-list .p-picklist-item.p-highlight { - background-color: #1f7ed0; - color: #ffffff; -} -body .p-picklist .p-picklist-list .p-picklist-droppoint-highlight { - background-color: #1f7ed0; -} + border-bottom-right-radius: 3px; } + body .p-picklist .p-picklist-list .p-picklist-item { + padding: 0.429em 0.857em; + margin: 0; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-picklist .p-picklist-list .p-picklist-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #aed3f3; + -moz-box-shadow: inset 0 0 0 0.2em #aed3f3; + box-shadow: inset 0 0 0 0.2em #aed3f3; } + body .p-picklist .p-picklist-list .p-picklist-item.p-highlight { + background-color: #1f7ed0; + color: #ffffff; } + body .p-picklist .p-picklist-list .p-picklist-droppoint-highlight { + background-color: #1f7ed0; } @media (max-width: 40em) { body .p-picklist.p-picklist-responsive .p-picklist-buttons { - padding: 0.571em 1em; - } -} + padding: 0.571em 1em; } } body .p-orderlist .p-orderlist-controls { - padding: 0.571em 1em; -} -body .p-orderlist .p-orderlist-controls button { - font-size: 16px; -} + padding: 0.571em 1em; } + body .p-orderlist .p-orderlist-controls button { + font-size: 16px; } body .p-orderlist .p-orderlist-caption { background-color: #191919; color: #dedede; @@ -2460,28 +2028,24 @@ body .p-orderlist .p-orderlist-caption { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-orderlist .p-orderlist-filter-container { padding: 0.429em 0.857em 0.429em 0.857em; border: 1px solid #191919; color: #dedede; background-color: #252525; margin: 0; - border-bottom: 0 none; -} -body .p-orderlist .p-orderlist-filter-container input { - width: 100%; - padding-right: 2em; - text-indent: 0; -} -body .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { - top: 50%; - margin-top: -0.5em; - left: auto; - right: 1.357em; - color: #252525; -} + border-bottom: 0 none; } + body .p-orderlist .p-orderlist-filter-container input { + width: 100%; + padding-right: 2em; + text-indent: 0; } + body .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { + top: 50%; + margin-top: -.5em; + left: auto; + right: 1.357em; + color: #252525; } body .p-orderlist .p-orderlist-list { border: 1px solid #191919; background-color: #323232; @@ -2492,37 +2056,31 @@ body .p-orderlist .p-orderlist-list { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item { - padding: 0.429em 0.857em; - margin: 0; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #aed3f3; - -moz-box-shadow: inset 0 0 0 0.2em #aed3f3; - box-shadow: inset 0 0 0 0.2em #aed3f3; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - background-color: #1f7ed0; - color: #ffffff; -} -body .p-orderlist .p-orderlist-list .p-orderlist-droppoint-highlight { - background-color: #1f7ed0; -} + border-bottom-right-radius: 3px; } + body .p-orderlist .p-orderlist-list .p-orderlist-item { + padding: 0.429em 0.857em; + margin: 0; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-orderlist .p-orderlist-list .p-orderlist-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #aed3f3; + -moz-box-shadow: inset 0 0 0 0.2em #aed3f3; + box-shadow: inset 0 0 0 0.2em #aed3f3; } + body .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { + background-color: #1f7ed0; + color: #ffffff; } + body .p-orderlist .p-orderlist-list .p-orderlist-droppoint-highlight { + background-color: #1f7ed0; } body .p-tree { border: 1px solid #191919; background-color: #323232; @@ -2530,159 +2088,126 @@ body .p-tree { padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree .p-tree-container { - padding: 0.286em; - margin: 0; -} -body .p-tree .p-tree-container .p-treenode { - padding: 0.143em 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content { - padding: 0; - border: 1px solid transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { - vertical-align: middle; - display: inline-block; - float: none; - margin: 0 0.286em 0 0; - color: #888888; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler b .p-tree-toggler-icon { - line-height: 1.25em; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { - vertical-align: middle; - display: inline-block; - margin: 0 0.286em 0 0; - color: #888888; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-label { - margin: 0; - vertical-align: middle; - display: inline-block; - padding: 0.286em 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { - margin: 0 0.286em 0 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background-color: #1f7ed0; - color: #ffffff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { - color: #ffffff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-checkbox .p-checkbox-box { - border-color: #ffffff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight-contextmenu { - border: 1px dashed #1f7ed0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover .p-treenode-icon { - color: #dedede; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content > span { - line-height: inherit; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-tree .p-tree-container .p-treenode-droppoint.p-treenode-droppoint-active { - background-color: #1f7ed0; -} -body .p-tree.p-tree-horizontal { - padding-left: 0; - padding-right: 0; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content { - border: 1px solid #191919; - background-color: #323232; - color: #dedede; - padding: 0.571em 1em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight { - background-color: #1f7ed0; - color: #ffffff; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox .p-icon { - color: #1f7ed0; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover { - background-color: inherit; - color: inherit; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-tree .p-tree-filter-container .p-tree-filter { - width: 100%; - padding-right: 2em; -} -body .p-tree .p-tree-filter-container .p-tree-filter-icon { - top: 50%; - left: auto; - margin-top: -0.5em; - right: 0.8em; - color: #252525; -} + border-radius: 3px; } + body .p-tree .p-tree-container { + padding: 0.286em; + margin: 0; } + body .p-tree .p-tree-container .p-treenode { + padding: 0.143em 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content { + padding: 0; + border: 1px solid transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { + vertical-align: middle; + display: inline-block; + float: none; + margin: 0 0.286em 0 0; + color: #888888; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler b + .p-tree-toggler-icon { + line-height: 1.25em; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { + vertical-align: middle; + display: inline-block; + margin: 0 0.286em 0 0; + color: #888888; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-label { + margin: 0; + vertical-align: middle; + display: inline-block; + padding: 0.286em 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { + margin: 0 0.286em 0 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { + background-color: #1f7ed0; + color: #ffffff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { + color: #ffffff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-checkbox .p-checkbox-box { + border-color: #ffffff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight-contextmenu { + border: 1px dashed #1f7ed0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover .p-treenode-icon { + color: #dedede; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content > span { + line-height: inherit; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { + background-color: #4c4c4c; + color: #dedede; } + body .p-tree .p-tree-container .p-treenode-droppoint.p-treenode-droppoint-active { + background-color: #1f7ed0; } + body .p-tree.p-tree-horizontal { + padding-left: 0; + padding-right: 0; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content { + border: 1px solid #191919; + background-color: #323232; + color: #dedede; + padding: 0.571em 1em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight { + background-color: #1f7ed0; + color: #ffffff; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox .p-icon { + color: #1f7ed0; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover { + background-color: inherit; + color: inherit; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-tree .p-tree-filter-container .p-tree-filter { + width: 100%; + padding-right: 2em; } + body .p-tree .p-tree-filter-container .p-tree-filter-icon { + top: 50%; + left: auto; + margin-top: -.5em; + right: .8em; + color: #252525; } body .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { background-color: #4c4c4c; - color: #dedede; -} + color: #dedede; } body .p-organizationchart .p-organizationchart-node-content.p-highlight { background-color: #1f7ed0; - color: #ffffff; -} -body .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: #0e3b61; -} + color: #ffffff; } + body .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { + color: #0e3b61; } body .p-organizationchart .p-organizationchart-line-down { - background-color: #191919; -} + background-color: #191919; } body .p-organizationchart .p-organizationchart-line-left { border-right: 1px solid #191919; - border-color: #191919; -} + border-color: #191919; } body .p-organizationchart .p-organizationchart-line-top { border-top: 1px solid #191919; - border-color: #191919; -} + border-color: #191919; } body .p-organizationchart .p-organizationchart-node-content { border: 1px solid #191919; background-color: #323232; color: #dedede; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-organizationchart .p-organizationchart-node-content .p-node-toggler { - bottom: -0.7em; - margin-left: -0.46em; + bottom: -.7em; + margin-left: -.46em; color: #888888; -moz-border-radius: 3px; -webkit-border-radius: 3px; @@ -2690,23 +2215,20 @@ body .p-organizationchart .p-organizationchart-node-content .p-node-toggler { -moz-transition: box-shadow 0.2s; -o-transition: box-shadow 0.2s; -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; -} + transition: box-shadow 0.2s; } + body .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; } body .p-treetable .p-treetable-header, body .p-treetable .p-treetable-footer { background-color: #191919; color: #dedede; border: 1px solid #191919; padding: 0.571em 1em; - text-align: center; -} + text-align: center; } body .p-treetable .p-treetable-header { border-bottom: 0 none; font-weight: 700; @@ -2715,8 +2237,7 @@ body .p-treetable .p-treetable-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-treetable .p-treetable-footer { border-top: 0 none; font-weight: 700; @@ -2725,119 +2246,92 @@ body .p-treetable .p-treetable-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-treetable .p-treetable-thead > tr > th { padding: 0.571em 0.857em; border: 1px solid #191919; font-weight: 700; color: #dedede; background-color: #252525; - text-align: center; -} + text-align: center; } body .p-treetable .p-treetable-tfoot > tr > td { padding: 0.571em 0.857em; border: 1px solid #191919; font-weight: 700; color: #dedede; background-color: #252525; - text-align: center; -} + text-align: center; } body .p-treetable .p-sortable-column { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-treetable .p-sortable-column .p-sortable-column-icon { - color: #888888; -} -body .p-treetable .p-sortable-column:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: #dedede; -} -body .p-treetable .p-sortable-column:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #aed3f3; - -moz-box-shadow: inset 0 0 0 0.2em #aed3f3; - box-shadow: inset 0 0 0 0.2em #aed3f3; -} -body .p-treetable .p-sortable-column.p-highlight { - background-color: #1f7ed0; - color: #ffffff; -} -body .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #ffffff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-treetable .p-sortable-column .p-sortable-column-icon { + color: #888888; } + body .p-treetable .p-sortable-column:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { + color: #dedede; } + body .p-treetable .p-sortable-column:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #aed3f3; + -moz-box-shadow: inset 0 0 0 0.2em #aed3f3; + box-shadow: inset 0 0 0 0.2em #aed3f3; } + body .p-treetable .p-sortable-column.p-highlight { + background-color: #1f7ed0; + color: #ffffff; } + body .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { + color: #ffffff; } body .p-treetable .p-editable-column input { font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} + font-family: "Open Sans", "Helvetica Neue", sans-serif; } body .p-treetable .p-treetable-tbody > tr { background: #323232; color: #dedede; -moz-transition: background-color 0.2s; -o-transition: background-color 0.2s; -webkit-transition: background-color 0.2s; - transition: background-color 0.2s; -} -body .p-treetable .p-treetable-tbody > tr > td { - background: inherit; - border: 1px solid #191919; - padding: 0.429em 0.857em; -} -body .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { - color: #888888; - vertical-align: middle; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight { - background-color: #1f7ed0; - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu { - background-color: #82bbec; - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu .p-treetable-toggler { - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr:focus { - outline: none; -} -body .p-treetable .p-treetable-tbody > tr:focus + tr > td { - box-shadow: 0 -0.2em 0 0 #aed3f3; -} -body .p-treetable .p-treetable-tbody > tr:focus > td { - box-shadow: 0 -0.2em 0 0 #aed3f3, 0 0.2em 0 0 #aed3f3; -} -body .p-treetable .p-treetable-tbody > tr:focus > td:first-child { - box-shadow: 0 -0.2em 0 0 #aed3f3, 0 0.2em 0 0 #aed3f3, -0.1em -0.1em 0 0.1em #aed3f3; -} -body .p-treetable .p-treetable-tbody > tr:focus > td:last-child { - box-shadow: 0 -0.2em 0 0 #aed3f3, 0 0.2em 0 0 #aed3f3, 0.1em -0.1em 0 0.1em #aed3f3; -} + transition: background-color 0.2s; } + body .p-treetable .p-treetable-tbody > tr > td { + background: inherit; + border: 1px solid #191919; + padding: 0.429em 0.857em; } + body .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { + color: #888888; + vertical-align: middle; } + body .p-treetable .p-treetable-tbody > tr.p-highlight { + background-color: #1f7ed0; + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu { + background-color: #82bbec; + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu .p-treetable-toggler { + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr:focus { + outline: none; } + body .p-treetable .p-treetable-tbody > tr:focus + tr > td { + box-shadow: 0 -0.2em 0 0 #aed3f3; } + body .p-treetable .p-treetable-tbody > tr:focus > td { + box-shadow: 0 -0.2em 0 0 #aed3f3, 0 0.2em 0 0 #aed3f3; } + body .p-treetable .p-treetable-tbody > tr:focus > td:first-child { + box-shadow: 0 -0.2em 0 0 #aed3f3, 0 0.2em 0 0 #aed3f3, -0.1em -0.1em 0 0.1em #aed3f3; } + body .p-treetable .p-treetable-tbody > tr:focus > td:last-child { + box-shadow: 0 -0.2em 0 0 #aed3f3, 0 0.2em 0 0 #aed3f3, 0.1em -0.1em 0 0.1em #aed3f3; } body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover { cursor: pointer; background-color: #4c4c4c; - color: #dedede; -} -body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover .p-treetable-toggler { - color: #dedede; -} + color: #dedede; } + body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover .p-treetable-toggler { + color: #dedede; } body .p-treetable .p-column-resizer-helper { - background-color: #1f7ed0; -} + background-color: #1f7ed0; } body .p-treetable .p-treetable-scrollable-header, body .p-treetable .p-treetable-scrollable-footer { - background-color: #191919; -} + background-color: #191919; } body .p-carousel .p-carousel-content .p-carousel-prev, body .p-carousel .p-carousel-content .p-carousel-next { background-color: #1f7ed0; @@ -2850,273 +2344,212 @@ body .p-carousel .p-carousel-content .p-carousel-next { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover, -body .p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover { - background-color: #1b71bb; - color: #ffffff; - border-color: #1b71bb; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover, + body .p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover { + background-color: #1b71bb; + color: #ffffff; + border-color: #1b71bb; } body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon { width: 20px; height: 6px; background-color: #252525; - margin: 0 0.2em; -} -body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon::before { - content: " "; -} + margin: 0 0.2em; } + body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon::before { + content: ' '; } body .p-carousel .p-carousel-dots-container .p-carousel-dot-item.p-highlight .p-carousel-dot-icon { - background-color: #1f7ed0; -} + background-color: #1f7ed0; } body .p-messages { margin: 1em 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-messages .p-messages-wrapper { - padding: 1em; -} -body .p-messages.p-messages-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-info .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-info .p-messages-close { - background-color: #7fbcec; - color: #212121; -} -body .p-messages.p-messages-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-success .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-success .p-messages-close { - background-color: #b7d8b7; - color: #212121; -} -body .p-messages.p-messages-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-warn .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-warn .p-messages-close { - background-color: #ffe399; - color: #212121; -} -body .p-messages.p-messages-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-error .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-error .p-messages-close { - background-color: #f8b7bd; - color: #212121; -} -body .p-messages .p-messages-close { - top: -0.769em; - right: -0.769em; - width: 1.538em; - height: 1.538em; - line-height: 1.538em; - text-align: center; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-messages .p-messages-close .p-messages-close-icon { - line-height: inherit; - font-size: 1.5em; -} -body .p-messages .p-messages-close:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; -} -body .p-messages .p-messages-icon { - font-size: 2em; -} + border-radius: 3px; } + body .p-messages .p-messages-wrapper { + padding: 1em; } + body .p-messages.p-messages-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-info .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-info .p-messages-close { + background-color: #7fbcec; + color: #212121; } + body .p-messages.p-messages-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-success .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-success .p-messages-close { + background-color: #b7d8b7; + color: #212121; } + body .p-messages.p-messages-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-warn .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-warn .p-messages-close { + background-color: #ffe399; + color: #212121; } + body .p-messages.p-messages-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-error .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-error .p-messages-close { + background-color: #f8b7bd; + color: #212121; } + body .p-messages .p-messages-close { + top: -0.769em; + right: -0.769em; + width: 1.538em; + height: 1.538em; + line-height: 1.538em; + text-align: center; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-messages .p-messages-close .p-messages-close-icon { + line-height: inherit; + font-size: 1.5em; } + body .p-messages .p-messages-close:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; } + body .p-messages .p-messages-icon { + font-size: 2em; } body .p-message { padding: 0.429em; margin: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-message.p-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-message.p-message-info .p-message-icon { - color: #212121; -} -body .p-message.p-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-message.p-message-success .p-message-icon { - color: #212121; -} -body .p-message.p-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-message.p-message-warn .p-message-icon { - color: #212121; -} -body .p-message.p-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-message.p-message-error .p-message-icon { - color: #212121; -} -body .p-message .p-message-icon { - font-size: 1.25em; -} -body .p-message .p-message-text { - font-size: 1em; -} + border-radius: 3px; } + body .p-message.p-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-message.p-message-info .p-message-icon { + color: #212121; } + body .p-message.p-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-message.p-message-success .p-message-icon { + color: #212121; } + body .p-message.p-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-message.p-message-warn .p-message-icon { + color: #212121; } + body .p-message.p-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-message.p-message-error .p-message-icon { + color: #212121; } + body .p-message .p-message-icon { + font-size: 1.25em; } + body .p-message .p-message-text { + font-size: 1em; } body .p-growl { top: 70px; opacity: 0.9; - filter: alpha(opacity=90); -} -body .p-growl .p-growl-item-container { - margin: 0 0 1em 0; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-growl .p-growl-item-container .p-growl-item { - padding: 1em; -} -body .p-growl .p-growl-item-container .p-growl-item .p-growl-message { - margin: 0 0 0 4em; -} -body .p-growl .p-growl-item-container .p-growl-item .p-growl-image { - font-size: 2.571em; -} -body .p-growl .p-growl-item-container.p-growl-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-icon-close { - color: #212121; -} + filter: alpha(opacity=90); } + body .p-growl .p-growl-item-container { + margin: 0 0 1em 0; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-growl .p-growl-item-container .p-growl-item { + padding: 1em; } + body .p-growl .p-growl-item-container .p-growl-item .p-growl-message { + margin: 0 0 0 4em; } + body .p-growl .p-growl-item-container .p-growl-item .p-growl-image { + font-size: 2.571em; } + body .p-growl .p-growl-item-container.p-growl-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-icon-close { + color: #212121; } body .p-toast { opacity: 0.9; - filter: alpha(opacity=90); -} -body .p-toast .p-toast-item-container { - margin: 0 0 1em 0; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-toast .p-toast-item-container .p-toast-item { - padding: 1em; -} -body .p-toast .p-toast-item-container .p-toast-item .p-toast-message { - margin: 0 0 0 4em; -} -body .p-toast .p-toast-item-container .p-toast-item .p-toast-image { - font-size: 2.571em; -} -body .p-toast .p-toast-item-container.p-toast-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #212121; -} + filter: alpha(opacity=90); } + body .p-toast .p-toast-item-container { + margin: 0 0 1em 0; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-toast .p-toast-item-container .p-toast-item { + padding: 1em; } + body .p-toast .p-toast-item-container .p-toast-item .p-toast-message { + margin: 0 0 0 4em; } + body .p-toast .p-toast-item-container .p-toast-item .p-toast-image { + font-size: 2.571em; } + body .p-toast .p-toast-item-container.p-toast-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { + color: #212121; } body .p-component-overlay { - background-color: rgba(0, 0, 0, 0.4); -} + background-color: rgba(0, 0, 0, 0.4); } body .p-overlaypanel { background-color: #323232; color: #dedede; @@ -3127,50 +2560,41 @@ body .p-overlaypanel { border-radius: 3px; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-overlaypanel .p-overlaypanel-content { - padding: 1em; -} -body .p-overlaypanel .p-overlaypanel-close { - background-color: #1f7ed0; - color: #ffffff; - width: 1.538em; - height: 1.538em; - line-height: 1.538em; - text-align: center; - position: absolute; - top: -0.769em; - right: -0.769em; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-overlaypanel .p-overlaypanel-close:hover { - background-color: #1864a6; - color: #ffffff; -} -body .p-overlaypanel .p-overlaypanel-close > span { - line-height: inherit; -} -body .p-overlaypanel:after { - border-color: rgba(50, 50, 50, 0); - border-bottom-color: #323232; -} -body .p-overlaypanel:before { - border-color: rgba(25, 25, 25, 0); - border-bottom-color: #191919; -} -body .p-overlaypanel.p-overlaypanel-flipped:after { - border-top-color: #323232; -} -body .p-overlaypanel.p-overlaypanel-flipped:before { - border-top-color: #191919; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-overlaypanel .p-overlaypanel-content { + padding: 1em; } + body .p-overlaypanel .p-overlaypanel-close { + background-color: #1f7ed0; + color: #ffffff; + width: 1.538em; + height: 1.538em; + line-height: 1.538em; + text-align: center; + position: absolute; + top: -0.769em; + right: -0.769em; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-overlaypanel .p-overlaypanel-close:hover { + background-color: #1864a6; + color: #ffffff; } + body .p-overlaypanel .p-overlaypanel-close > span { + line-height: inherit; } + body .p-overlaypanel:after { + border-color: rgba(50, 50, 50, 0); + border-bottom-color: #323232; } + body .p-overlaypanel:before { + border-color: rgba(25, 25, 25, 0); + border-bottom-color: #191919; } + body .p-overlaypanel.p-overlaypanel-flipped:after { + border-top-color: #323232; } + body .p-overlaypanel.p-overlaypanel-flipped:before { + border-top-color: #191919; } body .p-dialog { padding: 0; -moz-border-radius: 3px; @@ -3178,73 +2602,62 @@ body .p-dialog { border-radius: 3px; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-dialog .p-dialog-titlebar { - border: 1px solid #191919; - background-color: #191919; - color: #dedede; - padding: 1em; - font-weight: 700; - border-bottom: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-dialog .p-dialog-titlebar .p-dialog-title { - margin: 0; - float: none; - font-weight: 700; -} -body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon { - color: #888888; - border: 0 none; - padding: 0; - margin-left: 0.5em; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover { - color: #dedede; -} -body .p-dialog .p-dialog-content { - background-color: #323232; - color: #dedede; - border: 1px solid #191919; - padding: 1em; -} -body .p-dialog .p-dialog-footer { - border: 1px solid #191919; - border-top: 0 none; - background-color: #323232; - color: #dedede; - padding: 0.571em 1em; - margin: 0; - text-align: right; -} -body .p-dialog .p-dialog-footer button { - margin: 0 0.5em 0 0; - width: auto; -} -body .p-dialog.p-confirm-dialog .p-dialog-content { - padding: 1.5em; -} -body .p-dialog.p-confirm-dialog .p-dialog-content > span { - float: none; - display: inline-block; - vertical-align: middle; - line-height: 14px; - margin: 0; -} -body .p-dialog.p-confirm-dialog .p-dialog-content > span.p-icon { - margin-right: 0.35em; - font-size: 16px; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-dialog .p-dialog-titlebar { + border: 1px solid #191919; + background-color: #191919; + color: #dedede; + padding: 1em; + font-weight: 700; + border-bottom: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-dialog .p-dialog-titlebar .p-dialog-title { + margin: 0; + float: none; + font-weight: 700; } + body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon { + color: #888888; + border: 0 none; + padding: 0; + margin-left: 0.5em; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover { + color: #dedede; } + body .p-dialog .p-dialog-content { + background-color: #323232; + color: #dedede; + border: 1px solid #191919; + padding: 1em; } + body .p-dialog .p-dialog-footer { + border: 1px solid #191919; + border-top: 0 none; + background-color: #323232; + color: #dedede; + padding: 0.571em 1em; + margin: 0; + text-align: right; } + body .p-dialog .p-dialog-footer button { + margin: 0 0.5em 0 0; + width: auto; } + body .p-dialog.p-confirm-dialog .p-dialog-content { + padding: 1.5em; } + body .p-dialog.p-confirm-dialog .p-dialog-content > span { + float: none; + display: inline-block; + vertical-align: middle; + line-height: 14px; + margin: 0; } + body .p-dialog.p-confirm-dialog .p-dialog-content > span.p-icon { + margin-right: .35em; + font-size: 16px; } body .p-sidebar { background-color: #323232; color: #dedede; @@ -3252,21 +2665,17 @@ body .p-sidebar { border: 1px solid #191919; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-sidebar .p-sidebar-close { - color: #888888; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-sidebar .p-sidebar-close:hover { - color: #dedede; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-sidebar .p-sidebar-close { + color: #888888; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-sidebar .p-sidebar-close:hover { + color: #dedede; } body .p-sidebar-mask { - transition-duration: 0.2s; -} + transition-duration: 0.2s; } body .p-tooltip .p-tooltip-text { background-color: #4c4c4c; color: #dedede; @@ -3276,76 +2685,62 @@ body .p-tooltip .p-tooltip-text { box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} + border-radius: 3px; } body .p-tooltip.p-tooltip-right .p-tooltip-arrow { - border-right-color: #4c4c4c; -} + border-right-color: #4c4c4c; } body .p-tooltip.p-tooltip-left .p-tooltip-arrow { - border-left-color: #4c4c4c; -} + border-left-color: #4c4c4c; } body .p-tooltip.p-tooltip-top .p-tooltip-arrow { - border-top-color: #4c4c4c; -} + border-top-color: #4c4c4c; } body .p-tooltip.p-tooltip-bottom .p-tooltip-arrow { - border-bottom-color: #4c4c4c; -} + border-bottom-color: #4c4c4c; } body .p-lightbox { -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-lightbox .p-lightbox-caption { - border: 1px solid #191919; - background-color: #191919; - color: #dedede; - padding: 0.571em 1em; - font-weight: 700; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text { - color: #dedede; - margin: 0; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-close { - padding: 0; - color: #888888; - -moz-transition: color 0.2s; - -o-transition: color 0.2s; - -webkit-transition: color 0.2s; - transition: color 0.2s; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-close:hover { - color: #dedede; -} -body .p-lightbox .p-lightbox-content-wrapper { - overflow: hidden; - background-color: #323232; - color: #dedede; - border: 0 none; - padding: 0; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right { - -moz-transition: all 0.2s; - -o-transition: all 0.2s; - -webkit-transition: all 0.2s; - transition: all 0.2s; - font-size: 3em; - color: #dedede; - margin-top: -0.5em; -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover { - -webkit-transform: scale(1.2); - -moz-transform: scale(1.2); - -o-transform: scale(1.2); - -ms-transform: scale(1.2); - transform: scale(1.2); -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-content.p-lightbox-loading ~ a { - display: none; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-lightbox .p-lightbox-caption { + border: 1px solid #191919; + background-color: #191919; + color: #dedede; + padding: 0.571em 1em; + font-weight: 700; } + body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text { + color: #dedede; + margin: 0; } + body .p-lightbox .p-lightbox-caption .p-lightbox-close { + padding: 0; + color: #888888; + -moz-transition: color 0.2s; + -o-transition: color 0.2s; + -webkit-transition: color 0.2s; + transition: color 0.2s; } + body .p-lightbox .p-lightbox-caption .p-lightbox-close:hover { + color: #dedede; } + body .p-lightbox .p-lightbox-content-wrapper { + overflow: hidden; + background-color: #323232; + color: #dedede; + border: 0 none; + padding: 0; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right { + -moz-transition: all 0.2s; + -o-transition: all 0.2s; + -webkit-transition: all 0.2s; + transition: all 0.2s; + font-size: 3em; + color: #dedede; + margin-top: -.5em; } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover { + -webkit-transform: scale(1.2); + -moz-transform: scale(1.2); + -o-transform: scale(1.2); + -ms-transform: scale(1.2); + transform: scale(1.2); } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-content.p-lightbox-loading ~ a { + display: none; } body .p-breadcrumb { background-color: #323232; @@ -3353,106 +2748,85 @@ body .p-breadcrumb { padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-breadcrumb ul li .p-menuitem-link { - color: #dedede; - margin: 0; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-breadcrumb ul li .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; -} -body .p-breadcrumb ul li.p-breadcrumb-chevron { - margin: 0 0.5em 0 0.5em; - color: #888888; -} -body .p-breadcrumb ul li:first-child a { - color: #888888; - margin: 0; -} -body .p-breadcrumb ul li .p-menuitem-icon { - color: #888888; -} + border-radius: 3px; } + body .p-breadcrumb ul li .p-menuitem-link { + color: #dedede; + margin: 0; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-breadcrumb ul li .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; } + body .p-breadcrumb ul li.p-breadcrumb-chevron { + margin: 0 0.5em 0 0.5em; + color: #888888; } + body .p-breadcrumb ul li:first-child a { + color: #888888; + margin: 0; } + body .p-breadcrumb ul li .p-menuitem-icon { + color: #888888; } body .p-steps { - position: relative; -} -body .p-steps .p-steps-item { - background-color: transparent; - text-align: center; -} -body .p-steps .p-steps-item .p-menuitem-link { - display: inline-block; - text-align: center; - background-color: transparent; - overflow: hidden; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-steps .p-steps-item .p-menuitem-link .p-steps-number { - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - display: inline-block; - color: #dedede; - background-color: #191919; - border: 1px solid #191919; - position: relative; - top: 16px; - margin-bottom: 14px; - width: 28px; - height: 28px; - font-size: 16px; - line-height: 24px; - text-align: center; -} -body .p-steps .p-steps-item .p-menuitem-link .p-steps-title { - display: block; - margin-top: 6px; - color: #dedede; -} -body .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; -} -body .p-steps .p-steps-item.p-highlight .p-steps-number { - background: #1f7ed0; - color: #ffffff; -} -body .p-steps .p-steps-item.p-highlight .p-steps-title { - font-weight: 700; - color: #dedede; -} -body .p-steps .p-steps-item:last-child .p-menuitem-link { - display: block; -} -body .p-steps:before { - content: " "; - border-top: 1px solid #191919; - width: 100%; - top: 45%; - left: 0; - display: block; - position: absolute; -} + position: relative; } + body .p-steps .p-steps-item { + background-color: transparent; } + body .p-steps .p-steps-item .p-menuitem-link { + background-color: transparent; + overflow: hidden; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-steps .p-steps-item .p-menuitem-link .p-steps-number { + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + display: inline-block; + color: #dedede; + background-color: #191919; + border: 1px solid #191919; + min-width: 28px; + height: 28px; + font-size: 16px; + line-height: 24px; + text-align: center; + position: relative; + z-index: 1; } + body .p-steps .p-steps-item .p-menuitem-link .p-steps-title { + display: block; + margin-top: 6px; + color: #dedede; } + body .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; } + body .p-steps .p-steps-item.p-highlight .p-steps-number { + background: #1f7ed0; + color: #ffffff; } + body .p-steps .p-steps-item.p-highlight .p-steps-title { + font-weight: 700; + color: #dedede; } + body .p-steps .p-steps-item:before { + content: ' '; + border-top: 1px solid #191919; + width: 100%; + top: 50%; + left: 0; + display: block; + position: absolute; + margin-top: -14px; } body .p-menu .p-menuitem-link, body .p-menubar .p-menuitem-link, body .p-tieredmenu .p-menuitem-link, @@ -3468,134 +2842,113 @@ body .p-slidemenu .p-menuitem-link { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-menu .p-menuitem-link .p-menuitem-text, -body .p-menubar .p-menuitem-link .p-menuitem-text, -body .p-tieredmenu .p-menuitem-link .p-menuitem-text, -body .p-contextmenu .p-menuitem-link .p-menuitem-text, -body .p-megamenu .p-menuitem-link .p-menuitem-text, -body .p-slidemenu .p-menuitem-link .p-menuitem-text { - color: #dedede; -} -body .p-menu .p-menuitem-link .p-menuitem-icon, -body .p-menubar .p-menuitem-link .p-menuitem-icon, -body .p-tieredmenu .p-menuitem-link .p-menuitem-icon, -body .p-contextmenu .p-menuitem-link .p-menuitem-icon, -body .p-megamenu .p-menuitem-link .p-menuitem-icon, -body .p-slidemenu .p-menuitem-link .p-menuitem-icon { - color: #dedede; - margin-right: 0.5em; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover { - background-color: #4c4c4c; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { - color: #dedede; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { - color: #dedede; -} -body .p-menu .p-menuitem-link:focus, -body .p-menubar .p-menuitem-link:focus, -body .p-tieredmenu .p-menuitem-link:focus, -body .p-contextmenu .p-menuitem-link:focus, -body .p-megamenu .p-menuitem-link:focus, -body .p-slidemenu .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #aed3f3; - -moz-box-shadow: inset 0 0 0 0.2em #aed3f3; - box-shadow: inset 0 0 0 0.2em #aed3f3; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-menu .p-menuitem-link .p-menuitem-text, + body .p-menubar .p-menuitem-link .p-menuitem-text, + body .p-tieredmenu .p-menuitem-link .p-menuitem-text, + body .p-contextmenu .p-menuitem-link .p-menuitem-text, + body .p-megamenu .p-menuitem-link .p-menuitem-text, + body .p-slidemenu .p-menuitem-link .p-menuitem-text { + color: #dedede; } + body .p-menu .p-menuitem-link .p-menuitem-icon, + body .p-menubar .p-menuitem-link .p-menuitem-icon, + body .p-tieredmenu .p-menuitem-link .p-menuitem-icon, + body .p-contextmenu .p-menuitem-link .p-menuitem-icon, + body .p-megamenu .p-menuitem-link .p-menuitem-icon, + body .p-slidemenu .p-menuitem-link .p-menuitem-icon { + color: #dedede; + margin-right: 0.5em; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover { + background-color: #4c4c4c; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { + color: #dedede; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { + color: #dedede; } + body .p-menu .p-menuitem-link:focus, + body .p-menubar .p-menuitem-link:focus, + body .p-tieredmenu .p-menuitem-link:focus, + body .p-contextmenu .p-menuitem-link:focus, + body .p-megamenu .p-menuitem-link:focus, + body .p-slidemenu .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #aed3f3; + -moz-box-shadow: inset 0 0 0 0.2em #aed3f3; + box-shadow: inset 0 0 0 0.2em #aed3f3; } body .p-menu { padding: 0; background-color: #252525; border: 1px solid #191919; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-menu .p-menuitem { - margin: 0; -} -body .p-menu.p-menu-overlay { - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-menu .p-submenu-header { - margin: 0; - padding: 0.714em 0.857em; - color: #dedede; - background-color: #191919; - font-weight: 700; - border: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-menu .p-menu-separator { - border: 1px solid #191919; - border-width: 1px 0 0 0; -} + border-radius: 3px; } + body .p-menu .p-menuitem { + margin: 0; } + body .p-menu.p-menu-overlay { + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-menu .p-submenu-header { + margin: 0; + padding: 0.714em 0.857em; + color: #dedede; + background-color: #191919; + font-weight: 700; + border: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-menu .p-menu-separator { + border: 1px solid #191919; + border-width: 1px 0 0 0; } body .p-menubar { padding: 0; background-color: #252525; border: 1px solid #191919; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { - padding: 0.714em 0.857em; -} -body .p-menubar .p-submenu-list { - padding: 0; - background-color: #252525; - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-menubar .p-submenu-list .p-menuitem { - margin: 0; -} -body .p-menubar .p-submenu-list .p-menu-separator { - border: 1px solid #191919; - border-width: 1px 0 0 0; -} -body .p-menubar .p-menuitem { - margin: 0; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #1f7ed0; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #ffffff; -} + border-radius: 3px; } + body .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { + padding: 0.714em 0.857em; } + body .p-menubar .p-submenu-list { + padding: 0; + background-color: #252525; + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-menubar .p-submenu-list .p-menuitem { + margin: 0; } + body .p-menubar .p-submenu-list .p-menu-separator { + border: 1px solid #191919; + border-width: 1px 0 0 0; } + body .p-menubar .p-menuitem { + margin: 0; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #1f7ed0; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #ffffff; } body .p-contextmenu { padding: 0; background-color: #252525; @@ -3605,351 +2958,277 @@ body .p-contextmenu { box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-contextmenu .p-submenu-list { - padding: 0; - background-color: #252525; - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-contextmenu .p-menuitem { - margin: 0; -} -body .p-contextmenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #1f7ed0; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #ffffff; -} -body .p-contextmenu .p-menu-separator { - border: 1px solid #191919; - border-width: 1px 0 0 0; -} + border-radius: 3px; } + body .p-contextmenu .p-submenu-list { + padding: 0; + background-color: #252525; + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-contextmenu .p-menuitem { + margin: 0; } + body .p-contextmenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #1f7ed0; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #ffffff; } + body .p-contextmenu .p-menu-separator { + border: 1px solid #191919; + border-width: 1px 0 0 0; } body .p-tieredmenu { padding: 0; background-color: #252525; border: 1px solid #191919; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tieredmenu .p-submenu-list { - padding: 0; - background-color: #252525; - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-tieredmenu .p-menuitem { - margin: 0; -} -body .p-tieredmenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #1f7ed0; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #ffffff; -} -body .p-tieredmenu .p-menu-separator { - border: 1px solid #191919; - border-width: 1px 0 0 0; -} -body .p-tieredmenu.p-menu-overlay { - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} + border-radius: 3px; } + body .p-tieredmenu .p-submenu-list { + padding: 0; + background-color: #252525; + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-tieredmenu .p-menuitem { + margin: 0; } + body .p-tieredmenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #1f7ed0; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #ffffff; } + body .p-tieredmenu .p-menu-separator { + border: 1px solid #191919; + border-width: 1px 0 0 0; } + body .p-tieredmenu.p-menu-overlay { + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } body .p-slidemenu { padding: 0; background-color: #252525; border: 1px solid #191919; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-slidemenu .p-submenu-list { - padding: 0; - background-color: #252525; - border: 0 none; -} -body .p-slidemenu .p-menuitem { - margin: 0; -} -body .p-slidemenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #1f7ed0; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #ffffff; -} -body .p-slidemenu .p-slidemenu-backward { - margin: 0; - padding: 0.571em 1em; - color: #dedede; - background-color: #191919; - font-weight: 700; - border: 0 none; -} -body .p-slidemenu .p-slidemenu-backward:hover { - background-color: #191919; - color: #dedede; -} -body .p-slidemenu .p-menu-separator { - border: 1px solid #191919; - border-width: 1px 0 0 0; -} -body .p-slidemenu.p-menu-overlay { - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} + border-radius: 3px; } + body .p-slidemenu .p-submenu-list { + padding: 0; + background-color: #252525; + border: 0 none; } + body .p-slidemenu .p-menuitem { + margin: 0; } + body .p-slidemenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #1f7ed0; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #ffffff; } + body .p-slidemenu .p-slidemenu-backward { + margin: 0; + padding: 0.571em 1em; + color: #dedede; + background-color: #191919; + font-weight: 700; + border: 0 none; } + body .p-slidemenu .p-slidemenu-backward:hover { + background-color: #191919; + color: #dedede; } + body .p-slidemenu .p-menu-separator { + border: 1px solid #191919; + border-width: 1px 0 0 0; } + body .p-slidemenu.p-menu-overlay { + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } body .p-tabmenu { - border: 0 none; -} -body .p-tabmenu .p-tabmenu-nav { - padding: 0; - background: transparent; - border-bottom: 1px solid #191919; -} -body .p-tabmenu .p-tabmenu-nav:after { - content: ""; - display: table; - clear: both; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - margin-bottom: -1px; - border: 1px solid #191919; - background-color: #191919; - color: #dedede; - padding: 0.571em 1em; - margin-right: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-text { - color: #dedede; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { - color: #888888; - margin-right: 0.5em; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { - background-color: #191919; - border: 1px solid #191919; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-text { - color: #1f7ed0; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-icon { - color: #dedede; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { - background-color: #1f7ed0; - border: 1px solid #1f7ed0; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-icon { - color: #ffffff; -} + border: 0 none; } + body .p-tabmenu .p-tabmenu-nav { + padding: 0; + background: transparent; + border-bottom: 1px solid #191919; } + body .p-tabmenu .p-tabmenu-nav:after { + content: ""; + display: table; + clear: both; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { + margin-bottom: -1px; + border: 1px solid #191919; + background-color: #191919; + color: #dedede; + padding: 0.571em 1em; + margin-right: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-text { + color: #dedede; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { + color: #888888; + margin-right: 0.5em; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { + background-color: #191919; + border: 1px solid #191919; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-text { + color: #1f7ed0; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-icon { + color: #dedede; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { + background-color: #1f7ed0; + border: 1px solid #1f7ed0; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-icon { + color: #ffffff; } body .p-megamenu { padding: 0; background-color: #252525; border: 1px solid #191919; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-megamenu .p-megamenu-submenu-header { - margin: 0; - padding: 0.571em 1em; - color: #dedede; - background-color: #191919; - font-weight: 700; - border: 0 none; -} -body .p-megamenu .p-megamenu-panel { - padding: 0; - background-color: #252525; - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-megamenu .p-menuitem { - margin: 0; -} -body .p-megamenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #1f7ed0; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #ffffff; -} -body .p-megamenu.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { - right: 0.429em; -} + border-radius: 3px; } + body .p-megamenu .p-megamenu-submenu-header { + margin: 0; + padding: 0.571em 1em; + color: #dedede; + background-color: #191919; + font-weight: 700; + border: 0 none; } + body .p-megamenu .p-megamenu-panel { + padding: 0; + background-color: #252525; + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-megamenu .p-menuitem { + margin: 0; } + body .p-megamenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #1f7ed0; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #ffffff; } + body .p-megamenu.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { + right: 0.429em; } body .p-panelmenu .p-icon { - position: static; -} + position: static; } body .p-panelmenu .p-panelmenu-panel .p-panelmenu-header { - margin-top: 2px; -} + margin-top: 2px; } body .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header { - margin-top: 0; -} + margin-top: 0; } body .p-panelmenu .p-panelmenu-header { - padding: 0; -} -body .p-panelmenu .p-panelmenu-header > a { - border: 1px solid #191919; - background-color: #191919; - color: #dedede; - padding: 0.714em 0.857em; - font-weight: 700; - position: static; - font-size: 14px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { - color: #888888; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-right:before { - content: ""; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-down:before { - content: ""; -} -body .p-panelmenu .p-panelmenu-header > a:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; - z-index: 100; -} -body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover { - outline: 0 none; - border: 1px solid #191919; - background-color: #191919; - color: #1f7ed0; -} -body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover .p-panelmenu-icon { - color: #1f7ed0; -} -body .p-panelmenu .p-panelmenu-header.p-highlight { - margin-bottom: 0; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a { - border: 1px solid #1f7ed0; - background-color: #1f7ed0; - color: #ffffff; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a .p-panelmenu-icon { - color: #ffffff; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover { - outline: 0 none; - border: 1px solid #1864a6; - background-color: #1864a6; - color: #ffffff; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover .p-panelmenu-icon { - color: #ffffff; -} + padding: 0; } + body .p-panelmenu .p-panelmenu-header > a { + border: 1px solid #191919; + background-color: #191919; + color: #dedede; + padding: 0.714em 0.857em; + font-weight: 700; + position: static; + font-size: 14px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { + color: #888888; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-right:before { + content: ""; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-down:before { + content: ""; } + body .p-panelmenu .p-panelmenu-header > a:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; + z-index: 100; } + body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover { + outline: 0 none; + border: 1px solid #191919; + background-color: #191919; + color: #1f7ed0; } + body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover .p-panelmenu-icon { + color: #1f7ed0; } + body .p-panelmenu .p-panelmenu-header.p-highlight { + margin-bottom: 0; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a { + border: 1px solid #1f7ed0; + background-color: #1f7ed0; + color: #ffffff; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a .p-panelmenu-icon { + color: #ffffff; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover { + outline: 0 none; + border: 1px solid #1864a6; + background-color: #1864a6; + color: #ffffff; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover .p-panelmenu-icon { + color: #ffffff; } body .p-panelmenu .p-panelmenu-panel:first-child { - margin-top: 0; -} + margin-top: 0; } body .p-panelmenu .p-panelmenu-content { padding: 0; background-color: #252525; border: 1px solid #191919; margin-top: 0; position: static; - border-top: 0 none; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem { - margin: 0; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { - padding: 0.714em 0.857em; - color: #dedede; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover { - background-color: #4c4c4c; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-icon, body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-panelmenu-icon { - color: #dedede; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-text { - color: #dedede; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #aed3f3; - -moz-box-shadow: inset 0 0 0 0.2em #aed3f3; - box-shadow: inset 0 0 0 0.2em #aed3f3; -} + border-top: 0 none; } + body .p-panelmenu .p-panelmenu-content .p-menuitem { + margin: 0; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { + padding: 0.714em 0.857em; + color: #dedede; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover { + background-color: #4c4c4c; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-icon, body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-panelmenu-icon { + color: #dedede; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-text { + color: #dedede; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #aed3f3; + -moz-box-shadow: inset 0 0 0 0.2em #aed3f3; + box-shadow: inset 0 0 0 0.2em #aed3f3; } body .p-progressbar { border: 0 none; @@ -3957,61 +3236,49 @@ body .p-progressbar { background-color: #eaeaea; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-progressbar .p-progressbar-value { - border: 0 none; - margin: 0; - background: #1f7ed0; -} -body .p-progressbar .p-progressbar-label { - margin-top: 0; - color: #dedede; - line-height: 24px; -} + border-radius: 3px; } + body .p-progressbar .p-progressbar-value { + border: 0 none; + margin: 0; + background: #1f7ed0; } + body .p-progressbar .p-progressbar-label { + margin-top: 0; + color: #dedede; + line-height: 24px; } body .p-terminal { background-color: #323232; color: #dedede; border: 1px solid #191919; - padding: 0.571em 1em; -} -body .p-terminal .p-terminal-input { - font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} -body .p-terminal .p-terminal-command { - height: 16px; -} + padding: 0.571em 1em; } + body .p-terminal .p-terminal-input { + font-size: 14px; + font-family: "Open Sans", "Helvetica Neue", sans-serif; } + body .p-terminal .p-terminal-command { + height: 16px; } body .p-inplace { - min-height: 2.357em; -} -body .p-inplace .p-inplace-display { - padding: 0.429em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-inplace .p-inplace-display:not(.p-disabled):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-inplace .p-inplace-display:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #aed3f3; - -moz-box-shadow: 0 0 0 0.2em #aed3f3; - box-shadow: 0 0 0 0.2em #aed3f3; -} + min-height: 2.357em; } + body .p-inplace .p-inplace-display { + padding: 0.429em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-inplace .p-inplace-display:not(.p-disabled):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-inplace .p-inplace-display:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #aed3f3; + -moz-box-shadow: 0 0 0 0.2em #aed3f3; + box-shadow: 0 0 0 0.2em #aed3f3; } body .p-fluid .p-inplace.p-inplace-closable .p-inplace-content > :first-child { display: inline-block; - width: calc(100% - 2.357em); -} + width: calc(100% - 2.357em); } body .p-blockui { - transition-duration: 0.2s; -} + transition-duration: 0.2s; } /* Add your customizations of theme here */ diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index 28f1f0371..7cabc6376 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -1,1253 +1,1040 @@ @charset "UTF-8"; /* open-sans-300 - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: url("./fonts/open-sans-v15-latin-300.eot"); /* IE9 Compat Modes */ src: local("Open Sans Light"), local("OpenSans-Light"), url("./fonts/open-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-300.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-300.woff") format("woff"), url("./fonts/open-sans-v15-latin-300.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-300.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } /* open-sans-regular - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: url("./fonts/open-sans-v15-latin-regular.eot"); /* IE9 Compat Modes */ src: local("Open Sans Regular"), local("OpenSans-Regular"), url("./fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-regular.woff") format("woff"), url("./fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } /* open-sans-700 - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: url("./fonts/open-sans-v15-latin-700.eot"); /* IE9 Compat Modes */ src: local("Open Sans Bold"), local("OpenSans-Bold"), url("./fonts/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-700.woff") format("woff"), url("./fonts/open-sans-v15-latin-700.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-700.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; - box-sizing: border-box; -} + box-sizing: border-box; } body .p-component { font-family: "Open Sans", "Helvetica Neue", sans-serif; font-size: 14px; - text-decoration: none; -} + text-decoration: none; } body a { color: #1ea04c; - text-decoration: none; -} -body a:hover { - color: #1b9044; -} -body a:active { - color: #18803c; -} + text-decoration: none; } + body a:hover { + color: #1b9044; } + body a:active { + color: #18803c; } body .p-disabled, body .p-component:disabled { opacity: 0.5; - filter: alpha(opacity=50); -} + filter: alpha(opacity=50); } body .pi { - font-size: 1.25em; -} + font-size: 1.25em; } body .p-link { font-size: 14px; font-family: "Open Sans", "Helvetica Neue", sans-serif; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; -} + border-radius: 3px; } + body .p-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; } body { - /* Validations */ -} -body .p-inputtext { - font-size: 14px; - color: #dedede; - background: #585858; - padding: 0.429em; - border: 1px solid #585858; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-inputtext:enabled:hover { - border-color: #1ea04c; -} -body .p-inputtext:enabled:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; - border-color: #1ea04c; -} -body .p-checkbox { - display: inline-block; - vertical-align: middle; - margin: 0; - width: 20px; - height: 20px; -} -body .p-checkbox .p-checkbox-box { - border: 1px solid #585858; - background-color: #585858; - width: 20px; - height: 20px; - text-align: center; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; -} -body .p-checkbox .p-checkbox-box:not(.p-disabled):hover { - border-color: #1ea04c; -} -body .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; - border-color: #1ea04c; -} -body .p-checkbox .p-checkbox-box.p-highlight { - border-color: #1ea04c; - background-color: #1ea04c; - color: #ffffff; -} -body .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { - border-color: #18803c; - background-color: #18803c; - color: #ffffff; -} -body .p-checkbox .p-checkbox-box .p-checkbox-icon { - overflow: hidden; - position: relative; - font-size: 18px; -} -body .p-checkbox-label { - margin: 0 0 0 0.5em; -} -body .p-radiobutton { - display: inline-block; - vertical-align: middle; - margin: 0; - width: 20px; - height: 20px; -} -body .p-radiobutton .p-radiobutton-box { - border: 1px solid #585858; - background-color: #585858; - width: 20px; - height: 20px; - text-align: center; - position: relative; - -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; -} -body .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { - border-color: #1ea04c; -} -body .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; - border-color: #1ea04c; -} -body .p-radiobutton .p-radiobutton-box.p-highlight { - border-color: #1ea04c; - background-color: #1ea04c; - color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon { - background-color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { - border-color: #18803c; - background-color: #18803c; - color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - background: transparent; - width: 10px; - height: 10px; - display: inline-block; - position: absolute; - left: 50%; - top: 50%; - margin-left: -5px; - margin-top: -5px; - -moz-transition: background-color 0.2s; - -o-transition: background-color 0.2s; - -webkit-transition: background-color 0.2s; - transition: background-color 0.2s; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; -} -body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon:before { - display: none; -} -body .p-radiobutton-label { - margin: 0 0 0 0.5em; -} -body .p-inputswitch { - width: 3em; - height: 1.75em; -} -body .p-inputswitch .p-inputswitch-slider { - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - border-radius: 30px; - background: #585858; -} -body .p-inputswitch .p-inputswitch-slider:before { - background-color: #323232; - height: 1.25em; - width: 1.25em; - left: 0.25em; - bottom: 0.25em; - border-radius: 50%; - -webkit-transition: 0.2s; - transition: 0.2s; -} -body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { - -webkit-transform: translateX(1.25em); - -ms-transform: translateX(1.25em); - transform: translateX(1.25em); -} -body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; -} -body .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { - background-color: #585858; -} -body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { - background-color: #1ea04c; -} -body .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { - background-color: #1b9044; -} -body .p-autocomplete .p-autocomplete-input { - padding: 0.429em; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { - padding: 0.2145em 0.429em; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: #1ea04c; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; - border-color: #1ea04c; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { - margin: 0; - padding: 0.2145em 0; - color: #dedede; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input { - font-family: "Open Sans", "Helvetica Neue", sans-serif; - font-size: 14px; - padding: 0; - margin: 0; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { - font-size: 14px; - padding: 0.2145em 0.429em; - margin: 0 0.286em 0 0; - background: #1ea04c; - color: #ffffff; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-autocomplete-panel { - padding: 0; - border: 1px solid #191919; - background-color: #323232; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-autocomplete-panel .p-autocomplete-items { - padding: 0; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item:hover { - color: #dedede; - background-color: #4c4c4c; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item.p-highlight { - color: #ffffff; - background-color: #1ea04c; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group { - padding: 0.429em 0.857em; - background-color: #585858; - color: #dedede; -} -body .p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button { - width: 2.357em; -} -body .p-fluid .p-autocomplete.p-autocomplete-multiple.p-autocomplete-dd .p-autocomplete-multiple-container { - border-right: 0 none; - width: calc(100% - 2.357em); -} -body .p-fluid .p-autocomplete.p-autocomplete-dd .p-inputtext { - border-right: 0 none; - width: calc(100% - 2.357em); -} -body .p-chips > ul.p-inputtext { - padding: 0.2145em 0.429em; - display: inline-block; -} -body .p-chips > ul.p-inputtext:not(.p-disabled):hover { - border-color: #1ea04c; -} -body .p-chips > ul.p-inputtext:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; - border-color: #1ea04c; -} -body .p-chips > ul.p-inputtext .p-chips-input-token { - padding: 0.2145em 0; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input { - font-family: "Open Sans", "Helvetica Neue", sans-serif; - font-size: 14px; - padding: 0; - margin: 0; - color: #dedede; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input:hover { - border: 0 none; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input:focus { - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; - outline: 0 none; - border: 0 none; -} -body .p-chips > ul.p-inputtext .p-chips-token { - font-size: 14px; - padding: 0.2145em 0.429em; - margin: 0 0.286em 0 0; - background: #1ea04c; - color: #ffffff; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown { - background: #585858; - border: 1px solid #585858; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown:not(.p-disabled):hover { - border-color: #1ea04c; -} -body .p-dropdown:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; - border-color: #1ea04c; -} -body .p-dropdown .p-dropdown-label { - padding-right: 2em; -} -body .p-dropdown .p-dropdown-label.p-placeholder { - color: #9b9b9b; -} -body .p-dropdown .p-dropdown-label:focus { - outline: 0 none; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; -} -body .p-dropdown .p-dropdown-trigger { - background-color: #585858; - width: 2em; - line-height: 2em; - text-align: center; - padding: 0; - color: #dedede; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown .p-dropdown-clear-icon { - color: #dedede; -} -body .p-dropdown-panel { - padding: 0; - border: 1px solid #191919; - background-color: #323232; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-dropdown-panel .p-dropdown-filter-container { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #191919; - color: #dedede; - background-color: #252525; - margin: 0; -} -body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter { - width: 100%; - padding-right: 2em; -} -body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon { - top: 50%; - margin-top: -0.5em; - right: 1.357em; - color: #252525; -} -body .p-dropdown-panel .p-dropdown-items { - padding: 0; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group.p-highlight { - color: #ffffff; - background-color: #1ea04c; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover { - color: #dedede; - background-color: #4c4c4c; -} -body .p-multiselect { - background: #585858; - border: 1px solid #585858; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-multiselect:not(.p-disabled):hover { - border-color: #1ea04c; -} -body .p-multiselect:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; - border-color: #1ea04c; -} -body .p-multiselect .p-multiselect-label { - padding: 0.429em; - padding-right: 2em; - font-weight: 400; - color: #dedede; -} -body .p-multiselect .p-multiselect-label.p-placeholder { - color: #9b9b9b; -} -body .p-multiselect .p-multiselect-trigger { - background-color: #585858; - width: 2em; - line-height: 2em; - text-align: center; - padding: 0; - color: #dedede; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-multiselect-panel { - padding: 0; - border: 1px solid #191919; - background-color: #323232; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-multiselect-panel .p-multiselect-header { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #191919; - color: #dedede; - background-color: #252525; - margin: 0; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container { - float: none; - width: 70%; - display: inline-block; - vertical-align: middle; - margin-left: 0; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { - padding: 0.429em; - padding-right: 2em; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { - color: #252525; - top: 50%; - margin-top: -0.5em; - right: 0.5em; - left: auto; -} -body .p-multiselect-panel .p-multiselect-header .p-checkbox { - margin-right: 0.5em; - float: none; - vertical-align: middle; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-close { - line-height: 1; - color: #888888; - top: 50%; - margin-top: -0.5em; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-multiselect-panel .p-multiselect-items { - padding: 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { - color: #dedede; - background-color: #4c4c4c; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #88e9aa; - -moz-box-shadow: inset 0 0 0 0.2em #88e9aa; - box-shadow: inset 0 0 0 0.2em #88e9aa; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { - color: #ffffff; - background-color: #1ea04c; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { - position: static; - display: inline-block; - vertical-align: middle; - margin: 0 0.5em 0 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item label { - display: inline-block; - vertical-align: middle; -} -body .p-listbox { - padding: 0; - min-width: 12em; - background: #323232; - border: 1px solid #191919; -} -body .p-listbox .p-checkbox { - margin: 0 0.5em 0 0; -} -body .p-listbox .p-listbox-header { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #191919; - color: #dedede; - background-color: #252525; - margin: 0; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-listbox .p-listbox-header .p-listbox-filter-container input { - padding: 0.429em; - padding-right: 2em; -} -body .p-listbox .p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon { - top: 50%; - left: auto; - margin-top: -0.5em; - right: 0.5em; - color: #252525; -} -body .p-listbox .p-listbox-list { - background-color: #323232; -} -body .p-listbox .p-listbox-list .p-listbox-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-listbox .p-listbox-list .p-listbox-item.p-highlight { - color: #ffffff; - background-color: #1ea04c; -} -body .p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #88e9aa; - -moz-box-shadow: inset 0 0 0 0.2em #88e9aa; - box-shadow: inset 0 0 0 0.2em #88e9aa; -} -body .p-listbox .p-listbox-list .p-listbox-item .p-checkbox { - position: static; - display: inline-block; - vertical-align: middle; - margin: 0 0.5em 0 0; -} -body .p-listbox .p-listbox-list .p-listbox-item label { - display: inline-block; - vertical-align: middle; -} -body .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { - color: #dedede; - background-color: #4c4c4c; -} -body .p-listbox.p-disabled .p-checkbox-box:not(.p-disabled):not(.p-highlight):hover { - border: 1px solid #585858; -} -body .p-listbox .p-listbox-list-wrapper { - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-listbox .p-listbox-footer { - padding: 0.429em 0.857em 0.429em 0.857em; - border-top: 1px solid #191919; - color: #dedede; - background-color: #252525; -} -body .p-editor-container .p-editor-toolbar { - border: 1px solid #191919; - background-color: #191919; -} -body .p-editor-container .p-editor-content { - border: 1px solid #191919; -} -body .p-editor-container .p-editor-content .ql-editor { - background-color: #585858; - color: #dedede; -} -body .p-editor-container .ql-picker.ql-expanded .ql-picker-label { - color: #dedede; -} -body .p-editor-container .ql-stroke { - stroke: #dedede; -} -body .p-editor-container .ql-picker-label { - color: #dedede; -} -body .p-editor-container .ql-snow.ql-toolbar button:hover, -body .p-editor-container .ql-snow .ql-toolbar button:hover, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { - color: #1ea04c; -} -body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { - stroke: #1ea04c; -} -body .p-rating .p-rating-icon { - font-size: 20px; - text-align: center; - display: inline-block; - color: #dedede; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-rating .p-rating-icon.p-rating-cancel { - color: #CD3A3A; -} -body .p-rating .p-rating-icon:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; -} -body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { - color: #1ea04c; -} -body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { - color: #d76161; -} -body .p-spinner .p-spinner-input { - padding-right: 2.786em; -} -body .p-spinner .p-spinner-button { - width: 2.357em; -} -body .p-spinner .p-spinner-button .p-spinner-button-icon { - position: absolute; - top: 50%; - left: 50%; - margin-top: -0.5em; - margin-left: -0.5em; - width: 1em; -} -body .p-spinner .p-spinner-button.p-spinner-button { - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-up { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-down { - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-spinner .p-spinner-button.p-spinner-button:focus { - z-index: 1; -} -body .p-fluid .p-spinner .p-spinner-input { - padding-right: 2.786em; -} -body .p-fluid .p-spinner .p-spinner-button { - width: 2.357em; -} -body .p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon { - left: 50%; -} -body .p-slider { - background-color: #585858; - border: 0 none; -} -body .p-slider.p-slider-horizontal { - height: 0.286em; -} -body .p-slider.p-slider-horizontal .p-slider-handle { - top: 50%; - margin-top: -0.5715em; -} -body .p-slider.p-slider-vertical { - width: 0.286em; -} -body .p-slider.p-slider-vertical .p-slider-handle { - left: 50%; - margin-left: -0.5715em; -} -body .p-slider .p-slider-handle { - height: 1.143em; - width: 1.143em; - background-color: #4c4c4c; - border: 2px solid #1ea04c; - -moz-border-radius: 100%; - -webkit-border-radius: 100%; - border-radius: 100%; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-slider .p-slider-handle:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; -} -body .p-slider .p-slider-range { - background-color: #1ea04c; -} -body .p-slider:not(.p-disabled) .p-slider-handle:hover { - background-color: #1ea04c; - border: 2px solid #1ea04c; -} -body .p-datepicker { - padding: 0.857em; - min-width: 20em; - background-color: #323232; - color: #dedede; - border: 1px solid #191919; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker:not(.p-datepicker-inline) { - border: 1px solid #191919; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:hover, -body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:hover { - color: #dedede; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled) { - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { - background-color: #4c4c4c; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker { - margin: 0.857em 0 0 0; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month { - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled) { - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { - background-color: #4c4c4c; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; -} -body .p-datepicker .p-datepicker-header { - padding: 0.429em 0.857em 0.429em 0.857em; - background-color: #252525; - color: #dedede; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-datepicker .p-datepicker-header .p-datepicker-prev, -body .p-datepicker .p-datepicker-header .p-datepicker-next { - cursor: pointer; - top: 0; - color: #888888; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title { - margin: 0; - padding: 0; - line-height: 1; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title select { - margin-top: -0.35em; - margin-bottom: 0; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; - border-color: #1ea04c; -} -body .p-datepicker table { - font-size: 14px; - margin: 0.857em 0 0 0; -} -body .p-datepicker table th { - padding: 0.5em; -} -body .p-datepicker table td { - padding: 0.5em; -} -body .p-datepicker table td > span { - display: block; - text-align: center; - color: #dedede; - cursor: pointer; - padding: 0.5em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker table td > span.p-highlight { - color: #ffffff; - background-color: #1ea04c; -} -body .p-datepicker table td.p-datepicker-today > span { - background-color: #18803c; - color: #ffffff; -} -body .p-datepicker table td.p-datepicker-today > span.p-highlight { - color: #ffffff; - background-color: #1ea04c; -} -body .p-datepicker .p-datepicker-buttonbar { - border-top: 1px solid #3f3f3f; -} -body .p-datepicker .p-timepicker { - border: 0 none; - border-top: 1px solid #3f3f3f; - padding: 0.857em; -} -body .p-datepicker .p-timepicker button { - color: #888888; - font-size: 1.286em; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-timepicker button:hover { - color: #dedede; -} -body .p-datepicker .p-timepicker span { - font-size: 1.286em; -} -body .p-datepicker .p-monthpicker .p-monthpicker-month { - color: #dedede; -} -body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { - color: #ffffff; - background-color: #1ea04c; -} -body .p-datepicker.p-datepicker-timeonly { - padding: 0; -} -body .p-datepicker.p-datepicker-timeonly .p-timepicker { - border-top: 0 none; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { - border-right: 1px solid #3f3f3f; - padding-right: 0.857em; - padding-left: 0.857em; - padding-top: 0; - padding-bottom: 0; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child { - padding-left: 0; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child { - padding-right: 0; - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-inputtext { - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-error), body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-error) { - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button { - width: 2.357em; - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; -} -body .p-fluid .p-calendar.p-calendar-w-btn .p-inputtext { - width: calc(100% - 2.357em); -} -body .p-fileupload .p-fileupload-buttonbar { - background-color: #191919; - padding: 0.571em 1em; - border: 1px solid #191919; - color: #dedede; - border-bottom: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-fileupload .p-fileupload-buttonbar .p-button { - margin-right: 8px; -} -body .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; -} -body .p-fileupload .p-fileupload-content { - background-color: #323232; - padding: 0.571em 1em; - border: 1px solid #191919; - color: #dedede; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-fileupload .p-progressbar { - top: 0; -} -body .p-fileupload-choose:not(.p-disabled):hover { - background-color: #1b9044; - color: #ffffff; - border-color: #1b9044; -} -body .p-fileupload-choose:not(.p-disabled):active { - background-color: #18803c; - color: #ffffff; - border-color: #18803c; -} -body .p-password-panel { - padding: 12px; - background-color: #323232; - color: #dedede; - border: 1px solid #191919; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-inputgroup .p-inputgroup-addon { - border-color: #191919; - background-color: #252525; - color: #888888; - padding: 0.429em; - min-width: 2em; -} -body .p-inputgroup .p-inputgroup-addon:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-inputgroup .p-inputgroup-addon:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox { - position: relative; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox .p-checkbox { - position: absolute; - top: 50%; - left: 50%; - margin-left: -10px; - margin-top: -10px; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton { - position: relative; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton .p-radiobutton { - position: absolute; - top: 50%; - left: 50%; - margin-left: -10px; - margin-top: -10px; -} -body .p-inputgroup .p-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-inputgroup .p-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-inputgroup .p-inputtext:focus { - z-index: 1; -} -body .p-fluid .p-inputgroup .p-button { - width: auto; -} -body .p-fluid .p-inputgroup .p-button.p-button-icon-only { - width: 2.357em; -} -body ::-webkit-input-placeholder { - color: #9b9b9b; -} -body :-moz-placeholder { - color: #9b9b9b; -} -body ::-moz-placeholder { - color: #9b9b9b; -} -body :-ms-input-placeholder { - color: #9b9b9b; -} -body .p-inputtext.p-error, -body .p-dropdown.p-error, -body .p-autocomplete.p-error > .p-inputtext, -body .p-calendar.p-error > .p-inputtext, -body .p-chips.p-error > .p-inputtext, -body .p-checkbox.p-error > .p-checkbox-box, -body .p-radiobutton.p-error > .p-radiobutton-box, -body .p-inputswitch.p-error, -body .p-listbox.p-error, -body .p-multiselect.p-error, -body .p-spinner.p-error > .p-inputtext, -body .p-selectbutton.p-error > .p-button, -body .p-togglebutton.p-error > .p-button { - border: 1px solid #CD3A3A; -} + /* Validations */ } + body .p-inputtext { + font-size: 14px; + color: #dedede; + background: #585858; + padding: 0.429em; + border: 1px solid #585858; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-inputtext:enabled:hover { + border-color: #1ea04c; } + body .p-inputtext:enabled:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; + border-color: #1ea04c; } + body .p-checkbox { + display: inline-block; + vertical-align: middle; + margin: 0; + width: 20px; + height: 20px; } + body .p-checkbox .p-checkbox-box { + border: 1px solid #585858; + background-color: #585858; + width: 20px; + height: 20px; + text-align: center; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; } + body .p-checkbox .p-checkbox-box:not(.p-disabled):hover { + border-color: #1ea04c; } + body .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; + border-color: #1ea04c; } + body .p-checkbox .p-checkbox-box.p-highlight { + border-color: #1ea04c; + background-color: #1ea04c; + color: #ffffff; } + body .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { + border-color: #18803c; + background-color: #18803c; + color: #ffffff; } + body .p-checkbox .p-checkbox-box .p-checkbox-icon { + overflow: hidden; + position: relative; + font-size: 18px; } + body .p-checkbox-label { + margin: 0 0 0 0.5em; } + body .p-radiobutton { + display: inline-block; + vertical-align: middle; + margin: 0; + width: 20px; + height: 20px; } + body .p-radiobutton .p-radiobutton-box { + border: 1px solid #585858; + background-color: #585858; + width: 20px; + height: 20px; + text-align: center; + position: relative; + -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; } + body .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { + border-color: #1ea04c; } + body .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; + border-color: #1ea04c; } + body .p-radiobutton .p-radiobutton-box.p-highlight { + border-color: #1ea04c; + background-color: #1ea04c; + color: #ffffff; } + body .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon { + background-color: #ffffff; } + body .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { + border-color: #18803c; + background-color: #18803c; + color: #ffffff; } + body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { + background: transparent; + width: 10px; + height: 10px; + display: inline-block; + position: absolute; + left: 50%; + top: 50%; + margin-left: -5px; + margin-top: -5px; + -moz-transition: background-color 0.2s; + -o-transition: background-color 0.2s; + -webkit-transition: background-color 0.2s; + transition: background-color 0.2s; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; } + body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon:before { + display: none; } + body .p-radiobutton-label { + margin: 0 0 0 .5em; } + body .p-inputswitch { + width: 3em; + height: 1.75em; } + body .p-inputswitch .p-inputswitch-slider { + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + border-radius: 30px; + background: #585858; } + body .p-inputswitch .p-inputswitch-slider:before { + background-color: #323232; + height: 1.250em; + width: 1.250em; + left: .25em; + bottom: .25em; + border-radius: 50%; + -webkit-transition: 0.2s; + transition: 0.2s; } + body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { + -webkit-transform: translateX(1.25em); + -ms-transform: translateX(1.25em); + transform: translateX(1.25em); } + body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; } + body .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { + background-color: #585858; } + body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { + background-color: #1ea04c; } + body .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { + background-color: #1b9044; } + body .p-autocomplete .p-autocomplete-input { + padding: 0.429em; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { + padding: 0.2145em 0.429em; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { + border-color: #1ea04c; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; + border-color: #1ea04c; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { + margin: 0; + padding: 0.2145em 0; + color: #dedede; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input { + font-family: "Open Sans", "Helvetica Neue", sans-serif; + font-size: 14px; + padding: 0; + margin: 0; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { + font-size: 14px; + padding: 0.2145em 0.429em; + margin: 0 0.286em 0 0; + background: #1ea04c; + color: #ffffff; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-autocomplete-panel { + padding: 0; + border: 1px solid #191919; + background-color: #323232; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-autocomplete-panel .p-autocomplete-items { + padding: 0; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item:hover { + color: #dedede; + background-color: #4c4c4c; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item.p-highlight { + color: #ffffff; + background-color: #1ea04c; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group { + padding: 0.429em 0.857em; + background-color: #585858; + color: #dedede; } + body .p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button { + width: 2.357em; } + body .p-fluid .p-autocomplete.p-autocomplete-multiple.p-autocomplete-dd .p-autocomplete-multiple-container { + border-right: 0 none; + width: calc(100% - 2.357em); } + body .p-fluid .p-autocomplete.p-autocomplete-dd .p-inputtext { + border-right: 0 none; + width: calc(100% - 2.357em); } + body .p-chips > ul.p-inputtext { + padding: 0.2145em 0.429em; + display: inline-block; } + body .p-chips > ul.p-inputtext:not(.p-disabled):hover { + border-color: #1ea04c; } + body .p-chips > ul.p-inputtext:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; + border-color: #1ea04c; } + body .p-chips > ul.p-inputtext .p-chips-input-token { + padding: 0.2145em 0; } + body .p-chips > ul.p-inputtext .p-chips-input-token input { + font-family: "Open Sans", "Helvetica Neue", sans-serif; + font-size: 14px; + padding: 0; + margin: 0; + color: #dedede; } + body .p-chips > ul.p-inputtext .p-chips-input-token input:hover { + border: 0 none; } + body .p-chips > ul.p-inputtext .p-chips-input-token input:focus { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + outline: 0 none; + border: 0 none; } + body .p-chips > ul.p-inputtext .p-chips-token { + font-size: 14px; + padding: 0.2145em 0.429em; + margin: 0 0.286em 0 0; + background: #1ea04c; + color: #ffffff; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown { + background: #585858; + border: 1px solid #585858; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown:not(.p-disabled):hover { + border-color: #1ea04c; } + body .p-dropdown:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; + border-color: #1ea04c; } + body .p-dropdown .p-dropdown-label { + padding-right: 2em; } + body .p-dropdown .p-dropdown-label.p-placeholder { + color: #9b9b9b; } + body .p-dropdown .p-dropdown-label:focus { + outline: 0 none; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; } + body .p-dropdown .p-dropdown-trigger { + background-color: #585858; + width: 2em; + line-height: 2em; + text-align: center; + padding: 0; + color: #dedede; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown .p-dropdown-clear-icon { + color: #dedede; } + body .p-dropdown-panel { + padding: 0; + border: 1px solid #191919; + background-color: #323232; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-dropdown-panel .p-dropdown-filter-container { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #191919; + color: #dedede; + background-color: #252525; + margin: 0; } + body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter { + width: 100%; + padding-right: 2em; } + body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon { + top: 50%; + margin-top: -.5em; + right: 1.357em; + color: #252525; } + body .p-dropdown-panel .p-dropdown-items { + padding: 0; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group.p-highlight { + color: #ffffff; + background-color: #1ea04c; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover { + color: #dedede; + background-color: #4c4c4c; } + body .p-multiselect { + background: #585858; + border: 1px solid #585858; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-multiselect:not(.p-disabled):hover { + border-color: #1ea04c; } + body .p-multiselect:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; + border-color: #1ea04c; } + body .p-multiselect .p-multiselect-label { + padding: 0.429em; + padding-right: 2em; + font-weight: 400; + color: #dedede; } + body .p-multiselect .p-multiselect-label.p-placeholder { + color: #9b9b9b; } + body .p-multiselect .p-multiselect-trigger { + background-color: #585858; + width: 2em; + line-height: 2em; + text-align: center; + padding: 0; + color: #dedede; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-multiselect-panel { + padding: 0; + border: 1px solid #191919; + background-color: #323232; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-multiselect-panel .p-multiselect-header { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #191919; + color: #dedede; + background-color: #252525; + margin: 0; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container { + float: none; + width: 70%; + display: inline-block; + vertical-align: middle; + margin-left: 0; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { + padding: 0.429em; + padding-right: 2em; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { + color: #252525; + top: 50%; + margin-top: -.5em; + right: .5em; + left: auto; } + body .p-multiselect-panel .p-multiselect-header .p-checkbox { + margin-right: 0.5em; + float: none; + vertical-align: middle; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-close { + line-height: 1; + color: #888888; + top: 50%; + margin-top: -.5em; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-multiselect-panel .p-multiselect-items { + padding: 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { + color: #dedede; + background-color: #4c4c4c; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #88e9aa; + -moz-box-shadow: inset 0 0 0 0.2em #88e9aa; + box-shadow: inset 0 0 0 0.2em #88e9aa; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { + color: #ffffff; + background-color: #1ea04c; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { + position: static; + display: inline-block; + vertical-align: middle; + margin: 0 0.5em 0 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item label { + display: inline-block; + vertical-align: middle; } + body .p-listbox { + padding: 0; + min-width: 12em; + background: #323232; + border: 1px solid #191919; } + body .p-listbox .p-checkbox { + margin: 0 0.5em 0 0; } + body .p-listbox .p-listbox-header { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #191919; + color: #dedede; + background-color: #252525; + margin: 0; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-listbox .p-listbox-header .p-listbox-filter-container input { + padding: 0.429em; + padding-right: 2em; } + body .p-listbox .p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon { + top: 50%; + left: auto; + margin-top: -.5em; + right: .5em; + color: #252525; } + body .p-listbox .p-listbox-list { + background-color: #323232; } + body .p-listbox .p-listbox-list .p-listbox-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-listbox .p-listbox-list .p-listbox-item.p-highlight { + color: #ffffff; + background-color: #1ea04c; } + body .p-listbox .p-listbox-list .p-listbox-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #88e9aa; + -moz-box-shadow: inset 0 0 0 0.2em #88e9aa; + box-shadow: inset 0 0 0 0.2em #88e9aa; } + body .p-listbox .p-listbox-list .p-listbox-item .p-checkbox { + position: static; + display: inline-block; + vertical-align: middle; + margin: 0 0.5em 0 0; } + body .p-listbox .p-listbox-list .p-listbox-item label { + display: inline-block; + vertical-align: middle; } + body .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { + color: #dedede; + background-color: #4c4c4c; } + body .p-listbox.p-disabled .p-checkbox-box:not(.p-disabled):not(.p-highlight):hover { + border: 1px solid #585858; } + body .p-listbox .p-listbox-list-wrapper { + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-listbox .p-listbox-footer { + padding: 0.429em 0.857em 0.429em 0.857em; + border-top: 1px solid #191919; + color: #dedede; + background-color: #252525; } + body .p-editor-container .p-editor-toolbar { + border: 1px solid #191919; + background-color: #191919; } + body .p-editor-container .p-editor-content { + border: 1px solid #191919; } + body .p-editor-container .p-editor-content .ql-editor { + background-color: #585858; + color: #dedede; } + body .p-editor-container .ql-picker.ql-expanded .ql-picker-label { + color: #dedede; } + body .p-editor-container .ql-stroke { + stroke: #dedede; } + body .p-editor-container .ql-picker-label { + color: #dedede; } + body .p-editor-container .ql-snow.ql-toolbar button:hover, + body .p-editor-container .ql-snow .ql-toolbar button:hover, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { + color: #1ea04c; } + body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { + stroke: #1ea04c; } + body .p-rating .p-rating-icon { + font-size: 20px; + text-align: center; + display: inline-block; + color: #dedede; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-rating .p-rating-icon.p-rating-cancel { + color: #CD3A3A; } + body .p-rating .p-rating-icon:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; } + body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { + color: #1ea04c; } + body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { + color: #d76161; } + body .p-spinner .p-spinner-input { + padding-right: 2.786em; } + body .p-spinner .p-spinner-button { + width: 2.357em; } + body .p-spinner .p-spinner-button .p-spinner-button-icon { + position: absolute; + top: 50%; + left: 50%; + margin-top: -.5em; + margin-left: -.5em; + width: 1em; } + body .p-spinner .p-spinner-button.p-spinner-button { + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-up { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-down { + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-spinner .p-spinner-button.p-spinner-button:focus { + z-index: 1; } + body .p-fluid .p-spinner .p-spinner-input { + padding-right: 2.786em; } + body .p-fluid .p-spinner .p-spinner-button { + width: 2.357em; } + body .p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon { + left: 50%; } + body .p-slider { + background-color: #585858; + border: 0 none; } + body .p-slider.p-slider-horizontal { + height: 0.286em; } + body .p-slider.p-slider-horizontal .p-slider-handle { + top: 50%; + margin-top: -0.5715em; } + body .p-slider.p-slider-vertical { + width: 0.286em; } + body .p-slider.p-slider-vertical .p-slider-handle { + left: 50%; + margin-left: -0.5715em; } + body .p-slider .p-slider-handle { + height: 1.143em; + width: 1.143em; + background-color: #4c4c4c; + border: 2px solid #1ea04c; + -moz-border-radius: 100%; + -webkit-border-radius: 100%; + border-radius: 100%; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-slider .p-slider-handle:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; } + body .p-slider .p-slider-range { + background-color: #1ea04c; } + body .p-slider:not(.p-disabled) .p-slider-handle:hover { + background-color: #1ea04c; + border: 2px solid #1ea04c; } + body .p-datepicker { + padding: 0.857em; + min-width: 20em; + background-color: #323232; + color: #dedede; + border: 1px solid #191919; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker:not(.p-datepicker-inline) { + border: 1px solid #191919; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:hover, + body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:hover { + color: #dedede; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled) { + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { + background-color: #4c4c4c; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; } + body .p-datepicker:not(.p-disabled) .p-monthpicker { + margin: 0.857em 0 0 0; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month { + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled) { + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { + background-color: #4c4c4c; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; } + body .p-datepicker .p-datepicker-header { + padding: 0.429em 0.857em 0.429em 0.857em; + background-color: #252525; + color: #dedede; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-datepicker .p-datepicker-header .p-datepicker-prev, + body .p-datepicker .p-datepicker-header .p-datepicker-next { + cursor: pointer; + top: 0; + color: #888888; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-datepicker-header .p-datepicker-title { + margin: 0; + padding: 0; + line-height: 1; } + body .p-datepicker .p-datepicker-header .p-datepicker-title select { + margin-top: -.35em; + margin-bottom: 0; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; + border-color: #1ea04c; } + body .p-datepicker table { + font-size: 14px; + margin: 0.857em 0 0 0; } + body .p-datepicker table th { + padding: 0.5em; } + body .p-datepicker table td { + padding: 0.5em; } + body .p-datepicker table td > span { + display: block; + text-align: center; + color: #dedede; + cursor: pointer; + padding: 0.5em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker table td > span.p-highlight { + color: #ffffff; + background-color: #1ea04c; } + body .p-datepicker table td.p-datepicker-today > span { + background-color: #18803c; + color: #ffffff; } + body .p-datepicker table td.p-datepicker-today > span.p-highlight { + color: #ffffff; + background-color: #1ea04c; } + body .p-datepicker .p-datepicker-buttonbar { + border-top: 1px solid #3f3f3f; } + body .p-datepicker .p-timepicker { + border: 0 none; + border-top: 1px solid #3f3f3f; + padding: 0.857em; } + body .p-datepicker .p-timepicker button { + color: #888888; + font-size: 1.286em; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-timepicker button:hover { + color: #dedede; } + body .p-datepicker .p-timepicker span { + font-size: 1.286em; } + body .p-datepicker .p-monthpicker .p-monthpicker-month { + color: #dedede; } + body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { + color: #ffffff; + background-color: #1ea04c; } + body .p-datepicker.p-datepicker-timeonly { + padding: 0; } + body .p-datepicker.p-datepicker-timeonly .p-timepicker { + border-top: 0 none; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { + border-right: 1px solid #3f3f3f; + padding-right: 0.857em; + padding-left: 0.857em; + padding-top: 0; + padding-bottom: 0; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child { + padding-left: 0; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child { + padding-right: 0; + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-inputtext { + -moz-border-radius-topright: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-error), body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-error) { + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button { + width: 2.357em; + -moz-border-radius-topleft: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; } + body .p-fluid .p-calendar.p-calendar-w-btn .p-inputtext { + width: calc(100% - 2.357em); } + body .p-fileupload .p-fileupload-buttonbar { + background-color: #191919; + padding: 0.571em 1em; + border: 1px solid #191919; + color: #dedede; + border-bottom: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-fileupload .p-fileupload-buttonbar .p-button { + margin-right: 8px; } + body .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; } + body .p-fileupload .p-fileupload-content { + background-color: #323232; + padding: 0.571em 1em; + border: 1px solid #191919; + color: #dedede; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-fileupload .p-progressbar { + top: 0; } + body .p-fileupload-choose:not(.p-disabled):hover { + background-color: #1b9044; + color: #ffffff; + border-color: #1b9044; } + body .p-fileupload-choose:not(.p-disabled):active { + background-color: #18803c; + color: #ffffff; + border-color: #18803c; } + body .p-password-panel { + padding: 12px; + background-color: #323232; + color: #dedede; + border: 1px solid #191919; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-inputgroup .p-inputgroup-addon { + border-color: #191919; + background-color: #252525; + color: #888888; + padding: 0.429em; + min-width: 2em; } + body .p-inputgroup .p-inputgroup-addon:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-inputgroup .p-inputgroup-addon:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox { + position: relative; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox .p-checkbox { + position: absolute; + top: 50%; + left: 50%; + margin-left: -10px; + margin-top: -10px; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton { + position: relative; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton .p-radiobutton { + position: absolute; + top: 50%; + left: 50%; + margin-left: -10px; + margin-top: -10px; } + body .p-inputgroup .p-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-inputgroup .p-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-inputgroup .p-inputtext:focus { + z-index: 1; } + body .p-fluid .p-inputgroup .p-button { + width: auto; } + body .p-fluid .p-inputgroup .p-button.p-button-icon-only { + width: 2.357em; } + body ::-webkit-input-placeholder { + color: #9b9b9b; } + body :-moz-placeholder { + color: #9b9b9b; } + body ::-moz-placeholder { + color: #9b9b9b; } + body :-ms-input-placeholder { + color: #9b9b9b; } + body .p-inputtext.p-error, + body .p-dropdown.p-error, + body .p-autocomplete.p-error > .p-inputtext, + body .p-calendar.p-error > .p-inputtext, + body .p-chips.p-error > .p-inputtext, + body .p-checkbox.p-error > .p-checkbox-box, + body .p-radiobutton.p-error > .p-radiobutton-box, + body .p-inputswitch.p-error, + body .p-listbox.p-error, + body .p-multiselect.p-error, + body .p-spinner.p-error > .p-inputtext, + body .p-selectbutton.p-error > .p-button, + body .p-togglebutton.p-error > .p-button { + border: 1px solid #CD3A3A; } body .p-button { margin: 0; @@ -1261,53 +1048,41 @@ body .p-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-button:enabled:hover { - background-color: #1b9044; - color: #ffffff; - border-color: #1b9044; -} -body .p-button:enabled:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; -} -body .p-button:enabled:active { - background-color: #18803c; - color: #ffffff; - border-color: #18803c; -} -body .p-button.p-button-text-only .p-button-text { - padding: 0.429em 1em; -} -body .p-button.p-button-text-icon-left .p-button-text { - padding: 0.429em 1em 0.429em 2em; -} -body .p-button.p-button-text-icon-right .p-button-text { - padding: 0.429em 2em 0.429em 1em; -} -body .p-button.p-button-icon-only { - width: 2.357em; -} -body .p-button.p-button-icon-only .p-button-text { - padding: 0.429em; -} -body .p-button.p-button-raised { - -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); - -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); -} -body .p-button.p-button-rounded { - -moz-border-radius: 15px; - -webkit-border-radius: 15px; - border-radius: 15px; -} + border-radius: 3px; } + body .p-button:enabled:hover { + background-color: #1b9044; + color: #ffffff; + border-color: #1b9044; } + body .p-button:enabled:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; } + body .p-button:enabled:active { + background-color: #18803c; + color: #ffffff; + border-color: #18803c; } + body .p-button.p-button-text-only .p-button-text { + padding: 0.429em 1em; } + body .p-button.p-button-text-icon-left .p-button-text { + padding: 0.429em 1em 0.429em 2em; } + body .p-button.p-button-text-icon-right .p-button-text { + padding: 0.429em 2em 0.429em 1em; } + body .p-button.p-button-icon-only { + width: 2.357em; } + body .p-button.p-button-icon-only .p-button-text { + padding: 0.429em; } + body .p-button.p-button-raised { + -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); + -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); + box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); } + body .p-button.p-button-rounded { + -moz-border-radius: 15px; + -webkit-border-radius: 15px; + border-radius: 15px; } body .p-fluid .p-button-icon-only { - width: 2.357em; -} + width: 2.357em; } body .p-togglebutton { background-color: #252525; border: 1px solid #252525; @@ -1315,42 +1090,33 @@ body .p-togglebutton { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-togglebutton .p-button-icon-left { - color: #888888; -} -body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover { - background-color: #4c4c4c; - border-color: #4c4c4c; - color: #dedede; -} -body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { - color: #dedede; -} -body .p-togglebutton.p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; -} -body .p-togglebutton.p-highlight { - background-color: #1ea04c; - border-color: #1ea04c; - color: #ffffff; -} -body .p-togglebutton.p-highlight .p-button-icon-left { - color: #ffffff; -} -body .p-togglebutton.p-highlight:hover { - background-color: #1b9044; - border-color: #1b9044; - color: #ffffff; -} -body .p-togglebutton.p-highlight:hover .p-button-icon-left { - color: #ffffff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-togglebutton .p-button-icon-left { + color: #888888; } + body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover { + background-color: #4c4c4c; + border-color: #4c4c4c; + color: #dedede; } + body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { + color: #dedede; } + body .p-togglebutton.p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; } + body .p-togglebutton.p-highlight { + background-color: #1ea04c; + border-color: #1ea04c; + color: #ffffff; } + body .p-togglebutton.p-highlight .p-button-icon-left { + color: #ffffff; } + body .p-togglebutton.p-highlight:hover { + background-color: #1b9044; + border-color: #1b9044; + color: #ffffff; } + body .p-togglebutton.p-highlight:hover .p-button-icon-left { + color: #ffffff; } body .p-selectbutton .p-button { background-color: #252525; border: 1px solid #252525; @@ -1362,312 +1128,258 @@ body .p-selectbutton .p-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 0; -webkit-border-radius: 0; - border-radius: 0; -} -body .p-selectbutton .p-button .p-button-icon-left { - color: #888888; -} -body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { - background-color: #4c4c4c; - border-color: #4c4c4c; - color: #dedede; -} -body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { - color: #dedede; -} -body .p-selectbutton .p-button.p-focus, body .p-selectbutton .p-button:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; - z-index: 1; -} -body .p-selectbutton .p-button.p-highlight { - background-color: #1ea04c; - border-color: #1ea04c; - color: #ffffff; -} -body .p-selectbutton .p-button.p-highlight .p-button-icon-left { - color: #ffffff; -} -body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover { - background-color: #1b9044; - border-color: #1b9044; - color: #ffffff; -} -body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover .p-button-icon-left { - color: #ffffff; -} -body .p-selectbutton .p-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-selectbutton .p-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-radius: 0; } + body .p-selectbutton .p-button .p-button-icon-left { + color: #888888; } + body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { + background-color: #4c4c4c; + border-color: #4c4c4c; + color: #dedede; } + body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { + color: #dedede; } + body .p-selectbutton .p-button.p-focus, body .p-selectbutton .p-button:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; + z-index: 1; } + body .p-selectbutton .p-button.p-highlight { + background-color: #1ea04c; + border-color: #1ea04c; + color: #ffffff; } + body .p-selectbutton .p-button.p-highlight .p-button-icon-left { + color: #ffffff; } + body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover { + background-color: #1b9044; + border-color: #1b9044; + color: #ffffff; } + body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover .p-button-icon-left { + color: #ffffff; } + body .p-selectbutton .p-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-selectbutton .p-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-splitbutton.p-buttonset .p-button { - border: 1px solid transparent; -} -body .p-splitbutton.p-buttonset .p-button:first-child { - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-splitbutton.p-buttonset .p-button.p-splitbutton-menubutton { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; -} -body .p-splitbutton.p-buttonset .p-button:focus { - z-index: 1; -} + border: 1px solid transparent; } + body .p-splitbutton.p-buttonset .p-button:first-child { + -moz-border-radius-topright: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-splitbutton.p-buttonset .p-button.p-splitbutton-menubutton { + -moz-border-radius-topleft: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; } + body .p-splitbutton.p-buttonset .p-button:focus { + z-index: 1; } body .p-splitbutton.p-buttonset .p-menu { - min-width: 100%; -} + min-width: 100%; } body .p-splitbutton.p-buttonset .p-splitbutton-menubutton .p-button-icon-left:before { - content: ""; -} + content: ""; } body .p-button.p-button-secondary, body .p-buttonset.p-button-secondary > .p-button { color: #333333; background-color: #f4f4f4; - border: 1px solid #f4f4f4; -} -body .p-button.p-button-secondary:enabled:hover, body .p-buttonset.p-button-secondary > .p-button:enabled:hover { - background-color: #c8c8c8; - color: #333333; - border-color: #c8c8c8; -} -body .p-button.p-button-secondary:enabled:focus, body .p-buttonset.p-button-secondary > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; -} -body .p-button.p-button-secondary:enabled:active, body .p-buttonset.p-button-secondary > .p-button:enabled:active { - background-color: #a0a0a0; - color: #333333; - border-color: #a0a0a0; -} + border: 1px solid #f4f4f4; } + body .p-button.p-button-secondary:enabled:hover, body .p-buttonset.p-button-secondary > .p-button:enabled:hover { + background-color: #c8c8c8; + color: #333333; + border-color: #c8c8c8; } + body .p-button.p-button-secondary:enabled:focus, body .p-buttonset.p-button-secondary > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; } + body .p-button.p-button-secondary:enabled:active, body .p-buttonset.p-button-secondary > .p-button:enabled:active { + background-color: #a0a0a0; + color: #333333; + border-color: #a0a0a0; } body .p-button.p-button-info, body .p-buttonset.p-button-info > .p-button { color: #ffffff; background-color: #007ad9; - border: 1px solid #007ad9; -} -body .p-button.p-button-info:enabled:hover, body .p-buttonset.p-button-info > .p-button:enabled:hover { - background-color: #116fbf; - color: #ffffff; - border-color: #116fbf; -} -body .p-button.p-button-info:enabled:focus, body .p-buttonset.p-button-info > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-button.p-button-info:enabled:active, body .p-buttonset.p-button-info > .p-button:enabled:active { - background-color: #005b9f; - color: #ffffff; - border-color: #005b9f; -} + border: 1px solid #007ad9; } + body .p-button.p-button-info:enabled:hover, body .p-buttonset.p-button-info > .p-button:enabled:hover { + background-color: #116fbf; + color: #ffffff; + border-color: #116fbf; } + body .p-button.p-button-info:enabled:focus, body .p-buttonset.p-button-info > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-button.p-button-info:enabled:active, body .p-buttonset.p-button-info > .p-button:enabled:active { + background-color: #005b9f; + color: #ffffff; + border-color: #005b9f; } body .p-button.p-button-success, body .p-buttonset.p-button-success > .p-button { color: #ffffff; background-color: #34A835; - border: 1px solid #34A835; -} -body .p-button.p-button-success:enabled:hover, body .p-buttonset.p-button-success > .p-button:enabled:hover { - background-color: #107D11; - color: #ffffff; - border-color: #107D11; -} -body .p-button.p-button-success:enabled:focus, body .p-buttonset.p-button-success > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #aae5aa; - -moz-box-shadow: 0 0 0 0.2em #aae5aa; - box-shadow: 0 0 0 0.2em #aae5aa; -} -body .p-button.p-button-success:enabled:active, body .p-buttonset.p-button-success > .p-button:enabled:active { - background-color: #0C6B0D; - color: #ffffff; - border-color: #0C6B0D; -} + border: 1px solid #34A835; } + body .p-button.p-button-success:enabled:hover, body .p-buttonset.p-button-success > .p-button:enabled:hover { + background-color: #107D11; + color: #ffffff; + border-color: #107D11; } + body .p-button.p-button-success:enabled:focus, body .p-buttonset.p-button-success > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #aae5aa; + -moz-box-shadow: 0 0 0 0.2em #aae5aa; + box-shadow: 0 0 0 0.2em #aae5aa; } + body .p-button.p-button-success:enabled:active, body .p-buttonset.p-button-success > .p-button:enabled:active { + background-color: #0C6B0D; + color: #ffffff; + border-color: #0C6B0D; } body .p-button.p-button-warning, body .p-buttonset.p-button-warning > .p-button { color: #333333; background-color: #ffba01; - border: 1px solid #ffba01; -} -body .p-button.p-button-warning:enabled:hover, body .p-buttonset.p-button-warning > .p-button:enabled:hover { - background-color: #ED990B; - color: #333333; - border-color: #ED990B; -} -body .p-button.p-button-warning:enabled:focus, body .p-buttonset.p-button-warning > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #ffeab4; - -moz-box-shadow: 0 0 0 0.2em #ffeab4; - box-shadow: 0 0 0 0.2em #ffeab4; -} -body .p-button.p-button-warning:enabled:active, body .p-buttonset.p-button-warning > .p-button:enabled:active { - background-color: #D38B10; - color: #333333; - border-color: #D38B10; -} + border: 1px solid #ffba01; } + body .p-button.p-button-warning:enabled:hover, body .p-buttonset.p-button-warning > .p-button:enabled:hover { + background-color: #ED990B; + color: #333333; + border-color: #ED990B; } + body .p-button.p-button-warning:enabled:focus, body .p-buttonset.p-button-warning > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #ffeab4; + -moz-box-shadow: 0 0 0 0.2em #ffeab4; + box-shadow: 0 0 0 0.2em #ffeab4; } + body .p-button.p-button-warning:enabled:active, body .p-buttonset.p-button-warning > .p-button:enabled:active { + background-color: #D38B10; + color: #333333; + border-color: #D38B10; } body .p-button.p-button-danger, body .p-buttonset.p-button-danger > .p-button { color: #ffffff; background-color: #e91224; - border: 1px solid #e91224; -} -body .p-button.p-button-danger:enabled:hover, body .p-buttonset.p-button-danger > .p-button:enabled:hover { - background-color: #c01120; - color: #ffffff; - border-color: #c01120; -} -body .p-button.p-button-danger:enabled:focus, body .p-buttonset.p-button-danger > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #f9b4ba; - -moz-box-shadow: 0 0 0 0.2em #f9b4ba; - box-shadow: 0 0 0 0.2em #f9b4ba; -} -body .p-button.p-button-danger:enabled:active, body .p-buttonset.p-button-danger > .p-button:enabled:active { - background-color: #a90000; - color: #ffffff; - border-color: #a90000; -} + border: 1px solid #e91224; } + body .p-button.p-button-danger:enabled:hover, body .p-buttonset.p-button-danger > .p-button:enabled:hover { + background-color: #c01120; + color: #ffffff; + border-color: #c01120; } + body .p-button.p-button-danger:enabled:focus, body .p-buttonset.p-button-danger > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #f9b4ba; + -moz-box-shadow: 0 0 0 0.2em #f9b4ba; + box-shadow: 0 0 0 0.2em #f9b4ba; } + body .p-button.p-button-danger:enabled:active, body .p-buttonset.p-button-danger > .p-button:enabled:active { + background-color: #a90000; + color: #ffffff; + border-color: #a90000; } body .p-panel { padding: 0; - border: 0 none; -} -body .p-panel .p-panel-titlebar { - border: 1px solid #191919; - padding: 0.571em 1em; - background-color: #191919; - color: #dedede; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-panel .p-panel-titlebar .p-panel-title { - vertical-align: middle; - font-weight: 700; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon { - margin: 0.143em 0 0 0; - position: relative; - font-size: 14px; - color: #888888; - border: 1px solid transparent; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:hover { - color: #dedede; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; -} -body .p-panel .p-panel-content { - padding: 0.571em 1em; - border: 1px solid #191919; - background-color: #323232; - color: #dedede; - border-top: 0 none; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-panel .p-panel-footer { - padding: 0.571em 1em; - border: 1px solid #191919; - background-color: #323232; - color: #dedede; - border-top: 0 none; - margin: 0; -} + border: 0 none; } + body .p-panel .p-panel-titlebar { + border: 1px solid #191919; + padding: 0.571em 1em; + background-color: #191919; + color: #dedede; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-panel .p-panel-titlebar .p-panel-title { + vertical-align: middle; + font-weight: 700; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon { + margin: 0.143em 0 0 0; + position: relative; + font-size: 14px; + color: #888888; + border: 1px solid transparent; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:hover { + color: #dedede; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; } + body .p-panel .p-panel-content { + padding: 0.571em 1em; + border: 1px solid #191919; + background-color: #323232; + color: #dedede; + border-top: 0 none; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-panel .p-panel-footer { + padding: 0.571em 1em; + border: 1px solid #191919; + background-color: #323232; + color: #dedede; + border-top: 0 none; + margin: 0; } body .p-fieldset { border: 1px solid #191919; background-color: #323232; color: #dedede; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-fieldset .p-fieldset-legend a { - padding: 0.571em 1em; - border: 1px solid #191919; - color: #dedede; - background-color: #191919; - font-weight: 700; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-fieldset .p-fieldset-legend a .p-fieldset-toggler { - float: none; - display: inline-block; - vertical-align: middle; - margin-right: 0.5em; - color: #888888; -} -body .p-fieldset .p-fieldset-legend a .p-fieldset-legend-text { - padding: 0; -} -body .p-fieldset .p-fieldset-legend a:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; -} -body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { - background-color: #191919; - border: 1px solid #191919; - color: #1ea04c; -} -body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover .p-fieldset-toggler { - color: #1ea04c; -} -body .p-fieldset .p-fieldset-content { - padding: 0; -} + border-radius: 3px; } + body .p-fieldset .p-fieldset-legend a { + padding: 0.571em 1em; + border: 1px solid #191919; + color: #dedede; + background-color: #191919; + font-weight: 700; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-fieldset .p-fieldset-legend a .p-fieldset-toggler { + float: none; + display: inline-block; + vertical-align: middle; + margin-right: .5em; + color: #888888; } + body .p-fieldset .p-fieldset-legend a .p-fieldset-legend-text { + padding: 0; } + body .p-fieldset .p-fieldset-legend a:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; } + body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { + background-color: #191919; + border: 1px solid #191919; + color: #1ea04c; } + body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover .p-fieldset-toggler { + color: #1ea04c; } + body .p-fieldset .p-fieldset-content { + padding: 0; } body .p-accordion .p-accordion-tab { - margin-bottom: 2px; -} + margin-bottom: 2px; } body .p-accordion .p-accordion-header a { padding: 0.571em 1em; border: 1px solid #191919; @@ -1681,57 +1393,45 @@ body .p-accordion .p-accordion-header a { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon { - color: #888888; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-right:before { - content: ""; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-down:before { - content: ""; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon { + color: #888888; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-right:before { + content: ""; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-down:before { + content: ""; } body .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; -webkit-box-shadow: 0 0 0 0.2em #88e9aa; -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; -} + box-shadow: 0 0 0 0.2em #88e9aa; } body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background-color: #191919; border: 1px solid #191919; - color: #1ea04c; -} -body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a .p-accordion-toggle-icon { - color: #1ea04c; -} + color: #1ea04c; } + body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a .p-accordion-toggle-icon { + color: #1ea04c; } body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight { - margin-bottom: 0; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a { - background-color: #1ea04c; - border: 1px solid #1ea04c; - color: #ffffff; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a .p-accordion-toggle-icon { - color: #ffffff; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a { - border: 1px solid #18803c; - background-color: #18803c; - color: #ffffff; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a .p-accordion-toggle-icon { - color: #ffffff; -} + margin-bottom: 0; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a { + background-color: #1ea04c; + border: 1px solid #1ea04c; + color: #ffffff; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a .p-accordion-toggle-icon { + color: #ffffff; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a { + border: 1px solid #18803c; + background-color: #18803c; + color: #ffffff; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a .p-accordion-toggle-icon { + color: #ffffff; } body .p-accordion .p-accordion-content { padding: 0.571em 1em; border: 1px solid #191919; @@ -1750,122 +1450,99 @@ body .p-accordion .p-accordion-content { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-tabview.p-tabview-top, body .p-tabview.p-tabview-bottom, body .p-tabview.p-tabview-left, body .p-tabview.p-tabview-right { - border: 0 none; -} -body .p-tabview.p-tabview-top .p-tabview-nav, body .p-tabview.p-tabview-bottom .p-tabview-nav, body .p-tabview.p-tabview-left .p-tabview-nav, body .p-tabview.p-tabview-right .p-tabview-nav { - padding: 0; - background: transparent; - border: 0 none; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a, body .p-tabview.p-tabview-bottom .p-tabview-nav li a, body .p-tabview.p-tabview-left .p-tabview-nav li a, body .p-tabview.p-tabview-right .p-tabview-nav li a { - border: 1px solid #191919; - background-color: #191919; - float: none; - display: inline-block; - color: #dedede; - padding: 0.571em 1em; - font-weight: 700; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-left-icon { - margin-right: 0.5em; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-right-icon { - margin-left: 0.5em; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-bottom .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-left .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-right .p-tabview-nav li a:not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; -} -body .p-tabview.p-tabview-top .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li .p-tabview-close { - color: #888888; - margin: 0 0.5em 0 0; - vertical-align: middle; -} -body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { - background-color: #191919; - border: 1px solid #191919; - color: #1ea04c; -} -body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close { - color: #1ea04c; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight a { - background-color: #1ea04c; - border: 1px solid #1ea04c; - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight .p-tabview-close { - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a { - border: 1px solid #18803c; - background-color: #18803c; - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon { - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-tabview-selected a { - cursor: pointer; -} + border: 0 none; } + body .p-tabview.p-tabview-top .p-tabview-nav, body .p-tabview.p-tabview-bottom .p-tabview-nav, body .p-tabview.p-tabview-left .p-tabview-nav, body .p-tabview.p-tabview-right .p-tabview-nav { + padding: 0; + background: transparent; + border: 0 none; } + body .p-tabview.p-tabview-top .p-tabview-nav li a, body .p-tabview.p-tabview-bottom .p-tabview-nav li a, body .p-tabview.p-tabview-left .p-tabview-nav li a, body .p-tabview.p-tabview-right .p-tabview-nav li a { + border: 1px solid #191919; + background-color: #191919; + float: none; + display: inline-block; + color: #dedede; + padding: 0.571em 1em; + font-weight: 700; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-left-icon { + margin-right: 0.5em; } + body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-right-icon { + margin-left: 0.5em; } + body .p-tabview.p-tabview-top .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-bottom .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-left .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-right .p-tabview-nav li a:not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; } + body .p-tabview.p-tabview-top .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li .p-tabview-close { + color: #888888; + margin: 0 0.5em 0 0; + vertical-align: middle; } + body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { + background-color: #191919; + border: 1px solid #191919; + color: #1ea04c; } + body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close { + color: #1ea04c; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight a { + background-color: #1ea04c; + border: 1px solid #1ea04c; + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight .p-tabview-close { + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a { + border: 1px solid #18803c; + background-color: #18803c; + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon { + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-tabview-selected a { + cursor: pointer; } body .p-tabview.p-tabview-top .p-tabview-nav { - margin-bottom: -1px; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a { - margin-right: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + margin-bottom: -1px; } + body .p-tabview.p-tabview-top .p-tabview-nav li a { + margin-right: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } body .p-tabview.p-tabview-bottom .p-tabview-nav { - margin-top: -1px; -} -body .p-tabview.p-tabview-bottom .p-tabview-nav li a { - margin-right: 2px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + margin-top: -1px; } + body .p-tabview.p-tabview-bottom .p-tabview-nav li a { + margin-right: 2px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-tabview.p-tabview-left .p-tabview-nav { - margin-right: -px; -} -body .p-tabview.p-tabview-left .p-tabview-nav li a { - margin-bottom: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} + margin-right: -px; } + body .p-tabview.p-tabview-left .p-tabview-nav li a { + margin-bottom: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } body .p-tabview.p-tabview-right .p-tabview-nav { - margin-right: -1px; -} -body .p-tabview.p-tabview-right .p-tabview-nav li a { - margin-bottom: 2px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + margin-right: -1px; } + body .p-tabview.p-tabview-right .p-tabview-nav li a { + margin-bottom: 2px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-tabview .p-tabview-panels { background-color: #323232; padding: 0.571em 1em; @@ -1876,142 +1553,119 @@ body .p-tabview .p-tabview-panels { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-tabview .p-tabview-panels .p-tabview-panel { - padding: 0; -} + border-bottom-right-radius: 3px; } + body .p-tabview .p-tabview-panels .p-tabview-panel { + padding: 0; } body .p-toolbar { background-color: #191919; border: 1px solid #191919; padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-toolbar button { - vertical-align: middle; -} -body .p-toolbar .p-toolbar-separator { - vertical-align: middle; - color: #888888; - margin: 0 0.5em; -} + border-radius: 3px; } + body .p-toolbar button { + vertical-align: middle; } + body .p-toolbar .p-toolbar-separator { + vertical-align: middle; + color: #888888; + margin: 0 0.5em; } body .p-card { background-color: #323232; color: #dedede; -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); - box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); -} + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); } body .p-paginator { background-color: #252525; border: 1px solid #191919; - padding: 0; -} -body .p-paginator .p-paginator-first, -body .p-paginator .p-paginator-prev, -body .p-paginator .p-paginator-next, -body .p-paginator .p-paginator-last { - color: #dedede; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; - padding: 0; - margin: 0; - vertical-align: top; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-paginator .p-dropdown { - border: 0 none; -} -body .p-paginator .p-dropdown .p-dropdown-trigger, body .p-paginator .p-dropdown .p-dropdown-label { - color: #dedede; -} -body .p-paginator .p-dropdown:hover .p-dropdown-trigger, body .p-paginator .p-dropdown:hover .p-dropdown-label { - color: #dedede; -} -body .p-paginator .p-paginator-first:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-prev:before { - position: relative; -} -body .p-paginator .p-paginator-next:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-last:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-current { - vertical-align: top; - display: inline-block; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; -} -body .p-paginator .p-paginator-pages { - vertical-align: top; - display: inline-block; - padding: 0; -} -body .p-paginator .p-paginator-pages .p-paginator-page { - color: #dedede; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; - padding: 0; - margin: 0; - vertical-align: top; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background-color: #1ea04c; - color: #ffffff; -} -body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-paginator .p-dropdown { - margin-left: 0.5em; - height: 2.286em; - min-width: auto; -} + padding: 0; } + body .p-paginator .p-paginator-first, + body .p-paginator .p-paginator-prev, + body .p-paginator .p-paginator-next, + body .p-paginator .p-paginator-last { + color: #dedede; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; + padding: 0; + margin: 0; + vertical-align: top; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-paginator .p-dropdown { + border: 0 none; } + body .p-paginator .p-dropdown .p-dropdown-trigger, body .p-paginator .p-dropdown .p-dropdown-label { + color: #dedede; } + body .p-paginator .p-dropdown:hover .p-dropdown-trigger, body .p-paginator .p-dropdown:hover .p-dropdown-label { + color: #dedede; } + body .p-paginator .p-paginator-first:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-prev:before { + position: relative; } + body .p-paginator .p-paginator-next:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-last:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-current { + vertical-align: top; + display: inline-block; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; } + body .p-paginator .p-paginator-pages { + vertical-align: top; + display: inline-block; + padding: 0; } + body .p-paginator .p-paginator-pages .p-paginator-page { + color: #dedede; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; + padding: 0; + margin: 0; + vertical-align: top; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { + background-color: #1ea04c; + color: #ffffff; } + body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-paginator .p-dropdown { + margin-left: 0.5em; + height: 2.286em; + min-width: auto; } body .p-datatable .p-datatable-header, body .p-datatable .p-datatable-footer { background-color: #191919; color: #dedede; border: 1px solid #191919; padding: 0.571em 1em; - text-align: center; -} + text-align: center; } body .p-datatable .p-datatable-header { border-bottom: 0 none; font-weight: 700; @@ -2020,8 +1674,7 @@ body .p-datatable .p-datatable-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-datatable .p-datatable-footer { border-top: 0 none; font-weight: 700; @@ -2030,206 +1683,158 @@ body .p-datatable .p-datatable-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-datatable .p-datatable-thead > tr > th { padding: 0.571em 0.857em; border: 1px solid #191919; font-weight: 700; color: #dedede; background-color: #252525; - text-align: center; -} + text-align: center; } body .p-datatable .p-datatable-tfoot > tr > td { padding: 0.571em 0.857em; border: 1px solid #191919; font-weight: 700; color: #dedede; background-color: #252525; - text-align: center; -} + text-align: center; } body .p-datatable .p-sortable-column { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-sortable-column .p-sortable-column-icon { - color: #888888; -} -body .p-datatable .p-sortable-column:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: #dedede; -} -body .p-datatable .p-sortable-column:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #88e9aa; - -moz-box-shadow: inset 0 0 0 0.2em #88e9aa; - box-shadow: inset 0 0 0 0.2em #88e9aa; -} -body .p-datatable .p-sortable-column.p-highlight { - background-color: #1ea04c; - color: #ffffff; -} -body .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #ffffff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-sortable-column .p-sortable-column-icon { + color: #888888; } + body .p-datatable .p-sortable-column:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { + color: #dedede; } + body .p-datatable .p-sortable-column:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #88e9aa; + -moz-box-shadow: inset 0 0 0 0.2em #88e9aa; + box-shadow: inset 0 0 0 0.2em #88e9aa; } + body .p-datatable .p-sortable-column.p-highlight { + background-color: #1ea04c; + color: #ffffff; } + body .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { + color: #ffffff; } body .p-datatable .p-editable-column input { font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} + font-family: "Open Sans", "Helvetica Neue", sans-serif; } body .p-datatable .p-row-editor-init { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} + transition: background-color 0.2s, box-shadow 0.2s; } body .p-datatable .p-datatable-tbody > tr { background: #323232; color: #dedede; -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-datatable-tbody > tr > td { - background: inherit; - border: 1px solid #191919; - padding: 0.429em 0.857em; -} -body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler { - color: #888888; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { - color: #dedede; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight { - background-color: #1ea04c; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler:hover { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { - background-color: #5de18c; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #1ea04c; -} -body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #1ea04c; -} -body .p-datatable .p-datatable-tbody > tr:focus { - outline: none; -} -body .p-datatable .p-datatable-tbody > tr:focus + tr > td { - box-shadow: 0 -0.2em 0 0 #88e9aa; -} -body .p-datatable .p-datatable-tbody > tr:focus > td { - box-shadow: 0 -0.2em 0 0 #88e9aa, 0 0.2em 0 0 #88e9aa; -} -body .p-datatable .p-datatable-tbody > tr:focus > td:first-child { - box-shadow: 0 -0.2em 0 0 #88e9aa, 0 0.2em 0 0 #88e9aa, -0.1em -0.1em 0 0.1em #88e9aa; -} -body .p-datatable .p-datatable-tbody > tr:focus > td:last-child { - box-shadow: 0 -0.2em 0 0 #88e9aa, 0 0.2em 0 0 #88e9aa, 0.1em -0.1em 0 0.1em #88e9aa; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-datatable-tbody > tr > td { + background: inherit; + border: 1px solid #191919; + padding: 0.429em 0.857em; } + body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler { + color: #888888; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { + color: #dedede; } + body .p-datatable .p-datatable-tbody > tr.p-highlight { + background-color: #1ea04c; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler:hover { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + background-color: #5de18c; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { + box-shadow: inset 0 2px 0 0 #1ea04c; } + body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { + box-shadow: inset 0 -2px 0 0 #1ea04c; } + body .p-datatable .p-datatable-tbody > tr:focus { + outline: none; } + body .p-datatable .p-datatable-tbody > tr:focus + tr > td { + box-shadow: 0 -0.2em 0 0 #88e9aa; } + body .p-datatable .p-datatable-tbody > tr:focus > td { + box-shadow: 0 -0.2em 0 0 #88e9aa, 0 0.2em 0 0 #88e9aa; } + body .p-datatable .p-datatable-tbody > tr:focus > td:first-child { + box-shadow: 0 -0.2em 0 0 #88e9aa, 0 0.2em 0 0 #88e9aa, -0.1em -0.1em 0 0.1em #88e9aa; } + body .p-datatable .p-datatable-tbody > tr:focus > td:last-child { + box-shadow: 0 -0.2em 0 0 #88e9aa, 0 0.2em 0 0 #88e9aa, 0.1em -0.1em 0 0.1em #88e9aa; } body .p-datatable .p-datatable-tbody > tr:nth-child(even) { - background-color: #323232; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { - background-color: #1ea04c; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu { - background-color: #5de18c; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler:hover { - color: #ffffff; -} + background-color: #323232; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { + background-color: #1ea04c; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu { + background-color: #5de18c; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler:hover { + color: #ffffff; } body .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover { cursor: pointer; background-color: #4c4c4c; - color: #dedede; -} + color: #dedede; } body .p-datatable .p-column-resizer-helper { - background-color: #1ea04c; -} + background-color: #1ea04c; } body .p-datatable .p-datatable-scrollable-header, body .p-datatable .p-datatable-scrollable-footer { - background-color: #191919; -} + background-color: #191919; } body .p-datatable .p-column-filter { - width: 100%; -} + width: 100%; } body .p-datatable.p-datatable-borderless .p-datatable-header { border: 0 none; - border-bottom: 1px solid #191919; -} + border-bottom: 1px solid #191919; } body .p-datatable.p-datatable-borderless .p-datatable-thead > tr > th { border: 0 none; text-align: left; - padding: 0.857em; -} + padding: 0.857em; } body .p-datatable.p-datatable-borderless .p-datatable-tbody { - border: 0 none; -} -body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr { - border: 0 none; -} -body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr > td { - border: 0 none; -} + border: 0 none; } + body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr { + border: 0 none; } + body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr > td { + border: 0 none; } body .p-datatable.p-datatable-borderless .p-datatable-tfoot > tr > td { - border: 0 none; -} + border: 0 none; } body .p-datatable.p-datatable-borderless .p-paginator { - border: 0 none; -} + border: 0 none; } body .p-datascroller .p-datascroller-header { background-color: #191919; color: #dedede; border: 1px solid #191919; padding: 0.571em 1em; font-weight: 700; - border-bottom: 0 none; -} + border-bottom: 0 none; } body .p-datascroller .p-datascroller-content { padding: 0.571em 1em; border: 1px solid #191919; background-color: #323232; color: #dedede; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-datascroller .p-datascroller-footer { background-color: #323232; color: #dedede; border: 1px solid #191919; padding: 0.571em 1em; - border-top: 0 none; -} + border-top: 0 none; } body .p-dataview .p-dataview-header { background-color: #191919; color: #dedede; @@ -2242,18 +1847,15 @@ body .p-dataview .p-dataview-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-dataview .p-dataview-content { padding: 0.571em 1em; border: 1px solid #191919; background-color: #323232; color: #dedede; - padding: 0.571em 1em; -} -body .p-dataview .p-dataview-content > .p-grid > div { - border-bottom: 1px solid #191919; -} + padding: 0.571em 1em; } + body .p-dataview .p-dataview-content > .p-grid > div { + border-bottom: 1px solid #191919; } body .p-dataview .p-dataview-footer { background-color: #323232; color: #dedede; @@ -2265,30 +1867,24 @@ body .p-dataview .p-dataview-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .fc th { background-color: #191919; border: 1px solid #191919; color: #dedede; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .fc td.ui-widget-content { background-color: #323232; border: 1px solid #191919; - color: #dedede; -} + color: #dedede; } body .fc td.fc-head-container { - border: 1px solid #191919; -} + border: 1px solid #191919; } body .fc .fc-row { - border-right: 1px solid #191919; -} + border-right: 1px solid #191919; } body .fc .fc-event { background-color: #1b9044; border: 1px solid #1b9044; - color: #ffffff; -} + color: #ffffff; } body .fc .fc-toolbar .fc-button { color: #ffffff; background-color: #1ea04c; @@ -2300,65 +1896,52 @@ body .fc .fc-toolbar .fc-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .fc .fc-toolbar .fc-button:enabled:hover { - background-color: #1b9044; - color: #ffffff; - border-color: #1b9044; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-left { - font-family: "PrimeIcons" !important; - text-indent: 0; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-right { - font-family: "PrimeIcons" !important; - text-indent: 0; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; -} -body .fc .fc-toolbar .fc-button:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; -} + border-radius: 3px; } + body .fc .fc-toolbar .fc-button:enabled:hover { + background-color: #1b9044; + color: #ffffff; + border-color: #1b9044; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-left { + font-family: 'PrimeIcons' !important; + text-indent: 0; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before { + content: ""; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-right { + font-family: 'PrimeIcons' !important; + text-indent: 0; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before { + content: ""; } + body .fc .fc-toolbar .fc-button:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; } body .fc .fc-toolbar .fc-button-group .fc-button { -moz-border-radius: 0; -webkit-border-radius: 0; - border-radius: 0; -} -body .fc .fc-toolbar .fc-button-group .fc-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .fc .fc-toolbar .fc-button-group .fc-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-radius: 0; } + body .fc .fc-toolbar .fc-button-group .fc-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .fc .fc-toolbar .fc-button-group .fc-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .fc .fc-divider { background-color: #191919; - border: 1px solid #191919; -} + border: 1px solid #191919; } body .p-fluid .fc .fc-toolbar .ui-button { - width: auto; -} + width: auto; } body .p-picklist .p-picklist-buttons button { - font-size: 16px; -} + font-size: 16px; } body .p-picklist .p-picklist-caption { background-color: #191919; color: #dedede; @@ -2371,31 +1954,26 @@ body .p-picklist .p-picklist-caption { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-picklist .p-picklist-filter-container { padding: 0.429em 0.857em 0.429em 0.857em; border: 1px solid #191919; color: #dedede; background-color: #252525; margin: 0; - border-bottom: 0 none; -} -body .p-picklist .p-picklist-filter-container input { - width: 100%; - padding-right: 2em; - text-indent: 0; -} -body .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { - top: 50%; - margin-top: -0.5em; - left: auto; - right: 1.357em; - color: #252525; -} + border-bottom: 0 none; } + body .p-picklist .p-picklist-filter-container input { + width: 100%; + padding-right: 2em; + text-indent: 0; } + body .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { + top: 50%; + margin-top: -.5em; + left: auto; + right: 1.357em; + color: #252525; } body .p-picklist .p-picklist-buttons { - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-picklist .p-picklist-list { border: 1px solid #191919; background-color: #323232; @@ -2406,48 +1984,38 @@ body .p-picklist .p-picklist-list { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-picklist .p-picklist-list .p-picklist-item { - padding: 0.429em 0.857em; - margin: 0; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-picklist .p-picklist-list .p-picklist-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #88e9aa; - -moz-box-shadow: inset 0 0 0 0.2em #88e9aa; - box-shadow: inset 0 0 0 0.2em #88e9aa; -} -body .p-picklist .p-picklist-list .p-picklist-item.p-highlight { - background-color: #1ea04c; - color: #ffffff; -} -body .p-picklist .p-picklist-list .p-picklist-droppoint-highlight { - background-color: #1ea04c; -} + border-bottom-right-radius: 3px; } + body .p-picklist .p-picklist-list .p-picklist-item { + padding: 0.429em 0.857em; + margin: 0; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-picklist .p-picklist-list .p-picklist-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #88e9aa; + -moz-box-shadow: inset 0 0 0 0.2em #88e9aa; + box-shadow: inset 0 0 0 0.2em #88e9aa; } + body .p-picklist .p-picklist-list .p-picklist-item.p-highlight { + background-color: #1ea04c; + color: #ffffff; } + body .p-picklist .p-picklist-list .p-picklist-droppoint-highlight { + background-color: #1ea04c; } @media (max-width: 40em) { body .p-picklist.p-picklist-responsive .p-picklist-buttons { - padding: 0.571em 1em; - } -} + padding: 0.571em 1em; } } body .p-orderlist .p-orderlist-controls { - padding: 0.571em 1em; -} -body .p-orderlist .p-orderlist-controls button { - font-size: 16px; -} + padding: 0.571em 1em; } + body .p-orderlist .p-orderlist-controls button { + font-size: 16px; } body .p-orderlist .p-orderlist-caption { background-color: #191919; color: #dedede; @@ -2460,28 +2028,24 @@ body .p-orderlist .p-orderlist-caption { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-orderlist .p-orderlist-filter-container { padding: 0.429em 0.857em 0.429em 0.857em; border: 1px solid #191919; color: #dedede; background-color: #252525; margin: 0; - border-bottom: 0 none; -} -body .p-orderlist .p-orderlist-filter-container input { - width: 100%; - padding-right: 2em; - text-indent: 0; -} -body .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { - top: 50%; - margin-top: -0.5em; - left: auto; - right: 1.357em; - color: #252525; -} + border-bottom: 0 none; } + body .p-orderlist .p-orderlist-filter-container input { + width: 100%; + padding-right: 2em; + text-indent: 0; } + body .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { + top: 50%; + margin-top: -.5em; + left: auto; + right: 1.357em; + color: #252525; } body .p-orderlist .p-orderlist-list { border: 1px solid #191919; background-color: #323232; @@ -2492,37 +2056,31 @@ body .p-orderlist .p-orderlist-list { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item { - padding: 0.429em 0.857em; - margin: 0; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #88e9aa; - -moz-box-shadow: inset 0 0 0 0.2em #88e9aa; - box-shadow: inset 0 0 0 0.2em #88e9aa; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - background-color: #1ea04c; - color: #ffffff; -} -body .p-orderlist .p-orderlist-list .p-orderlist-droppoint-highlight { - background-color: #1ea04c; -} + border-bottom-right-radius: 3px; } + body .p-orderlist .p-orderlist-list .p-orderlist-item { + padding: 0.429em 0.857em; + margin: 0; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-orderlist .p-orderlist-list .p-orderlist-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #88e9aa; + -moz-box-shadow: inset 0 0 0 0.2em #88e9aa; + box-shadow: inset 0 0 0 0.2em #88e9aa; } + body .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { + background-color: #1ea04c; + color: #ffffff; } + body .p-orderlist .p-orderlist-list .p-orderlist-droppoint-highlight { + background-color: #1ea04c; } body .p-tree { border: 1px solid #191919; background-color: #323232; @@ -2530,159 +2088,126 @@ body .p-tree { padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree .p-tree-container { - padding: 0.286em; - margin: 0; -} -body .p-tree .p-tree-container .p-treenode { - padding: 0.143em 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content { - padding: 0; - border: 1px solid transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { - vertical-align: middle; - display: inline-block; - float: none; - margin: 0 0.286em 0 0; - color: #888888; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler b .p-tree-toggler-icon { - line-height: 1.25em; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { - vertical-align: middle; - display: inline-block; - margin: 0 0.286em 0 0; - color: #888888; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-label { - margin: 0; - vertical-align: middle; - display: inline-block; - padding: 0.286em 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { - margin: 0 0.286em 0 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background-color: #1ea04c; - color: #ffffff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { - color: #ffffff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-checkbox .p-checkbox-box { - border-color: #ffffff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight-contextmenu { - border: 1px dashed #1ea04c; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover .p-treenode-icon { - color: #dedede; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content > span { - line-height: inherit; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-tree .p-tree-container .p-treenode-droppoint.p-treenode-droppoint-active { - background-color: #1ea04c; -} -body .p-tree.p-tree-horizontal { - padding-left: 0; - padding-right: 0; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content { - border: 1px solid #191919; - background-color: #323232; - color: #dedede; - padding: 0.571em 1em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight { - background-color: #1ea04c; - color: #ffffff; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox .p-icon { - color: #1ea04c; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover { - background-color: inherit; - color: inherit; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-tree .p-tree-filter-container .p-tree-filter { - width: 100%; - padding-right: 2em; -} -body .p-tree .p-tree-filter-container .p-tree-filter-icon { - top: 50%; - left: auto; - margin-top: -0.5em; - right: 0.8em; - color: #252525; -} + border-radius: 3px; } + body .p-tree .p-tree-container { + padding: 0.286em; + margin: 0; } + body .p-tree .p-tree-container .p-treenode { + padding: 0.143em 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content { + padding: 0; + border: 1px solid transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { + vertical-align: middle; + display: inline-block; + float: none; + margin: 0 0.286em 0 0; + color: #888888; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler b + .p-tree-toggler-icon { + line-height: 1.25em; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { + vertical-align: middle; + display: inline-block; + margin: 0 0.286em 0 0; + color: #888888; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-label { + margin: 0; + vertical-align: middle; + display: inline-block; + padding: 0.286em 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { + margin: 0 0.286em 0 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { + background-color: #1ea04c; + color: #ffffff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { + color: #ffffff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-checkbox .p-checkbox-box { + border-color: #ffffff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight-contextmenu { + border: 1px dashed #1ea04c; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover .p-treenode-icon { + color: #dedede; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content > span { + line-height: inherit; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { + background-color: #4c4c4c; + color: #dedede; } + body .p-tree .p-tree-container .p-treenode-droppoint.p-treenode-droppoint-active { + background-color: #1ea04c; } + body .p-tree.p-tree-horizontal { + padding-left: 0; + padding-right: 0; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content { + border: 1px solid #191919; + background-color: #323232; + color: #dedede; + padding: 0.571em 1em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight { + background-color: #1ea04c; + color: #ffffff; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox .p-icon { + color: #1ea04c; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover { + background-color: inherit; + color: inherit; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-tree .p-tree-filter-container .p-tree-filter { + width: 100%; + padding-right: 2em; } + body .p-tree .p-tree-filter-container .p-tree-filter-icon { + top: 50%; + left: auto; + margin-top: -.5em; + right: .8em; + color: #252525; } body .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { background-color: #4c4c4c; - color: #dedede; -} + color: #dedede; } body .p-organizationchart .p-organizationchart-node-content.p-highlight { background-color: #1ea04c; - color: #ffffff; -} -body .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: #0a3519; -} + color: #ffffff; } + body .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { + color: #0a3519; } body .p-organizationchart .p-organizationchart-line-down { - background-color: #191919; -} + background-color: #191919; } body .p-organizationchart .p-organizationchart-line-left { border-right: 1px solid #191919; - border-color: #191919; -} + border-color: #191919; } body .p-organizationchart .p-organizationchart-line-top { border-top: 1px solid #191919; - border-color: #191919; -} + border-color: #191919; } body .p-organizationchart .p-organizationchart-node-content { border: 1px solid #191919; background-color: #323232; color: #dedede; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-organizationchart .p-organizationchart-node-content .p-node-toggler { - bottom: -0.7em; - margin-left: -0.46em; + bottom: -.7em; + margin-left: -.46em; color: #888888; -moz-border-radius: 3px; -webkit-border-radius: 3px; @@ -2690,23 +2215,20 @@ body .p-organizationchart .p-organizationchart-node-content .p-node-toggler { -moz-transition: box-shadow 0.2s; -o-transition: box-shadow 0.2s; -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; -} + transition: box-shadow 0.2s; } + body .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; } body .p-treetable .p-treetable-header, body .p-treetable .p-treetable-footer { background-color: #191919; color: #dedede; border: 1px solid #191919; padding: 0.571em 1em; - text-align: center; -} + text-align: center; } body .p-treetable .p-treetable-header { border-bottom: 0 none; font-weight: 700; @@ -2715,8 +2237,7 @@ body .p-treetable .p-treetable-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-treetable .p-treetable-footer { border-top: 0 none; font-weight: 700; @@ -2725,119 +2246,92 @@ body .p-treetable .p-treetable-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-treetable .p-treetable-thead > tr > th { padding: 0.571em 0.857em; border: 1px solid #191919; font-weight: 700; color: #dedede; background-color: #252525; - text-align: center; -} + text-align: center; } body .p-treetable .p-treetable-tfoot > tr > td { padding: 0.571em 0.857em; border: 1px solid #191919; font-weight: 700; color: #dedede; background-color: #252525; - text-align: center; -} + text-align: center; } body .p-treetable .p-sortable-column { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-treetable .p-sortable-column .p-sortable-column-icon { - color: #888888; -} -body .p-treetable .p-sortable-column:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: #dedede; -} -body .p-treetable .p-sortable-column:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #88e9aa; - -moz-box-shadow: inset 0 0 0 0.2em #88e9aa; - box-shadow: inset 0 0 0 0.2em #88e9aa; -} -body .p-treetable .p-sortable-column.p-highlight { - background-color: #1ea04c; - color: #ffffff; -} -body .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #ffffff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-treetable .p-sortable-column .p-sortable-column-icon { + color: #888888; } + body .p-treetable .p-sortable-column:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { + color: #dedede; } + body .p-treetable .p-sortable-column:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #88e9aa; + -moz-box-shadow: inset 0 0 0 0.2em #88e9aa; + box-shadow: inset 0 0 0 0.2em #88e9aa; } + body .p-treetable .p-sortable-column.p-highlight { + background-color: #1ea04c; + color: #ffffff; } + body .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { + color: #ffffff; } body .p-treetable .p-editable-column input { font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} + font-family: "Open Sans", "Helvetica Neue", sans-serif; } body .p-treetable .p-treetable-tbody > tr { background: #323232; color: #dedede; -moz-transition: background-color 0.2s; -o-transition: background-color 0.2s; -webkit-transition: background-color 0.2s; - transition: background-color 0.2s; -} -body .p-treetable .p-treetable-tbody > tr > td { - background: inherit; - border: 1px solid #191919; - padding: 0.429em 0.857em; -} -body .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { - color: #888888; - vertical-align: middle; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight { - background-color: #1ea04c; - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu { - background-color: #5de18c; - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu .p-treetable-toggler { - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr:focus { - outline: none; -} -body .p-treetable .p-treetable-tbody > tr:focus + tr > td { - box-shadow: 0 -0.2em 0 0 #88e9aa; -} -body .p-treetable .p-treetable-tbody > tr:focus > td { - box-shadow: 0 -0.2em 0 0 #88e9aa, 0 0.2em 0 0 #88e9aa; -} -body .p-treetable .p-treetable-tbody > tr:focus > td:first-child { - box-shadow: 0 -0.2em 0 0 #88e9aa, 0 0.2em 0 0 #88e9aa, -0.1em -0.1em 0 0.1em #88e9aa; -} -body .p-treetable .p-treetable-tbody > tr:focus > td:last-child { - box-shadow: 0 -0.2em 0 0 #88e9aa, 0 0.2em 0 0 #88e9aa, 0.1em -0.1em 0 0.1em #88e9aa; -} + transition: background-color 0.2s; } + body .p-treetable .p-treetable-tbody > tr > td { + background: inherit; + border: 1px solid #191919; + padding: 0.429em 0.857em; } + body .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { + color: #888888; + vertical-align: middle; } + body .p-treetable .p-treetable-tbody > tr.p-highlight { + background-color: #1ea04c; + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu { + background-color: #5de18c; + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu .p-treetable-toggler { + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr:focus { + outline: none; } + body .p-treetable .p-treetable-tbody > tr:focus + tr > td { + box-shadow: 0 -0.2em 0 0 #88e9aa; } + body .p-treetable .p-treetable-tbody > tr:focus > td { + box-shadow: 0 -0.2em 0 0 #88e9aa, 0 0.2em 0 0 #88e9aa; } + body .p-treetable .p-treetable-tbody > tr:focus > td:first-child { + box-shadow: 0 -0.2em 0 0 #88e9aa, 0 0.2em 0 0 #88e9aa, -0.1em -0.1em 0 0.1em #88e9aa; } + body .p-treetable .p-treetable-tbody > tr:focus > td:last-child { + box-shadow: 0 -0.2em 0 0 #88e9aa, 0 0.2em 0 0 #88e9aa, 0.1em -0.1em 0 0.1em #88e9aa; } body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover { cursor: pointer; background-color: #4c4c4c; - color: #dedede; -} -body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover .p-treetable-toggler { - color: #dedede; -} + color: #dedede; } + body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover .p-treetable-toggler { + color: #dedede; } body .p-treetable .p-column-resizer-helper { - background-color: #1ea04c; -} + background-color: #1ea04c; } body .p-treetable .p-treetable-scrollable-header, body .p-treetable .p-treetable-scrollable-footer { - background-color: #191919; -} + background-color: #191919; } body .p-carousel .p-carousel-content .p-carousel-prev, body .p-carousel .p-carousel-content .p-carousel-next { background-color: #1ea04c; @@ -2850,273 +2344,212 @@ body .p-carousel .p-carousel-content .p-carousel-next { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover, -body .p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover { - background-color: #1b9044; - color: #ffffff; - border-color: #1b9044; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover, + body .p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover { + background-color: #1b9044; + color: #ffffff; + border-color: #1b9044; } body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon { width: 20px; height: 6px; background-color: #252525; - margin: 0 0.2em; -} -body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon::before { - content: " "; -} + margin: 0 0.2em; } + body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon::before { + content: ' '; } body .p-carousel .p-carousel-dots-container .p-carousel-dot-item.p-highlight .p-carousel-dot-icon { - background-color: #1ea04c; -} + background-color: #1ea04c; } body .p-messages { margin: 1em 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-messages .p-messages-wrapper { - padding: 1em; -} -body .p-messages.p-messages-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-info .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-info .p-messages-close { - background-color: #7fbcec; - color: #212121; -} -body .p-messages.p-messages-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-success .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-success .p-messages-close { - background-color: #b7d8b7; - color: #212121; -} -body .p-messages.p-messages-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-warn .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-warn .p-messages-close { - background-color: #ffe399; - color: #212121; -} -body .p-messages.p-messages-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-error .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-error .p-messages-close { - background-color: #f8b7bd; - color: #212121; -} -body .p-messages .p-messages-close { - top: -0.769em; - right: -0.769em; - width: 1.538em; - height: 1.538em; - line-height: 1.538em; - text-align: center; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-messages .p-messages-close .p-messages-close-icon { - line-height: inherit; - font-size: 1.5em; -} -body .p-messages .p-messages-close:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; -} -body .p-messages .p-messages-icon { - font-size: 2em; -} + border-radius: 3px; } + body .p-messages .p-messages-wrapper { + padding: 1em; } + body .p-messages.p-messages-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-info .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-info .p-messages-close { + background-color: #7fbcec; + color: #212121; } + body .p-messages.p-messages-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-success .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-success .p-messages-close { + background-color: #b7d8b7; + color: #212121; } + body .p-messages.p-messages-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-warn .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-warn .p-messages-close { + background-color: #ffe399; + color: #212121; } + body .p-messages.p-messages-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-error .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-error .p-messages-close { + background-color: #f8b7bd; + color: #212121; } + body .p-messages .p-messages-close { + top: -0.769em; + right: -0.769em; + width: 1.538em; + height: 1.538em; + line-height: 1.538em; + text-align: center; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-messages .p-messages-close .p-messages-close-icon { + line-height: inherit; + font-size: 1.5em; } + body .p-messages .p-messages-close:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; } + body .p-messages .p-messages-icon { + font-size: 2em; } body .p-message { padding: 0.429em; margin: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-message.p-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-message.p-message-info .p-message-icon { - color: #212121; -} -body .p-message.p-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-message.p-message-success .p-message-icon { - color: #212121; -} -body .p-message.p-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-message.p-message-warn .p-message-icon { - color: #212121; -} -body .p-message.p-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-message.p-message-error .p-message-icon { - color: #212121; -} -body .p-message .p-message-icon { - font-size: 1.25em; -} -body .p-message .p-message-text { - font-size: 1em; -} + border-radius: 3px; } + body .p-message.p-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-message.p-message-info .p-message-icon { + color: #212121; } + body .p-message.p-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-message.p-message-success .p-message-icon { + color: #212121; } + body .p-message.p-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-message.p-message-warn .p-message-icon { + color: #212121; } + body .p-message.p-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-message.p-message-error .p-message-icon { + color: #212121; } + body .p-message .p-message-icon { + font-size: 1.25em; } + body .p-message .p-message-text { + font-size: 1em; } body .p-growl { top: 70px; opacity: 0.9; - filter: alpha(opacity=90); -} -body .p-growl .p-growl-item-container { - margin: 0 0 1em 0; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-growl .p-growl-item-container .p-growl-item { - padding: 1em; -} -body .p-growl .p-growl-item-container .p-growl-item .p-growl-message { - margin: 0 0 0 4em; -} -body .p-growl .p-growl-item-container .p-growl-item .p-growl-image { - font-size: 2.571em; -} -body .p-growl .p-growl-item-container.p-growl-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-icon-close { - color: #212121; -} + filter: alpha(opacity=90); } + body .p-growl .p-growl-item-container { + margin: 0 0 1em 0; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-growl .p-growl-item-container .p-growl-item { + padding: 1em; } + body .p-growl .p-growl-item-container .p-growl-item .p-growl-message { + margin: 0 0 0 4em; } + body .p-growl .p-growl-item-container .p-growl-item .p-growl-image { + font-size: 2.571em; } + body .p-growl .p-growl-item-container.p-growl-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-icon-close { + color: #212121; } body .p-toast { opacity: 0.9; - filter: alpha(opacity=90); -} -body .p-toast .p-toast-item-container { - margin: 0 0 1em 0; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-toast .p-toast-item-container .p-toast-item { - padding: 1em; -} -body .p-toast .p-toast-item-container .p-toast-item .p-toast-message { - margin: 0 0 0 4em; -} -body .p-toast .p-toast-item-container .p-toast-item .p-toast-image { - font-size: 2.571em; -} -body .p-toast .p-toast-item-container.p-toast-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #212121; -} + filter: alpha(opacity=90); } + body .p-toast .p-toast-item-container { + margin: 0 0 1em 0; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-toast .p-toast-item-container .p-toast-item { + padding: 1em; } + body .p-toast .p-toast-item-container .p-toast-item .p-toast-message { + margin: 0 0 0 4em; } + body .p-toast .p-toast-item-container .p-toast-item .p-toast-image { + font-size: 2.571em; } + body .p-toast .p-toast-item-container.p-toast-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { + color: #212121; } body .p-component-overlay { - background-color: rgba(0, 0, 0, 0.4); -} + background-color: rgba(0, 0, 0, 0.4); } body .p-overlaypanel { background-color: #323232; color: #dedede; @@ -3127,50 +2560,41 @@ body .p-overlaypanel { border-radius: 3px; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-overlaypanel .p-overlaypanel-content { - padding: 1em; -} -body .p-overlaypanel .p-overlaypanel-close { - background-color: #1ea04c; - color: #ffffff; - width: 1.538em; - height: 1.538em; - line-height: 1.538em; - text-align: center; - position: absolute; - top: -0.769em; - right: -0.769em; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-overlaypanel .p-overlaypanel-close:hover { - background-color: #18803c; - color: #ffffff; -} -body .p-overlaypanel .p-overlaypanel-close > span { - line-height: inherit; -} -body .p-overlaypanel:after { - border-color: rgba(50, 50, 50, 0); - border-bottom-color: #323232; -} -body .p-overlaypanel:before { - border-color: rgba(25, 25, 25, 0); - border-bottom-color: #191919; -} -body .p-overlaypanel.p-overlaypanel-flipped:after { - border-top-color: #323232; -} -body .p-overlaypanel.p-overlaypanel-flipped:before { - border-top-color: #191919; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-overlaypanel .p-overlaypanel-content { + padding: 1em; } + body .p-overlaypanel .p-overlaypanel-close { + background-color: #1ea04c; + color: #ffffff; + width: 1.538em; + height: 1.538em; + line-height: 1.538em; + text-align: center; + position: absolute; + top: -0.769em; + right: -0.769em; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-overlaypanel .p-overlaypanel-close:hover { + background-color: #18803c; + color: #ffffff; } + body .p-overlaypanel .p-overlaypanel-close > span { + line-height: inherit; } + body .p-overlaypanel:after { + border-color: rgba(50, 50, 50, 0); + border-bottom-color: #323232; } + body .p-overlaypanel:before { + border-color: rgba(25, 25, 25, 0); + border-bottom-color: #191919; } + body .p-overlaypanel.p-overlaypanel-flipped:after { + border-top-color: #323232; } + body .p-overlaypanel.p-overlaypanel-flipped:before { + border-top-color: #191919; } body .p-dialog { padding: 0; -moz-border-radius: 3px; @@ -3178,73 +2602,62 @@ body .p-dialog { border-radius: 3px; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-dialog .p-dialog-titlebar { - border: 1px solid #191919; - background-color: #191919; - color: #dedede; - padding: 1em; - font-weight: 700; - border-bottom: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-dialog .p-dialog-titlebar .p-dialog-title { - margin: 0; - float: none; - font-weight: 700; -} -body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon { - color: #888888; - border: 0 none; - padding: 0; - margin-left: 0.5em; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover { - color: #dedede; -} -body .p-dialog .p-dialog-content { - background-color: #323232; - color: #dedede; - border: 1px solid #191919; - padding: 1em; -} -body .p-dialog .p-dialog-footer { - border: 1px solid #191919; - border-top: 0 none; - background-color: #323232; - color: #dedede; - padding: 0.571em 1em; - margin: 0; - text-align: right; -} -body .p-dialog .p-dialog-footer button { - margin: 0 0.5em 0 0; - width: auto; -} -body .p-dialog.p-confirm-dialog .p-dialog-content { - padding: 1.5em; -} -body .p-dialog.p-confirm-dialog .p-dialog-content > span { - float: none; - display: inline-block; - vertical-align: middle; - line-height: 14px; - margin: 0; -} -body .p-dialog.p-confirm-dialog .p-dialog-content > span.p-icon { - margin-right: 0.35em; - font-size: 16px; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-dialog .p-dialog-titlebar { + border: 1px solid #191919; + background-color: #191919; + color: #dedede; + padding: 1em; + font-weight: 700; + border-bottom: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-dialog .p-dialog-titlebar .p-dialog-title { + margin: 0; + float: none; + font-weight: 700; } + body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon { + color: #888888; + border: 0 none; + padding: 0; + margin-left: 0.5em; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover { + color: #dedede; } + body .p-dialog .p-dialog-content { + background-color: #323232; + color: #dedede; + border: 1px solid #191919; + padding: 1em; } + body .p-dialog .p-dialog-footer { + border: 1px solid #191919; + border-top: 0 none; + background-color: #323232; + color: #dedede; + padding: 0.571em 1em; + margin: 0; + text-align: right; } + body .p-dialog .p-dialog-footer button { + margin: 0 0.5em 0 0; + width: auto; } + body .p-dialog.p-confirm-dialog .p-dialog-content { + padding: 1.5em; } + body .p-dialog.p-confirm-dialog .p-dialog-content > span { + float: none; + display: inline-block; + vertical-align: middle; + line-height: 14px; + margin: 0; } + body .p-dialog.p-confirm-dialog .p-dialog-content > span.p-icon { + margin-right: .35em; + font-size: 16px; } body .p-sidebar { background-color: #323232; color: #dedede; @@ -3252,21 +2665,17 @@ body .p-sidebar { border: 1px solid #191919; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-sidebar .p-sidebar-close { - color: #888888; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-sidebar .p-sidebar-close:hover { - color: #dedede; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-sidebar .p-sidebar-close { + color: #888888; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-sidebar .p-sidebar-close:hover { + color: #dedede; } body .p-sidebar-mask { - transition-duration: 0.2s; -} + transition-duration: 0.2s; } body .p-tooltip .p-tooltip-text { background-color: #4c4c4c; color: #dedede; @@ -3276,76 +2685,62 @@ body .p-tooltip .p-tooltip-text { box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} + border-radius: 3px; } body .p-tooltip.p-tooltip-right .p-tooltip-arrow { - border-right-color: #4c4c4c; -} + border-right-color: #4c4c4c; } body .p-tooltip.p-tooltip-left .p-tooltip-arrow { - border-left-color: #4c4c4c; -} + border-left-color: #4c4c4c; } body .p-tooltip.p-tooltip-top .p-tooltip-arrow { - border-top-color: #4c4c4c; -} + border-top-color: #4c4c4c; } body .p-tooltip.p-tooltip-bottom .p-tooltip-arrow { - border-bottom-color: #4c4c4c; -} + border-bottom-color: #4c4c4c; } body .p-lightbox { -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-lightbox .p-lightbox-caption { - border: 1px solid #191919; - background-color: #191919; - color: #dedede; - padding: 0.571em 1em; - font-weight: 700; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text { - color: #dedede; - margin: 0; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-close { - padding: 0; - color: #888888; - -moz-transition: color 0.2s; - -o-transition: color 0.2s; - -webkit-transition: color 0.2s; - transition: color 0.2s; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-close:hover { - color: #dedede; -} -body .p-lightbox .p-lightbox-content-wrapper { - overflow: hidden; - background-color: #323232; - color: #dedede; - border: 0 none; - padding: 0; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right { - -moz-transition: all 0.2s; - -o-transition: all 0.2s; - -webkit-transition: all 0.2s; - transition: all 0.2s; - font-size: 3em; - color: #dedede; - margin-top: -0.5em; -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover { - -webkit-transform: scale(1.2); - -moz-transform: scale(1.2); - -o-transform: scale(1.2); - -ms-transform: scale(1.2); - transform: scale(1.2); -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-content.p-lightbox-loading ~ a { - display: none; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-lightbox .p-lightbox-caption { + border: 1px solid #191919; + background-color: #191919; + color: #dedede; + padding: 0.571em 1em; + font-weight: 700; } + body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text { + color: #dedede; + margin: 0; } + body .p-lightbox .p-lightbox-caption .p-lightbox-close { + padding: 0; + color: #888888; + -moz-transition: color 0.2s; + -o-transition: color 0.2s; + -webkit-transition: color 0.2s; + transition: color 0.2s; } + body .p-lightbox .p-lightbox-caption .p-lightbox-close:hover { + color: #dedede; } + body .p-lightbox .p-lightbox-content-wrapper { + overflow: hidden; + background-color: #323232; + color: #dedede; + border: 0 none; + padding: 0; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right { + -moz-transition: all 0.2s; + -o-transition: all 0.2s; + -webkit-transition: all 0.2s; + transition: all 0.2s; + font-size: 3em; + color: #dedede; + margin-top: -.5em; } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover { + -webkit-transform: scale(1.2); + -moz-transform: scale(1.2); + -o-transform: scale(1.2); + -ms-transform: scale(1.2); + transform: scale(1.2); } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-content.p-lightbox-loading ~ a { + display: none; } body .p-breadcrumb { background-color: #323232; @@ -3353,106 +2748,85 @@ body .p-breadcrumb { padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-breadcrumb ul li .p-menuitem-link { - color: #dedede; - margin: 0; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-breadcrumb ul li .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; -} -body .p-breadcrumb ul li.p-breadcrumb-chevron { - margin: 0 0.5em 0 0.5em; - color: #888888; -} -body .p-breadcrumb ul li:first-child a { - color: #888888; - margin: 0; -} -body .p-breadcrumb ul li .p-menuitem-icon { - color: #888888; -} + border-radius: 3px; } + body .p-breadcrumb ul li .p-menuitem-link { + color: #dedede; + margin: 0; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-breadcrumb ul li .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; } + body .p-breadcrumb ul li.p-breadcrumb-chevron { + margin: 0 0.5em 0 0.5em; + color: #888888; } + body .p-breadcrumb ul li:first-child a { + color: #888888; + margin: 0; } + body .p-breadcrumb ul li .p-menuitem-icon { + color: #888888; } body .p-steps { - position: relative; -} -body .p-steps .p-steps-item { - background-color: transparent; - text-align: center; -} -body .p-steps .p-steps-item .p-menuitem-link { - display: inline-block; - text-align: center; - background-color: transparent; - overflow: hidden; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-steps .p-steps-item .p-menuitem-link .p-steps-number { - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - display: inline-block; - color: #dedede; - background-color: #191919; - border: 1px solid #191919; - position: relative; - top: 16px; - margin-bottom: 14px; - width: 28px; - height: 28px; - font-size: 16px; - line-height: 24px; - text-align: center; -} -body .p-steps .p-steps-item .p-menuitem-link .p-steps-title { - display: block; - margin-top: 6px; - color: #dedede; -} -body .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; -} -body .p-steps .p-steps-item.p-highlight .p-steps-number { - background: #1ea04c; - color: #ffffff; -} -body .p-steps .p-steps-item.p-highlight .p-steps-title { - font-weight: 700; - color: #dedede; -} -body .p-steps .p-steps-item:last-child .p-menuitem-link { - display: block; -} -body .p-steps:before { - content: " "; - border-top: 1px solid #191919; - width: 100%; - top: 45%; - left: 0; - display: block; - position: absolute; -} + position: relative; } + body .p-steps .p-steps-item { + background-color: transparent; } + body .p-steps .p-steps-item .p-menuitem-link { + background-color: transparent; + overflow: hidden; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-steps .p-steps-item .p-menuitem-link .p-steps-number { + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + display: inline-block; + color: #dedede; + background-color: #191919; + border: 1px solid #191919; + min-width: 28px; + height: 28px; + font-size: 16px; + line-height: 24px; + text-align: center; + position: relative; + z-index: 1; } + body .p-steps .p-steps-item .p-menuitem-link .p-steps-title { + display: block; + margin-top: 6px; + color: #dedede; } + body .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; } + body .p-steps .p-steps-item.p-highlight .p-steps-number { + background: #1ea04c; + color: #ffffff; } + body .p-steps .p-steps-item.p-highlight .p-steps-title { + font-weight: 700; + color: #dedede; } + body .p-steps .p-steps-item:before { + content: ' '; + border-top: 1px solid #191919; + width: 100%; + top: 50%; + left: 0; + display: block; + position: absolute; + margin-top: -14px; } body .p-menu .p-menuitem-link, body .p-menubar .p-menuitem-link, body .p-tieredmenu .p-menuitem-link, @@ -3468,134 +2842,113 @@ body .p-slidemenu .p-menuitem-link { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-menu .p-menuitem-link .p-menuitem-text, -body .p-menubar .p-menuitem-link .p-menuitem-text, -body .p-tieredmenu .p-menuitem-link .p-menuitem-text, -body .p-contextmenu .p-menuitem-link .p-menuitem-text, -body .p-megamenu .p-menuitem-link .p-menuitem-text, -body .p-slidemenu .p-menuitem-link .p-menuitem-text { - color: #dedede; -} -body .p-menu .p-menuitem-link .p-menuitem-icon, -body .p-menubar .p-menuitem-link .p-menuitem-icon, -body .p-tieredmenu .p-menuitem-link .p-menuitem-icon, -body .p-contextmenu .p-menuitem-link .p-menuitem-icon, -body .p-megamenu .p-menuitem-link .p-menuitem-icon, -body .p-slidemenu .p-menuitem-link .p-menuitem-icon { - color: #dedede; - margin-right: 0.5em; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover { - background-color: #4c4c4c; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { - color: #dedede; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { - color: #dedede; -} -body .p-menu .p-menuitem-link:focus, -body .p-menubar .p-menuitem-link:focus, -body .p-tieredmenu .p-menuitem-link:focus, -body .p-contextmenu .p-menuitem-link:focus, -body .p-megamenu .p-menuitem-link:focus, -body .p-slidemenu .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #88e9aa; - -moz-box-shadow: inset 0 0 0 0.2em #88e9aa; - box-shadow: inset 0 0 0 0.2em #88e9aa; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-menu .p-menuitem-link .p-menuitem-text, + body .p-menubar .p-menuitem-link .p-menuitem-text, + body .p-tieredmenu .p-menuitem-link .p-menuitem-text, + body .p-contextmenu .p-menuitem-link .p-menuitem-text, + body .p-megamenu .p-menuitem-link .p-menuitem-text, + body .p-slidemenu .p-menuitem-link .p-menuitem-text { + color: #dedede; } + body .p-menu .p-menuitem-link .p-menuitem-icon, + body .p-menubar .p-menuitem-link .p-menuitem-icon, + body .p-tieredmenu .p-menuitem-link .p-menuitem-icon, + body .p-contextmenu .p-menuitem-link .p-menuitem-icon, + body .p-megamenu .p-menuitem-link .p-menuitem-icon, + body .p-slidemenu .p-menuitem-link .p-menuitem-icon { + color: #dedede; + margin-right: 0.5em; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover { + background-color: #4c4c4c; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { + color: #dedede; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { + color: #dedede; } + body .p-menu .p-menuitem-link:focus, + body .p-menubar .p-menuitem-link:focus, + body .p-tieredmenu .p-menuitem-link:focus, + body .p-contextmenu .p-menuitem-link:focus, + body .p-megamenu .p-menuitem-link:focus, + body .p-slidemenu .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #88e9aa; + -moz-box-shadow: inset 0 0 0 0.2em #88e9aa; + box-shadow: inset 0 0 0 0.2em #88e9aa; } body .p-menu { padding: 0; background-color: #252525; border: 1px solid #191919; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-menu .p-menuitem { - margin: 0; -} -body .p-menu.p-menu-overlay { - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-menu .p-submenu-header { - margin: 0; - padding: 0.714em 0.857em; - color: #dedede; - background-color: #191919; - font-weight: 700; - border: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-menu .p-menu-separator { - border: 1px solid #191919; - border-width: 1px 0 0 0; -} + border-radius: 3px; } + body .p-menu .p-menuitem { + margin: 0; } + body .p-menu.p-menu-overlay { + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-menu .p-submenu-header { + margin: 0; + padding: 0.714em 0.857em; + color: #dedede; + background-color: #191919; + font-weight: 700; + border: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-menu .p-menu-separator { + border: 1px solid #191919; + border-width: 1px 0 0 0; } body .p-menubar { padding: 0; background-color: #252525; border: 1px solid #191919; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { - padding: 0.714em 0.857em; -} -body .p-menubar .p-submenu-list { - padding: 0; - background-color: #252525; - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-menubar .p-submenu-list .p-menuitem { - margin: 0; -} -body .p-menubar .p-submenu-list .p-menu-separator { - border: 1px solid #191919; - border-width: 1px 0 0 0; -} -body .p-menubar .p-menuitem { - margin: 0; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #1ea04c; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #ffffff; -} + border-radius: 3px; } + body .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { + padding: 0.714em 0.857em; } + body .p-menubar .p-submenu-list { + padding: 0; + background-color: #252525; + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-menubar .p-submenu-list .p-menuitem { + margin: 0; } + body .p-menubar .p-submenu-list .p-menu-separator { + border: 1px solid #191919; + border-width: 1px 0 0 0; } + body .p-menubar .p-menuitem { + margin: 0; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #1ea04c; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #ffffff; } body .p-contextmenu { padding: 0; background-color: #252525; @@ -3605,351 +2958,277 @@ body .p-contextmenu { box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-contextmenu .p-submenu-list { - padding: 0; - background-color: #252525; - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-contextmenu .p-menuitem { - margin: 0; -} -body .p-contextmenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #1ea04c; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #ffffff; -} -body .p-contextmenu .p-menu-separator { - border: 1px solid #191919; - border-width: 1px 0 0 0; -} + border-radius: 3px; } + body .p-contextmenu .p-submenu-list { + padding: 0; + background-color: #252525; + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-contextmenu .p-menuitem { + margin: 0; } + body .p-contextmenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #1ea04c; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #ffffff; } + body .p-contextmenu .p-menu-separator { + border: 1px solid #191919; + border-width: 1px 0 0 0; } body .p-tieredmenu { padding: 0; background-color: #252525; border: 1px solid #191919; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tieredmenu .p-submenu-list { - padding: 0; - background-color: #252525; - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-tieredmenu .p-menuitem { - margin: 0; -} -body .p-tieredmenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #1ea04c; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #ffffff; -} -body .p-tieredmenu .p-menu-separator { - border: 1px solid #191919; - border-width: 1px 0 0 0; -} -body .p-tieredmenu.p-menu-overlay { - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} + border-radius: 3px; } + body .p-tieredmenu .p-submenu-list { + padding: 0; + background-color: #252525; + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-tieredmenu .p-menuitem { + margin: 0; } + body .p-tieredmenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #1ea04c; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #ffffff; } + body .p-tieredmenu .p-menu-separator { + border: 1px solid #191919; + border-width: 1px 0 0 0; } + body .p-tieredmenu.p-menu-overlay { + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } body .p-slidemenu { padding: 0; background-color: #252525; border: 1px solid #191919; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-slidemenu .p-submenu-list { - padding: 0; - background-color: #252525; - border: 0 none; -} -body .p-slidemenu .p-menuitem { - margin: 0; -} -body .p-slidemenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #1ea04c; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #ffffff; -} -body .p-slidemenu .p-slidemenu-backward { - margin: 0; - padding: 0.571em 1em; - color: #dedede; - background-color: #191919; - font-weight: 700; - border: 0 none; -} -body .p-slidemenu .p-slidemenu-backward:hover { - background-color: #191919; - color: #dedede; -} -body .p-slidemenu .p-menu-separator { - border: 1px solid #191919; - border-width: 1px 0 0 0; -} -body .p-slidemenu.p-menu-overlay { - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} + border-radius: 3px; } + body .p-slidemenu .p-submenu-list { + padding: 0; + background-color: #252525; + border: 0 none; } + body .p-slidemenu .p-menuitem { + margin: 0; } + body .p-slidemenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #1ea04c; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #ffffff; } + body .p-slidemenu .p-slidemenu-backward { + margin: 0; + padding: 0.571em 1em; + color: #dedede; + background-color: #191919; + font-weight: 700; + border: 0 none; } + body .p-slidemenu .p-slidemenu-backward:hover { + background-color: #191919; + color: #dedede; } + body .p-slidemenu .p-menu-separator { + border: 1px solid #191919; + border-width: 1px 0 0 0; } + body .p-slidemenu.p-menu-overlay { + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } body .p-tabmenu { - border: 0 none; -} -body .p-tabmenu .p-tabmenu-nav { - padding: 0; - background: transparent; - border-bottom: 1px solid #191919; -} -body .p-tabmenu .p-tabmenu-nav:after { - content: ""; - display: table; - clear: both; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - margin-bottom: -1px; - border: 1px solid #191919; - background-color: #191919; - color: #dedede; - padding: 0.571em 1em; - margin-right: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-text { - color: #dedede; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { - color: #888888; - margin-right: 0.5em; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { - background-color: #191919; - border: 1px solid #191919; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-text { - color: #1ea04c; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-icon { - color: #dedede; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { - background-color: #1ea04c; - border: 1px solid #1ea04c; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-icon { - color: #ffffff; -} + border: 0 none; } + body .p-tabmenu .p-tabmenu-nav { + padding: 0; + background: transparent; + border-bottom: 1px solid #191919; } + body .p-tabmenu .p-tabmenu-nav:after { + content: ""; + display: table; + clear: both; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { + margin-bottom: -1px; + border: 1px solid #191919; + background-color: #191919; + color: #dedede; + padding: 0.571em 1em; + margin-right: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-text { + color: #dedede; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { + color: #888888; + margin-right: 0.5em; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { + background-color: #191919; + border: 1px solid #191919; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-text { + color: #1ea04c; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-icon { + color: #dedede; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { + background-color: #1ea04c; + border: 1px solid #1ea04c; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-icon { + color: #ffffff; } body .p-megamenu { padding: 0; background-color: #252525; border: 1px solid #191919; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-megamenu .p-megamenu-submenu-header { - margin: 0; - padding: 0.571em 1em; - color: #dedede; - background-color: #191919; - font-weight: 700; - border: 0 none; -} -body .p-megamenu .p-megamenu-panel { - padding: 0; - background-color: #252525; - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-megamenu .p-menuitem { - margin: 0; -} -body .p-megamenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #1ea04c; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #ffffff; -} -body .p-megamenu.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { - right: 0.429em; -} + border-radius: 3px; } + body .p-megamenu .p-megamenu-submenu-header { + margin: 0; + padding: 0.571em 1em; + color: #dedede; + background-color: #191919; + font-weight: 700; + border: 0 none; } + body .p-megamenu .p-megamenu-panel { + padding: 0; + background-color: #252525; + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-megamenu .p-menuitem { + margin: 0; } + body .p-megamenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #1ea04c; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #ffffff; } + body .p-megamenu.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { + right: 0.429em; } body .p-panelmenu .p-icon { - position: static; -} + position: static; } body .p-panelmenu .p-panelmenu-panel .p-panelmenu-header { - margin-top: 2px; -} + margin-top: 2px; } body .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header { - margin-top: 0; -} + margin-top: 0; } body .p-panelmenu .p-panelmenu-header { - padding: 0; -} -body .p-panelmenu .p-panelmenu-header > a { - border: 1px solid #191919; - background-color: #191919; - color: #dedede; - padding: 0.714em 0.857em; - font-weight: 700; - position: static; - font-size: 14px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { - color: #888888; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-right:before { - content: ""; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-down:before { - content: ""; -} -body .p-panelmenu .p-panelmenu-header > a:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; - z-index: 100; -} -body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover { - outline: 0 none; - border: 1px solid #191919; - background-color: #191919; - color: #1ea04c; -} -body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover .p-panelmenu-icon { - color: #1ea04c; -} -body .p-panelmenu .p-panelmenu-header.p-highlight { - margin-bottom: 0; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a { - border: 1px solid #1ea04c; - background-color: #1ea04c; - color: #ffffff; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a .p-panelmenu-icon { - color: #ffffff; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover { - outline: 0 none; - border: 1px solid #18803c; - background-color: #18803c; - color: #ffffff; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover .p-panelmenu-icon { - color: #ffffff; -} + padding: 0; } + body .p-panelmenu .p-panelmenu-header > a { + border: 1px solid #191919; + background-color: #191919; + color: #dedede; + padding: 0.714em 0.857em; + font-weight: 700; + position: static; + font-size: 14px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { + color: #888888; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-right:before { + content: ""; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-down:before { + content: ""; } + body .p-panelmenu .p-panelmenu-header > a:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; + z-index: 100; } + body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover { + outline: 0 none; + border: 1px solid #191919; + background-color: #191919; + color: #1ea04c; } + body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover .p-panelmenu-icon { + color: #1ea04c; } + body .p-panelmenu .p-panelmenu-header.p-highlight { + margin-bottom: 0; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a { + border: 1px solid #1ea04c; + background-color: #1ea04c; + color: #ffffff; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a .p-panelmenu-icon { + color: #ffffff; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover { + outline: 0 none; + border: 1px solid #18803c; + background-color: #18803c; + color: #ffffff; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover .p-panelmenu-icon { + color: #ffffff; } body .p-panelmenu .p-panelmenu-panel:first-child { - margin-top: 0; -} + margin-top: 0; } body .p-panelmenu .p-panelmenu-content { padding: 0; background-color: #252525; border: 1px solid #191919; margin-top: 0; position: static; - border-top: 0 none; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem { - margin: 0; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { - padding: 0.714em 0.857em; - color: #dedede; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover { - background-color: #4c4c4c; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-icon, body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-panelmenu-icon { - color: #dedede; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-text { - color: #dedede; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #88e9aa; - -moz-box-shadow: inset 0 0 0 0.2em #88e9aa; - box-shadow: inset 0 0 0 0.2em #88e9aa; -} + border-top: 0 none; } + body .p-panelmenu .p-panelmenu-content .p-menuitem { + margin: 0; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { + padding: 0.714em 0.857em; + color: #dedede; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover { + background-color: #4c4c4c; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-icon, body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-panelmenu-icon { + color: #dedede; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-text { + color: #dedede; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #88e9aa; + -moz-box-shadow: inset 0 0 0 0.2em #88e9aa; + box-shadow: inset 0 0 0 0.2em #88e9aa; } body .p-progressbar { border: 0 none; @@ -3957,61 +3236,49 @@ body .p-progressbar { background-color: #eaeaea; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-progressbar .p-progressbar-value { - border: 0 none; - margin: 0; - background: #1ea04c; -} -body .p-progressbar .p-progressbar-label { - margin-top: 0; - color: #dedede; - line-height: 24px; -} + border-radius: 3px; } + body .p-progressbar .p-progressbar-value { + border: 0 none; + margin: 0; + background: #1ea04c; } + body .p-progressbar .p-progressbar-label { + margin-top: 0; + color: #dedede; + line-height: 24px; } body .p-terminal { background-color: #323232; color: #dedede; border: 1px solid #191919; - padding: 0.571em 1em; -} -body .p-terminal .p-terminal-input { - font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} -body .p-terminal .p-terminal-command { - height: 16px; -} + padding: 0.571em 1em; } + body .p-terminal .p-terminal-input { + font-size: 14px; + font-family: "Open Sans", "Helvetica Neue", sans-serif; } + body .p-terminal .p-terminal-command { + height: 16px; } body .p-inplace { - min-height: 2.357em; -} -body .p-inplace .p-inplace-display { - padding: 0.429em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-inplace .p-inplace-display:not(.p-disabled):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-inplace .p-inplace-display:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #88e9aa; - -moz-box-shadow: 0 0 0 0.2em #88e9aa; - box-shadow: 0 0 0 0.2em #88e9aa; -} + min-height: 2.357em; } + body .p-inplace .p-inplace-display { + padding: 0.429em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-inplace .p-inplace-display:not(.p-disabled):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-inplace .p-inplace-display:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #88e9aa; + -moz-box-shadow: 0 0 0 0.2em #88e9aa; + box-shadow: 0 0 0 0.2em #88e9aa; } body .p-fluid .p-inplace.p-inplace-closable .p-inplace-content > :first-child { display: inline-block; - width: calc(100% - 2.357em); -} + width: calc(100% - 2.357em); } body .p-blockui { - transition-duration: 0.2s; -} + transition-duration: 0.2s; } /* Add your customizations of theme here */ diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index 736a5287c..0c4959382 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -1,1253 +1,1040 @@ @charset "UTF-8"; /* open-sans-300 - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: url("./fonts/open-sans-v15-latin-300.eot"); /* IE9 Compat Modes */ src: local("Open Sans Light"), local("OpenSans-Light"), url("./fonts/open-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-300.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-300.woff") format("woff"), url("./fonts/open-sans-v15-latin-300.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-300.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } /* open-sans-regular - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: url("./fonts/open-sans-v15-latin-regular.eot"); /* IE9 Compat Modes */ src: local("Open Sans Regular"), local("OpenSans-Regular"), url("./fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-regular.woff") format("woff"), url("./fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } /* open-sans-700 - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: url("./fonts/open-sans-v15-latin-700.eot"); /* IE9 Compat Modes */ src: local("Open Sans Bold"), local("OpenSans-Bold"), url("./fonts/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-700.woff") format("woff"), url("./fonts/open-sans-v15-latin-700.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-700.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; - box-sizing: border-box; -} + box-sizing: border-box; } body .p-component { font-family: "Open Sans", "Helvetica Neue", sans-serif; font-size: 14px; - text-decoration: none; -} + text-decoration: none; } body a { color: #cc285c; - text-decoration: none; -} -body a:hover { - color: #b72452; -} -body a:active { - color: #a32049; -} + text-decoration: none; } + body a:hover { + color: #b72452; } + body a:active { + color: #a32049; } body .p-disabled, body .p-component:disabled { opacity: 0.5; - filter: alpha(opacity=50); -} + filter: alpha(opacity=50); } body .pi { - font-size: 1.25em; -} + font-size: 1.25em; } body .p-link { font-size: 14px; font-family: "Open Sans", "Helvetica Neue", sans-serif; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; -} + border-radius: 3px; } + body .p-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; } body { - /* Validations */ -} -body .p-inputtext { - font-size: 14px; - color: #dedede; - background: #585858; - padding: 0.429em; - border: 1px solid #585858; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-inputtext:enabled:hover { - border-color: #cc285c; -} -body .p-inputtext:enabled:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; - border-color: #cc285c; -} -body .p-checkbox { - display: inline-block; - vertical-align: middle; - margin: 0; - width: 20px; - height: 20px; -} -body .p-checkbox .p-checkbox-box { - border: 1px solid #585858; - background-color: #585858; - width: 20px; - height: 20px; - text-align: center; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; -} -body .p-checkbox .p-checkbox-box:not(.p-disabled):hover { - border-color: #cc285c; -} -body .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; - border-color: #cc285c; -} -body .p-checkbox .p-checkbox-box.p-highlight { - border-color: #cc285c; - background-color: #cc285c; - color: #ffffff; -} -body .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { - border-color: #a32049; - background-color: #a32049; - color: #ffffff; -} -body .p-checkbox .p-checkbox-box .p-checkbox-icon { - overflow: hidden; - position: relative; - font-size: 18px; -} -body .p-checkbox-label { - margin: 0 0 0 0.5em; -} -body .p-radiobutton { - display: inline-block; - vertical-align: middle; - margin: 0; - width: 20px; - height: 20px; -} -body .p-radiobutton .p-radiobutton-box { - border: 1px solid #585858; - background-color: #585858; - width: 20px; - height: 20px; - text-align: center; - position: relative; - -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; -} -body .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { - border-color: #cc285c; -} -body .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; - border-color: #cc285c; -} -body .p-radiobutton .p-radiobutton-box.p-highlight { - border-color: #cc285c; - background-color: #cc285c; - color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon { - background-color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { - border-color: #a32049; - background-color: #a32049; - color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - background: transparent; - width: 10px; - height: 10px; - display: inline-block; - position: absolute; - left: 50%; - top: 50%; - margin-left: -5px; - margin-top: -5px; - -moz-transition: background-color 0.2s; - -o-transition: background-color 0.2s; - -webkit-transition: background-color 0.2s; - transition: background-color 0.2s; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; -} -body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon:before { - display: none; -} -body .p-radiobutton-label { - margin: 0 0 0 0.5em; -} -body .p-inputswitch { - width: 3em; - height: 1.75em; -} -body .p-inputswitch .p-inputswitch-slider { - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - border-radius: 30px; - background: #585858; -} -body .p-inputswitch .p-inputswitch-slider:before { - background-color: #323232; - height: 1.25em; - width: 1.25em; - left: 0.25em; - bottom: 0.25em; - border-radius: 50%; - -webkit-transition: 0.2s; - transition: 0.2s; -} -body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { - -webkit-transform: translateX(1.25em); - -ms-transform: translateX(1.25em); - transform: translateX(1.25em); -} -body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; -} -body .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { - background-color: #585858; -} -body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { - background-color: #cc285c; -} -body .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { - background-color: #b72452; -} -body .p-autocomplete .p-autocomplete-input { - padding: 0.429em; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { - padding: 0.2145em 0.429em; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: #cc285c; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; - border-color: #cc285c; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { - margin: 0; - padding: 0.2145em 0; - color: #dedede; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input { - font-family: "Open Sans", "Helvetica Neue", sans-serif; - font-size: 14px; - padding: 0; - margin: 0; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { - font-size: 14px; - padding: 0.2145em 0.429em; - margin: 0 0.286em 0 0; - background: #cc285c; - color: #ffffff; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-autocomplete-panel { - padding: 0; - border: 1px solid #191919; - background-color: #323232; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-autocomplete-panel .p-autocomplete-items { - padding: 0; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item:hover { - color: #dedede; - background-color: #4c4c4c; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item.p-highlight { - color: #ffffff; - background-color: #cc285c; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group { - padding: 0.429em 0.857em; - background-color: #585858; - color: #dedede; -} -body .p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button { - width: 2.357em; -} -body .p-fluid .p-autocomplete.p-autocomplete-multiple.p-autocomplete-dd .p-autocomplete-multiple-container { - border-right: 0 none; - width: calc(100% - 2.357em); -} -body .p-fluid .p-autocomplete.p-autocomplete-dd .p-inputtext { - border-right: 0 none; - width: calc(100% - 2.357em); -} -body .p-chips > ul.p-inputtext { - padding: 0.2145em 0.429em; - display: inline-block; -} -body .p-chips > ul.p-inputtext:not(.p-disabled):hover { - border-color: #cc285c; -} -body .p-chips > ul.p-inputtext:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; - border-color: #cc285c; -} -body .p-chips > ul.p-inputtext .p-chips-input-token { - padding: 0.2145em 0; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input { - font-family: "Open Sans", "Helvetica Neue", sans-serif; - font-size: 14px; - padding: 0; - margin: 0; - color: #dedede; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input:hover { - border: 0 none; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input:focus { - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; - outline: 0 none; - border: 0 none; -} -body .p-chips > ul.p-inputtext .p-chips-token { - font-size: 14px; - padding: 0.2145em 0.429em; - margin: 0 0.286em 0 0; - background: #cc285c; - color: #ffffff; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown { - background: #585858; - border: 1px solid #585858; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown:not(.p-disabled):hover { - border-color: #cc285c; -} -body .p-dropdown:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; - border-color: #cc285c; -} -body .p-dropdown .p-dropdown-label { - padding-right: 2em; -} -body .p-dropdown .p-dropdown-label.p-placeholder { - color: #9b9b9b; -} -body .p-dropdown .p-dropdown-label:focus { - outline: 0 none; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; -} -body .p-dropdown .p-dropdown-trigger { - background-color: #585858; - width: 2em; - line-height: 2em; - text-align: center; - padding: 0; - color: #dedede; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown .p-dropdown-clear-icon { - color: #dedede; -} -body .p-dropdown-panel { - padding: 0; - border: 1px solid #191919; - background-color: #323232; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-dropdown-panel .p-dropdown-filter-container { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #191919; - color: #dedede; - background-color: #252525; - margin: 0; -} -body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter { - width: 100%; - padding-right: 2em; -} -body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon { - top: 50%; - margin-top: -0.5em; - right: 1.357em; - color: #252525; -} -body .p-dropdown-panel .p-dropdown-items { - padding: 0; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group.p-highlight { - color: #ffffff; - background-color: #cc285c; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover { - color: #dedede; - background-color: #4c4c4c; -} -body .p-multiselect { - background: #585858; - border: 1px solid #585858; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-multiselect:not(.p-disabled):hover { - border-color: #cc285c; -} -body .p-multiselect:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; - border-color: #cc285c; -} -body .p-multiselect .p-multiselect-label { - padding: 0.429em; - padding-right: 2em; - font-weight: 400; - color: #dedede; -} -body .p-multiselect .p-multiselect-label.p-placeholder { - color: #9b9b9b; -} -body .p-multiselect .p-multiselect-trigger { - background-color: #585858; - width: 2em; - line-height: 2em; - text-align: center; - padding: 0; - color: #dedede; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-multiselect-panel { - padding: 0; - border: 1px solid #191919; - background-color: #323232; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-multiselect-panel .p-multiselect-header { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #191919; - color: #dedede; - background-color: #252525; - margin: 0; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container { - float: none; - width: 70%; - display: inline-block; - vertical-align: middle; - margin-left: 0; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { - padding: 0.429em; - padding-right: 2em; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { - color: #252525; - top: 50%; - margin-top: -0.5em; - right: 0.5em; - left: auto; -} -body .p-multiselect-panel .p-multiselect-header .p-checkbox { - margin-right: 0.5em; - float: none; - vertical-align: middle; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-close { - line-height: 1; - color: #888888; - top: 50%; - margin-top: -0.5em; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-multiselect-panel .p-multiselect-items { - padding: 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { - color: #dedede; - background-color: #4c4c4c; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: inset 0 0 0 0.2em #f1b6c8; - box-shadow: inset 0 0 0 0.2em #f1b6c8; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { - color: #ffffff; - background-color: #cc285c; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { - position: static; - display: inline-block; - vertical-align: middle; - margin: 0 0.5em 0 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item label { - display: inline-block; - vertical-align: middle; -} -body .p-listbox { - padding: 0; - min-width: 12em; - background: #323232; - border: 1px solid #191919; -} -body .p-listbox .p-checkbox { - margin: 0 0.5em 0 0; -} -body .p-listbox .p-listbox-header { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #191919; - color: #dedede; - background-color: #252525; - margin: 0; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-listbox .p-listbox-header .p-listbox-filter-container input { - padding: 0.429em; - padding-right: 2em; -} -body .p-listbox .p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon { - top: 50%; - left: auto; - margin-top: -0.5em; - right: 0.5em; - color: #252525; -} -body .p-listbox .p-listbox-list { - background-color: #323232; -} -body .p-listbox .p-listbox-list .p-listbox-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-listbox .p-listbox-list .p-listbox-item.p-highlight { - color: #ffffff; - background-color: #cc285c; -} -body .p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: inset 0 0 0 0.2em #f1b6c8; - box-shadow: inset 0 0 0 0.2em #f1b6c8; -} -body .p-listbox .p-listbox-list .p-listbox-item .p-checkbox { - position: static; - display: inline-block; - vertical-align: middle; - margin: 0 0.5em 0 0; -} -body .p-listbox .p-listbox-list .p-listbox-item label { - display: inline-block; - vertical-align: middle; -} -body .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { - color: #dedede; - background-color: #4c4c4c; -} -body .p-listbox.p-disabled .p-checkbox-box:not(.p-disabled):not(.p-highlight):hover { - border: 1px solid #585858; -} -body .p-listbox .p-listbox-list-wrapper { - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-listbox .p-listbox-footer { - padding: 0.429em 0.857em 0.429em 0.857em; - border-top: 1px solid #191919; - color: #dedede; - background-color: #252525; -} -body .p-editor-container .p-editor-toolbar { - border: 1px solid #191919; - background-color: #191919; -} -body .p-editor-container .p-editor-content { - border: 1px solid #191919; -} -body .p-editor-container .p-editor-content .ql-editor { - background-color: #585858; - color: #dedede; -} -body .p-editor-container .ql-picker.ql-expanded .ql-picker-label { - color: #dedede; -} -body .p-editor-container .ql-stroke { - stroke: #dedede; -} -body .p-editor-container .ql-picker-label { - color: #dedede; -} -body .p-editor-container .ql-snow.ql-toolbar button:hover, -body .p-editor-container .ql-snow .ql-toolbar button:hover, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { - color: #cc285c; -} -body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { - stroke: #cc285c; -} -body .p-rating .p-rating-icon { - font-size: 20px; - text-align: center; - display: inline-block; - color: #dedede; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-rating .p-rating-icon.p-rating-cancel { - color: #CD3A3A; -} -body .p-rating .p-rating-icon:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; -} -body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { - color: #cc285c; -} -body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { - color: #d76161; -} -body .p-spinner .p-spinner-input { - padding-right: 2.786em; -} -body .p-spinner .p-spinner-button { - width: 2.357em; -} -body .p-spinner .p-spinner-button .p-spinner-button-icon { - position: absolute; - top: 50%; - left: 50%; - margin-top: -0.5em; - margin-left: -0.5em; - width: 1em; -} -body .p-spinner .p-spinner-button.p-spinner-button { - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-up { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-down { - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-spinner .p-spinner-button.p-spinner-button:focus { - z-index: 1; -} -body .p-fluid .p-spinner .p-spinner-input { - padding-right: 2.786em; -} -body .p-fluid .p-spinner .p-spinner-button { - width: 2.357em; -} -body .p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon { - left: 50%; -} -body .p-slider { - background-color: #585858; - border: 0 none; -} -body .p-slider.p-slider-horizontal { - height: 0.286em; -} -body .p-slider.p-slider-horizontal .p-slider-handle { - top: 50%; - margin-top: -0.5715em; -} -body .p-slider.p-slider-vertical { - width: 0.286em; -} -body .p-slider.p-slider-vertical .p-slider-handle { - left: 50%; - margin-left: -0.5715em; -} -body .p-slider .p-slider-handle { - height: 1.143em; - width: 1.143em; - background-color: #4c4c4c; - border: 2px solid #cc285c; - -moz-border-radius: 100%; - -webkit-border-radius: 100%; - border-radius: 100%; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-slider .p-slider-handle:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; -} -body .p-slider .p-slider-range { - background-color: #cc285c; -} -body .p-slider:not(.p-disabled) .p-slider-handle:hover { - background-color: #cc285c; - border: 2px solid #cc285c; -} -body .p-datepicker { - padding: 0.857em; - min-width: 20em; - background-color: #323232; - color: #dedede; - border: 1px solid #191919; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker:not(.p-datepicker-inline) { - border: 1px solid #191919; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:hover, -body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:hover { - color: #dedede; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled) { - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { - background-color: #4c4c4c; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker { - margin: 0.857em 0 0 0; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month { - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled) { - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { - background-color: #4c4c4c; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; -} -body .p-datepicker .p-datepicker-header { - padding: 0.429em 0.857em 0.429em 0.857em; - background-color: #252525; - color: #dedede; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-datepicker .p-datepicker-header .p-datepicker-prev, -body .p-datepicker .p-datepicker-header .p-datepicker-next { - cursor: pointer; - top: 0; - color: #888888; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title { - margin: 0; - padding: 0; - line-height: 1; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title select { - margin-top: -0.35em; - margin-bottom: 0; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; - border-color: #cc285c; -} -body .p-datepicker table { - font-size: 14px; - margin: 0.857em 0 0 0; -} -body .p-datepicker table th { - padding: 0.5em; -} -body .p-datepicker table td { - padding: 0.5em; -} -body .p-datepicker table td > span { - display: block; - text-align: center; - color: #dedede; - cursor: pointer; - padding: 0.5em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker table td > span.p-highlight { - color: #ffffff; - background-color: #cc285c; -} -body .p-datepicker table td.p-datepicker-today > span { - background-color: #a32049; - color: #ffffff; -} -body .p-datepicker table td.p-datepicker-today > span.p-highlight { - color: #ffffff; - background-color: #cc285c; -} -body .p-datepicker .p-datepicker-buttonbar { - border-top: 1px solid #3f3f3f; -} -body .p-datepicker .p-timepicker { - border: 0 none; - border-top: 1px solid #3f3f3f; - padding: 0.857em; -} -body .p-datepicker .p-timepicker button { - color: #888888; - font-size: 1.286em; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-timepicker button:hover { - color: #dedede; -} -body .p-datepicker .p-timepicker span { - font-size: 1.286em; -} -body .p-datepicker .p-monthpicker .p-monthpicker-month { - color: #dedede; -} -body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { - color: #ffffff; - background-color: #cc285c; -} -body .p-datepicker.p-datepicker-timeonly { - padding: 0; -} -body .p-datepicker.p-datepicker-timeonly .p-timepicker { - border-top: 0 none; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { - border-right: 1px solid #3f3f3f; - padding-right: 0.857em; - padding-left: 0.857em; - padding-top: 0; - padding-bottom: 0; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child { - padding-left: 0; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child { - padding-right: 0; - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-inputtext { - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-error), body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-error) { - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button { - width: 2.357em; - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; -} -body .p-fluid .p-calendar.p-calendar-w-btn .p-inputtext { - width: calc(100% - 2.357em); -} -body .p-fileupload .p-fileupload-buttonbar { - background-color: #191919; - padding: 0.571em 1em; - border: 1px solid #191919; - color: #dedede; - border-bottom: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-fileupload .p-fileupload-buttonbar .p-button { - margin-right: 8px; -} -body .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; -} -body .p-fileupload .p-fileupload-content { - background-color: #323232; - padding: 0.571em 1em; - border: 1px solid #191919; - color: #dedede; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-fileupload .p-progressbar { - top: 0; -} -body .p-fileupload-choose:not(.p-disabled):hover { - background-color: #b72452; - color: #ffffff; - border-color: #b72452; -} -body .p-fileupload-choose:not(.p-disabled):active { - background-color: #a32049; - color: #ffffff; - border-color: #a32049; -} -body .p-password-panel { - padding: 12px; - background-color: #323232; - color: #dedede; - border: 1px solid #191919; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-inputgroup .p-inputgroup-addon { - border-color: #191919; - background-color: #252525; - color: #888888; - padding: 0.429em; - min-width: 2em; -} -body .p-inputgroup .p-inputgroup-addon:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-inputgroup .p-inputgroup-addon:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox { - position: relative; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox .p-checkbox { - position: absolute; - top: 50%; - left: 50%; - margin-left: -10px; - margin-top: -10px; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton { - position: relative; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton .p-radiobutton { - position: absolute; - top: 50%; - left: 50%; - margin-left: -10px; - margin-top: -10px; -} -body .p-inputgroup .p-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-inputgroup .p-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-inputgroup .p-inputtext:focus { - z-index: 1; -} -body .p-fluid .p-inputgroup .p-button { - width: auto; -} -body .p-fluid .p-inputgroup .p-button.p-button-icon-only { - width: 2.357em; -} -body ::-webkit-input-placeholder { - color: #9b9b9b; -} -body :-moz-placeholder { - color: #9b9b9b; -} -body ::-moz-placeholder { - color: #9b9b9b; -} -body :-ms-input-placeholder { - color: #9b9b9b; -} -body .p-inputtext.p-error, -body .p-dropdown.p-error, -body .p-autocomplete.p-error > .p-inputtext, -body .p-calendar.p-error > .p-inputtext, -body .p-chips.p-error > .p-inputtext, -body .p-checkbox.p-error > .p-checkbox-box, -body .p-radiobutton.p-error > .p-radiobutton-box, -body .p-inputswitch.p-error, -body .p-listbox.p-error, -body .p-multiselect.p-error, -body .p-spinner.p-error > .p-inputtext, -body .p-selectbutton.p-error > .p-button, -body .p-togglebutton.p-error > .p-button { - border: 1px solid #CD3A3A; -} + /* Validations */ } + body .p-inputtext { + font-size: 14px; + color: #dedede; + background: #585858; + padding: 0.429em; + border: 1px solid #585858; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-inputtext:enabled:hover { + border-color: #cc285c; } + body .p-inputtext:enabled:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; + border-color: #cc285c; } + body .p-checkbox { + display: inline-block; + vertical-align: middle; + margin: 0; + width: 20px; + height: 20px; } + body .p-checkbox .p-checkbox-box { + border: 1px solid #585858; + background-color: #585858; + width: 20px; + height: 20px; + text-align: center; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; } + body .p-checkbox .p-checkbox-box:not(.p-disabled):hover { + border-color: #cc285c; } + body .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; + border-color: #cc285c; } + body .p-checkbox .p-checkbox-box.p-highlight { + border-color: #cc285c; + background-color: #cc285c; + color: #ffffff; } + body .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { + border-color: #a32049; + background-color: #a32049; + color: #ffffff; } + body .p-checkbox .p-checkbox-box .p-checkbox-icon { + overflow: hidden; + position: relative; + font-size: 18px; } + body .p-checkbox-label { + margin: 0 0 0 0.5em; } + body .p-radiobutton { + display: inline-block; + vertical-align: middle; + margin: 0; + width: 20px; + height: 20px; } + body .p-radiobutton .p-radiobutton-box { + border: 1px solid #585858; + background-color: #585858; + width: 20px; + height: 20px; + text-align: center; + position: relative; + -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; } + body .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { + border-color: #cc285c; } + body .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; + border-color: #cc285c; } + body .p-radiobutton .p-radiobutton-box.p-highlight { + border-color: #cc285c; + background-color: #cc285c; + color: #ffffff; } + body .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon { + background-color: #ffffff; } + body .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { + border-color: #a32049; + background-color: #a32049; + color: #ffffff; } + body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { + background: transparent; + width: 10px; + height: 10px; + display: inline-block; + position: absolute; + left: 50%; + top: 50%; + margin-left: -5px; + margin-top: -5px; + -moz-transition: background-color 0.2s; + -o-transition: background-color 0.2s; + -webkit-transition: background-color 0.2s; + transition: background-color 0.2s; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; } + body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon:before { + display: none; } + body .p-radiobutton-label { + margin: 0 0 0 .5em; } + body .p-inputswitch { + width: 3em; + height: 1.75em; } + body .p-inputswitch .p-inputswitch-slider { + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + border-radius: 30px; + background: #585858; } + body .p-inputswitch .p-inputswitch-slider:before { + background-color: #323232; + height: 1.250em; + width: 1.250em; + left: .25em; + bottom: .25em; + border-radius: 50%; + -webkit-transition: 0.2s; + transition: 0.2s; } + body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { + -webkit-transform: translateX(1.25em); + -ms-transform: translateX(1.25em); + transform: translateX(1.25em); } + body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; } + body .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { + background-color: #585858; } + body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { + background-color: #cc285c; } + body .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { + background-color: #b72452; } + body .p-autocomplete .p-autocomplete-input { + padding: 0.429em; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { + padding: 0.2145em 0.429em; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { + border-color: #cc285c; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; + border-color: #cc285c; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { + margin: 0; + padding: 0.2145em 0; + color: #dedede; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input { + font-family: "Open Sans", "Helvetica Neue", sans-serif; + font-size: 14px; + padding: 0; + margin: 0; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { + font-size: 14px; + padding: 0.2145em 0.429em; + margin: 0 0.286em 0 0; + background: #cc285c; + color: #ffffff; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-autocomplete-panel { + padding: 0; + border: 1px solid #191919; + background-color: #323232; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-autocomplete-panel .p-autocomplete-items { + padding: 0; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item:hover { + color: #dedede; + background-color: #4c4c4c; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item.p-highlight { + color: #ffffff; + background-color: #cc285c; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group { + padding: 0.429em 0.857em; + background-color: #585858; + color: #dedede; } + body .p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button { + width: 2.357em; } + body .p-fluid .p-autocomplete.p-autocomplete-multiple.p-autocomplete-dd .p-autocomplete-multiple-container { + border-right: 0 none; + width: calc(100% - 2.357em); } + body .p-fluid .p-autocomplete.p-autocomplete-dd .p-inputtext { + border-right: 0 none; + width: calc(100% - 2.357em); } + body .p-chips > ul.p-inputtext { + padding: 0.2145em 0.429em; + display: inline-block; } + body .p-chips > ul.p-inputtext:not(.p-disabled):hover { + border-color: #cc285c; } + body .p-chips > ul.p-inputtext:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; + border-color: #cc285c; } + body .p-chips > ul.p-inputtext .p-chips-input-token { + padding: 0.2145em 0; } + body .p-chips > ul.p-inputtext .p-chips-input-token input { + font-family: "Open Sans", "Helvetica Neue", sans-serif; + font-size: 14px; + padding: 0; + margin: 0; + color: #dedede; } + body .p-chips > ul.p-inputtext .p-chips-input-token input:hover { + border: 0 none; } + body .p-chips > ul.p-inputtext .p-chips-input-token input:focus { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + outline: 0 none; + border: 0 none; } + body .p-chips > ul.p-inputtext .p-chips-token { + font-size: 14px; + padding: 0.2145em 0.429em; + margin: 0 0.286em 0 0; + background: #cc285c; + color: #ffffff; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown { + background: #585858; + border: 1px solid #585858; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown:not(.p-disabled):hover { + border-color: #cc285c; } + body .p-dropdown:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; + border-color: #cc285c; } + body .p-dropdown .p-dropdown-label { + padding-right: 2em; } + body .p-dropdown .p-dropdown-label.p-placeholder { + color: #9b9b9b; } + body .p-dropdown .p-dropdown-label:focus { + outline: 0 none; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; } + body .p-dropdown .p-dropdown-trigger { + background-color: #585858; + width: 2em; + line-height: 2em; + text-align: center; + padding: 0; + color: #dedede; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown .p-dropdown-clear-icon { + color: #dedede; } + body .p-dropdown-panel { + padding: 0; + border: 1px solid #191919; + background-color: #323232; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-dropdown-panel .p-dropdown-filter-container { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #191919; + color: #dedede; + background-color: #252525; + margin: 0; } + body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter { + width: 100%; + padding-right: 2em; } + body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon { + top: 50%; + margin-top: -.5em; + right: 1.357em; + color: #252525; } + body .p-dropdown-panel .p-dropdown-items { + padding: 0; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group.p-highlight { + color: #ffffff; + background-color: #cc285c; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover { + color: #dedede; + background-color: #4c4c4c; } + body .p-multiselect { + background: #585858; + border: 1px solid #585858; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-multiselect:not(.p-disabled):hover { + border-color: #cc285c; } + body .p-multiselect:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; + border-color: #cc285c; } + body .p-multiselect .p-multiselect-label { + padding: 0.429em; + padding-right: 2em; + font-weight: 400; + color: #dedede; } + body .p-multiselect .p-multiselect-label.p-placeholder { + color: #9b9b9b; } + body .p-multiselect .p-multiselect-trigger { + background-color: #585858; + width: 2em; + line-height: 2em; + text-align: center; + padding: 0; + color: #dedede; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-multiselect-panel { + padding: 0; + border: 1px solid #191919; + background-color: #323232; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-multiselect-panel .p-multiselect-header { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #191919; + color: #dedede; + background-color: #252525; + margin: 0; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container { + float: none; + width: 70%; + display: inline-block; + vertical-align: middle; + margin-left: 0; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { + padding: 0.429em; + padding-right: 2em; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { + color: #252525; + top: 50%; + margin-top: -.5em; + right: .5em; + left: auto; } + body .p-multiselect-panel .p-multiselect-header .p-checkbox { + margin-right: 0.5em; + float: none; + vertical-align: middle; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-close { + line-height: 1; + color: #888888; + top: 50%; + margin-top: -.5em; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-multiselect-panel .p-multiselect-items { + padding: 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { + color: #dedede; + background-color: #4c4c4c; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: inset 0 0 0 0.2em #f1b6c8; + box-shadow: inset 0 0 0 0.2em #f1b6c8; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { + color: #ffffff; + background-color: #cc285c; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { + position: static; + display: inline-block; + vertical-align: middle; + margin: 0 0.5em 0 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item label { + display: inline-block; + vertical-align: middle; } + body .p-listbox { + padding: 0; + min-width: 12em; + background: #323232; + border: 1px solid #191919; } + body .p-listbox .p-checkbox { + margin: 0 0.5em 0 0; } + body .p-listbox .p-listbox-header { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #191919; + color: #dedede; + background-color: #252525; + margin: 0; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-listbox .p-listbox-header .p-listbox-filter-container input { + padding: 0.429em; + padding-right: 2em; } + body .p-listbox .p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon { + top: 50%; + left: auto; + margin-top: -.5em; + right: .5em; + color: #252525; } + body .p-listbox .p-listbox-list { + background-color: #323232; } + body .p-listbox .p-listbox-list .p-listbox-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-listbox .p-listbox-list .p-listbox-item.p-highlight { + color: #ffffff; + background-color: #cc285c; } + body .p-listbox .p-listbox-list .p-listbox-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: inset 0 0 0 0.2em #f1b6c8; + box-shadow: inset 0 0 0 0.2em #f1b6c8; } + body .p-listbox .p-listbox-list .p-listbox-item .p-checkbox { + position: static; + display: inline-block; + vertical-align: middle; + margin: 0 0.5em 0 0; } + body .p-listbox .p-listbox-list .p-listbox-item label { + display: inline-block; + vertical-align: middle; } + body .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { + color: #dedede; + background-color: #4c4c4c; } + body .p-listbox.p-disabled .p-checkbox-box:not(.p-disabled):not(.p-highlight):hover { + border: 1px solid #585858; } + body .p-listbox .p-listbox-list-wrapper { + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-listbox .p-listbox-footer { + padding: 0.429em 0.857em 0.429em 0.857em; + border-top: 1px solid #191919; + color: #dedede; + background-color: #252525; } + body .p-editor-container .p-editor-toolbar { + border: 1px solid #191919; + background-color: #191919; } + body .p-editor-container .p-editor-content { + border: 1px solid #191919; } + body .p-editor-container .p-editor-content .ql-editor { + background-color: #585858; + color: #dedede; } + body .p-editor-container .ql-picker.ql-expanded .ql-picker-label { + color: #dedede; } + body .p-editor-container .ql-stroke { + stroke: #dedede; } + body .p-editor-container .ql-picker-label { + color: #dedede; } + body .p-editor-container .ql-snow.ql-toolbar button:hover, + body .p-editor-container .ql-snow .ql-toolbar button:hover, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { + color: #cc285c; } + body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { + stroke: #cc285c; } + body .p-rating .p-rating-icon { + font-size: 20px; + text-align: center; + display: inline-block; + color: #dedede; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-rating .p-rating-icon.p-rating-cancel { + color: #CD3A3A; } + body .p-rating .p-rating-icon:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; } + body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { + color: #cc285c; } + body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { + color: #d76161; } + body .p-spinner .p-spinner-input { + padding-right: 2.786em; } + body .p-spinner .p-spinner-button { + width: 2.357em; } + body .p-spinner .p-spinner-button .p-spinner-button-icon { + position: absolute; + top: 50%; + left: 50%; + margin-top: -.5em; + margin-left: -.5em; + width: 1em; } + body .p-spinner .p-spinner-button.p-spinner-button { + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-up { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-down { + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-spinner .p-spinner-button.p-spinner-button:focus { + z-index: 1; } + body .p-fluid .p-spinner .p-spinner-input { + padding-right: 2.786em; } + body .p-fluid .p-spinner .p-spinner-button { + width: 2.357em; } + body .p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon { + left: 50%; } + body .p-slider { + background-color: #585858; + border: 0 none; } + body .p-slider.p-slider-horizontal { + height: 0.286em; } + body .p-slider.p-slider-horizontal .p-slider-handle { + top: 50%; + margin-top: -0.5715em; } + body .p-slider.p-slider-vertical { + width: 0.286em; } + body .p-slider.p-slider-vertical .p-slider-handle { + left: 50%; + margin-left: -0.5715em; } + body .p-slider .p-slider-handle { + height: 1.143em; + width: 1.143em; + background-color: #4c4c4c; + border: 2px solid #cc285c; + -moz-border-radius: 100%; + -webkit-border-radius: 100%; + border-radius: 100%; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-slider .p-slider-handle:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; } + body .p-slider .p-slider-range { + background-color: #cc285c; } + body .p-slider:not(.p-disabled) .p-slider-handle:hover { + background-color: #cc285c; + border: 2px solid #cc285c; } + body .p-datepicker { + padding: 0.857em; + min-width: 20em; + background-color: #323232; + color: #dedede; + border: 1px solid #191919; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker:not(.p-datepicker-inline) { + border: 1px solid #191919; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:hover, + body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:hover { + color: #dedede; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled) { + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { + background-color: #4c4c4c; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; } + body .p-datepicker:not(.p-disabled) .p-monthpicker { + margin: 0.857em 0 0 0; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month { + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled) { + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { + background-color: #4c4c4c; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; } + body .p-datepicker .p-datepicker-header { + padding: 0.429em 0.857em 0.429em 0.857em; + background-color: #252525; + color: #dedede; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-datepicker .p-datepicker-header .p-datepicker-prev, + body .p-datepicker .p-datepicker-header .p-datepicker-next { + cursor: pointer; + top: 0; + color: #888888; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-datepicker-header .p-datepicker-title { + margin: 0; + padding: 0; + line-height: 1; } + body .p-datepicker .p-datepicker-header .p-datepicker-title select { + margin-top: -.35em; + margin-bottom: 0; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; + border-color: #cc285c; } + body .p-datepicker table { + font-size: 14px; + margin: 0.857em 0 0 0; } + body .p-datepicker table th { + padding: 0.5em; } + body .p-datepicker table td { + padding: 0.5em; } + body .p-datepicker table td > span { + display: block; + text-align: center; + color: #dedede; + cursor: pointer; + padding: 0.5em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker table td > span.p-highlight { + color: #ffffff; + background-color: #cc285c; } + body .p-datepicker table td.p-datepicker-today > span { + background-color: #a32049; + color: #ffffff; } + body .p-datepicker table td.p-datepicker-today > span.p-highlight { + color: #ffffff; + background-color: #cc285c; } + body .p-datepicker .p-datepicker-buttonbar { + border-top: 1px solid #3f3f3f; } + body .p-datepicker .p-timepicker { + border: 0 none; + border-top: 1px solid #3f3f3f; + padding: 0.857em; } + body .p-datepicker .p-timepicker button { + color: #888888; + font-size: 1.286em; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-timepicker button:hover { + color: #dedede; } + body .p-datepicker .p-timepicker span { + font-size: 1.286em; } + body .p-datepicker .p-monthpicker .p-monthpicker-month { + color: #dedede; } + body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { + color: #ffffff; + background-color: #cc285c; } + body .p-datepicker.p-datepicker-timeonly { + padding: 0; } + body .p-datepicker.p-datepicker-timeonly .p-timepicker { + border-top: 0 none; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { + border-right: 1px solid #3f3f3f; + padding-right: 0.857em; + padding-left: 0.857em; + padding-top: 0; + padding-bottom: 0; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child { + padding-left: 0; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child { + padding-right: 0; + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-inputtext { + -moz-border-radius-topright: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-error), body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-error) { + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button { + width: 2.357em; + -moz-border-radius-topleft: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; } + body .p-fluid .p-calendar.p-calendar-w-btn .p-inputtext { + width: calc(100% - 2.357em); } + body .p-fileupload .p-fileupload-buttonbar { + background-color: #191919; + padding: 0.571em 1em; + border: 1px solid #191919; + color: #dedede; + border-bottom: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-fileupload .p-fileupload-buttonbar .p-button { + margin-right: 8px; } + body .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; } + body .p-fileupload .p-fileupload-content { + background-color: #323232; + padding: 0.571em 1em; + border: 1px solid #191919; + color: #dedede; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-fileupload .p-progressbar { + top: 0; } + body .p-fileupload-choose:not(.p-disabled):hover { + background-color: #b72452; + color: #ffffff; + border-color: #b72452; } + body .p-fileupload-choose:not(.p-disabled):active { + background-color: #a32049; + color: #ffffff; + border-color: #a32049; } + body .p-password-panel { + padding: 12px; + background-color: #323232; + color: #dedede; + border: 1px solid #191919; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-inputgroup .p-inputgroup-addon { + border-color: #191919; + background-color: #252525; + color: #888888; + padding: 0.429em; + min-width: 2em; } + body .p-inputgroup .p-inputgroup-addon:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-inputgroup .p-inputgroup-addon:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox { + position: relative; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox .p-checkbox { + position: absolute; + top: 50%; + left: 50%; + margin-left: -10px; + margin-top: -10px; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton { + position: relative; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton .p-radiobutton { + position: absolute; + top: 50%; + left: 50%; + margin-left: -10px; + margin-top: -10px; } + body .p-inputgroup .p-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-inputgroup .p-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-inputgroup .p-inputtext:focus { + z-index: 1; } + body .p-fluid .p-inputgroup .p-button { + width: auto; } + body .p-fluid .p-inputgroup .p-button.p-button-icon-only { + width: 2.357em; } + body ::-webkit-input-placeholder { + color: #9b9b9b; } + body :-moz-placeholder { + color: #9b9b9b; } + body ::-moz-placeholder { + color: #9b9b9b; } + body :-ms-input-placeholder { + color: #9b9b9b; } + body .p-inputtext.p-error, + body .p-dropdown.p-error, + body .p-autocomplete.p-error > .p-inputtext, + body .p-calendar.p-error > .p-inputtext, + body .p-chips.p-error > .p-inputtext, + body .p-checkbox.p-error > .p-checkbox-box, + body .p-radiobutton.p-error > .p-radiobutton-box, + body .p-inputswitch.p-error, + body .p-listbox.p-error, + body .p-multiselect.p-error, + body .p-spinner.p-error > .p-inputtext, + body .p-selectbutton.p-error > .p-button, + body .p-togglebutton.p-error > .p-button { + border: 1px solid #CD3A3A; } body .p-button { margin: 0; @@ -1261,53 +1048,41 @@ body .p-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-button:enabled:hover { - background-color: #b72452; - color: #ffffff; - border-color: #b72452; -} -body .p-button:enabled:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; -} -body .p-button:enabled:active { - background-color: #a32049; - color: #ffffff; - border-color: #a32049; -} -body .p-button.p-button-text-only .p-button-text { - padding: 0.429em 1em; -} -body .p-button.p-button-text-icon-left .p-button-text { - padding: 0.429em 1em 0.429em 2em; -} -body .p-button.p-button-text-icon-right .p-button-text { - padding: 0.429em 2em 0.429em 1em; -} -body .p-button.p-button-icon-only { - width: 2.357em; -} -body .p-button.p-button-icon-only .p-button-text { - padding: 0.429em; -} -body .p-button.p-button-raised { - -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); - -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); -} -body .p-button.p-button-rounded { - -moz-border-radius: 15px; - -webkit-border-radius: 15px; - border-radius: 15px; -} + border-radius: 3px; } + body .p-button:enabled:hover { + background-color: #b72452; + color: #ffffff; + border-color: #b72452; } + body .p-button:enabled:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; } + body .p-button:enabled:active { + background-color: #a32049; + color: #ffffff; + border-color: #a32049; } + body .p-button.p-button-text-only .p-button-text { + padding: 0.429em 1em; } + body .p-button.p-button-text-icon-left .p-button-text { + padding: 0.429em 1em 0.429em 2em; } + body .p-button.p-button-text-icon-right .p-button-text { + padding: 0.429em 2em 0.429em 1em; } + body .p-button.p-button-icon-only { + width: 2.357em; } + body .p-button.p-button-icon-only .p-button-text { + padding: 0.429em; } + body .p-button.p-button-raised { + -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); + -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); + box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); } + body .p-button.p-button-rounded { + -moz-border-radius: 15px; + -webkit-border-radius: 15px; + border-radius: 15px; } body .p-fluid .p-button-icon-only { - width: 2.357em; -} + width: 2.357em; } body .p-togglebutton { background-color: #252525; border: 1px solid #252525; @@ -1315,42 +1090,33 @@ body .p-togglebutton { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-togglebutton .p-button-icon-left { - color: #888888; -} -body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover { - background-color: #4c4c4c; - border-color: #4c4c4c; - color: #dedede; -} -body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { - color: #dedede; -} -body .p-togglebutton.p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; -} -body .p-togglebutton.p-highlight { - background-color: #cc285c; - border-color: #cc285c; - color: #ffffff; -} -body .p-togglebutton.p-highlight .p-button-icon-left { - color: #ffffff; -} -body .p-togglebutton.p-highlight:hover { - background-color: #b72452; - border-color: #b72452; - color: #ffffff; -} -body .p-togglebutton.p-highlight:hover .p-button-icon-left { - color: #ffffff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-togglebutton .p-button-icon-left { + color: #888888; } + body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover { + background-color: #4c4c4c; + border-color: #4c4c4c; + color: #dedede; } + body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { + color: #dedede; } + body .p-togglebutton.p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; } + body .p-togglebutton.p-highlight { + background-color: #cc285c; + border-color: #cc285c; + color: #ffffff; } + body .p-togglebutton.p-highlight .p-button-icon-left { + color: #ffffff; } + body .p-togglebutton.p-highlight:hover { + background-color: #b72452; + border-color: #b72452; + color: #ffffff; } + body .p-togglebutton.p-highlight:hover .p-button-icon-left { + color: #ffffff; } body .p-selectbutton .p-button { background-color: #252525; border: 1px solid #252525; @@ -1362,312 +1128,258 @@ body .p-selectbutton .p-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 0; -webkit-border-radius: 0; - border-radius: 0; -} -body .p-selectbutton .p-button .p-button-icon-left { - color: #888888; -} -body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { - background-color: #4c4c4c; - border-color: #4c4c4c; - color: #dedede; -} -body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { - color: #dedede; -} -body .p-selectbutton .p-button.p-focus, body .p-selectbutton .p-button:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; - z-index: 1; -} -body .p-selectbutton .p-button.p-highlight { - background-color: #cc285c; - border-color: #cc285c; - color: #ffffff; -} -body .p-selectbutton .p-button.p-highlight .p-button-icon-left { - color: #ffffff; -} -body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover { - background-color: #b72452; - border-color: #b72452; - color: #ffffff; -} -body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover .p-button-icon-left { - color: #ffffff; -} -body .p-selectbutton .p-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-selectbutton .p-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-radius: 0; } + body .p-selectbutton .p-button .p-button-icon-left { + color: #888888; } + body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { + background-color: #4c4c4c; + border-color: #4c4c4c; + color: #dedede; } + body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { + color: #dedede; } + body .p-selectbutton .p-button.p-focus, body .p-selectbutton .p-button:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; + z-index: 1; } + body .p-selectbutton .p-button.p-highlight { + background-color: #cc285c; + border-color: #cc285c; + color: #ffffff; } + body .p-selectbutton .p-button.p-highlight .p-button-icon-left { + color: #ffffff; } + body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover { + background-color: #b72452; + border-color: #b72452; + color: #ffffff; } + body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover .p-button-icon-left { + color: #ffffff; } + body .p-selectbutton .p-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-selectbutton .p-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-splitbutton.p-buttonset .p-button { - border: 1px solid transparent; -} -body .p-splitbutton.p-buttonset .p-button:first-child { - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-splitbutton.p-buttonset .p-button.p-splitbutton-menubutton { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; -} -body .p-splitbutton.p-buttonset .p-button:focus { - z-index: 1; -} + border: 1px solid transparent; } + body .p-splitbutton.p-buttonset .p-button:first-child { + -moz-border-radius-topright: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-splitbutton.p-buttonset .p-button.p-splitbutton-menubutton { + -moz-border-radius-topleft: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; } + body .p-splitbutton.p-buttonset .p-button:focus { + z-index: 1; } body .p-splitbutton.p-buttonset .p-menu { - min-width: 100%; -} + min-width: 100%; } body .p-splitbutton.p-buttonset .p-splitbutton-menubutton .p-button-icon-left:before { - content: ""; -} + content: ""; } body .p-button.p-button-secondary, body .p-buttonset.p-button-secondary > .p-button { color: #333333; background-color: #f4f4f4; - border: 1px solid #f4f4f4; -} -body .p-button.p-button-secondary:enabled:hover, body .p-buttonset.p-button-secondary > .p-button:enabled:hover { - background-color: #c8c8c8; - color: #333333; - border-color: #c8c8c8; -} -body .p-button.p-button-secondary:enabled:focus, body .p-buttonset.p-button-secondary > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; -} -body .p-button.p-button-secondary:enabled:active, body .p-buttonset.p-button-secondary > .p-button:enabled:active { - background-color: #a0a0a0; - color: #333333; - border-color: #a0a0a0; -} + border: 1px solid #f4f4f4; } + body .p-button.p-button-secondary:enabled:hover, body .p-buttonset.p-button-secondary > .p-button:enabled:hover { + background-color: #c8c8c8; + color: #333333; + border-color: #c8c8c8; } + body .p-button.p-button-secondary:enabled:focus, body .p-buttonset.p-button-secondary > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; } + body .p-button.p-button-secondary:enabled:active, body .p-buttonset.p-button-secondary > .p-button:enabled:active { + background-color: #a0a0a0; + color: #333333; + border-color: #a0a0a0; } body .p-button.p-button-info, body .p-buttonset.p-button-info > .p-button { color: #ffffff; background-color: #007ad9; - border: 1px solid #007ad9; -} -body .p-button.p-button-info:enabled:hover, body .p-buttonset.p-button-info > .p-button:enabled:hover { - background-color: #116fbf; - color: #ffffff; - border-color: #116fbf; -} -body .p-button.p-button-info:enabled:focus, body .p-buttonset.p-button-info > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-button.p-button-info:enabled:active, body .p-buttonset.p-button-info > .p-button:enabled:active { - background-color: #005b9f; - color: #ffffff; - border-color: #005b9f; -} + border: 1px solid #007ad9; } + body .p-button.p-button-info:enabled:hover, body .p-buttonset.p-button-info > .p-button:enabled:hover { + background-color: #116fbf; + color: #ffffff; + border-color: #116fbf; } + body .p-button.p-button-info:enabled:focus, body .p-buttonset.p-button-info > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-button.p-button-info:enabled:active, body .p-buttonset.p-button-info > .p-button:enabled:active { + background-color: #005b9f; + color: #ffffff; + border-color: #005b9f; } body .p-button.p-button-success, body .p-buttonset.p-button-success > .p-button { color: #ffffff; background-color: #34A835; - border: 1px solid #34A835; -} -body .p-button.p-button-success:enabled:hover, body .p-buttonset.p-button-success > .p-button:enabled:hover { - background-color: #107D11; - color: #ffffff; - border-color: #107D11; -} -body .p-button.p-button-success:enabled:focus, body .p-buttonset.p-button-success > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #aae5aa; - -moz-box-shadow: 0 0 0 0.2em #aae5aa; - box-shadow: 0 0 0 0.2em #aae5aa; -} -body .p-button.p-button-success:enabled:active, body .p-buttonset.p-button-success > .p-button:enabled:active { - background-color: #0C6B0D; - color: #ffffff; - border-color: #0C6B0D; -} + border: 1px solid #34A835; } + body .p-button.p-button-success:enabled:hover, body .p-buttonset.p-button-success > .p-button:enabled:hover { + background-color: #107D11; + color: #ffffff; + border-color: #107D11; } + body .p-button.p-button-success:enabled:focus, body .p-buttonset.p-button-success > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #aae5aa; + -moz-box-shadow: 0 0 0 0.2em #aae5aa; + box-shadow: 0 0 0 0.2em #aae5aa; } + body .p-button.p-button-success:enabled:active, body .p-buttonset.p-button-success > .p-button:enabled:active { + background-color: #0C6B0D; + color: #ffffff; + border-color: #0C6B0D; } body .p-button.p-button-warning, body .p-buttonset.p-button-warning > .p-button { color: #333333; background-color: #ffba01; - border: 1px solid #ffba01; -} -body .p-button.p-button-warning:enabled:hover, body .p-buttonset.p-button-warning > .p-button:enabled:hover { - background-color: #ED990B; - color: #333333; - border-color: #ED990B; -} -body .p-button.p-button-warning:enabled:focus, body .p-buttonset.p-button-warning > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #ffeab4; - -moz-box-shadow: 0 0 0 0.2em #ffeab4; - box-shadow: 0 0 0 0.2em #ffeab4; -} -body .p-button.p-button-warning:enabled:active, body .p-buttonset.p-button-warning > .p-button:enabled:active { - background-color: #D38B10; - color: #333333; - border-color: #D38B10; -} + border: 1px solid #ffba01; } + body .p-button.p-button-warning:enabled:hover, body .p-buttonset.p-button-warning > .p-button:enabled:hover { + background-color: #ED990B; + color: #333333; + border-color: #ED990B; } + body .p-button.p-button-warning:enabled:focus, body .p-buttonset.p-button-warning > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #ffeab4; + -moz-box-shadow: 0 0 0 0.2em #ffeab4; + box-shadow: 0 0 0 0.2em #ffeab4; } + body .p-button.p-button-warning:enabled:active, body .p-buttonset.p-button-warning > .p-button:enabled:active { + background-color: #D38B10; + color: #333333; + border-color: #D38B10; } body .p-button.p-button-danger, body .p-buttonset.p-button-danger > .p-button { color: #ffffff; background-color: #e91224; - border: 1px solid #e91224; -} -body .p-button.p-button-danger:enabled:hover, body .p-buttonset.p-button-danger > .p-button:enabled:hover { - background-color: #c01120; - color: #ffffff; - border-color: #c01120; -} -body .p-button.p-button-danger:enabled:focus, body .p-buttonset.p-button-danger > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #f9b4ba; - -moz-box-shadow: 0 0 0 0.2em #f9b4ba; - box-shadow: 0 0 0 0.2em #f9b4ba; -} -body .p-button.p-button-danger:enabled:active, body .p-buttonset.p-button-danger > .p-button:enabled:active { - background-color: #a90000; - color: #ffffff; - border-color: #a90000; -} + border: 1px solid #e91224; } + body .p-button.p-button-danger:enabled:hover, body .p-buttonset.p-button-danger > .p-button:enabled:hover { + background-color: #c01120; + color: #ffffff; + border-color: #c01120; } + body .p-button.p-button-danger:enabled:focus, body .p-buttonset.p-button-danger > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #f9b4ba; + -moz-box-shadow: 0 0 0 0.2em #f9b4ba; + box-shadow: 0 0 0 0.2em #f9b4ba; } + body .p-button.p-button-danger:enabled:active, body .p-buttonset.p-button-danger > .p-button:enabled:active { + background-color: #a90000; + color: #ffffff; + border-color: #a90000; } body .p-panel { padding: 0; - border: 0 none; -} -body .p-panel .p-panel-titlebar { - border: 1px solid #191919; - padding: 0.571em 1em; - background-color: #191919; - color: #dedede; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-panel .p-panel-titlebar .p-panel-title { - vertical-align: middle; - font-weight: 700; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon { - margin: 0.143em 0 0 0; - position: relative; - font-size: 14px; - color: #888888; - border: 1px solid transparent; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:hover { - color: #dedede; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; -} -body .p-panel .p-panel-content { - padding: 0.571em 1em; - border: 1px solid #191919; - background-color: #323232; - color: #dedede; - border-top: 0 none; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-panel .p-panel-footer { - padding: 0.571em 1em; - border: 1px solid #191919; - background-color: #323232; - color: #dedede; - border-top: 0 none; - margin: 0; -} + border: 0 none; } + body .p-panel .p-panel-titlebar { + border: 1px solid #191919; + padding: 0.571em 1em; + background-color: #191919; + color: #dedede; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-panel .p-panel-titlebar .p-panel-title { + vertical-align: middle; + font-weight: 700; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon { + margin: 0.143em 0 0 0; + position: relative; + font-size: 14px; + color: #888888; + border: 1px solid transparent; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:hover { + color: #dedede; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; } + body .p-panel .p-panel-content { + padding: 0.571em 1em; + border: 1px solid #191919; + background-color: #323232; + color: #dedede; + border-top: 0 none; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-panel .p-panel-footer { + padding: 0.571em 1em; + border: 1px solid #191919; + background-color: #323232; + color: #dedede; + border-top: 0 none; + margin: 0; } body .p-fieldset { border: 1px solid #191919; background-color: #323232; color: #dedede; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-fieldset .p-fieldset-legend a { - padding: 0.571em 1em; - border: 1px solid #191919; - color: #dedede; - background-color: #191919; - font-weight: 700; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-fieldset .p-fieldset-legend a .p-fieldset-toggler { - float: none; - display: inline-block; - vertical-align: middle; - margin-right: 0.5em; - color: #888888; -} -body .p-fieldset .p-fieldset-legend a .p-fieldset-legend-text { - padding: 0; -} -body .p-fieldset .p-fieldset-legend a:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; -} -body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { - background-color: #191919; - border: 1px solid #191919; - color: #cc285c; -} -body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover .p-fieldset-toggler { - color: #cc285c; -} -body .p-fieldset .p-fieldset-content { - padding: 0; -} + border-radius: 3px; } + body .p-fieldset .p-fieldset-legend a { + padding: 0.571em 1em; + border: 1px solid #191919; + color: #dedede; + background-color: #191919; + font-weight: 700; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-fieldset .p-fieldset-legend a .p-fieldset-toggler { + float: none; + display: inline-block; + vertical-align: middle; + margin-right: .5em; + color: #888888; } + body .p-fieldset .p-fieldset-legend a .p-fieldset-legend-text { + padding: 0; } + body .p-fieldset .p-fieldset-legend a:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; } + body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { + background-color: #191919; + border: 1px solid #191919; + color: #cc285c; } + body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover .p-fieldset-toggler { + color: #cc285c; } + body .p-fieldset .p-fieldset-content { + padding: 0; } body .p-accordion .p-accordion-tab { - margin-bottom: 2px; -} + margin-bottom: 2px; } body .p-accordion .p-accordion-header a { padding: 0.571em 1em; border: 1px solid #191919; @@ -1681,57 +1393,45 @@ body .p-accordion .p-accordion-header a { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon { - color: #888888; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-right:before { - content: ""; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-down:before { - content: ""; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon { + color: #888888; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-right:before { + content: ""; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-down:before { + content: ""; } body .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; -} + box-shadow: 0 0 0 0.2em #f1b6c8; } body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background-color: #191919; border: 1px solid #191919; - color: #cc285c; -} -body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a .p-accordion-toggle-icon { - color: #cc285c; -} + color: #cc285c; } + body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a .p-accordion-toggle-icon { + color: #cc285c; } body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight { - margin-bottom: 0; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a { - background-color: #cc285c; - border: 1px solid #cc285c; - color: #ffffff; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a .p-accordion-toggle-icon { - color: #ffffff; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a { - border: 1px solid #a32049; - background-color: #a32049; - color: #ffffff; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a .p-accordion-toggle-icon { - color: #ffffff; -} + margin-bottom: 0; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a { + background-color: #cc285c; + border: 1px solid #cc285c; + color: #ffffff; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a .p-accordion-toggle-icon { + color: #ffffff; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a { + border: 1px solid #a32049; + background-color: #a32049; + color: #ffffff; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a .p-accordion-toggle-icon { + color: #ffffff; } body .p-accordion .p-accordion-content { padding: 0.571em 1em; border: 1px solid #191919; @@ -1750,122 +1450,99 @@ body .p-accordion .p-accordion-content { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-tabview.p-tabview-top, body .p-tabview.p-tabview-bottom, body .p-tabview.p-tabview-left, body .p-tabview.p-tabview-right { - border: 0 none; -} -body .p-tabview.p-tabview-top .p-tabview-nav, body .p-tabview.p-tabview-bottom .p-tabview-nav, body .p-tabview.p-tabview-left .p-tabview-nav, body .p-tabview.p-tabview-right .p-tabview-nav { - padding: 0; - background: transparent; - border: 0 none; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a, body .p-tabview.p-tabview-bottom .p-tabview-nav li a, body .p-tabview.p-tabview-left .p-tabview-nav li a, body .p-tabview.p-tabview-right .p-tabview-nav li a { - border: 1px solid #191919; - background-color: #191919; - float: none; - display: inline-block; - color: #dedede; - padding: 0.571em 1em; - font-weight: 700; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-left-icon { - margin-right: 0.5em; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-right-icon { - margin-left: 0.5em; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-bottom .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-left .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-right .p-tabview-nav li a:not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; -} -body .p-tabview.p-tabview-top .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li .p-tabview-close { - color: #888888; - margin: 0 0.5em 0 0; - vertical-align: middle; -} -body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { - background-color: #191919; - border: 1px solid #191919; - color: #cc285c; -} -body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close { - color: #cc285c; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight a { - background-color: #cc285c; - border: 1px solid #cc285c; - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight .p-tabview-close { - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a { - border: 1px solid #a32049; - background-color: #a32049; - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon { - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-tabview-selected a { - cursor: pointer; -} + border: 0 none; } + body .p-tabview.p-tabview-top .p-tabview-nav, body .p-tabview.p-tabview-bottom .p-tabview-nav, body .p-tabview.p-tabview-left .p-tabview-nav, body .p-tabview.p-tabview-right .p-tabview-nav { + padding: 0; + background: transparent; + border: 0 none; } + body .p-tabview.p-tabview-top .p-tabview-nav li a, body .p-tabview.p-tabview-bottom .p-tabview-nav li a, body .p-tabview.p-tabview-left .p-tabview-nav li a, body .p-tabview.p-tabview-right .p-tabview-nav li a { + border: 1px solid #191919; + background-color: #191919; + float: none; + display: inline-block; + color: #dedede; + padding: 0.571em 1em; + font-weight: 700; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-left-icon { + margin-right: 0.5em; } + body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-right-icon { + margin-left: 0.5em; } + body .p-tabview.p-tabview-top .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-bottom .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-left .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-right .p-tabview-nav li a:not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; } + body .p-tabview.p-tabview-top .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li .p-tabview-close { + color: #888888; + margin: 0 0.5em 0 0; + vertical-align: middle; } + body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { + background-color: #191919; + border: 1px solid #191919; + color: #cc285c; } + body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close { + color: #cc285c; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight a { + background-color: #cc285c; + border: 1px solid #cc285c; + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight .p-tabview-close { + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a { + border: 1px solid #a32049; + background-color: #a32049; + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon { + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-tabview-selected a { + cursor: pointer; } body .p-tabview.p-tabview-top .p-tabview-nav { - margin-bottom: -1px; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a { - margin-right: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + margin-bottom: -1px; } + body .p-tabview.p-tabview-top .p-tabview-nav li a { + margin-right: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } body .p-tabview.p-tabview-bottom .p-tabview-nav { - margin-top: -1px; -} -body .p-tabview.p-tabview-bottom .p-tabview-nav li a { - margin-right: 2px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + margin-top: -1px; } + body .p-tabview.p-tabview-bottom .p-tabview-nav li a { + margin-right: 2px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-tabview.p-tabview-left .p-tabview-nav { - margin-right: -px; -} -body .p-tabview.p-tabview-left .p-tabview-nav li a { - margin-bottom: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} + margin-right: -px; } + body .p-tabview.p-tabview-left .p-tabview-nav li a { + margin-bottom: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } body .p-tabview.p-tabview-right .p-tabview-nav { - margin-right: -1px; -} -body .p-tabview.p-tabview-right .p-tabview-nav li a { - margin-bottom: 2px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + margin-right: -1px; } + body .p-tabview.p-tabview-right .p-tabview-nav li a { + margin-bottom: 2px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-tabview .p-tabview-panels { background-color: #323232; padding: 0.571em 1em; @@ -1876,142 +1553,119 @@ body .p-tabview .p-tabview-panels { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-tabview .p-tabview-panels .p-tabview-panel { - padding: 0; -} + border-bottom-right-radius: 3px; } + body .p-tabview .p-tabview-panels .p-tabview-panel { + padding: 0; } body .p-toolbar { background-color: #191919; border: 1px solid #191919; padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-toolbar button { - vertical-align: middle; -} -body .p-toolbar .p-toolbar-separator { - vertical-align: middle; - color: #888888; - margin: 0 0.5em; -} + border-radius: 3px; } + body .p-toolbar button { + vertical-align: middle; } + body .p-toolbar .p-toolbar-separator { + vertical-align: middle; + color: #888888; + margin: 0 0.5em; } body .p-card { background-color: #323232; color: #dedede; -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); - box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); -} + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); } body .p-paginator { background-color: #252525; border: 1px solid #191919; - padding: 0; -} -body .p-paginator .p-paginator-first, -body .p-paginator .p-paginator-prev, -body .p-paginator .p-paginator-next, -body .p-paginator .p-paginator-last { - color: #dedede; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; - padding: 0; - margin: 0; - vertical-align: top; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-paginator .p-dropdown { - border: 0 none; -} -body .p-paginator .p-dropdown .p-dropdown-trigger, body .p-paginator .p-dropdown .p-dropdown-label { - color: #dedede; -} -body .p-paginator .p-dropdown:hover .p-dropdown-trigger, body .p-paginator .p-dropdown:hover .p-dropdown-label { - color: #dedede; -} -body .p-paginator .p-paginator-first:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-prev:before { - position: relative; -} -body .p-paginator .p-paginator-next:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-last:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-current { - vertical-align: top; - display: inline-block; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; -} -body .p-paginator .p-paginator-pages { - vertical-align: top; - display: inline-block; - padding: 0; -} -body .p-paginator .p-paginator-pages .p-paginator-page { - color: #dedede; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; - padding: 0; - margin: 0; - vertical-align: top; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background-color: #cc285c; - color: #ffffff; -} -body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-paginator .p-dropdown { - margin-left: 0.5em; - height: 2.286em; - min-width: auto; -} + padding: 0; } + body .p-paginator .p-paginator-first, + body .p-paginator .p-paginator-prev, + body .p-paginator .p-paginator-next, + body .p-paginator .p-paginator-last { + color: #dedede; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; + padding: 0; + margin: 0; + vertical-align: top; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-paginator .p-dropdown { + border: 0 none; } + body .p-paginator .p-dropdown .p-dropdown-trigger, body .p-paginator .p-dropdown .p-dropdown-label { + color: #dedede; } + body .p-paginator .p-dropdown:hover .p-dropdown-trigger, body .p-paginator .p-dropdown:hover .p-dropdown-label { + color: #dedede; } + body .p-paginator .p-paginator-first:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-prev:before { + position: relative; } + body .p-paginator .p-paginator-next:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-last:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-current { + vertical-align: top; + display: inline-block; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; } + body .p-paginator .p-paginator-pages { + vertical-align: top; + display: inline-block; + padding: 0; } + body .p-paginator .p-paginator-pages .p-paginator-page { + color: #dedede; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; + padding: 0; + margin: 0; + vertical-align: top; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { + background-color: #cc285c; + color: #ffffff; } + body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-paginator .p-dropdown { + margin-left: 0.5em; + height: 2.286em; + min-width: auto; } body .p-datatable .p-datatable-header, body .p-datatable .p-datatable-footer { background-color: #191919; color: #dedede; border: 1px solid #191919; padding: 0.571em 1em; - text-align: center; -} + text-align: center; } body .p-datatable .p-datatable-header { border-bottom: 0 none; font-weight: 700; @@ -2020,8 +1674,7 @@ body .p-datatable .p-datatable-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-datatable .p-datatable-footer { border-top: 0 none; font-weight: 700; @@ -2030,206 +1683,158 @@ body .p-datatable .p-datatable-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-datatable .p-datatable-thead > tr > th { padding: 0.571em 0.857em; border: 1px solid #191919; font-weight: 700; color: #dedede; background-color: #252525; - text-align: center; -} + text-align: center; } body .p-datatable .p-datatable-tfoot > tr > td { padding: 0.571em 0.857em; border: 1px solid #191919; font-weight: 700; color: #dedede; background-color: #252525; - text-align: center; -} + text-align: center; } body .p-datatable .p-sortable-column { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-sortable-column .p-sortable-column-icon { - color: #888888; -} -body .p-datatable .p-sortable-column:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: #dedede; -} -body .p-datatable .p-sortable-column:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: inset 0 0 0 0.2em #f1b6c8; - box-shadow: inset 0 0 0 0.2em #f1b6c8; -} -body .p-datatable .p-sortable-column.p-highlight { - background-color: #cc285c; - color: #ffffff; -} -body .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #ffffff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-sortable-column .p-sortable-column-icon { + color: #888888; } + body .p-datatable .p-sortable-column:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { + color: #dedede; } + body .p-datatable .p-sortable-column:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: inset 0 0 0 0.2em #f1b6c8; + box-shadow: inset 0 0 0 0.2em #f1b6c8; } + body .p-datatable .p-sortable-column.p-highlight { + background-color: #cc285c; + color: #ffffff; } + body .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { + color: #ffffff; } body .p-datatable .p-editable-column input { font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} + font-family: "Open Sans", "Helvetica Neue", sans-serif; } body .p-datatable .p-row-editor-init { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} + transition: background-color 0.2s, box-shadow 0.2s; } body .p-datatable .p-datatable-tbody > tr { background: #323232; color: #dedede; -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-datatable-tbody > tr > td { - background: inherit; - border: 1px solid #191919; - padding: 0.429em 0.857em; -} -body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler { - color: #888888; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { - color: #dedede; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight { - background-color: #cc285c; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler:hover { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { - background-color: #e88ba9; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #cc285c; -} -body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #cc285c; -} -body .p-datatable .p-datatable-tbody > tr:focus { - outline: none; -} -body .p-datatable .p-datatable-tbody > tr:focus + tr > td { - box-shadow: 0 -0.2em 0 0 #f1b6c8; -} -body .p-datatable .p-datatable-tbody > tr:focus > td { - box-shadow: 0 -0.2em 0 0 #f1b6c8, 0 0.2em 0 0 #f1b6c8; -} -body .p-datatable .p-datatable-tbody > tr:focus > td:first-child { - box-shadow: 0 -0.2em 0 0 #f1b6c8, 0 0.2em 0 0 #f1b6c8, -0.1em -0.1em 0 0.1em #f1b6c8; -} -body .p-datatable .p-datatable-tbody > tr:focus > td:last-child { - box-shadow: 0 -0.2em 0 0 #f1b6c8, 0 0.2em 0 0 #f1b6c8, 0.1em -0.1em 0 0.1em #f1b6c8; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-datatable-tbody > tr > td { + background: inherit; + border: 1px solid #191919; + padding: 0.429em 0.857em; } + body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler { + color: #888888; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { + color: #dedede; } + body .p-datatable .p-datatable-tbody > tr.p-highlight { + background-color: #cc285c; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler:hover { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + background-color: #e88ba9; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { + box-shadow: inset 0 2px 0 0 #cc285c; } + body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { + box-shadow: inset 0 -2px 0 0 #cc285c; } + body .p-datatable .p-datatable-tbody > tr:focus { + outline: none; } + body .p-datatable .p-datatable-tbody > tr:focus + tr > td { + box-shadow: 0 -0.2em 0 0 #f1b6c8; } + body .p-datatable .p-datatable-tbody > tr:focus > td { + box-shadow: 0 -0.2em 0 0 #f1b6c8, 0 0.2em 0 0 #f1b6c8; } + body .p-datatable .p-datatable-tbody > tr:focus > td:first-child { + box-shadow: 0 -0.2em 0 0 #f1b6c8, 0 0.2em 0 0 #f1b6c8, -0.1em -0.1em 0 0.1em #f1b6c8; } + body .p-datatable .p-datatable-tbody > tr:focus > td:last-child { + box-shadow: 0 -0.2em 0 0 #f1b6c8, 0 0.2em 0 0 #f1b6c8, 0.1em -0.1em 0 0.1em #f1b6c8; } body .p-datatable .p-datatable-tbody > tr:nth-child(even) { - background-color: #323232; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { - background-color: #cc285c; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu { - background-color: #e88ba9; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler:hover { - color: #ffffff; -} + background-color: #323232; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { + background-color: #cc285c; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu { + background-color: #e88ba9; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler:hover { + color: #ffffff; } body .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover { cursor: pointer; background-color: #4c4c4c; - color: #dedede; -} + color: #dedede; } body .p-datatable .p-column-resizer-helper { - background-color: #cc285c; -} + background-color: #cc285c; } body .p-datatable .p-datatable-scrollable-header, body .p-datatable .p-datatable-scrollable-footer { - background-color: #191919; -} + background-color: #191919; } body .p-datatable .p-column-filter { - width: 100%; -} + width: 100%; } body .p-datatable.p-datatable-borderless .p-datatable-header { border: 0 none; - border-bottom: 1px solid #191919; -} + border-bottom: 1px solid #191919; } body .p-datatable.p-datatable-borderless .p-datatable-thead > tr > th { border: 0 none; text-align: left; - padding: 0.857em; -} + padding: 0.857em; } body .p-datatable.p-datatable-borderless .p-datatable-tbody { - border: 0 none; -} -body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr { - border: 0 none; -} -body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr > td { - border: 0 none; -} + border: 0 none; } + body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr { + border: 0 none; } + body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr > td { + border: 0 none; } body .p-datatable.p-datatable-borderless .p-datatable-tfoot > tr > td { - border: 0 none; -} + border: 0 none; } body .p-datatable.p-datatable-borderless .p-paginator { - border: 0 none; -} + border: 0 none; } body .p-datascroller .p-datascroller-header { background-color: #191919; color: #dedede; border: 1px solid #191919; padding: 0.571em 1em; font-weight: 700; - border-bottom: 0 none; -} + border-bottom: 0 none; } body .p-datascroller .p-datascroller-content { padding: 0.571em 1em; border: 1px solid #191919; background-color: #323232; color: #dedede; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-datascroller .p-datascroller-footer { background-color: #323232; color: #dedede; border: 1px solid #191919; padding: 0.571em 1em; - border-top: 0 none; -} + border-top: 0 none; } body .p-dataview .p-dataview-header { background-color: #191919; color: #dedede; @@ -2242,18 +1847,15 @@ body .p-dataview .p-dataview-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-dataview .p-dataview-content { padding: 0.571em 1em; border: 1px solid #191919; background-color: #323232; color: #dedede; - padding: 0.571em 1em; -} -body .p-dataview .p-dataview-content > .p-grid > div { - border-bottom: 1px solid #191919; -} + padding: 0.571em 1em; } + body .p-dataview .p-dataview-content > .p-grid > div { + border-bottom: 1px solid #191919; } body .p-dataview .p-dataview-footer { background-color: #323232; color: #dedede; @@ -2265,30 +1867,24 @@ body .p-dataview .p-dataview-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .fc th { background-color: #191919; border: 1px solid #191919; color: #dedede; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .fc td.ui-widget-content { background-color: #323232; border: 1px solid #191919; - color: #dedede; -} + color: #dedede; } body .fc td.fc-head-container { - border: 1px solid #191919; -} + border: 1px solid #191919; } body .fc .fc-row { - border-right: 1px solid #191919; -} + border-right: 1px solid #191919; } body .fc .fc-event { background-color: #b72452; border: 1px solid #b72452; - color: #ffffff; -} + color: #ffffff; } body .fc .fc-toolbar .fc-button { color: #ffffff; background-color: #cc285c; @@ -2300,65 +1896,52 @@ body .fc .fc-toolbar .fc-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .fc .fc-toolbar .fc-button:enabled:hover { - background-color: #b72452; - color: #ffffff; - border-color: #b72452; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-left { - font-family: "PrimeIcons" !important; - text-indent: 0; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-right { - font-family: "PrimeIcons" !important; - text-indent: 0; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; -} -body .fc .fc-toolbar .fc-button:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; -} + border-radius: 3px; } + body .fc .fc-toolbar .fc-button:enabled:hover { + background-color: #b72452; + color: #ffffff; + border-color: #b72452; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-left { + font-family: 'PrimeIcons' !important; + text-indent: 0; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before { + content: ""; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-right { + font-family: 'PrimeIcons' !important; + text-indent: 0; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before { + content: ""; } + body .fc .fc-toolbar .fc-button:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; } body .fc .fc-toolbar .fc-button-group .fc-button { -moz-border-radius: 0; -webkit-border-radius: 0; - border-radius: 0; -} -body .fc .fc-toolbar .fc-button-group .fc-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .fc .fc-toolbar .fc-button-group .fc-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-radius: 0; } + body .fc .fc-toolbar .fc-button-group .fc-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .fc .fc-toolbar .fc-button-group .fc-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .fc .fc-divider { background-color: #191919; - border: 1px solid #191919; -} + border: 1px solid #191919; } body .p-fluid .fc .fc-toolbar .ui-button { - width: auto; -} + width: auto; } body .p-picklist .p-picklist-buttons button { - font-size: 16px; -} + font-size: 16px; } body .p-picklist .p-picklist-caption { background-color: #191919; color: #dedede; @@ -2371,31 +1954,26 @@ body .p-picklist .p-picklist-caption { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-picklist .p-picklist-filter-container { padding: 0.429em 0.857em 0.429em 0.857em; border: 1px solid #191919; color: #dedede; background-color: #252525; margin: 0; - border-bottom: 0 none; -} -body .p-picklist .p-picklist-filter-container input { - width: 100%; - padding-right: 2em; - text-indent: 0; -} -body .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { - top: 50%; - margin-top: -0.5em; - left: auto; - right: 1.357em; - color: #252525; -} + border-bottom: 0 none; } + body .p-picklist .p-picklist-filter-container input { + width: 100%; + padding-right: 2em; + text-indent: 0; } + body .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { + top: 50%; + margin-top: -.5em; + left: auto; + right: 1.357em; + color: #252525; } body .p-picklist .p-picklist-buttons { - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-picklist .p-picklist-list { border: 1px solid #191919; background-color: #323232; @@ -2406,48 +1984,38 @@ body .p-picklist .p-picklist-list { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-picklist .p-picklist-list .p-picklist-item { - padding: 0.429em 0.857em; - margin: 0; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-picklist .p-picklist-list .p-picklist-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: inset 0 0 0 0.2em #f1b6c8; - box-shadow: inset 0 0 0 0.2em #f1b6c8; -} -body .p-picklist .p-picklist-list .p-picklist-item.p-highlight { - background-color: #cc285c; - color: #ffffff; -} -body .p-picklist .p-picklist-list .p-picklist-droppoint-highlight { - background-color: #cc285c; -} + border-bottom-right-radius: 3px; } + body .p-picklist .p-picklist-list .p-picklist-item { + padding: 0.429em 0.857em; + margin: 0; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-picklist .p-picklist-list .p-picklist-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: inset 0 0 0 0.2em #f1b6c8; + box-shadow: inset 0 0 0 0.2em #f1b6c8; } + body .p-picklist .p-picklist-list .p-picklist-item.p-highlight { + background-color: #cc285c; + color: #ffffff; } + body .p-picklist .p-picklist-list .p-picklist-droppoint-highlight { + background-color: #cc285c; } @media (max-width: 40em) { body .p-picklist.p-picklist-responsive .p-picklist-buttons { - padding: 0.571em 1em; - } -} + padding: 0.571em 1em; } } body .p-orderlist .p-orderlist-controls { - padding: 0.571em 1em; -} -body .p-orderlist .p-orderlist-controls button { - font-size: 16px; -} + padding: 0.571em 1em; } + body .p-orderlist .p-orderlist-controls button { + font-size: 16px; } body .p-orderlist .p-orderlist-caption { background-color: #191919; color: #dedede; @@ -2460,28 +2028,24 @@ body .p-orderlist .p-orderlist-caption { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-orderlist .p-orderlist-filter-container { padding: 0.429em 0.857em 0.429em 0.857em; border: 1px solid #191919; color: #dedede; background-color: #252525; margin: 0; - border-bottom: 0 none; -} -body .p-orderlist .p-orderlist-filter-container input { - width: 100%; - padding-right: 2em; - text-indent: 0; -} -body .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { - top: 50%; - margin-top: -0.5em; - left: auto; - right: 1.357em; - color: #252525; -} + border-bottom: 0 none; } + body .p-orderlist .p-orderlist-filter-container input { + width: 100%; + padding-right: 2em; + text-indent: 0; } + body .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { + top: 50%; + margin-top: -.5em; + left: auto; + right: 1.357em; + color: #252525; } body .p-orderlist .p-orderlist-list { border: 1px solid #191919; background-color: #323232; @@ -2492,37 +2056,31 @@ body .p-orderlist .p-orderlist-list { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item { - padding: 0.429em 0.857em; - margin: 0; - border: 0 none; - color: #dedede; - background-color: transparent; - -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: inset 0 0 0 0.2em #f1b6c8; - box-shadow: inset 0 0 0 0.2em #f1b6c8; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - background-color: #cc285c; - color: #ffffff; -} -body .p-orderlist .p-orderlist-list .p-orderlist-droppoint-highlight { - background-color: #cc285c; -} + border-bottom-right-radius: 3px; } + body .p-orderlist .p-orderlist-list .p-orderlist-item { + padding: 0.429em 0.857em; + margin: 0; + border: 0 none; + color: #dedede; + background-color: transparent; + -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-orderlist .p-orderlist-list .p-orderlist-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: inset 0 0 0 0.2em #f1b6c8; + box-shadow: inset 0 0 0 0.2em #f1b6c8; } + body .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { + background-color: #cc285c; + color: #ffffff; } + body .p-orderlist .p-orderlist-list .p-orderlist-droppoint-highlight { + background-color: #cc285c; } body .p-tree { border: 1px solid #191919; background-color: #323232; @@ -2530,159 +2088,126 @@ body .p-tree { padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree .p-tree-container { - padding: 0.286em; - margin: 0; -} -body .p-tree .p-tree-container .p-treenode { - padding: 0.143em 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content { - padding: 0; - border: 1px solid transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { - vertical-align: middle; - display: inline-block; - float: none; - margin: 0 0.286em 0 0; - color: #888888; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler b .p-tree-toggler-icon { - line-height: 1.25em; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { - vertical-align: middle; - display: inline-block; - margin: 0 0.286em 0 0; - color: #888888; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-label { - margin: 0; - vertical-align: middle; - display: inline-block; - padding: 0.286em 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { - margin: 0 0.286em 0 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background-color: #cc285c; - color: #ffffff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { - color: #ffffff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-checkbox .p-checkbox-box { - border-color: #ffffff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight-contextmenu { - border: 1px dashed #cc285c; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover .p-treenode-icon { - color: #dedede; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content > span { - line-height: inherit; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-tree .p-tree-container .p-treenode-droppoint.p-treenode-droppoint-active { - background-color: #cc285c; -} -body .p-tree.p-tree-horizontal { - padding-left: 0; - padding-right: 0; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content { - border: 1px solid #191919; - background-color: #323232; - color: #dedede; - padding: 0.571em 1em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight { - background-color: #cc285c; - color: #ffffff; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox .p-icon { - color: #cc285c; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover { - background-color: inherit; - color: inherit; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-tree .p-tree-filter-container .p-tree-filter { - width: 100%; - padding-right: 2em; -} -body .p-tree .p-tree-filter-container .p-tree-filter-icon { - top: 50%; - left: auto; - margin-top: -0.5em; - right: 0.8em; - color: #252525; -} + border-radius: 3px; } + body .p-tree .p-tree-container { + padding: 0.286em; + margin: 0; } + body .p-tree .p-tree-container .p-treenode { + padding: 0.143em 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content { + padding: 0; + border: 1px solid transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { + vertical-align: middle; + display: inline-block; + float: none; + margin: 0 0.286em 0 0; + color: #888888; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler b + .p-tree-toggler-icon { + line-height: 1.25em; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { + vertical-align: middle; + display: inline-block; + margin: 0 0.286em 0 0; + color: #888888; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-label { + margin: 0; + vertical-align: middle; + display: inline-block; + padding: 0.286em 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { + margin: 0 0.286em 0 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { + background-color: #cc285c; + color: #ffffff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { + color: #ffffff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-checkbox .p-checkbox-box { + border-color: #ffffff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight-contextmenu { + border: 1px dashed #cc285c; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover .p-treenode-icon { + color: #dedede; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content > span { + line-height: inherit; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { + background-color: #4c4c4c; + color: #dedede; } + body .p-tree .p-tree-container .p-treenode-droppoint.p-treenode-droppoint-active { + background-color: #cc285c; } + body .p-tree.p-tree-horizontal { + padding-left: 0; + padding-right: 0; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content { + border: 1px solid #191919; + background-color: #323232; + color: #dedede; + padding: 0.571em 1em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight { + background-color: #cc285c; + color: #ffffff; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox .p-icon { + color: #cc285c; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover { + background-color: inherit; + color: inherit; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-tree .p-tree-filter-container .p-tree-filter { + width: 100%; + padding-right: 2em; } + body .p-tree .p-tree-filter-container .p-tree-filter-icon { + top: 50%; + left: auto; + margin-top: -.5em; + right: .8em; + color: #252525; } body .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { background-color: #4c4c4c; - color: #dedede; -} + color: #dedede; } body .p-organizationchart .p-organizationchart-node-content.p-highlight { background-color: #cc285c; - color: #ffffff; -} -body .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: #61132c; -} + color: #ffffff; } + body .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { + color: #61132c; } body .p-organizationchart .p-organizationchart-line-down { - background-color: #191919; -} + background-color: #191919; } body .p-organizationchart .p-organizationchart-line-left { border-right: 1px solid #191919; - border-color: #191919; -} + border-color: #191919; } body .p-organizationchart .p-organizationchart-line-top { border-top: 1px solid #191919; - border-color: #191919; -} + border-color: #191919; } body .p-organizationchart .p-organizationchart-node-content { border: 1px solid #191919; background-color: #323232; color: #dedede; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-organizationchart .p-organizationchart-node-content .p-node-toggler { - bottom: -0.7em; - margin-left: -0.46em; + bottom: -.7em; + margin-left: -.46em; color: #888888; -moz-border-radius: 3px; -webkit-border-radius: 3px; @@ -2690,23 +2215,20 @@ body .p-organizationchart .p-organizationchart-node-content .p-node-toggler { -moz-transition: box-shadow 0.2s; -o-transition: box-shadow 0.2s; -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; -} + transition: box-shadow 0.2s; } + body .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; } body .p-treetable .p-treetable-header, body .p-treetable .p-treetable-footer { background-color: #191919; color: #dedede; border: 1px solid #191919; padding: 0.571em 1em; - text-align: center; -} + text-align: center; } body .p-treetable .p-treetable-header { border-bottom: 0 none; font-weight: 700; @@ -2715,8 +2237,7 @@ body .p-treetable .p-treetable-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-treetable .p-treetable-footer { border-top: 0 none; font-weight: 700; @@ -2725,119 +2246,92 @@ body .p-treetable .p-treetable-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-treetable .p-treetable-thead > tr > th { padding: 0.571em 0.857em; border: 1px solid #191919; font-weight: 700; color: #dedede; background-color: #252525; - text-align: center; -} + text-align: center; } body .p-treetable .p-treetable-tfoot > tr > td { padding: 0.571em 0.857em; border: 1px solid #191919; font-weight: 700; color: #dedede; background-color: #252525; - text-align: center; -} + text-align: center; } body .p-treetable .p-sortable-column { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-treetable .p-sortable-column .p-sortable-column-icon { - color: #888888; -} -body .p-treetable .p-sortable-column:not(.p-highlight):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: #dedede; -} -body .p-treetable .p-sortable-column:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: inset 0 0 0 0.2em #f1b6c8; - box-shadow: inset 0 0 0 0.2em #f1b6c8; -} -body .p-treetable .p-sortable-column.p-highlight { - background-color: #cc285c; - color: #ffffff; -} -body .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #ffffff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-treetable .p-sortable-column .p-sortable-column-icon { + color: #888888; } + body .p-treetable .p-sortable-column:not(.p-highlight):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { + color: #dedede; } + body .p-treetable .p-sortable-column:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: inset 0 0 0 0.2em #f1b6c8; + box-shadow: inset 0 0 0 0.2em #f1b6c8; } + body .p-treetable .p-sortable-column.p-highlight { + background-color: #cc285c; + color: #ffffff; } + body .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { + color: #ffffff; } body .p-treetable .p-editable-column input { font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} + font-family: "Open Sans", "Helvetica Neue", sans-serif; } body .p-treetable .p-treetable-tbody > tr { background: #323232; color: #dedede; -moz-transition: background-color 0.2s; -o-transition: background-color 0.2s; -webkit-transition: background-color 0.2s; - transition: background-color 0.2s; -} -body .p-treetable .p-treetable-tbody > tr > td { - background: inherit; - border: 1px solid #191919; - padding: 0.429em 0.857em; -} -body .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { - color: #888888; - vertical-align: middle; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight { - background-color: #cc285c; - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu { - background-color: #e88ba9; - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu .p-treetable-toggler { - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr:focus { - outline: none; -} -body .p-treetable .p-treetable-tbody > tr:focus + tr > td { - box-shadow: 0 -0.2em 0 0 #f1b6c8; -} -body .p-treetable .p-treetable-tbody > tr:focus > td { - box-shadow: 0 -0.2em 0 0 #f1b6c8, 0 0.2em 0 0 #f1b6c8; -} -body .p-treetable .p-treetable-tbody > tr:focus > td:first-child { - box-shadow: 0 -0.2em 0 0 #f1b6c8, 0 0.2em 0 0 #f1b6c8, -0.1em -0.1em 0 0.1em #f1b6c8; -} -body .p-treetable .p-treetable-tbody > tr:focus > td:last-child { - box-shadow: 0 -0.2em 0 0 #f1b6c8, 0 0.2em 0 0 #f1b6c8, 0.1em -0.1em 0 0.1em #f1b6c8; -} + transition: background-color 0.2s; } + body .p-treetable .p-treetable-tbody > tr > td { + background: inherit; + border: 1px solid #191919; + padding: 0.429em 0.857em; } + body .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { + color: #888888; + vertical-align: middle; } + body .p-treetable .p-treetable-tbody > tr.p-highlight { + background-color: #cc285c; + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu { + background-color: #e88ba9; + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu .p-treetable-toggler { + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr:focus { + outline: none; } + body .p-treetable .p-treetable-tbody > tr:focus + tr > td { + box-shadow: 0 -0.2em 0 0 #f1b6c8; } + body .p-treetable .p-treetable-tbody > tr:focus > td { + box-shadow: 0 -0.2em 0 0 #f1b6c8, 0 0.2em 0 0 #f1b6c8; } + body .p-treetable .p-treetable-tbody > tr:focus > td:first-child { + box-shadow: 0 -0.2em 0 0 #f1b6c8, 0 0.2em 0 0 #f1b6c8, -0.1em -0.1em 0 0.1em #f1b6c8; } + body .p-treetable .p-treetable-tbody > tr:focus > td:last-child { + box-shadow: 0 -0.2em 0 0 #f1b6c8, 0 0.2em 0 0 #f1b6c8, 0.1em -0.1em 0 0.1em #f1b6c8; } body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover { cursor: pointer; background-color: #4c4c4c; - color: #dedede; -} -body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover .p-treetable-toggler { - color: #dedede; -} + color: #dedede; } + body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover .p-treetable-toggler { + color: #dedede; } body .p-treetable .p-column-resizer-helper { - background-color: #cc285c; -} + background-color: #cc285c; } body .p-treetable .p-treetable-scrollable-header, body .p-treetable .p-treetable-scrollable-footer { - background-color: #191919; -} + background-color: #191919; } body .p-carousel .p-carousel-content .p-carousel-prev, body .p-carousel .p-carousel-content .p-carousel-next { background-color: #cc285c; @@ -2850,273 +2344,212 @@ body .p-carousel .p-carousel-content .p-carousel-next { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover, -body .p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover { - background-color: #b72452; - color: #ffffff; - border-color: #b72452; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover, + body .p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover { + background-color: #b72452; + color: #ffffff; + border-color: #b72452; } body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon { width: 20px; height: 6px; background-color: #252525; - margin: 0 0.2em; -} -body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon::before { - content: " "; -} + margin: 0 0.2em; } + body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon::before { + content: ' '; } body .p-carousel .p-carousel-dots-container .p-carousel-dot-item.p-highlight .p-carousel-dot-icon { - background-color: #cc285c; -} + background-color: #cc285c; } body .p-messages { margin: 1em 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-messages .p-messages-wrapper { - padding: 1em; -} -body .p-messages.p-messages-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-info .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-info .p-messages-close { - background-color: #7fbcec; - color: #212121; -} -body .p-messages.p-messages-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-success .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-success .p-messages-close { - background-color: #b7d8b7; - color: #212121; -} -body .p-messages.p-messages-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-warn .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-warn .p-messages-close { - background-color: #ffe399; - color: #212121; -} -body .p-messages.p-messages-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-error .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-error .p-messages-close { - background-color: #f8b7bd; - color: #212121; -} -body .p-messages .p-messages-close { - top: -0.769em; - right: -0.769em; - width: 1.538em; - height: 1.538em; - line-height: 1.538em; - text-align: center; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-messages .p-messages-close .p-messages-close-icon { - line-height: inherit; - font-size: 1.5em; -} -body .p-messages .p-messages-close:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; -} -body .p-messages .p-messages-icon { - font-size: 2em; -} + border-radius: 3px; } + body .p-messages .p-messages-wrapper { + padding: 1em; } + body .p-messages.p-messages-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-info .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-info .p-messages-close { + background-color: #7fbcec; + color: #212121; } + body .p-messages.p-messages-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-success .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-success .p-messages-close { + background-color: #b7d8b7; + color: #212121; } + body .p-messages.p-messages-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-warn .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-warn .p-messages-close { + background-color: #ffe399; + color: #212121; } + body .p-messages.p-messages-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-error .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-error .p-messages-close { + background-color: #f8b7bd; + color: #212121; } + body .p-messages .p-messages-close { + top: -0.769em; + right: -0.769em; + width: 1.538em; + height: 1.538em; + line-height: 1.538em; + text-align: center; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-messages .p-messages-close .p-messages-close-icon { + line-height: inherit; + font-size: 1.5em; } + body .p-messages .p-messages-close:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; } + body .p-messages .p-messages-icon { + font-size: 2em; } body .p-message { padding: 0.429em; margin: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-message.p-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-message.p-message-info .p-message-icon { - color: #212121; -} -body .p-message.p-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-message.p-message-success .p-message-icon { - color: #212121; -} -body .p-message.p-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-message.p-message-warn .p-message-icon { - color: #212121; -} -body .p-message.p-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-message.p-message-error .p-message-icon { - color: #212121; -} -body .p-message .p-message-icon { - font-size: 1.25em; -} -body .p-message .p-message-text { - font-size: 1em; -} + border-radius: 3px; } + body .p-message.p-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-message.p-message-info .p-message-icon { + color: #212121; } + body .p-message.p-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-message.p-message-success .p-message-icon { + color: #212121; } + body .p-message.p-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-message.p-message-warn .p-message-icon { + color: #212121; } + body .p-message.p-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-message.p-message-error .p-message-icon { + color: #212121; } + body .p-message .p-message-icon { + font-size: 1.25em; } + body .p-message .p-message-text { + font-size: 1em; } body .p-growl { top: 70px; opacity: 0.9; - filter: alpha(opacity=90); -} -body .p-growl .p-growl-item-container { - margin: 0 0 1em 0; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-growl .p-growl-item-container .p-growl-item { - padding: 1em; -} -body .p-growl .p-growl-item-container .p-growl-item .p-growl-message { - margin: 0 0 0 4em; -} -body .p-growl .p-growl-item-container .p-growl-item .p-growl-image { - font-size: 2.571em; -} -body .p-growl .p-growl-item-container.p-growl-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-icon-close { - color: #212121; -} + filter: alpha(opacity=90); } + body .p-growl .p-growl-item-container { + margin: 0 0 1em 0; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-growl .p-growl-item-container .p-growl-item { + padding: 1em; } + body .p-growl .p-growl-item-container .p-growl-item .p-growl-message { + margin: 0 0 0 4em; } + body .p-growl .p-growl-item-container .p-growl-item .p-growl-image { + font-size: 2.571em; } + body .p-growl .p-growl-item-container.p-growl-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-icon-close { + color: #212121; } body .p-toast { opacity: 0.9; - filter: alpha(opacity=90); -} -body .p-toast .p-toast-item-container { - margin: 0 0 1em 0; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-toast .p-toast-item-container .p-toast-item { - padding: 1em; -} -body .p-toast .p-toast-item-container .p-toast-item .p-toast-message { - margin: 0 0 0 4em; -} -body .p-toast .p-toast-item-container .p-toast-item .p-toast-image { - font-size: 2.571em; -} -body .p-toast .p-toast-item-container.p-toast-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #212121; -} + filter: alpha(opacity=90); } + body .p-toast .p-toast-item-container { + margin: 0 0 1em 0; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-toast .p-toast-item-container .p-toast-item { + padding: 1em; } + body .p-toast .p-toast-item-container .p-toast-item .p-toast-message { + margin: 0 0 0 4em; } + body .p-toast .p-toast-item-container .p-toast-item .p-toast-image { + font-size: 2.571em; } + body .p-toast .p-toast-item-container.p-toast-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { + color: #212121; } body .p-component-overlay { - background-color: rgba(0, 0, 0, 0.4); -} + background-color: rgba(0, 0, 0, 0.4); } body .p-overlaypanel { background-color: #323232; color: #dedede; @@ -3127,50 +2560,41 @@ body .p-overlaypanel { border-radius: 3px; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-overlaypanel .p-overlaypanel-content { - padding: 1em; -} -body .p-overlaypanel .p-overlaypanel-close { - background-color: #cc285c; - color: #ffffff; - width: 1.538em; - height: 1.538em; - line-height: 1.538em; - text-align: center; - position: absolute; - top: -0.769em; - right: -0.769em; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-overlaypanel .p-overlaypanel-close:hover { - background-color: #a32049; - color: #ffffff; -} -body .p-overlaypanel .p-overlaypanel-close > span { - line-height: inherit; -} -body .p-overlaypanel:after { - border-color: rgba(50, 50, 50, 0); - border-bottom-color: #323232; -} -body .p-overlaypanel:before { - border-color: rgba(25, 25, 25, 0); - border-bottom-color: #191919; -} -body .p-overlaypanel.p-overlaypanel-flipped:after { - border-top-color: #323232; -} -body .p-overlaypanel.p-overlaypanel-flipped:before { - border-top-color: #191919; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-overlaypanel .p-overlaypanel-content { + padding: 1em; } + body .p-overlaypanel .p-overlaypanel-close { + background-color: #cc285c; + color: #ffffff; + width: 1.538em; + height: 1.538em; + line-height: 1.538em; + text-align: center; + position: absolute; + top: -0.769em; + right: -0.769em; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-overlaypanel .p-overlaypanel-close:hover { + background-color: #a32049; + color: #ffffff; } + body .p-overlaypanel .p-overlaypanel-close > span { + line-height: inherit; } + body .p-overlaypanel:after { + border-color: rgba(50, 50, 50, 0); + border-bottom-color: #323232; } + body .p-overlaypanel:before { + border-color: rgba(25, 25, 25, 0); + border-bottom-color: #191919; } + body .p-overlaypanel.p-overlaypanel-flipped:after { + border-top-color: #323232; } + body .p-overlaypanel.p-overlaypanel-flipped:before { + border-top-color: #191919; } body .p-dialog { padding: 0; -moz-border-radius: 3px; @@ -3178,73 +2602,62 @@ body .p-dialog { border-radius: 3px; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-dialog .p-dialog-titlebar { - border: 1px solid #191919; - background-color: #191919; - color: #dedede; - padding: 1em; - font-weight: 700; - border-bottom: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-dialog .p-dialog-titlebar .p-dialog-title { - margin: 0; - float: none; - font-weight: 700; -} -body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon { - color: #888888; - border: 0 none; - padding: 0; - margin-left: 0.5em; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover { - color: #dedede; -} -body .p-dialog .p-dialog-content { - background-color: #323232; - color: #dedede; - border: 1px solid #191919; - padding: 1em; -} -body .p-dialog .p-dialog-footer { - border: 1px solid #191919; - border-top: 0 none; - background-color: #323232; - color: #dedede; - padding: 0.571em 1em; - margin: 0; - text-align: right; -} -body .p-dialog .p-dialog-footer button { - margin: 0 0.5em 0 0; - width: auto; -} -body .p-dialog.p-confirm-dialog .p-dialog-content { - padding: 1.5em; -} -body .p-dialog.p-confirm-dialog .p-dialog-content > span { - float: none; - display: inline-block; - vertical-align: middle; - line-height: 14px; - margin: 0; -} -body .p-dialog.p-confirm-dialog .p-dialog-content > span.p-icon { - margin-right: 0.35em; - font-size: 16px; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-dialog .p-dialog-titlebar { + border: 1px solid #191919; + background-color: #191919; + color: #dedede; + padding: 1em; + font-weight: 700; + border-bottom: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-dialog .p-dialog-titlebar .p-dialog-title { + margin: 0; + float: none; + font-weight: 700; } + body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon { + color: #888888; + border: 0 none; + padding: 0; + margin-left: 0.5em; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover { + color: #dedede; } + body .p-dialog .p-dialog-content { + background-color: #323232; + color: #dedede; + border: 1px solid #191919; + padding: 1em; } + body .p-dialog .p-dialog-footer { + border: 1px solid #191919; + border-top: 0 none; + background-color: #323232; + color: #dedede; + padding: 0.571em 1em; + margin: 0; + text-align: right; } + body .p-dialog .p-dialog-footer button { + margin: 0 0.5em 0 0; + width: auto; } + body .p-dialog.p-confirm-dialog .p-dialog-content { + padding: 1.5em; } + body .p-dialog.p-confirm-dialog .p-dialog-content > span { + float: none; + display: inline-block; + vertical-align: middle; + line-height: 14px; + margin: 0; } + body .p-dialog.p-confirm-dialog .p-dialog-content > span.p-icon { + margin-right: .35em; + font-size: 16px; } body .p-sidebar { background-color: #323232; color: #dedede; @@ -3252,21 +2665,17 @@ body .p-sidebar { border: 1px solid #191919; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-sidebar .p-sidebar-close { - color: #888888; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-sidebar .p-sidebar-close:hover { - color: #dedede; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-sidebar .p-sidebar-close { + color: #888888; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-sidebar .p-sidebar-close:hover { + color: #dedede; } body .p-sidebar-mask { - transition-duration: 0.2s; -} + transition-duration: 0.2s; } body .p-tooltip .p-tooltip-text { background-color: #4c4c4c; color: #dedede; @@ -3276,76 +2685,62 @@ body .p-tooltip .p-tooltip-text { box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} + border-radius: 3px; } body .p-tooltip.p-tooltip-right .p-tooltip-arrow { - border-right-color: #4c4c4c; -} + border-right-color: #4c4c4c; } body .p-tooltip.p-tooltip-left .p-tooltip-arrow { - border-left-color: #4c4c4c; -} + border-left-color: #4c4c4c; } body .p-tooltip.p-tooltip-top .p-tooltip-arrow { - border-top-color: #4c4c4c; -} + border-top-color: #4c4c4c; } body .p-tooltip.p-tooltip-bottom .p-tooltip-arrow { - border-bottom-color: #4c4c4c; -} + border-bottom-color: #4c4c4c; } body .p-lightbox { -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-lightbox .p-lightbox-caption { - border: 1px solid #191919; - background-color: #191919; - color: #dedede; - padding: 0.571em 1em; - font-weight: 700; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text { - color: #dedede; - margin: 0; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-close { - padding: 0; - color: #888888; - -moz-transition: color 0.2s; - -o-transition: color 0.2s; - -webkit-transition: color 0.2s; - transition: color 0.2s; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-close:hover { - color: #dedede; -} -body .p-lightbox .p-lightbox-content-wrapper { - overflow: hidden; - background-color: #323232; - color: #dedede; - border: 0 none; - padding: 0; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right { - -moz-transition: all 0.2s; - -o-transition: all 0.2s; - -webkit-transition: all 0.2s; - transition: all 0.2s; - font-size: 3em; - color: #dedede; - margin-top: -0.5em; -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover { - -webkit-transform: scale(1.2); - -moz-transform: scale(1.2); - -o-transform: scale(1.2); - -ms-transform: scale(1.2); - transform: scale(1.2); -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-content.p-lightbox-loading ~ a { - display: none; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-lightbox .p-lightbox-caption { + border: 1px solid #191919; + background-color: #191919; + color: #dedede; + padding: 0.571em 1em; + font-weight: 700; } + body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text { + color: #dedede; + margin: 0; } + body .p-lightbox .p-lightbox-caption .p-lightbox-close { + padding: 0; + color: #888888; + -moz-transition: color 0.2s; + -o-transition: color 0.2s; + -webkit-transition: color 0.2s; + transition: color 0.2s; } + body .p-lightbox .p-lightbox-caption .p-lightbox-close:hover { + color: #dedede; } + body .p-lightbox .p-lightbox-content-wrapper { + overflow: hidden; + background-color: #323232; + color: #dedede; + border: 0 none; + padding: 0; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right { + -moz-transition: all 0.2s; + -o-transition: all 0.2s; + -webkit-transition: all 0.2s; + transition: all 0.2s; + font-size: 3em; + color: #dedede; + margin-top: -.5em; } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover { + -webkit-transform: scale(1.2); + -moz-transform: scale(1.2); + -o-transform: scale(1.2); + -ms-transform: scale(1.2); + transform: scale(1.2); } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-content.p-lightbox-loading ~ a { + display: none; } body .p-breadcrumb { background-color: #323232; @@ -3353,106 +2748,85 @@ body .p-breadcrumb { padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-breadcrumb ul li .p-menuitem-link { - color: #dedede; - margin: 0; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-breadcrumb ul li .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; -} -body .p-breadcrumb ul li.p-breadcrumb-chevron { - margin: 0 0.5em 0 0.5em; - color: #888888; -} -body .p-breadcrumb ul li:first-child a { - color: #888888; - margin: 0; -} -body .p-breadcrumb ul li .p-menuitem-icon { - color: #888888; -} + border-radius: 3px; } + body .p-breadcrumb ul li .p-menuitem-link { + color: #dedede; + margin: 0; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-breadcrumb ul li .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; } + body .p-breadcrumb ul li.p-breadcrumb-chevron { + margin: 0 0.5em 0 0.5em; + color: #888888; } + body .p-breadcrumb ul li:first-child a { + color: #888888; + margin: 0; } + body .p-breadcrumb ul li .p-menuitem-icon { + color: #888888; } body .p-steps { - position: relative; -} -body .p-steps .p-steps-item { - background-color: transparent; - text-align: center; -} -body .p-steps .p-steps-item .p-menuitem-link { - display: inline-block; - text-align: center; - background-color: transparent; - overflow: hidden; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-steps .p-steps-item .p-menuitem-link .p-steps-number { - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - display: inline-block; - color: #dedede; - background-color: #191919; - border: 1px solid #191919; - position: relative; - top: 16px; - margin-bottom: 14px; - width: 28px; - height: 28px; - font-size: 16px; - line-height: 24px; - text-align: center; -} -body .p-steps .p-steps-item .p-menuitem-link .p-steps-title { - display: block; - margin-top: 6px; - color: #dedede; -} -body .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; -} -body .p-steps .p-steps-item.p-highlight .p-steps-number { - background: #cc285c; - color: #ffffff; -} -body .p-steps .p-steps-item.p-highlight .p-steps-title { - font-weight: 700; - color: #dedede; -} -body .p-steps .p-steps-item:last-child .p-menuitem-link { - display: block; -} -body .p-steps:before { - content: " "; - border-top: 1px solid #191919; - width: 100%; - top: 45%; - left: 0; - display: block; - position: absolute; -} + position: relative; } + body .p-steps .p-steps-item { + background-color: transparent; } + body .p-steps .p-steps-item .p-menuitem-link { + background-color: transparent; + overflow: hidden; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-steps .p-steps-item .p-menuitem-link .p-steps-number { + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + display: inline-block; + color: #dedede; + background-color: #191919; + border: 1px solid #191919; + min-width: 28px; + height: 28px; + font-size: 16px; + line-height: 24px; + text-align: center; + position: relative; + z-index: 1; } + body .p-steps .p-steps-item .p-menuitem-link .p-steps-title { + display: block; + margin-top: 6px; + color: #dedede; } + body .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; } + body .p-steps .p-steps-item.p-highlight .p-steps-number { + background: #cc285c; + color: #ffffff; } + body .p-steps .p-steps-item.p-highlight .p-steps-title { + font-weight: 700; + color: #dedede; } + body .p-steps .p-steps-item:before { + content: ' '; + border-top: 1px solid #191919; + width: 100%; + top: 50%; + left: 0; + display: block; + position: absolute; + margin-top: -14px; } body .p-menu .p-menuitem-link, body .p-menubar .p-menuitem-link, body .p-tieredmenu .p-menuitem-link, @@ -3468,134 +2842,113 @@ body .p-slidemenu .p-menuitem-link { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-menu .p-menuitem-link .p-menuitem-text, -body .p-menubar .p-menuitem-link .p-menuitem-text, -body .p-tieredmenu .p-menuitem-link .p-menuitem-text, -body .p-contextmenu .p-menuitem-link .p-menuitem-text, -body .p-megamenu .p-menuitem-link .p-menuitem-text, -body .p-slidemenu .p-menuitem-link .p-menuitem-text { - color: #dedede; -} -body .p-menu .p-menuitem-link .p-menuitem-icon, -body .p-menubar .p-menuitem-link .p-menuitem-icon, -body .p-tieredmenu .p-menuitem-link .p-menuitem-icon, -body .p-contextmenu .p-menuitem-link .p-menuitem-icon, -body .p-megamenu .p-menuitem-link .p-menuitem-icon, -body .p-slidemenu .p-menuitem-link .p-menuitem-icon { - color: #dedede; - margin-right: 0.5em; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover { - background-color: #4c4c4c; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { - color: #dedede; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { - color: #dedede; -} -body .p-menu .p-menuitem-link:focus, -body .p-menubar .p-menuitem-link:focus, -body .p-tieredmenu .p-menuitem-link:focus, -body .p-contextmenu .p-menuitem-link:focus, -body .p-megamenu .p-menuitem-link:focus, -body .p-slidemenu .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: inset 0 0 0 0.2em #f1b6c8; - box-shadow: inset 0 0 0 0.2em #f1b6c8; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-menu .p-menuitem-link .p-menuitem-text, + body .p-menubar .p-menuitem-link .p-menuitem-text, + body .p-tieredmenu .p-menuitem-link .p-menuitem-text, + body .p-contextmenu .p-menuitem-link .p-menuitem-text, + body .p-megamenu .p-menuitem-link .p-menuitem-text, + body .p-slidemenu .p-menuitem-link .p-menuitem-text { + color: #dedede; } + body .p-menu .p-menuitem-link .p-menuitem-icon, + body .p-menubar .p-menuitem-link .p-menuitem-icon, + body .p-tieredmenu .p-menuitem-link .p-menuitem-icon, + body .p-contextmenu .p-menuitem-link .p-menuitem-icon, + body .p-megamenu .p-menuitem-link .p-menuitem-icon, + body .p-slidemenu .p-menuitem-link .p-menuitem-icon { + color: #dedede; + margin-right: 0.5em; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover { + background-color: #4c4c4c; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { + color: #dedede; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { + color: #dedede; } + body .p-menu .p-menuitem-link:focus, + body .p-menubar .p-menuitem-link:focus, + body .p-tieredmenu .p-menuitem-link:focus, + body .p-contextmenu .p-menuitem-link:focus, + body .p-megamenu .p-menuitem-link:focus, + body .p-slidemenu .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: inset 0 0 0 0.2em #f1b6c8; + box-shadow: inset 0 0 0 0.2em #f1b6c8; } body .p-menu { padding: 0; background-color: #252525; border: 1px solid #191919; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-menu .p-menuitem { - margin: 0; -} -body .p-menu.p-menu-overlay { - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-menu .p-submenu-header { - margin: 0; - padding: 0.714em 0.857em; - color: #dedede; - background-color: #191919; - font-weight: 700; - border: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-menu .p-menu-separator { - border: 1px solid #191919; - border-width: 1px 0 0 0; -} + border-radius: 3px; } + body .p-menu .p-menuitem { + margin: 0; } + body .p-menu.p-menu-overlay { + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-menu .p-submenu-header { + margin: 0; + padding: 0.714em 0.857em; + color: #dedede; + background-color: #191919; + font-weight: 700; + border: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-menu .p-menu-separator { + border: 1px solid #191919; + border-width: 1px 0 0 0; } body .p-menubar { padding: 0; background-color: #252525; border: 1px solid #191919; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { - padding: 0.714em 0.857em; -} -body .p-menubar .p-submenu-list { - padding: 0; - background-color: #252525; - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-menubar .p-submenu-list .p-menuitem { - margin: 0; -} -body .p-menubar .p-submenu-list .p-menu-separator { - border: 1px solid #191919; - border-width: 1px 0 0 0; -} -body .p-menubar .p-menuitem { - margin: 0; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #cc285c; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #ffffff; -} + border-radius: 3px; } + body .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { + padding: 0.714em 0.857em; } + body .p-menubar .p-submenu-list { + padding: 0; + background-color: #252525; + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-menubar .p-submenu-list .p-menuitem { + margin: 0; } + body .p-menubar .p-submenu-list .p-menu-separator { + border: 1px solid #191919; + border-width: 1px 0 0 0; } + body .p-menubar .p-menuitem { + margin: 0; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #cc285c; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #ffffff; } body .p-contextmenu { padding: 0; background-color: #252525; @@ -3605,351 +2958,277 @@ body .p-contextmenu { box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-contextmenu .p-submenu-list { - padding: 0; - background-color: #252525; - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-contextmenu .p-menuitem { - margin: 0; -} -body .p-contextmenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #cc285c; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #ffffff; -} -body .p-contextmenu .p-menu-separator { - border: 1px solid #191919; - border-width: 1px 0 0 0; -} + border-radius: 3px; } + body .p-contextmenu .p-submenu-list { + padding: 0; + background-color: #252525; + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-contextmenu .p-menuitem { + margin: 0; } + body .p-contextmenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #cc285c; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #ffffff; } + body .p-contextmenu .p-menu-separator { + border: 1px solid #191919; + border-width: 1px 0 0 0; } body .p-tieredmenu { padding: 0; background-color: #252525; border: 1px solid #191919; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tieredmenu .p-submenu-list { - padding: 0; - background-color: #252525; - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-tieredmenu .p-menuitem { - margin: 0; -} -body .p-tieredmenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #cc285c; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #ffffff; -} -body .p-tieredmenu .p-menu-separator { - border: 1px solid #191919; - border-width: 1px 0 0 0; -} -body .p-tieredmenu.p-menu-overlay { - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} + border-radius: 3px; } + body .p-tieredmenu .p-submenu-list { + padding: 0; + background-color: #252525; + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-tieredmenu .p-menuitem { + margin: 0; } + body .p-tieredmenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #cc285c; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #ffffff; } + body .p-tieredmenu .p-menu-separator { + border: 1px solid #191919; + border-width: 1px 0 0 0; } + body .p-tieredmenu.p-menu-overlay { + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } body .p-slidemenu { padding: 0; background-color: #252525; border: 1px solid #191919; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-slidemenu .p-submenu-list { - padding: 0; - background-color: #252525; - border: 0 none; -} -body .p-slidemenu .p-menuitem { - margin: 0; -} -body .p-slidemenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #cc285c; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #ffffff; -} -body .p-slidemenu .p-slidemenu-backward { - margin: 0; - padding: 0.571em 1em; - color: #dedede; - background-color: #191919; - font-weight: 700; - border: 0 none; -} -body .p-slidemenu .p-slidemenu-backward:hover { - background-color: #191919; - color: #dedede; -} -body .p-slidemenu .p-menu-separator { - border: 1px solid #191919; - border-width: 1px 0 0 0; -} -body .p-slidemenu.p-menu-overlay { - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} + border-radius: 3px; } + body .p-slidemenu .p-submenu-list { + padding: 0; + background-color: #252525; + border: 0 none; } + body .p-slidemenu .p-menuitem { + margin: 0; } + body .p-slidemenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #cc285c; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #ffffff; } + body .p-slidemenu .p-slidemenu-backward { + margin: 0; + padding: 0.571em 1em; + color: #dedede; + background-color: #191919; + font-weight: 700; + border: 0 none; } + body .p-slidemenu .p-slidemenu-backward:hover { + background-color: #191919; + color: #dedede; } + body .p-slidemenu .p-menu-separator { + border: 1px solid #191919; + border-width: 1px 0 0 0; } + body .p-slidemenu.p-menu-overlay { + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } body .p-tabmenu { - border: 0 none; -} -body .p-tabmenu .p-tabmenu-nav { - padding: 0; - background: transparent; - border-bottom: 1px solid #191919; -} -body .p-tabmenu .p-tabmenu-nav:after { - content: ""; - display: table; - clear: both; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - margin-bottom: -1px; - border: 1px solid #191919; - background-color: #191919; - color: #dedede; - padding: 0.571em 1em; - margin-right: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-text { - color: #dedede; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { - color: #888888; - margin-right: 0.5em; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { - background-color: #191919; - border: 1px solid #191919; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-text { - color: #cc285c; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-icon { - color: #dedede; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { - background-color: #cc285c; - border: 1px solid #cc285c; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-icon { - color: #ffffff; -} + border: 0 none; } + body .p-tabmenu .p-tabmenu-nav { + padding: 0; + background: transparent; + border-bottom: 1px solid #191919; } + body .p-tabmenu .p-tabmenu-nav:after { + content: ""; + display: table; + clear: both; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { + margin-bottom: -1px; + border: 1px solid #191919; + background-color: #191919; + color: #dedede; + padding: 0.571em 1em; + margin-right: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-text { + color: #dedede; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { + color: #888888; + margin-right: 0.5em; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { + background-color: #191919; + border: 1px solid #191919; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-text { + color: #cc285c; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-icon { + color: #dedede; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { + background-color: #cc285c; + border: 1px solid #cc285c; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-icon { + color: #ffffff; } body .p-megamenu { padding: 0; background-color: #252525; border: 1px solid #191919; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-megamenu .p-megamenu-submenu-header { - margin: 0; - padding: 0.571em 1em; - color: #dedede; - background-color: #191919; - font-weight: 700; - border: 0 none; -} -body .p-megamenu .p-megamenu-panel { - padding: 0; - background-color: #252525; - border: 1px solid #191919; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-megamenu .p-menuitem { - margin: 0; -} -body .p-megamenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #cc285c; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #ffffff; -} -body .p-megamenu.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { - right: 0.429em; -} + border-radius: 3px; } + body .p-megamenu .p-megamenu-submenu-header { + margin: 0; + padding: 0.571em 1em; + color: #dedede; + background-color: #191919; + font-weight: 700; + border: 0 none; } + body .p-megamenu .p-megamenu-panel { + padding: 0; + background-color: #252525; + border: 1px solid #191919; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-megamenu .p-menuitem { + margin: 0; } + body .p-megamenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #cc285c; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #ffffff; } + body .p-megamenu.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { + right: 0.429em; } body .p-panelmenu .p-icon { - position: static; -} + position: static; } body .p-panelmenu .p-panelmenu-panel .p-panelmenu-header { - margin-top: 2px; -} + margin-top: 2px; } body .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header { - margin-top: 0; -} + margin-top: 0; } body .p-panelmenu .p-panelmenu-header { - padding: 0; -} -body .p-panelmenu .p-panelmenu-header > a { - border: 1px solid #191919; - background-color: #191919; - color: #dedede; - padding: 0.714em 0.857em; - font-weight: 700; - position: static; - font-size: 14px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { - color: #888888; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-right:before { - content: ""; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-down:before { - content: ""; -} -body .p-panelmenu .p-panelmenu-header > a:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; - z-index: 100; -} -body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover { - outline: 0 none; - border: 1px solid #191919; - background-color: #191919; - color: #cc285c; -} -body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover .p-panelmenu-icon { - color: #cc285c; -} -body .p-panelmenu .p-panelmenu-header.p-highlight { - margin-bottom: 0; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a { - border: 1px solid #cc285c; - background-color: #cc285c; - color: #ffffff; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a .p-panelmenu-icon { - color: #ffffff; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover { - outline: 0 none; - border: 1px solid #a32049; - background-color: #a32049; - color: #ffffff; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover .p-panelmenu-icon { - color: #ffffff; -} + padding: 0; } + body .p-panelmenu .p-panelmenu-header > a { + border: 1px solid #191919; + background-color: #191919; + color: #dedede; + padding: 0.714em 0.857em; + font-weight: 700; + position: static; + font-size: 14px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { + color: #888888; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-right:before { + content: ""; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-down:before { + content: ""; } + body .p-panelmenu .p-panelmenu-header > a:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; + z-index: 100; } + body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover { + outline: 0 none; + border: 1px solid #191919; + background-color: #191919; + color: #cc285c; } + body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover .p-panelmenu-icon { + color: #cc285c; } + body .p-panelmenu .p-panelmenu-header.p-highlight { + margin-bottom: 0; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a { + border: 1px solid #cc285c; + background-color: #cc285c; + color: #ffffff; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a .p-panelmenu-icon { + color: #ffffff; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover { + outline: 0 none; + border: 1px solid #a32049; + background-color: #a32049; + color: #ffffff; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover .p-panelmenu-icon { + color: #ffffff; } body .p-panelmenu .p-panelmenu-panel:first-child { - margin-top: 0; -} + margin-top: 0; } body .p-panelmenu .p-panelmenu-content { padding: 0; background-color: #252525; border: 1px solid #191919; margin-top: 0; position: static; - border-top: 0 none; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem { - margin: 0; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { - padding: 0.714em 0.857em; - color: #dedede; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover { - background-color: #4c4c4c; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-icon, body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-panelmenu-icon { - color: #dedede; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-text { - color: #dedede; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: inset 0 0 0 0.2em #f1b6c8; - box-shadow: inset 0 0 0 0.2em #f1b6c8; -} + border-top: 0 none; } + body .p-panelmenu .p-panelmenu-content .p-menuitem { + margin: 0; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { + padding: 0.714em 0.857em; + color: #dedede; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover { + background-color: #4c4c4c; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-icon, body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-panelmenu-icon { + color: #dedede; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-text { + color: #dedede; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: inset 0 0 0 0.2em #f1b6c8; + box-shadow: inset 0 0 0 0.2em #f1b6c8; } body .p-progressbar { border: 0 none; @@ -3957,61 +3236,49 @@ body .p-progressbar { background-color: #eaeaea; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-progressbar .p-progressbar-value { - border: 0 none; - margin: 0; - background: #cc285c; -} -body .p-progressbar .p-progressbar-label { - margin-top: 0; - color: #dedede; - line-height: 24px; -} + border-radius: 3px; } + body .p-progressbar .p-progressbar-value { + border: 0 none; + margin: 0; + background: #cc285c; } + body .p-progressbar .p-progressbar-label { + margin-top: 0; + color: #dedede; + line-height: 24px; } body .p-terminal { background-color: #323232; color: #dedede; border: 1px solid #191919; - padding: 0.571em 1em; -} -body .p-terminal .p-terminal-input { - font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} -body .p-terminal .p-terminal-command { - height: 16px; -} + padding: 0.571em 1em; } + body .p-terminal .p-terminal-input { + font-size: 14px; + font-family: "Open Sans", "Helvetica Neue", sans-serif; } + body .p-terminal .p-terminal-command { + height: 16px; } body .p-inplace { - min-height: 2.357em; -} -body .p-inplace .p-inplace-display { - padding: 0.429em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-inplace .p-inplace-display:not(.p-disabled):hover { - background-color: #4c4c4c; - color: #dedede; -} -body .p-inplace .p-inplace-display:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; - -moz-box-shadow: 0 0 0 0.2em #f1b6c8; - box-shadow: 0 0 0 0.2em #f1b6c8; -} + min-height: 2.357em; } + body .p-inplace .p-inplace-display { + padding: 0.429em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-inplace .p-inplace-display:not(.p-disabled):hover { + background-color: #4c4c4c; + color: #dedede; } + body .p-inplace .p-inplace-display:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #f1b6c8; + -moz-box-shadow: 0 0 0 0.2em #f1b6c8; + box-shadow: 0 0 0 0.2em #f1b6c8; } body .p-fluid .p-inplace.p-inplace-closable .p-inplace-content > :first-child { display: inline-block; - width: calc(100% - 2.357em); -} + width: calc(100% - 2.357em); } body .p-blockui { - transition-duration: 0.2s; -} + transition-duration: 0.2s; } /* Add your customizations of theme here */ diff --git a/public/themes/nova-colored/theme.css b/public/themes/nova-colored/theme.css index be0027a22..57e2e0674 100644 --- a/public/themes/nova-colored/theme.css +++ b/public/themes/nova-colored/theme.css @@ -1,1253 +1,1040 @@ @charset "UTF-8"; /* open-sans-300 - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: url("./fonts/open-sans-v15-latin-300.eot"); /* IE9 Compat Modes */ src: local("Open Sans Light"), local("OpenSans-Light"), url("./fonts/open-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-300.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-300.woff") format("woff"), url("./fonts/open-sans-v15-latin-300.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-300.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } /* open-sans-regular - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: url("./fonts/open-sans-v15-latin-regular.eot"); /* IE9 Compat Modes */ src: local("Open Sans Regular"), local("OpenSans-Regular"), url("./fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-regular.woff") format("woff"), url("./fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } /* open-sans-700 - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: url("./fonts/open-sans-v15-latin-700.eot"); /* IE9 Compat Modes */ src: local("Open Sans Bold"), local("OpenSans-Bold"), url("./fonts/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-700.woff") format("woff"), url("./fonts/open-sans-v15-latin-700.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-700.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; - box-sizing: border-box; -} + box-sizing: border-box; } body .p-component { font-family: "Open Sans", "Helvetica Neue", sans-serif; font-size: 14px; - text-decoration: none; -} + text-decoration: none; } body a { color: #007ad9; - text-decoration: none; -} -body a:hover { - color: #116fbf; -} -body a:active { - color: #005b9f; -} + text-decoration: none; } + body a:hover { + color: #116fbf; } + body a:active { + color: #005b9f; } body .p-disabled, body .p-component:disabled { opacity: 0.5; - filter: alpha(opacity=50); -} + filter: alpha(opacity=50); } body .pi { - font-size: 1.25em; -} + font-size: 1.25em; } body .p-link { font-size: 14px; font-family: "Open Sans", "Helvetica Neue", sans-serif; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} + border-radius: 3px; } + body .p-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } body { - /* Validations */ -} -body .p-inputtext { - font-size: 14px; - color: #333333; - background: #ffffff; - padding: 0.429em; - border: 1px solid #a6a6a6; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-inputtext:enabled:hover { - border-color: #212121; -} -body .p-inputtext:enabled:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-checkbox { - display: inline-block; - vertical-align: middle; - margin: 0; - width: 20px; - height: 20px; -} -body .p-checkbox .p-checkbox-box { - border: 1px solid #a6a6a6; - background-color: #ffffff; - width: 20px; - height: 20px; - text-align: center; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; -} -body .p-checkbox .p-checkbox-box:not(.p-disabled):hover { - border-color: #212121; -} -body .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-checkbox .p-checkbox-box.p-highlight { - border-color: #007ad9; - background-color: #007ad9; - color: #ffffff; -} -body .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { - border-color: #005b9f; - background-color: #005b9f; - color: #ffffff; -} -body .p-checkbox .p-checkbox-box .p-checkbox-icon { - overflow: hidden; - position: relative; - font-size: 18px; -} -body .p-checkbox-label { - margin: 0 0 0 0.5em; -} -body .p-radiobutton { - display: inline-block; - vertical-align: middle; - margin: 0; - width: 20px; - height: 20px; -} -body .p-radiobutton .p-radiobutton-box { - border: 1px solid #a6a6a6; - background-color: #ffffff; - width: 20px; - height: 20px; - text-align: center; - position: relative; - -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; -} -body .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { - border-color: #212121; -} -body .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-radiobutton .p-radiobutton-box.p-highlight { - border-color: #007ad9; - background-color: #007ad9; - color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon { - background-color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { - border-color: #005b9f; - background-color: #005b9f; - color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - background: transparent; - width: 10px; - height: 10px; - display: inline-block; - position: absolute; - left: 50%; - top: 50%; - margin-left: -5px; - margin-top: -5px; - -moz-transition: background-color 0.2s; - -o-transition: background-color 0.2s; - -webkit-transition: background-color 0.2s; - transition: background-color 0.2s; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; -} -body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon:before { - display: none; -} -body .p-radiobutton-label { - margin: 0 0 0 0.5em; -} -body .p-inputswitch { - width: 3em; - height: 1.75em; -} -body .p-inputswitch .p-inputswitch-slider { - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - border-radius: 30px; - background: #cccccc; -} -body .p-inputswitch .p-inputswitch-slider:before { - background-color: #ffffff; - height: 1.25em; - width: 1.25em; - left: 0.25em; - bottom: 0.25em; - border-radius: 50%; - -webkit-transition: 0.2s; - transition: 0.2s; -} -body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { - -webkit-transform: translateX(1.25em); - -ms-transform: translateX(1.25em); - transform: translateX(1.25em); -} -body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { - background-color: #b7b7b7; -} -body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { - background-color: #007ad9; -} -body .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { - background-color: #116fbf; -} -body .p-autocomplete .p-autocomplete-input { - padding: 0.429em; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { - padding: 0.2145em 0.429em; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: #212121; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { - margin: 0; - padding: 0.2145em 0; - color: #333333; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input { - font-family: "Open Sans", "Helvetica Neue", sans-serif; - font-size: 14px; - padding: 0; - margin: 0; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { - font-size: 14px; - padding: 0.2145em 0.429em; - margin: 0 0.286em 0 0; - background: #e02365; - color: #ffffff; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-autocomplete-panel { - padding: 0; - border: 1px solid #c8c8c8; - background-color: #ffffff; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-autocomplete-panel .p-autocomplete-items { - padding: 0; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item:hover { - color: #333333; - background-color: #eaeaea; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item.p-highlight { - color: #ffffff; - background-color: #e02365; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group { - padding: 0.429em 0.857em; - background-color: #d8dae2; - color: #333333; -} -body .p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button { - width: 2.357em; -} -body .p-fluid .p-autocomplete.p-autocomplete-multiple.p-autocomplete-dd .p-autocomplete-multiple-container { - border-right: 0 none; - width: calc(100% - 2.357em); -} -body .p-fluid .p-autocomplete.p-autocomplete-dd .p-inputtext { - border-right: 0 none; - width: calc(100% - 2.357em); -} -body .p-chips > ul.p-inputtext { - padding: 0.2145em 0.429em; - display: inline-block; -} -body .p-chips > ul.p-inputtext:not(.p-disabled):hover { - border-color: #212121; -} -body .p-chips > ul.p-inputtext:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-chips > ul.p-inputtext .p-chips-input-token { - padding: 0.2145em 0; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input { - font-family: "Open Sans", "Helvetica Neue", sans-serif; - font-size: 14px; - padding: 0; - margin: 0; - color: #333333; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input:hover { - border: 0 none; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input:focus { - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; - outline: 0 none; - border: 0 none; -} -body .p-chips > ul.p-inputtext .p-chips-token { - font-size: 14px; - padding: 0.2145em 0.429em; - margin: 0 0.286em 0 0; - background: #e02365; - color: #ffffff; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown { - background: #ffffff; - border: 1px solid #a6a6a6; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown:not(.p-disabled):hover { - border-color: #212121; -} -body .p-dropdown:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-dropdown .p-dropdown-label { - padding-right: 2em; -} -body .p-dropdown .p-dropdown-label.p-placeholder { - color: #666666; -} -body .p-dropdown .p-dropdown-label:focus { - outline: 0 none; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; -} -body .p-dropdown .p-dropdown-trigger { - background-color: #ffffff; - width: 2em; - line-height: 2em; - text-align: center; - padding: 0; - color: #848484; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown .p-dropdown-clear-icon { - color: #848484; -} -body .p-dropdown-panel { - padding: 0; - border: 1px solid #c8c8c8; - background-color: #ffffff; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-dropdown-panel .p-dropdown-filter-container { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #eaeaea; - color: #333333; - background-color: #ffffff; - margin: 0; -} -body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter { - width: 100%; - padding-right: 2em; -} -body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon { - top: 50%; - margin-top: -0.5em; - right: 1.357em; - color: #007ad9; -} -body .p-dropdown-panel .p-dropdown-items { - padding: 0; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group.p-highlight { - color: #ffffff; - background-color: #e02365; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover { - color: #333333; - background-color: #eaeaea; -} -body .p-multiselect { - background: #ffffff; - border: 1px solid #a6a6a6; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-multiselect:not(.p-disabled):hover { - border-color: #212121; -} -body .p-multiselect:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-multiselect .p-multiselect-label { - padding: 0.429em; - padding-right: 2em; - font-weight: 400; - color: #333333; -} -body .p-multiselect .p-multiselect-label.p-placeholder { - color: #666666; -} -body .p-multiselect .p-multiselect-trigger { - background-color: #ffffff; - width: 2em; - line-height: 2em; - text-align: center; - padding: 0; - color: #848484; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-multiselect-panel { - padding: 0; - border: 1px solid #c8c8c8; - background-color: #ffffff; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-multiselect-panel .p-multiselect-header { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #eaeaea; - color: #333333; - background-color: #ffffff; - margin: 0; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container { - float: none; - width: 70%; - display: inline-block; - vertical-align: middle; - margin-left: 0; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { - padding: 0.429em; - padding-right: 2em; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { - color: #007ad9; - top: 50%; - margin-top: -0.5em; - right: 0.5em; - left: auto; -} -body .p-multiselect-panel .p-multiselect-header .p-checkbox { - margin-right: 0.5em; - float: none; - vertical-align: middle; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-close { - line-height: 1; - color: #848484; - top: 50%; - margin-top: -0.5em; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-multiselect-panel .p-multiselect-items { - padding: 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { - color: #333333; - background-color: #eaeaea; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { - color: #ffffff; - background-color: #e02365; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { - position: static; - display: inline-block; - vertical-align: middle; - margin: 0 0.5em 0 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item label { - display: inline-block; - vertical-align: middle; -} -body .p-listbox { - padding: 0; - min-width: 12em; - background: #ffffff; - border: 1px solid #a6a6a6; -} -body .p-listbox .p-checkbox { - margin: 0 0.5em 0 0; -} -body .p-listbox .p-listbox-header { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #eaeaea; - color: #333333; - background-color: #ffffff; - margin: 0; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-listbox .p-listbox-header .p-listbox-filter-container input { - padding: 0.429em; - padding-right: 2em; -} -body .p-listbox .p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon { - top: 50%; - left: auto; - margin-top: -0.5em; - right: 0.5em; - color: #007ad9; -} -body .p-listbox .p-listbox-list { - background-color: #ffffff; -} -body .p-listbox .p-listbox-list .p-listbox-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-listbox .p-listbox-list .p-listbox-item.p-highlight { - color: #ffffff; - background-color: #e02365; -} -body .p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} -body .p-listbox .p-listbox-list .p-listbox-item .p-checkbox { - position: static; - display: inline-block; - vertical-align: middle; - margin: 0 0.5em 0 0; -} -body .p-listbox .p-listbox-list .p-listbox-item label { - display: inline-block; - vertical-align: middle; -} -body .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { - color: #333333; - background-color: #eaeaea; -} -body .p-listbox.p-disabled .p-checkbox-box:not(.p-disabled):not(.p-highlight):hover { - border: 1px solid #a6a6a6; -} -body .p-listbox .p-listbox-list-wrapper { - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-listbox .p-listbox-footer { - padding: 0.429em 0.857em 0.429em 0.857em; - border-top: 1px solid #eaeaea; - color: #333333; - background-color: #ffffff; -} -body .p-editor-container .p-editor-toolbar { - border: 1px solid #007ad9; - background-color: #007ad9; -} -body .p-editor-container .p-editor-content { - border: 1px solid #c8c8c8; -} -body .p-editor-container .p-editor-content .ql-editor { - background-color: #ffffff; - color: #333333; -} -body .p-editor-container .ql-picker.ql-expanded .ql-picker-label { - color: #ffffff; -} -body .p-editor-container .ql-stroke { - stroke: #ffffff; -} -body .p-editor-container .ql-picker-label { - color: #ffffff; -} -body .p-editor-container .ql-snow.ql-toolbar button:hover, -body .p-editor-container .ql-snow .ql-toolbar button:hover, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { - color: #e02365; -} -body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { - stroke: #e02365; -} -body .p-rating .p-rating-icon { - font-size: 20px; - text-align: center; - display: inline-block; - color: #333333; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-rating .p-rating-icon.p-rating-cancel { - color: #e4018d; -} -body .p-rating .p-rating-icon:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { - color: #007ad9; -} -body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { - color: #b5019f; -} -body .p-spinner .p-spinner-input { - padding-right: 2.429em; -} -body .p-spinner .p-spinner-button { - width: 2em; -} -body .p-spinner .p-spinner-button .p-spinner-button-icon { - position: absolute; - top: 50%; - left: 50%; - margin-top: -0.5em; - margin-left: -0.5em; - width: 1em; -} -body .p-spinner .p-spinner-button.p-spinner-button { - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-up { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-down { - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-spinner .p-spinner-button.p-spinner-button:focus { - z-index: 1; -} -body .p-fluid .p-spinner .p-spinner-input { - padding-right: 2.429em; -} -body .p-fluid .p-spinner .p-spinner-button { - width: 2em; -} -body .p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon { - left: 50%; -} -body .p-slider { - background-color: #c8c8c8; - border: 0 none; -} -body .p-slider.p-slider-horizontal { - height: 0.286em; -} -body .p-slider.p-slider-horizontal .p-slider-handle { - top: 50%; - margin-top: -0.5715em; -} -body .p-slider.p-slider-vertical { - width: 0.286em; -} -body .p-slider.p-slider-vertical .p-slider-handle { - left: 50%; - margin-left: -0.5715em; -} -body .p-slider .p-slider-handle { - height: 1.143em; - width: 1.143em; - background-color: #ffffff; - border: 2px solid #666666; - -moz-border-radius: 100%; - -webkit-border-radius: 100%; - border-radius: 100%; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-slider .p-slider-handle:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-slider .p-slider-range { - background-color: #007ad9; -} -body .p-slider:not(.p-disabled) .p-slider-handle:hover { - background-color: 2px solid #666666; - border: 2px solid #007ad9; -} -body .p-datepicker { - padding: 0.857em; - min-width: 20em; - background-color: #ffffff; - color: #333333; - border: 1px solid #a6a6a6; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker:not(.p-datepicker-inline) { - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:hover, -body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:hover { - color: #007ad9; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled) { - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { - background-color: #eaeaea; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker { - margin: 0.857em 0 0 0; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month { - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled) { - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { - background-color: #eaeaea; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-datepicker .p-datepicker-header { - padding: 0.429em 0.857em 0.429em 0.857em; - background-color: #ffffff; - color: #333333; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-datepicker .p-datepicker-header .p-datepicker-prev, -body .p-datepicker .p-datepicker-header .p-datepicker-next { - cursor: pointer; - top: 0; - color: #a6a6a6; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title { - margin: 0; - padding: 0; - line-height: 1; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title select { - margin-top: -0.35em; - margin-bottom: 0; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-datepicker table { - font-size: 14px; - margin: 0.857em 0 0 0; -} -body .p-datepicker table th { - padding: 0.5em; -} -body .p-datepicker table td { - padding: 0.5em; -} -body .p-datepicker table td > span { - display: block; - text-align: center; - color: #333333; - cursor: pointer; - padding: 0.5em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker table td > span.p-highlight { - color: #ffffff; - background-color: #007ad9; -} -body .p-datepicker table td.p-datepicker-today > span { - background-color: #d0d0d0; - color: #333333; -} -body .p-datepicker table td.p-datepicker-today > span.p-highlight { - color: #ffffff; - background-color: #007ad9; -} -body .p-datepicker .p-datepicker-buttonbar { - border-top: 1px solid #d8dae2; -} -body .p-datepicker .p-timepicker { - border: 0 none; - border-top: 1px solid #d8dae2; - padding: 0.857em; -} -body .p-datepicker .p-timepicker button { - color: #a6a6a6; - font-size: 1.286em; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-timepicker button:hover { - color: #007ad9; -} -body .p-datepicker .p-timepicker span { - font-size: 1.286em; -} -body .p-datepicker .p-monthpicker .p-monthpicker-month { - color: #333333; -} -body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { - color: #ffffff; - background-color: #007ad9; -} -body .p-datepicker.p-datepicker-timeonly { - padding: 0; -} -body .p-datepicker.p-datepicker-timeonly .p-timepicker { - border-top: 0 none; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { - border-right: 1px solid #d8dae2; - padding-right: 0.857em; - padding-left: 0.857em; - padding-top: 0; - padding-bottom: 0; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child { - padding-left: 0; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child { - padding-right: 0; - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-inputtext { - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-error), body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-error) { - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button { - width: 2.357em; - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; -} -body .p-fluid .p-calendar.p-calendar-w-btn .p-inputtext { - width: calc(100% - 2.357em); -} -body .p-fileupload .p-fileupload-buttonbar { - background-color: #007ad9; - padding: 0.571em 1em; - border: 1px solid #007ad9; - color: #ffffff; - border-bottom: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-fileupload .p-fileupload-buttonbar .p-button { - margin-right: 8px; -} -body .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-fileupload .p-fileupload-content { - background-color: #ffffff; - padding: 0.571em 1em; - border: 1px solid #c8c8c8; - color: #333333; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-fileupload .p-progressbar { - top: 0; -} -body .p-fileupload-choose:not(.p-disabled):hover { - background-color: #116fbf; - color: #ffffff; - border-color: #116fbf; -} -body .p-fileupload-choose:not(.p-disabled):active { - background-color: #005b9f; - color: #ffffff; - border-color: #005b9f; -} -body .p-password-panel { - padding: 12px; - background-color: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-inputgroup .p-inputgroup-addon { - border-color: #a6a6a6; - background-color: #eaeaea; - color: #848484; - padding: 0.429em; - min-width: 2em; -} -body .p-inputgroup .p-inputgroup-addon:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-inputgroup .p-inputgroup-addon:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox { - position: relative; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox .p-checkbox { - position: absolute; - top: 50%; - left: 50%; - margin-left: -10px; - margin-top: -10px; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton { - position: relative; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton .p-radiobutton { - position: absolute; - top: 50%; - left: 50%; - margin-left: -10px; - margin-top: -10px; -} -body .p-inputgroup .p-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-inputgroup .p-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-inputgroup .p-inputtext:focus { - z-index: 1; -} -body .p-fluid .p-inputgroup .p-button { - width: auto; -} -body .p-fluid .p-inputgroup .p-button.p-button-icon-only { - width: 2.357em; -} -body ::-webkit-input-placeholder { - color: #666666; -} -body :-moz-placeholder { - color: #666666; -} -body ::-moz-placeholder { - color: #666666; -} -body :-ms-input-placeholder { - color: #666666; -} -body .p-inputtext.p-error, -body .p-dropdown.p-error, -body .p-autocomplete.p-error > .p-inputtext, -body .p-calendar.p-error > .p-inputtext, -body .p-chips.p-error > .p-inputtext, -body .p-checkbox.p-error > .p-checkbox-box, -body .p-radiobutton.p-error > .p-radiobutton-box, -body .p-inputswitch.p-error, -body .p-listbox.p-error, -body .p-multiselect.p-error, -body .p-spinner.p-error > .p-inputtext, -body .p-selectbutton.p-error > .p-button, -body .p-togglebutton.p-error > .p-button { - border: 1px solid #a80000; -} + /* Validations */ } + body .p-inputtext { + font-size: 14px; + color: #333333; + background: #ffffff; + padding: 0.429em; + border: 1px solid #a6a6a6; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-inputtext:enabled:hover { + border-color: #212121; } + body .p-inputtext:enabled:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-checkbox { + display: inline-block; + vertical-align: middle; + margin: 0; + width: 20px; + height: 20px; } + body .p-checkbox .p-checkbox-box { + border: 1px solid #a6a6a6; + background-color: #ffffff; + width: 20px; + height: 20px; + text-align: center; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; } + body .p-checkbox .p-checkbox-box:not(.p-disabled):hover { + border-color: #212121; } + body .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-checkbox .p-checkbox-box.p-highlight { + border-color: #007ad9; + background-color: #007ad9; + color: #ffffff; } + body .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { + border-color: #005b9f; + background-color: #005b9f; + color: #ffffff; } + body .p-checkbox .p-checkbox-box .p-checkbox-icon { + overflow: hidden; + position: relative; + font-size: 18px; } + body .p-checkbox-label { + margin: 0 0 0 0.5em; } + body .p-radiobutton { + display: inline-block; + vertical-align: middle; + margin: 0; + width: 20px; + height: 20px; } + body .p-radiobutton .p-radiobutton-box { + border: 1px solid #a6a6a6; + background-color: #ffffff; + width: 20px; + height: 20px; + text-align: center; + position: relative; + -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; } + body .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { + border-color: #212121; } + body .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-radiobutton .p-radiobutton-box.p-highlight { + border-color: #007ad9; + background-color: #007ad9; + color: #ffffff; } + body .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon { + background-color: #ffffff; } + body .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { + border-color: #005b9f; + background-color: #005b9f; + color: #ffffff; } + body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { + background: transparent; + width: 10px; + height: 10px; + display: inline-block; + position: absolute; + left: 50%; + top: 50%; + margin-left: -5px; + margin-top: -5px; + -moz-transition: background-color 0.2s; + -o-transition: background-color 0.2s; + -webkit-transition: background-color 0.2s; + transition: background-color 0.2s; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; } + body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon:before { + display: none; } + body .p-radiobutton-label { + margin: 0 0 0 .5em; } + body .p-inputswitch { + width: 3em; + height: 1.75em; } + body .p-inputswitch .p-inputswitch-slider { + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + border-radius: 30px; + background: #cccccc; } + body .p-inputswitch .p-inputswitch-slider:before { + background-color: #ffffff; + height: 1.250em; + width: 1.250em; + left: .25em; + bottom: .25em; + border-radius: 50%; + -webkit-transition: 0.2s; + transition: 0.2s; } + body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { + -webkit-transform: translateX(1.25em); + -ms-transform: translateX(1.25em); + transform: translateX(1.25em); } + body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { + background-color: #b7b7b7; } + body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { + background-color: #007ad9; } + body .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { + background-color: #116fbf; } + body .p-autocomplete .p-autocomplete-input { + padding: 0.429em; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { + padding: 0.2145em 0.429em; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { + border-color: #212121; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { + margin: 0; + padding: 0.2145em 0; + color: #333333; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input { + font-family: "Open Sans", "Helvetica Neue", sans-serif; + font-size: 14px; + padding: 0; + margin: 0; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { + font-size: 14px; + padding: 0.2145em 0.429em; + margin: 0 0.286em 0 0; + background: #e02365; + color: #ffffff; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-autocomplete-panel { + padding: 0; + border: 1px solid #c8c8c8; + background-color: #ffffff; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-autocomplete-panel .p-autocomplete-items { + padding: 0; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item:hover { + color: #333333; + background-color: #eaeaea; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item.p-highlight { + color: #ffffff; + background-color: #e02365; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group { + padding: 0.429em 0.857em; + background-color: #d8dae2; + color: #333333; } + body .p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button { + width: 2.357em; } + body .p-fluid .p-autocomplete.p-autocomplete-multiple.p-autocomplete-dd .p-autocomplete-multiple-container { + border-right: 0 none; + width: calc(100% - 2.357em); } + body .p-fluid .p-autocomplete.p-autocomplete-dd .p-inputtext { + border-right: 0 none; + width: calc(100% - 2.357em); } + body .p-chips > ul.p-inputtext { + padding: 0.2145em 0.429em; + display: inline-block; } + body .p-chips > ul.p-inputtext:not(.p-disabled):hover { + border-color: #212121; } + body .p-chips > ul.p-inputtext:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-chips > ul.p-inputtext .p-chips-input-token { + padding: 0.2145em 0; } + body .p-chips > ul.p-inputtext .p-chips-input-token input { + font-family: "Open Sans", "Helvetica Neue", sans-serif; + font-size: 14px; + padding: 0; + margin: 0; + color: #333333; } + body .p-chips > ul.p-inputtext .p-chips-input-token input:hover { + border: 0 none; } + body .p-chips > ul.p-inputtext .p-chips-input-token input:focus { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + outline: 0 none; + border: 0 none; } + body .p-chips > ul.p-inputtext .p-chips-token { + font-size: 14px; + padding: 0.2145em 0.429em; + margin: 0 0.286em 0 0; + background: #e02365; + color: #ffffff; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown { + background: #ffffff; + border: 1px solid #a6a6a6; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown:not(.p-disabled):hover { + border-color: #212121; } + body .p-dropdown:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-dropdown .p-dropdown-label { + padding-right: 2em; } + body .p-dropdown .p-dropdown-label.p-placeholder { + color: #666666; } + body .p-dropdown .p-dropdown-label:focus { + outline: 0 none; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; } + body .p-dropdown .p-dropdown-trigger { + background-color: #ffffff; + width: 2em; + line-height: 2em; + text-align: center; + padding: 0; + color: #848484; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown .p-dropdown-clear-icon { + color: #848484; } + body .p-dropdown-panel { + padding: 0; + border: 1px solid #c8c8c8; + background-color: #ffffff; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-dropdown-panel .p-dropdown-filter-container { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #eaeaea; + color: #333333; + background-color: #ffffff; + margin: 0; } + body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter { + width: 100%; + padding-right: 2em; } + body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon { + top: 50%; + margin-top: -.5em; + right: 1.357em; + color: #007ad9; } + body .p-dropdown-panel .p-dropdown-items { + padding: 0; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group.p-highlight { + color: #ffffff; + background-color: #e02365; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover { + color: #333333; + background-color: #eaeaea; } + body .p-multiselect { + background: #ffffff; + border: 1px solid #a6a6a6; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-multiselect:not(.p-disabled):hover { + border-color: #212121; } + body .p-multiselect:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-multiselect .p-multiselect-label { + padding: 0.429em; + padding-right: 2em; + font-weight: 400; + color: #333333; } + body .p-multiselect .p-multiselect-label.p-placeholder { + color: #666666; } + body .p-multiselect .p-multiselect-trigger { + background-color: #ffffff; + width: 2em; + line-height: 2em; + text-align: center; + padding: 0; + color: #848484; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-multiselect-panel { + padding: 0; + border: 1px solid #c8c8c8; + background-color: #ffffff; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-multiselect-panel .p-multiselect-header { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #eaeaea; + color: #333333; + background-color: #ffffff; + margin: 0; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container { + float: none; + width: 70%; + display: inline-block; + vertical-align: middle; + margin-left: 0; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { + padding: 0.429em; + padding-right: 2em; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { + color: #007ad9; + top: 50%; + margin-top: -.5em; + right: .5em; + left: auto; } + body .p-multiselect-panel .p-multiselect-header .p-checkbox { + margin-right: 0.5em; + float: none; + vertical-align: middle; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-close { + line-height: 1; + color: #848484; + top: 50%; + margin-top: -.5em; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-multiselect-panel .p-multiselect-items { + padding: 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { + color: #333333; + background-color: #eaeaea; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { + color: #ffffff; + background-color: #e02365; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { + position: static; + display: inline-block; + vertical-align: middle; + margin: 0 0.5em 0 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item label { + display: inline-block; + vertical-align: middle; } + body .p-listbox { + padding: 0; + min-width: 12em; + background: #ffffff; + border: 1px solid #a6a6a6; } + body .p-listbox .p-checkbox { + margin: 0 0.5em 0 0; } + body .p-listbox .p-listbox-header { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #eaeaea; + color: #333333; + background-color: #ffffff; + margin: 0; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-listbox .p-listbox-header .p-listbox-filter-container input { + padding: 0.429em; + padding-right: 2em; } + body .p-listbox .p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon { + top: 50%; + left: auto; + margin-top: -.5em; + right: .5em; + color: #007ad9; } + body .p-listbox .p-listbox-list { + background-color: #ffffff; } + body .p-listbox .p-listbox-list .p-listbox-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-listbox .p-listbox-list .p-listbox-item.p-highlight { + color: #ffffff; + background-color: #e02365; } + body .p-listbox .p-listbox-list .p-listbox-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } + body .p-listbox .p-listbox-list .p-listbox-item .p-checkbox { + position: static; + display: inline-block; + vertical-align: middle; + margin: 0 0.5em 0 0; } + body .p-listbox .p-listbox-list .p-listbox-item label { + display: inline-block; + vertical-align: middle; } + body .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { + color: #333333; + background-color: #eaeaea; } + body .p-listbox.p-disabled .p-checkbox-box:not(.p-disabled):not(.p-highlight):hover { + border: 1px solid #a6a6a6; } + body .p-listbox .p-listbox-list-wrapper { + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-listbox .p-listbox-footer { + padding: 0.429em 0.857em 0.429em 0.857em; + border-top: 1px solid #eaeaea; + color: #333333; + background-color: #ffffff; } + body .p-editor-container .p-editor-toolbar { + border: 1px solid #007ad9; + background-color: #007ad9; } + body .p-editor-container .p-editor-content { + border: 1px solid #c8c8c8; } + body .p-editor-container .p-editor-content .ql-editor { + background-color: #ffffff; + color: #333333; } + body .p-editor-container .ql-picker.ql-expanded .ql-picker-label { + color: #ffffff; } + body .p-editor-container .ql-stroke { + stroke: #ffffff; } + body .p-editor-container .ql-picker-label { + color: #ffffff; } + body .p-editor-container .ql-snow.ql-toolbar button:hover, + body .p-editor-container .ql-snow .ql-toolbar button:hover, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { + color: #e02365; } + body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { + stroke: #e02365; } + body .p-rating .p-rating-icon { + font-size: 20px; + text-align: center; + display: inline-block; + color: #333333; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-rating .p-rating-icon.p-rating-cancel { + color: #e4018d; } + body .p-rating .p-rating-icon:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { + color: #007ad9; } + body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { + color: #b5019f; } + body .p-spinner .p-spinner-input { + padding-right: 2.429em; } + body .p-spinner .p-spinner-button { + width: 2em; } + body .p-spinner .p-spinner-button .p-spinner-button-icon { + position: absolute; + top: 50%; + left: 50%; + margin-top: -.5em; + margin-left: -.5em; + width: 1em; } + body .p-spinner .p-spinner-button.p-spinner-button { + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-up { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-down { + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-spinner .p-spinner-button.p-spinner-button:focus { + z-index: 1; } + body .p-fluid .p-spinner .p-spinner-input { + padding-right: 2.429em; } + body .p-fluid .p-spinner .p-spinner-button { + width: 2em; } + body .p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon { + left: 50%; } + body .p-slider { + background-color: #c8c8c8; + border: 0 none; } + body .p-slider.p-slider-horizontal { + height: 0.286em; } + body .p-slider.p-slider-horizontal .p-slider-handle { + top: 50%; + margin-top: -0.5715em; } + body .p-slider.p-slider-vertical { + width: 0.286em; } + body .p-slider.p-slider-vertical .p-slider-handle { + left: 50%; + margin-left: -0.5715em; } + body .p-slider .p-slider-handle { + height: 1.143em; + width: 1.143em; + background-color: #ffffff; + border: 2px solid #666666; + -moz-border-radius: 100%; + -webkit-border-radius: 100%; + border-radius: 100%; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-slider .p-slider-handle:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-slider .p-slider-range { + background-color: #007ad9; } + body .p-slider:not(.p-disabled) .p-slider-handle:hover { + background-color: 2px solid #666666; + border: 2px solid #007ad9; } + body .p-datepicker { + padding: 0.857em; + min-width: 20em; + background-color: #ffffff; + color: #333333; + border: 1px solid #a6a6a6; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker:not(.p-datepicker-inline) { + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:hover, + body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:hover { + color: #007ad9; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled) { + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { + background-color: #eaeaea; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-datepicker:not(.p-disabled) .p-monthpicker { + margin: 0.857em 0 0 0; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month { + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled) { + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { + background-color: #eaeaea; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-datepicker .p-datepicker-header { + padding: 0.429em 0.857em 0.429em 0.857em; + background-color: #ffffff; + color: #333333; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-datepicker .p-datepicker-header .p-datepicker-prev, + body .p-datepicker .p-datepicker-header .p-datepicker-next { + cursor: pointer; + top: 0; + color: #a6a6a6; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-datepicker-header .p-datepicker-title { + margin: 0; + padding: 0; + line-height: 1; } + body .p-datepicker .p-datepicker-header .p-datepicker-title select { + margin-top: -.35em; + margin-bottom: 0; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-datepicker table { + font-size: 14px; + margin: 0.857em 0 0 0; } + body .p-datepicker table th { + padding: 0.5em; } + body .p-datepicker table td { + padding: 0.5em; } + body .p-datepicker table td > span { + display: block; + text-align: center; + color: #333333; + cursor: pointer; + padding: 0.5em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker table td > span.p-highlight { + color: #ffffff; + background-color: #007ad9; } + body .p-datepicker table td.p-datepicker-today > span { + background-color: #d0d0d0; + color: #333333; } + body .p-datepicker table td.p-datepicker-today > span.p-highlight { + color: #ffffff; + background-color: #007ad9; } + body .p-datepicker .p-datepicker-buttonbar { + border-top: 1px solid #d8dae2; } + body .p-datepicker .p-timepicker { + border: 0 none; + border-top: 1px solid #d8dae2; + padding: 0.857em; } + body .p-datepicker .p-timepicker button { + color: #a6a6a6; + font-size: 1.286em; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-timepicker button:hover { + color: #007ad9; } + body .p-datepicker .p-timepicker span { + font-size: 1.286em; } + body .p-datepicker .p-monthpicker .p-monthpicker-month { + color: #333333; } + body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { + color: #ffffff; + background-color: #007ad9; } + body .p-datepicker.p-datepicker-timeonly { + padding: 0; } + body .p-datepicker.p-datepicker-timeonly .p-timepicker { + border-top: 0 none; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { + border-right: 1px solid #d8dae2; + padding-right: 0.857em; + padding-left: 0.857em; + padding-top: 0; + padding-bottom: 0; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child { + padding-left: 0; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child { + padding-right: 0; + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-inputtext { + -moz-border-radius-topright: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-error), body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-error) { + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button { + width: 2.357em; + -moz-border-radius-topleft: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; } + body .p-fluid .p-calendar.p-calendar-w-btn .p-inputtext { + width: calc(100% - 2.357em); } + body .p-fileupload .p-fileupload-buttonbar { + background-color: #007ad9; + padding: 0.571em 1em; + border: 1px solid #007ad9; + color: #ffffff; + border-bottom: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-fileupload .p-fileupload-buttonbar .p-button { + margin-right: 8px; } + body .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-fileupload .p-fileupload-content { + background-color: #ffffff; + padding: 0.571em 1em; + border: 1px solid #c8c8c8; + color: #333333; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-fileupload .p-progressbar { + top: 0; } + body .p-fileupload-choose:not(.p-disabled):hover { + background-color: #116fbf; + color: #ffffff; + border-color: #116fbf; } + body .p-fileupload-choose:not(.p-disabled):active { + background-color: #005b9f; + color: #ffffff; + border-color: #005b9f; } + body .p-password-panel { + padding: 12px; + background-color: #ffffff; + color: #333333; + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-inputgroup .p-inputgroup-addon { + border-color: #a6a6a6; + background-color: #eaeaea; + color: #848484; + padding: 0.429em; + min-width: 2em; } + body .p-inputgroup .p-inputgroup-addon:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-inputgroup .p-inputgroup-addon:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox { + position: relative; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox .p-checkbox { + position: absolute; + top: 50%; + left: 50%; + margin-left: -10px; + margin-top: -10px; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton { + position: relative; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton .p-radiobutton { + position: absolute; + top: 50%; + left: 50%; + margin-left: -10px; + margin-top: -10px; } + body .p-inputgroup .p-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-inputgroup .p-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-inputgroup .p-inputtext:focus { + z-index: 1; } + body .p-fluid .p-inputgroup .p-button { + width: auto; } + body .p-fluid .p-inputgroup .p-button.p-button-icon-only { + width: 2.357em; } + body ::-webkit-input-placeholder { + color: #666666; } + body :-moz-placeholder { + color: #666666; } + body ::-moz-placeholder { + color: #666666; } + body :-ms-input-placeholder { + color: #666666; } + body .p-inputtext.p-error, + body .p-dropdown.p-error, + body .p-autocomplete.p-error > .p-inputtext, + body .p-calendar.p-error > .p-inputtext, + body .p-chips.p-error > .p-inputtext, + body .p-checkbox.p-error > .p-checkbox-box, + body .p-radiobutton.p-error > .p-radiobutton-box, + body .p-inputswitch.p-error, + body .p-listbox.p-error, + body .p-multiselect.p-error, + body .p-spinner.p-error > .p-inputtext, + body .p-selectbutton.p-error > .p-button, + body .p-togglebutton.p-error > .p-button { + border: 1px solid #a80000; } body .p-button { margin: 0; @@ -1261,53 +1048,41 @@ body .p-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-button:enabled:hover { - background-color: #116fbf; - color: #ffffff; - border-color: #116fbf; -} -body .p-button:enabled:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-button:enabled:active { - background-color: #005b9f; - color: #ffffff; - border-color: #005b9f; -} -body .p-button.p-button-text-only .p-button-text { - padding: 0.429em 1em; -} -body .p-button.p-button-text-icon-left .p-button-text { - padding: 0.429em 1em 0.429em 2.25em; -} -body .p-button.p-button-text-icon-right .p-button-text { - padding: 0.429em 2.25em 0.429em 1em; -} -body .p-button.p-button-icon-only { - width: 2.357em; -} -body .p-button.p-button-icon-only .p-button-text { - padding: 0.429em; -} -body .p-button.p-button-raised { - -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); - -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); -} -body .p-button.p-button-rounded { - -moz-border-radius: 15px; - -webkit-border-radius: 15px; - border-radius: 15px; -} + border-radius: 3px; } + body .p-button:enabled:hover { + background-color: #116fbf; + color: #ffffff; + border-color: #116fbf; } + body .p-button:enabled:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-button:enabled:active { + background-color: #005b9f; + color: #ffffff; + border-color: #005b9f; } + body .p-button.p-button-text-only .p-button-text { + padding: 0.429em 1em; } + body .p-button.p-button-text-icon-left .p-button-text { + padding: 0.429em 1em 0.429em 2.25em; } + body .p-button.p-button-text-icon-right .p-button-text { + padding: 0.429em 2.25em 0.429em 1em; } + body .p-button.p-button-icon-only { + width: 2.357em; } + body .p-button.p-button-icon-only .p-button-text { + padding: 0.429em; } + body .p-button.p-button-raised { + -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); + -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); + box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); } + body .p-button.p-button-rounded { + -moz-border-radius: 15px; + -webkit-border-radius: 15px; + border-radius: 15px; } body .p-fluid .p-button-icon-only { - width: 2.357em; -} + width: 2.357em; } body .p-togglebutton { background-color: #dadada; border: 1px solid #dadada; @@ -1315,42 +1090,33 @@ body .p-togglebutton { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-togglebutton .p-button-icon-left { - color: #666666; -} -body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover { - background-color: #c8c8c8; - border-color: #c8c8c8; - color: #333333; -} -body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { - color: #212121; -} -body .p-togglebutton.p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-togglebutton.p-highlight { - background-color: #007ad9; - border-color: #007ad9; - color: #ffffff; -} -body .p-togglebutton.p-highlight .p-button-icon-left { - color: #ffffff; -} -body .p-togglebutton.p-highlight:hover { - background-color: #116fbf; - border-color: #116fbf; - color: #ffffff; -} -body .p-togglebutton.p-highlight:hover .p-button-icon-left { - color: #ffffff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-togglebutton .p-button-icon-left { + color: #666666; } + body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover { + background-color: #c8c8c8; + border-color: #c8c8c8; + color: #333333; } + body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { + color: #212121; } + body .p-togglebutton.p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-togglebutton.p-highlight { + background-color: #007ad9; + border-color: #007ad9; + color: #ffffff; } + body .p-togglebutton.p-highlight .p-button-icon-left { + color: #ffffff; } + body .p-togglebutton.p-highlight:hover { + background-color: #116fbf; + border-color: #116fbf; + color: #ffffff; } + body .p-togglebutton.p-highlight:hover .p-button-icon-left { + color: #ffffff; } body .p-selectbutton .p-button { background-color: #dadada; border: 1px solid #dadada; @@ -1362,312 +1128,258 @@ body .p-selectbutton .p-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 0; -webkit-border-radius: 0; - border-radius: 0; -} -body .p-selectbutton .p-button .p-button-icon-left { - color: #666666; -} -body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { - background-color: #c8c8c8; - border-color: #c8c8c8; - color: #333333; -} -body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { - color: #212121; -} -body .p-selectbutton .p-button.p-focus, body .p-selectbutton .p-button:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - z-index: 1; -} -body .p-selectbutton .p-button.p-highlight { - background-color: #007ad9; - border-color: #007ad9; - color: #ffffff; -} -body .p-selectbutton .p-button.p-highlight .p-button-icon-left { - color: #ffffff; -} -body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover { - background-color: #116fbf; - border-color: #116fbf; - color: #ffffff; -} -body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover .p-button-icon-left { - color: #ffffff; -} -body .p-selectbutton .p-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-selectbutton .p-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-radius: 0; } + body .p-selectbutton .p-button .p-button-icon-left { + color: #666666; } + body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { + background-color: #c8c8c8; + border-color: #c8c8c8; + color: #333333; } + body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { + color: #212121; } + body .p-selectbutton .p-button.p-focus, body .p-selectbutton .p-button:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + z-index: 1; } + body .p-selectbutton .p-button.p-highlight { + background-color: #007ad9; + border-color: #007ad9; + color: #ffffff; } + body .p-selectbutton .p-button.p-highlight .p-button-icon-left { + color: #ffffff; } + body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover { + background-color: #116fbf; + border-color: #116fbf; + color: #ffffff; } + body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover .p-button-icon-left { + color: #ffffff; } + body .p-selectbutton .p-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-selectbutton .p-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-splitbutton.p-buttonset .p-button { - border: 1px solid transparent; -} -body .p-splitbutton.p-buttonset .p-button:first-child { - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-splitbutton.p-buttonset .p-button.p-splitbutton-menubutton { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; -} -body .p-splitbutton.p-buttonset .p-button:focus { - z-index: 1; -} + border: 1px solid transparent; } + body .p-splitbutton.p-buttonset .p-button:first-child { + -moz-border-radius-topright: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-splitbutton.p-buttonset .p-button.p-splitbutton-menubutton { + -moz-border-radius-topleft: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; } + body .p-splitbutton.p-buttonset .p-button:focus { + z-index: 1; } body .p-splitbutton.p-buttonset .p-menu { - min-width: 100%; -} + min-width: 100%; } body .p-splitbutton.p-buttonset .p-splitbutton-menubutton .p-button-icon-left:before { - content: ""; -} + content: ""; } body .p-button.p-button-secondary, body .p-buttonset.p-button-secondary > .p-button { color: #333333; background-color: #f4f4f4; - border: 1px solid #f4f4f4; -} -body .p-button.p-button-secondary:enabled:hover, body .p-buttonset.p-button-secondary > .p-button:enabled:hover { - background-color: #c8c8c8; - color: #333333; - border-color: #c8c8c8; -} -body .p-button.p-button-secondary:enabled:focus, body .p-buttonset.p-button-secondary > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-button.p-button-secondary:enabled:active, body .p-buttonset.p-button-secondary > .p-button:enabled:active { - background-color: #a0a0a0; - color: #333333; - border-color: #a0a0a0; -} + border: 1px solid #f4f4f4; } + body .p-button.p-button-secondary:enabled:hover, body .p-buttonset.p-button-secondary > .p-button:enabled:hover { + background-color: #c8c8c8; + color: #333333; + border-color: #c8c8c8; } + body .p-button.p-button-secondary:enabled:focus, body .p-buttonset.p-button-secondary > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-button.p-button-secondary:enabled:active, body .p-buttonset.p-button-secondary > .p-button:enabled:active { + background-color: #a0a0a0; + color: #333333; + border-color: #a0a0a0; } body .p-button.p-button-info, body .p-buttonset.p-button-info > .p-button { color: #ffffff; background-color: #007ad9; - border: 1px solid #007ad9; -} -body .p-button.p-button-info:enabled:hover, body .p-buttonset.p-button-info > .p-button:enabled:hover { - background-color: #116fbf; - color: #ffffff; - border-color: #116fbf; -} -body .p-button.p-button-info:enabled:focus, body .p-buttonset.p-button-info > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-button.p-button-info:enabled:active, body .p-buttonset.p-button-info > .p-button:enabled:active { - background-color: #005b9f; - color: #ffffff; - border-color: #005b9f; -} + border: 1px solid #007ad9; } + body .p-button.p-button-info:enabled:hover, body .p-buttonset.p-button-info > .p-button:enabled:hover { + background-color: #116fbf; + color: #ffffff; + border-color: #116fbf; } + body .p-button.p-button-info:enabled:focus, body .p-buttonset.p-button-info > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-button.p-button-info:enabled:active, body .p-buttonset.p-button-info > .p-button:enabled:active { + background-color: #005b9f; + color: #ffffff; + border-color: #005b9f; } body .p-button.p-button-success, body .p-buttonset.p-button-success > .p-button { color: #ffffff; background-color: #34A835; - border: 1px solid #34A835; -} -body .p-button.p-button-success:enabled:hover, body .p-buttonset.p-button-success > .p-button:enabled:hover { - background-color: #107D11; - color: #ffffff; - border-color: #107D11; -} -body .p-button.p-button-success:enabled:focus, body .p-buttonset.p-button-success > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #aae5aa; - -moz-box-shadow: 0 0 0 0.2em #aae5aa; - box-shadow: 0 0 0 0.2em #aae5aa; -} -body .p-button.p-button-success:enabled:active, body .p-buttonset.p-button-success > .p-button:enabled:active { - background-color: #0C6B0D; - color: #ffffff; - border-color: #0C6B0D; -} + border: 1px solid #34A835; } + body .p-button.p-button-success:enabled:hover, body .p-buttonset.p-button-success > .p-button:enabled:hover { + background-color: #107D11; + color: #ffffff; + border-color: #107D11; } + body .p-button.p-button-success:enabled:focus, body .p-buttonset.p-button-success > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #aae5aa; + -moz-box-shadow: 0 0 0 0.2em #aae5aa; + box-shadow: 0 0 0 0.2em #aae5aa; } + body .p-button.p-button-success:enabled:active, body .p-buttonset.p-button-success > .p-button:enabled:active { + background-color: #0C6B0D; + color: #ffffff; + border-color: #0C6B0D; } body .p-button.p-button-warning, body .p-buttonset.p-button-warning > .p-button { color: #333333; background-color: #ffba01; - border: 1px solid #ffba01; -} -body .p-button.p-button-warning:enabled:hover, body .p-buttonset.p-button-warning > .p-button:enabled:hover { - background-color: #ED990B; - color: #333333; - border-color: #ED990B; -} -body .p-button.p-button-warning:enabled:focus, body .p-buttonset.p-button-warning > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #ffeab4; - -moz-box-shadow: 0 0 0 0.2em #ffeab4; - box-shadow: 0 0 0 0.2em #ffeab4; -} -body .p-button.p-button-warning:enabled:active, body .p-buttonset.p-button-warning > .p-button:enabled:active { - background-color: #D38B10; - color: #333333; - border-color: #D38B10; -} + border: 1px solid #ffba01; } + body .p-button.p-button-warning:enabled:hover, body .p-buttonset.p-button-warning > .p-button:enabled:hover { + background-color: #ED990B; + color: #333333; + border-color: #ED990B; } + body .p-button.p-button-warning:enabled:focus, body .p-buttonset.p-button-warning > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #ffeab4; + -moz-box-shadow: 0 0 0 0.2em #ffeab4; + box-shadow: 0 0 0 0.2em #ffeab4; } + body .p-button.p-button-warning:enabled:active, body .p-buttonset.p-button-warning > .p-button:enabled:active { + background-color: #D38B10; + color: #333333; + border-color: #D38B10; } body .p-button.p-button-danger, body .p-buttonset.p-button-danger > .p-button { color: #ffffff; background-color: #e91224; - border: 1px solid #e91224; -} -body .p-button.p-button-danger:enabled:hover, body .p-buttonset.p-button-danger > .p-button:enabled:hover { - background-color: #c01120; - color: #ffffff; - border-color: #c01120; -} -body .p-button.p-button-danger:enabled:focus, body .p-buttonset.p-button-danger > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #f9b4ba; - -moz-box-shadow: 0 0 0 0.2em #f9b4ba; - box-shadow: 0 0 0 0.2em #f9b4ba; -} -body .p-button.p-button-danger:enabled:active, body .p-buttonset.p-button-danger > .p-button:enabled:active { - background-color: #a90000; - color: #ffffff; - border-color: #a90000; -} + border: 1px solid #e91224; } + body .p-button.p-button-danger:enabled:hover, body .p-buttonset.p-button-danger > .p-button:enabled:hover { + background-color: #c01120; + color: #ffffff; + border-color: #c01120; } + body .p-button.p-button-danger:enabled:focus, body .p-buttonset.p-button-danger > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #f9b4ba; + -moz-box-shadow: 0 0 0 0.2em #f9b4ba; + box-shadow: 0 0 0 0.2em #f9b4ba; } + body .p-button.p-button-danger:enabled:active, body .p-buttonset.p-button-danger > .p-button:enabled:active { + background-color: #a90000; + color: #ffffff; + border-color: #a90000; } body .p-panel { padding: 0; - border: 0 none; -} -body .p-panel .p-panel-titlebar { - border: 1px solid #007ad9; - padding: 0.571em 1em; - background-color: #007ad9; - color: #ffffff; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-panel .p-panel-titlebar .p-panel-title { - vertical-align: middle; - font-weight: 700; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon { - margin: 0.143em 0 0 0; - position: relative; - font-size: 14px; - color: #ffffff; - border: 1px solid transparent; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:hover { - color: #5ab7ff; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-panel .p-panel-content { - padding: 0.571em 1em; - border: 1px solid #c8c8c8; - background-color: #ffffff; - color: #333333; - border-top: 0 none; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-panel .p-panel-footer { - padding: 0.571em 1em; - border: 1px solid #c8c8c8; - background-color: #ffffff; - color: #333333; - border-top: 0 none; - margin: 0; -} + border: 0 none; } + body .p-panel .p-panel-titlebar { + border: 1px solid #007ad9; + padding: 0.571em 1em; + background-color: #007ad9; + color: #ffffff; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-panel .p-panel-titlebar .p-panel-title { + vertical-align: middle; + font-weight: 700; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon { + margin: 0.143em 0 0 0; + position: relative; + font-size: 14px; + color: #ffffff; + border: 1px solid transparent; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:hover { + color: #5ab7ff; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-panel .p-panel-content { + padding: 0.571em 1em; + border: 1px solid #c8c8c8; + background-color: #ffffff; + color: #333333; + border-top: 0 none; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-panel .p-panel-footer { + padding: 0.571em 1em; + border: 1px solid #c8c8c8; + background-color: #ffffff; + color: #333333; + border-top: 0 none; + margin: 0; } body .p-fieldset { border: 1px solid #c8c8c8; background-color: #ffffff; color: #333333; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-fieldset .p-fieldset-legend a { - padding: 0.571em 1em; - border: 1px solid #007ad9; - color: #ffffff; - background-color: #007ad9; - font-weight: 700; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-fieldset .p-fieldset-legend a .p-fieldset-toggler { - float: none; - display: inline-block; - vertical-align: middle; - margin-right: 0.5em; - color: #ffffff; -} -body .p-fieldset .p-fieldset-legend a .p-fieldset-legend-text { - padding: 0; -} -body .p-fieldset .p-fieldset-legend a:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { - background-color: #27a0ff; - border: 1px solid #27a0ff; - color: #ffffff; -} -body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover .p-fieldset-toggler { - color: #ffffff; -} -body .p-fieldset .p-fieldset-content { - padding: 0; -} + border-radius: 3px; } + body .p-fieldset .p-fieldset-legend a { + padding: 0.571em 1em; + border: 1px solid #007ad9; + color: #ffffff; + background-color: #007ad9; + font-weight: 700; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-fieldset .p-fieldset-legend a .p-fieldset-toggler { + float: none; + display: inline-block; + vertical-align: middle; + margin-right: .5em; + color: #ffffff; } + body .p-fieldset .p-fieldset-legend a .p-fieldset-legend-text { + padding: 0; } + body .p-fieldset .p-fieldset-legend a:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { + background-color: #27a0ff; + border: 1px solid #27a0ff; + color: #ffffff; } + body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover .p-fieldset-toggler { + color: #ffffff; } + body .p-fieldset .p-fieldset-content { + padding: 0; } body .p-accordion .p-accordion-tab { - margin-bottom: 2px; -} + margin-bottom: 2px; } body .p-accordion .p-accordion-header a { padding: 0.571em 1em; border: 1px solid #007ad9; @@ -1681,57 +1393,45 @@ body .p-accordion .p-accordion-header a { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon { - color: #ffffff; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-right:before { - content: ""; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-down:before { - content: ""; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon { + color: #ffffff; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-right:before { + content: ""; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-down:before { + content: ""; } body .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; -webkit-box-shadow: 0 0 0 0.2em #8dcdff; -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} + box-shadow: 0 0 0 0.2em #8dcdff; } body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background-color: #27a0ff; border: 1px solid #27a0ff; - color: #ffffff; -} -body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a .p-accordion-toggle-icon { - color: #ffffff; -} + color: #ffffff; } + body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a .p-accordion-toggle-icon { + color: #ffffff; } body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight { - margin-bottom: 0; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a { - background-color: #e02365; - border: 1px solid #e02365; - color: #ffffff; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a .p-accordion-toggle-icon { - color: #ffffff; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a { - border: 1px solid #e96694; - background-color: #e96694; - color: #ffffff; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a .p-accordion-toggle-icon { - color: #ffffff; -} + margin-bottom: 0; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a { + background-color: #e02365; + border: 1px solid #e02365; + color: #ffffff; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a .p-accordion-toggle-icon { + color: #ffffff; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a { + border: 1px solid #e96694; + background-color: #e96694; + color: #ffffff; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a .p-accordion-toggle-icon { + color: #ffffff; } body .p-accordion .p-accordion-content { padding: 0.571em 1em; border: 1px solid #c8c8c8; @@ -1750,122 +1450,99 @@ body .p-accordion .p-accordion-content { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-tabview.p-tabview-top, body .p-tabview.p-tabview-bottom, body .p-tabview.p-tabview-left, body .p-tabview.p-tabview-right { - border: 0 none; -} -body .p-tabview.p-tabview-top .p-tabview-nav, body .p-tabview.p-tabview-bottom .p-tabview-nav, body .p-tabview.p-tabview-left .p-tabview-nav, body .p-tabview.p-tabview-right .p-tabview-nav { - padding: 0; - background: transparent; - border: 0 none; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a, body .p-tabview.p-tabview-bottom .p-tabview-nav li a, body .p-tabview.p-tabview-left .p-tabview-nav li a, body .p-tabview.p-tabview-right .p-tabview-nav li a { - border: 1px solid #007ad9; - background-color: #007ad9; - float: none; - display: inline-block; - color: #ffffff; - padding: 0.571em 1em; - font-weight: 700; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-left-icon { - margin-right: 0.5em; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-right-icon { - margin-left: 0.5em; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-bottom .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-left .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-right .p-tabview-nav li a:not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li .p-tabview-close { - color: #ffffff; - margin: 0 0.5em 0 0; - vertical-align: middle; -} -body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { - background-color: #27a0ff; - border: 1px solid #27a0ff; - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close { - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight a { - background-color: #e02365; - border: 1px solid #e02365; - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight .p-tabview-close { - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a { - border: 1px solid #e96694; - background-color: #e96694; - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon { - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-tabview-selected a { - cursor: pointer; -} + border: 0 none; } + body .p-tabview.p-tabview-top .p-tabview-nav, body .p-tabview.p-tabview-bottom .p-tabview-nav, body .p-tabview.p-tabview-left .p-tabview-nav, body .p-tabview.p-tabview-right .p-tabview-nav { + padding: 0; + background: transparent; + border: 0 none; } + body .p-tabview.p-tabview-top .p-tabview-nav li a, body .p-tabview.p-tabview-bottom .p-tabview-nav li a, body .p-tabview.p-tabview-left .p-tabview-nav li a, body .p-tabview.p-tabview-right .p-tabview-nav li a { + border: 1px solid #007ad9; + background-color: #007ad9; + float: none; + display: inline-block; + color: #ffffff; + padding: 0.571em 1em; + font-weight: 700; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-left-icon { + margin-right: 0.5em; } + body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-right-icon { + margin-left: 0.5em; } + body .p-tabview.p-tabview-top .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-bottom .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-left .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-right .p-tabview-nav li a:not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-tabview.p-tabview-top .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li .p-tabview-close { + color: #ffffff; + margin: 0 0.5em 0 0; + vertical-align: middle; } + body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { + background-color: #27a0ff; + border: 1px solid #27a0ff; + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close { + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight a { + background-color: #e02365; + border: 1px solid #e02365; + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight .p-tabview-close { + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a { + border: 1px solid #e96694; + background-color: #e96694; + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon { + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-tabview-selected a { + cursor: pointer; } body .p-tabview.p-tabview-top .p-tabview-nav { - margin-bottom: -1px; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a { - margin-right: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + margin-bottom: -1px; } + body .p-tabview.p-tabview-top .p-tabview-nav li a { + margin-right: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } body .p-tabview.p-tabview-bottom .p-tabview-nav { - margin-top: -1px; -} -body .p-tabview.p-tabview-bottom .p-tabview-nav li a { - margin-right: 2px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + margin-top: -1px; } + body .p-tabview.p-tabview-bottom .p-tabview-nav li a { + margin-right: 2px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-tabview.p-tabview-left .p-tabview-nav { - margin-right: -px; -} -body .p-tabview.p-tabview-left .p-tabview-nav li a { - margin-bottom: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} + margin-right: -px; } + body .p-tabview.p-tabview-left .p-tabview-nav li a { + margin-bottom: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } body .p-tabview.p-tabview-right .p-tabview-nav { - margin-right: -1px; -} -body .p-tabview.p-tabview-right .p-tabview-nav li a { - margin-bottom: 2px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + margin-right: -1px; } + body .p-tabview.p-tabview-right .p-tabview-nav li a { + margin-bottom: 2px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-tabview .p-tabview-panels { background-color: #ffffff; padding: 0.571em 1em; @@ -1876,142 +1553,119 @@ body .p-tabview .p-tabview-panels { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-tabview .p-tabview-panels .p-tabview-panel { - padding: 0; -} + border-bottom-right-radius: 3px; } + body .p-tabview .p-tabview-panels .p-tabview-panel { + padding: 0; } body .p-toolbar { background-color: #007ad9; border: 1px solid #007ad9; padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-toolbar button { - vertical-align: middle; -} -body .p-toolbar .p-toolbar-separator { - vertical-align: middle; - color: #ffffff; - margin: 0 0.5em; -} + border-radius: 3px; } + body .p-toolbar button { + vertical-align: middle; } + body .p-toolbar .p-toolbar-separator { + vertical-align: middle; + color: #ffffff; + margin: 0 0.5em; } body .p-card { background-color: #ffffff; color: #333333; -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); - box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); -} + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); } body .p-paginator { background-color: #f4f4f4; border: 1px solid #c8c8c8; - padding: 0; -} -body .p-paginator .p-paginator-first, -body .p-paginator .p-paginator-prev, -body .p-paginator .p-paginator-next, -body .p-paginator .p-paginator-last { - color: #848484; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; - padding: 0; - margin: 0; - vertical-align: top; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { - background-color: #e0e0e0; - color: #333333; -} -body .p-paginator .p-dropdown { - border: 0 none; -} -body .p-paginator .p-dropdown .p-dropdown-trigger, body .p-paginator .p-dropdown .p-dropdown-label { - color: #848484; -} -body .p-paginator .p-dropdown:hover .p-dropdown-trigger, body .p-paginator .p-dropdown:hover .p-dropdown-label { - color: #333333; -} -body .p-paginator .p-paginator-first:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-prev:before { - position: relative; -} -body .p-paginator .p-paginator-next:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-last:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-current { - vertical-align: top; - display: inline-block; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; -} -body .p-paginator .p-paginator-pages { - vertical-align: top; - display: inline-block; - padding: 0; -} -body .p-paginator .p-paginator-pages .p-paginator-page { - color: #848484; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; - padding: 0; - margin: 0; - vertical-align: top; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background-color: #e02365; - color: #ffffff; -} -body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { - background-color: #e0e0e0; - color: #333333; -} -body .p-paginator .p-dropdown { - margin-left: 0.5em; - height: 2.286em; - min-width: auto; -} + padding: 0; } + body .p-paginator .p-paginator-first, + body .p-paginator .p-paginator-prev, + body .p-paginator .p-paginator-next, + body .p-paginator .p-paginator-last { + color: #848484; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; + padding: 0; + margin: 0; + vertical-align: top; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { + background-color: #e0e0e0; + color: #333333; } + body .p-paginator .p-dropdown { + border: 0 none; } + body .p-paginator .p-dropdown .p-dropdown-trigger, body .p-paginator .p-dropdown .p-dropdown-label { + color: #848484; } + body .p-paginator .p-dropdown:hover .p-dropdown-trigger, body .p-paginator .p-dropdown:hover .p-dropdown-label { + color: #333333; } + body .p-paginator .p-paginator-first:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-prev:before { + position: relative; } + body .p-paginator .p-paginator-next:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-last:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-current { + vertical-align: top; + display: inline-block; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; } + body .p-paginator .p-paginator-pages { + vertical-align: top; + display: inline-block; + padding: 0; } + body .p-paginator .p-paginator-pages .p-paginator-page { + color: #848484; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; + padding: 0; + margin: 0; + vertical-align: top; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { + background-color: #e02365; + color: #ffffff; } + body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { + background-color: #e0e0e0; + color: #333333; } + body .p-paginator .p-dropdown { + margin-left: 0.5em; + height: 2.286em; + min-width: auto; } body .p-datatable .p-datatable-header, body .p-datatable .p-datatable-footer { background-color: #007ad9; color: #ffffff; border: 1px solid #007ad9; padding: 0.571em 1em; - text-align: center; -} + text-align: center; } body .p-datatable .p-datatable-header { border-bottom: 0 none; font-weight: 700; @@ -2020,8 +1674,7 @@ body .p-datatable .p-datatable-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-datatable .p-datatable-footer { border-top: 0 none; font-weight: 700; @@ -2030,206 +1683,158 @@ body .p-datatable .p-datatable-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-datatable .p-datatable-thead > tr > th { padding: 0.571em 0.857em; border: 1px solid #c8c8c8; font-weight: 700; color: #333333; background-color: #f4f4f4; - text-align: center; -} + text-align: center; } body .p-datatable .p-datatable-tfoot > tr > td { padding: 0.571em 0.857em; border: 1px solid #c8c8c8; font-weight: 700; color: #333333; background-color: #f4f4f4; - text-align: center; -} + text-align: center; } body .p-datatable .p-sortable-column { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-sortable-column .p-sortable-column-icon { - color: #848484; -} -body .p-datatable .p-sortable-column:not(.p-highlight):hover { - background-color: #e0e0e0; - color: #333333; -} -body .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: #333333; -} -body .p-datatable .p-sortable-column:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} -body .p-datatable .p-sortable-column.p-highlight { - background-color: #e02365; - color: #ffffff; -} -body .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #ffffff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-sortable-column .p-sortable-column-icon { + color: #848484; } + body .p-datatable .p-sortable-column:not(.p-highlight):hover { + background-color: #e0e0e0; + color: #333333; } + body .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { + color: #333333; } + body .p-datatable .p-sortable-column:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } + body .p-datatable .p-sortable-column.p-highlight { + background-color: #e02365; + color: #ffffff; } + body .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { + color: #ffffff; } body .p-datatable .p-editable-column input { font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} + font-family: "Open Sans", "Helvetica Neue", sans-serif; } body .p-datatable .p-row-editor-init { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} + transition: background-color 0.2s, box-shadow 0.2s; } body .p-datatable .p-datatable-tbody > tr { background: #ffffff; color: #333333; -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-datatable-tbody > tr > td { - background: inherit; - border: 1px solid #c8c8c8; - padding: 0.429em 0.857em; -} -body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler { - color: #848484; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { - color: #333333; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight { - background-color: #e02365; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler:hover { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { - background-color: #f093b3; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #e02365; -} -body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #e02365; -} -body .p-datatable .p-datatable-tbody > tr:focus { - outline: none; -} -body .p-datatable .p-datatable-tbody > tr:focus + tr > td { - box-shadow: 0 -0.2em 0 0 #8dcdff; -} -body .p-datatable .p-datatable-tbody > tr:focus > td { - box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff; -} -body .p-datatable .p-datatable-tbody > tr:focus > td:first-child { - box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, -0.1em -0.1em 0 0.1em #8dcdff; -} -body .p-datatable .p-datatable-tbody > tr:focus > td:last-child { - box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, 0.1em -0.1em 0 0.1em #8dcdff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-datatable-tbody > tr > td { + background: inherit; + border: 1px solid #c8c8c8; + padding: 0.429em 0.857em; } + body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler { + color: #848484; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { + color: #333333; } + body .p-datatable .p-datatable-tbody > tr.p-highlight { + background-color: #e02365; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler:hover { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + background-color: #f093b3; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { + box-shadow: inset 0 2px 0 0 #e02365; } + body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { + box-shadow: inset 0 -2px 0 0 #e02365; } + body .p-datatable .p-datatable-tbody > tr:focus { + outline: none; } + body .p-datatable .p-datatable-tbody > tr:focus + tr > td { + box-shadow: 0 -0.2em 0 0 #8dcdff; } + body .p-datatable .p-datatable-tbody > tr:focus > td { + box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff; } + body .p-datatable .p-datatable-tbody > tr:focus > td:first-child { + box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, -0.1em -0.1em 0 0.1em #8dcdff; } + body .p-datatable .p-datatable-tbody > tr:focus > td:last-child { + box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, 0.1em -0.1em 0 0.1em #8dcdff; } body .p-datatable .p-datatable-tbody > tr:nth-child(even) { - background-color: #f9f9f9; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { - background-color: #e02365; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu { - background-color: #f093b3; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler:hover { - color: #ffffff; -} + background-color: #f9f9f9; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { + background-color: #e02365; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu { + background-color: #f093b3; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler:hover { + color: #ffffff; } body .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover { cursor: pointer; background-color: #eaeaea; - color: #333333; -} + color: #333333; } body .p-datatable .p-column-resizer-helper { - background-color: #007ad9; -} + background-color: #007ad9; } body .p-datatable .p-datatable-scrollable-header, body .p-datatable .p-datatable-scrollable-footer { - background-color: #007ad9; -} + background-color: #007ad9; } body .p-datatable .p-column-filter { - width: 100%; -} + width: 100%; } body .p-datatable.p-datatable-borderless .p-datatable-header { border: 0 none; - border-bottom: 1px solid #c8c8c8; -} + border-bottom: 1px solid #c8c8c8; } body .p-datatable.p-datatable-borderless .p-datatable-thead > tr > th { border: 0 none; text-align: left; - padding: 0.857em; -} + padding: 0.857em; } body .p-datatable.p-datatable-borderless .p-datatable-tbody { - border: 0 none; -} -body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr { - border: 0 none; -} -body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr > td { - border: 0 none; -} + border: 0 none; } + body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr { + border: 0 none; } + body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr > td { + border: 0 none; } body .p-datatable.p-datatable-borderless .p-datatable-tfoot > tr > td { - border: 0 none; -} + border: 0 none; } body .p-datatable.p-datatable-borderless .p-paginator { - border: 0 none; -} + border: 0 none; } body .p-datascroller .p-datascroller-header { background-color: #007ad9; color: #ffffff; border: 1px solid #007ad9; padding: 0.571em 1em; font-weight: 700; - border-bottom: 0 none; -} + border-bottom: 0 none; } body .p-datascroller .p-datascroller-content { padding: 0.571em 1em; border: 1px solid #c8c8c8; background-color: #ffffff; color: #333333; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-datascroller .p-datascroller-footer { background-color: #ffffff; color: #333333; border: 1px solid #c8c8c8; padding: 0.571em 1em; - border-top: 0 none; -} + border-top: 0 none; } body .p-dataview .p-dataview-header { background-color: #007ad9; color: #ffffff; @@ -2242,18 +1847,15 @@ body .p-dataview .p-dataview-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-dataview .p-dataview-content { padding: 0.571em 1em; border: 1px solid #c8c8c8; background-color: #ffffff; color: #333333; - padding: 0.571em 1em; -} -body .p-dataview .p-dataview-content > .p-grid > div { - border-bottom: 1px solid #c8c8c8; -} + padding: 0.571em 1em; } + body .p-dataview .p-dataview-content > .p-grid > div { + border-bottom: 1px solid #c8c8c8; } body .p-dataview .p-dataview-footer { background-color: #ffffff; color: #333333; @@ -2265,30 +1867,24 @@ body .p-dataview .p-dataview-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .fc th { background-color: #007ad9; border: 1px solid #007ad9; color: #ffffff; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .fc td.ui-widget-content { background-color: #ffffff; border: 1px solid #c8c8c8; - color: #333333; -} + color: #333333; } body .fc td.fc-head-container { - border: 1px solid #007ad9; -} + border: 1px solid #007ad9; } body .fc .fc-row { - border-right: 1px solid #007ad9; -} + border-right: 1px solid #007ad9; } body .fc .fc-event { background-color: #116fbf; border: 1px solid #116fbf; - color: #ffffff; -} + color: #ffffff; } body .fc .fc-toolbar .fc-button { color: #ffffff; background-color: #007ad9; @@ -2300,65 +1896,52 @@ body .fc .fc-toolbar .fc-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .fc .fc-toolbar .fc-button:enabled:hover { - background-color: #116fbf; - color: #ffffff; - border-color: #116fbf; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-left { - font-family: "PrimeIcons" !important; - text-indent: 0; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-right { - font-family: "PrimeIcons" !important; - text-indent: 0; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; -} -body .fc .fc-toolbar .fc-button:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} + border-radius: 3px; } + body .fc .fc-toolbar .fc-button:enabled:hover { + background-color: #116fbf; + color: #ffffff; + border-color: #116fbf; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-left { + font-family: 'PrimeIcons' !important; + text-indent: 0; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before { + content: ""; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-right { + font-family: 'PrimeIcons' !important; + text-indent: 0; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before { + content: ""; } + body .fc .fc-toolbar .fc-button:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } body .fc .fc-toolbar .fc-button-group .fc-button { -moz-border-radius: 0; -webkit-border-radius: 0; - border-radius: 0; -} -body .fc .fc-toolbar .fc-button-group .fc-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .fc .fc-toolbar .fc-button-group .fc-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-radius: 0; } + body .fc .fc-toolbar .fc-button-group .fc-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .fc .fc-toolbar .fc-button-group .fc-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .fc .fc-divider { background-color: #007ad9; - border: 1px solid #007ad9; -} + border: 1px solid #007ad9; } body .p-fluid .fc .fc-toolbar .ui-button { - width: auto; -} + width: auto; } body .p-picklist .p-picklist-buttons button { - font-size: 16px; -} + font-size: 16px; } body .p-picklist .p-picklist-caption { background-color: #007ad9; color: #ffffff; @@ -2371,31 +1954,26 @@ body .p-picklist .p-picklist-caption { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-picklist .p-picklist-filter-container { padding: 0.429em 0.857em 0.429em 0.857em; border: 1px solid #007ad9; color: #333333; background-color: #ffffff; margin: 0; - border-bottom: 0 none; -} -body .p-picklist .p-picklist-filter-container input { - width: 100%; - padding-right: 2em; - text-indent: 0; -} -body .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { - top: 50%; - margin-top: -0.5em; - left: auto; - right: 1.357em; - color: #007ad9; -} + border-bottom: 0 none; } + body .p-picklist .p-picklist-filter-container input { + width: 100%; + padding-right: 2em; + text-indent: 0; } + body .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { + top: 50%; + margin-top: -.5em; + left: auto; + right: 1.357em; + color: #007ad9; } body .p-picklist .p-picklist-buttons { - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-picklist .p-picklist-list { border: 1px solid #c8c8c8; background-color: #ffffff; @@ -2406,48 +1984,38 @@ body .p-picklist .p-picklist-list { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-picklist .p-picklist-list .p-picklist-item { - padding: 0.429em 0.857em; - margin: 0; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { - background-color: #eaeaea; - color: #333333; -} -body .p-picklist .p-picklist-list .p-picklist-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} -body .p-picklist .p-picklist-list .p-picklist-item.p-highlight { - background-color: #e02365; - color: #ffffff; -} -body .p-picklist .p-picklist-list .p-picklist-droppoint-highlight { - background-color: #e02365; -} + border-bottom-right-radius: 3px; } + body .p-picklist .p-picklist-list .p-picklist-item { + padding: 0.429em 0.857em; + margin: 0; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { + background-color: #eaeaea; + color: #333333; } + body .p-picklist .p-picklist-list .p-picklist-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } + body .p-picklist .p-picklist-list .p-picklist-item.p-highlight { + background-color: #e02365; + color: #ffffff; } + body .p-picklist .p-picklist-list .p-picklist-droppoint-highlight { + background-color: #e02365; } @media (max-width: 40em) { body .p-picklist.p-picklist-responsive .p-picklist-buttons { - padding: 0.571em 1em; - } -} + padding: 0.571em 1em; } } body .p-orderlist .p-orderlist-controls { - padding: 0.571em 1em; -} -body .p-orderlist .p-orderlist-controls button { - font-size: 16px; -} + padding: 0.571em 1em; } + body .p-orderlist .p-orderlist-controls button { + font-size: 16px; } body .p-orderlist .p-orderlist-caption { background-color: #007ad9; color: #ffffff; @@ -2460,28 +2028,24 @@ body .p-orderlist .p-orderlist-caption { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-orderlist .p-orderlist-filter-container { padding: 0.429em 0.857em 0.429em 0.857em; border: 1px solid #007ad9; color: #333333; background-color: #ffffff; margin: 0; - border-bottom: 0 none; -} -body .p-orderlist .p-orderlist-filter-container input { - width: 100%; - padding-right: 2em; - text-indent: 0; -} -body .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { - top: 50%; - margin-top: -0.5em; - left: auto; - right: 1.357em; - color: #007ad9; -} + border-bottom: 0 none; } + body .p-orderlist .p-orderlist-filter-container input { + width: 100%; + padding-right: 2em; + text-indent: 0; } + body .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { + top: 50%; + margin-top: -.5em; + left: auto; + right: 1.357em; + color: #007ad9; } body .p-orderlist .p-orderlist-list { border: 1px solid #c8c8c8; background-color: #ffffff; @@ -2492,37 +2056,31 @@ body .p-orderlist .p-orderlist-list { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item { - padding: 0.429em 0.857em; - margin: 0; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { - background-color: #eaeaea; - color: #333333; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - background-color: #e02365; - color: #ffffff; -} -body .p-orderlist .p-orderlist-list .p-orderlist-droppoint-highlight { - background-color: #e02365; -} + border-bottom-right-radius: 3px; } + body .p-orderlist .p-orderlist-list .p-orderlist-item { + padding: 0.429em 0.857em; + margin: 0; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { + background-color: #eaeaea; + color: #333333; } + body .p-orderlist .p-orderlist-list .p-orderlist-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } + body .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { + background-color: #e02365; + color: #ffffff; } + body .p-orderlist .p-orderlist-list .p-orderlist-droppoint-highlight { + background-color: #e02365; } body .p-tree { border: 1px solid #c8c8c8; background-color: #ffffff; @@ -2530,159 +2088,126 @@ body .p-tree { padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree .p-tree-container { - padding: 0.286em; - margin: 0; -} -body .p-tree .p-tree-container .p-treenode { - padding: 0.143em 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content { - padding: 0; - border: 1px solid transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { - vertical-align: middle; - display: inline-block; - float: none; - margin: 0 0.286em 0 0; - color: #848484; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler b .p-tree-toggler-icon { - line-height: 1.25em; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { - vertical-align: middle; - display: inline-block; - margin: 0 0.286em 0 0; - color: #848484; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-label { - margin: 0; - vertical-align: middle; - display: inline-block; - padding: 0.286em 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { - margin: 0 0.286em 0 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background-color: #e02365; - color: #ffffff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { - color: #ffffff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-checkbox .p-checkbox-box { - border-color: #ffffff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight-contextmenu { - border: 1px dashed #e02365; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background-color: #eaeaea; - color: #333333; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover .p-treenode-icon { - color: #333333; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content > span { - line-height: inherit; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { - background-color: #eaeaea; - color: #333333; -} -body .p-tree .p-tree-container .p-treenode-droppoint.p-treenode-droppoint-active { - background-color: #e02365; -} -body .p-tree.p-tree-horizontal { - padding-left: 0; - padding-right: 0; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content { - border: 1px solid #c8c8c8; - background-color: #ffffff; - color: #333333; - padding: 0.571em 1em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight { - background-color: #e02365; - color: #ffffff; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox .p-icon { - color: #007ad9; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover { - background-color: inherit; - color: inherit; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background-color: #eaeaea; - color: #333333; -} -body .p-tree .p-tree-filter-container .p-tree-filter { - width: 100%; - padding-right: 2em; -} -body .p-tree .p-tree-filter-container .p-tree-filter-icon { - top: 50%; - left: auto; - margin-top: -0.5em; - right: 0.8em; - color: #007ad9; -} + border-radius: 3px; } + body .p-tree .p-tree-container { + padding: 0.286em; + margin: 0; } + body .p-tree .p-tree-container .p-treenode { + padding: 0.143em 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content { + padding: 0; + border: 1px solid transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { + vertical-align: middle; + display: inline-block; + float: none; + margin: 0 0.286em 0 0; + color: #848484; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler b + .p-tree-toggler-icon { + line-height: 1.25em; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { + vertical-align: middle; + display: inline-block; + margin: 0 0.286em 0 0; + color: #848484; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-label { + margin: 0; + vertical-align: middle; + display: inline-block; + padding: 0.286em 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { + margin: 0 0.286em 0 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { + background-color: #e02365; + color: #ffffff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { + color: #ffffff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-checkbox .p-checkbox-box { + border-color: #ffffff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight-contextmenu { + border: 1px dashed #e02365; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { + background-color: #eaeaea; + color: #333333; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover .p-treenode-icon { + color: #333333; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content > span { + line-height: inherit; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { + background-color: #eaeaea; + color: #333333; } + body .p-tree .p-tree-container .p-treenode-droppoint.p-treenode-droppoint-active { + background-color: #e02365; } + body .p-tree.p-tree-horizontal { + padding-left: 0; + padding-right: 0; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content { + border: 1px solid #c8c8c8; + background-color: #ffffff; + color: #333333; + padding: 0.571em 1em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight { + background-color: #e02365; + color: #ffffff; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox .p-icon { + color: #007ad9; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover { + background-color: inherit; + color: inherit; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { + background-color: #eaeaea; + color: #333333; } + body .p-tree .p-tree-filter-container .p-tree-filter { + width: 100%; + padding-right: 2em; } + body .p-tree .p-tree-filter-container .p-tree-filter-icon { + top: 50%; + left: auto; + margin-top: -.5em; + right: .8em; + color: #007ad9; } body .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { background-color: #eaeaea; - color: #333333; -} + color: #333333; } body .p-organizationchart .p-organizationchart-node-content.p-highlight { background-color: #e02365; - color: #ffffff; -} -body .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: #731033; -} + color: #ffffff; } + body .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { + color: #731033; } body .p-organizationchart .p-organizationchart-line-down { - background-color: #c8c8c8; -} + background-color: #c8c8c8; } body .p-organizationchart .p-organizationchart-line-left { border-right: 1px solid #c8c8c8; - border-color: #c8c8c8; -} + border-color: #c8c8c8; } body .p-organizationchart .p-organizationchart-line-top { border-top: 1px solid #c8c8c8; - border-color: #c8c8c8; -} + border-color: #c8c8c8; } body .p-organizationchart .p-organizationchart-node-content { border: 1px solid #c8c8c8; background-color: #ffffff; color: #333333; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-organizationchart .p-organizationchart-node-content .p-node-toggler { - bottom: -0.7em; - margin-left: -0.46em; + bottom: -.7em; + margin-left: -.46em; color: #848484; -moz-border-radius: 3px; -webkit-border-radius: 3px; @@ -2690,23 +2215,20 @@ body .p-organizationchart .p-organizationchart-node-content .p-node-toggler { -moz-transition: box-shadow 0.2s; -o-transition: box-shadow 0.2s; -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} + transition: box-shadow 0.2s; } + body .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } body .p-treetable .p-treetable-header, body .p-treetable .p-treetable-footer { background-color: #007ad9; color: #ffffff; border: 1px solid #007ad9; padding: 0.571em 1em; - text-align: center; -} + text-align: center; } body .p-treetable .p-treetable-header { border-bottom: 0 none; font-weight: 700; @@ -2715,8 +2237,7 @@ body .p-treetable .p-treetable-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-treetable .p-treetable-footer { border-top: 0 none; font-weight: 700; @@ -2725,119 +2246,92 @@ body .p-treetable .p-treetable-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-treetable .p-treetable-thead > tr > th { padding: 0.571em 0.857em; border: 1px solid #c8c8c8; font-weight: 700; color: #333333; background-color: #f4f4f4; - text-align: center; -} + text-align: center; } body .p-treetable .p-treetable-tfoot > tr > td { padding: 0.571em 0.857em; border: 1px solid #c8c8c8; font-weight: 700; color: #333333; background-color: #f4f4f4; - text-align: center; -} + text-align: center; } body .p-treetable .p-sortable-column { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-treetable .p-sortable-column .p-sortable-column-icon { - color: #848484; -} -body .p-treetable .p-sortable-column:not(.p-highlight):hover { - background-color: #e0e0e0; - color: #333333; -} -body .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: #333333; -} -body .p-treetable .p-sortable-column:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} -body .p-treetable .p-sortable-column.p-highlight { - background-color: #e02365; - color: #ffffff; -} -body .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #ffffff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-treetable .p-sortable-column .p-sortable-column-icon { + color: #848484; } + body .p-treetable .p-sortable-column:not(.p-highlight):hover { + background-color: #e0e0e0; + color: #333333; } + body .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { + color: #333333; } + body .p-treetable .p-sortable-column:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } + body .p-treetable .p-sortable-column.p-highlight { + background-color: #e02365; + color: #ffffff; } + body .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { + color: #ffffff; } body .p-treetable .p-editable-column input { font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} + font-family: "Open Sans", "Helvetica Neue", sans-serif; } body .p-treetable .p-treetable-tbody > tr { background: #ffffff; color: #333333; -moz-transition: background-color 0.2s; -o-transition: background-color 0.2s; -webkit-transition: background-color 0.2s; - transition: background-color 0.2s; -} -body .p-treetable .p-treetable-tbody > tr > td { - background: inherit; - border: 1px solid #c8c8c8; - padding: 0.429em 0.857em; -} -body .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { - color: #848484; - vertical-align: middle; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight { - background-color: #e02365; - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu { - background-color: #f093b3; - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu .p-treetable-toggler { - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr:focus { - outline: none; -} -body .p-treetable .p-treetable-tbody > tr:focus + tr > td { - box-shadow: 0 -0.2em 0 0 #8dcdff; -} -body .p-treetable .p-treetable-tbody > tr:focus > td { - box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff; -} -body .p-treetable .p-treetable-tbody > tr:focus > td:first-child { - box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, -0.1em -0.1em 0 0.1em #8dcdff; -} -body .p-treetable .p-treetable-tbody > tr:focus > td:last-child { - box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, 0.1em -0.1em 0 0.1em #8dcdff; -} + transition: background-color 0.2s; } + body .p-treetable .p-treetable-tbody > tr > td { + background: inherit; + border: 1px solid #c8c8c8; + padding: 0.429em 0.857em; } + body .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { + color: #848484; + vertical-align: middle; } + body .p-treetable .p-treetable-tbody > tr.p-highlight { + background-color: #e02365; + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu { + background-color: #f093b3; + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu .p-treetable-toggler { + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr:focus { + outline: none; } + body .p-treetable .p-treetable-tbody > tr:focus + tr > td { + box-shadow: 0 -0.2em 0 0 #8dcdff; } + body .p-treetable .p-treetable-tbody > tr:focus > td { + box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff; } + body .p-treetable .p-treetable-tbody > tr:focus > td:first-child { + box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, -0.1em -0.1em 0 0.1em #8dcdff; } + body .p-treetable .p-treetable-tbody > tr:focus > td:last-child { + box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, 0.1em -0.1em 0 0.1em #8dcdff; } body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover { cursor: pointer; background-color: #eaeaea; - color: #333333; -} -body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover .p-treetable-toggler { - color: #333333; -} + color: #333333; } + body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover .p-treetable-toggler { + color: #333333; } body .p-treetable .p-column-resizer-helper { - background-color: #007ad9; -} + background-color: #007ad9; } body .p-treetable .p-treetable-scrollable-header, body .p-treetable .p-treetable-scrollable-footer { - background-color: #007ad9; -} + background-color: #007ad9; } body .p-carousel .p-carousel-content .p-carousel-prev, body .p-carousel .p-carousel-content .p-carousel-next { background-color: #ffffff; @@ -2850,273 +2344,212 @@ body .p-carousel .p-carousel-content .p-carousel-next { -moz-transition: color 0.2s, box-shadow 0.2s; -o-transition: color 0.2s, box-shadow 0.2s; -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover, -body .p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover { - background-color: #ffffff; - color: #007ad9; - border-color: solid 1px rgba(178, 193, 205, 0.64); -} + transition: color 0.2s, box-shadow 0.2s; } + body .p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover, + body .p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover { + background-color: #ffffff; + color: #007ad9; + border-color: solid 1px rgba(178, 193, 205, 0.64); } body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon { width: 20px; height: 6px; background-color: #b2c1cd; - margin: 0 0.2em; -} -body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon::before { - content: " "; -} + margin: 0 0.2em; } + body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon::before { + content: ' '; } body .p-carousel .p-carousel-dots-container .p-carousel-dot-item.p-highlight .p-carousel-dot-icon { - background-color: #007ad9; -} + background-color: #007ad9; } body .p-messages { margin: 1em 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-messages .p-messages-wrapper { - padding: 1em; -} -body .p-messages.p-messages-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-info .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-info .p-messages-close { - background-color: #7fbcec; - color: #212121; -} -body .p-messages.p-messages-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-success .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-success .p-messages-close { - background-color: #b7d8b7; - color: #212121; -} -body .p-messages.p-messages-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-warn .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-warn .p-messages-close { - background-color: #ffe399; - color: #212121; -} -body .p-messages.p-messages-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-error .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-error .p-messages-close { - background-color: #f8b7bd; - color: #212121; -} -body .p-messages .p-messages-close { - top: -0.769em; - right: -0.769em; - width: 1.538em; - height: 1.538em; - line-height: 1.538em; - text-align: center; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-messages .p-messages-close .p-messages-close-icon { - line-height: inherit; - font-size: 1.5em; -} -body .p-messages .p-messages-close:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-messages .p-messages-icon { - font-size: 2em; -} + border-radius: 3px; } + body .p-messages .p-messages-wrapper { + padding: 1em; } + body .p-messages.p-messages-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-info .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-info .p-messages-close { + background-color: #7fbcec; + color: #212121; } + body .p-messages.p-messages-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-success .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-success .p-messages-close { + background-color: #b7d8b7; + color: #212121; } + body .p-messages.p-messages-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-warn .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-warn .p-messages-close { + background-color: #ffe399; + color: #212121; } + body .p-messages.p-messages-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-error .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-error .p-messages-close { + background-color: #f8b7bd; + color: #212121; } + body .p-messages .p-messages-close { + top: -0.769em; + right: -0.769em; + width: 1.538em; + height: 1.538em; + line-height: 1.538em; + text-align: center; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-messages .p-messages-close .p-messages-close-icon { + line-height: inherit; + font-size: 1.5em; } + body .p-messages .p-messages-close:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-messages .p-messages-icon { + font-size: 2em; } body .p-message { padding: 0.429em; margin: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-message.p-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-message.p-message-info .p-message-icon { - color: #212121; -} -body .p-message.p-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-message.p-message-success .p-message-icon { - color: #212121; -} -body .p-message.p-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-message.p-message-warn .p-message-icon { - color: #212121; -} -body .p-message.p-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-message.p-message-error .p-message-icon { - color: #212121; -} -body .p-message .p-message-icon { - font-size: 1.25em; -} -body .p-message .p-message-text { - font-size: 1em; -} + border-radius: 3px; } + body .p-message.p-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-message.p-message-info .p-message-icon { + color: #212121; } + body .p-message.p-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-message.p-message-success .p-message-icon { + color: #212121; } + body .p-message.p-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-message.p-message-warn .p-message-icon { + color: #212121; } + body .p-message.p-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-message.p-message-error .p-message-icon { + color: #212121; } + body .p-message .p-message-icon { + font-size: 1.25em; } + body .p-message .p-message-text { + font-size: 1em; } body .p-growl { top: 70px; opacity: 0.9; - filter: alpha(opacity=90); -} -body .p-growl .p-growl-item-container { - margin: 0 0 1em 0; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-growl .p-growl-item-container .p-growl-item { - padding: 1em; -} -body .p-growl .p-growl-item-container .p-growl-item .p-growl-message { - margin: 0 0 0 4em; -} -body .p-growl .p-growl-item-container .p-growl-item .p-growl-image { - font-size: 2.571em; -} -body .p-growl .p-growl-item-container.p-growl-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-icon-close { - color: #212121; -} + filter: alpha(opacity=90); } + body .p-growl .p-growl-item-container { + margin: 0 0 1em 0; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-growl .p-growl-item-container .p-growl-item { + padding: 1em; } + body .p-growl .p-growl-item-container .p-growl-item .p-growl-message { + margin: 0 0 0 4em; } + body .p-growl .p-growl-item-container .p-growl-item .p-growl-image { + font-size: 2.571em; } + body .p-growl .p-growl-item-container.p-growl-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-icon-close { + color: #212121; } body .p-toast { opacity: 0.9; - filter: alpha(opacity=90); -} -body .p-toast .p-toast-item-container { - margin: 0 0 1em 0; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-toast .p-toast-item-container .p-toast-item { - padding: 1em; -} -body .p-toast .p-toast-item-container .p-toast-item .p-toast-message { - margin: 0 0 0 4em; -} -body .p-toast .p-toast-item-container .p-toast-item .p-toast-image { - font-size: 2.571em; -} -body .p-toast .p-toast-item-container.p-toast-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #212121; -} + filter: alpha(opacity=90); } + body .p-toast .p-toast-item-container { + margin: 0 0 1em 0; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-toast .p-toast-item-container .p-toast-item { + padding: 1em; } + body .p-toast .p-toast-item-container .p-toast-item .p-toast-message { + margin: 0 0 0 4em; } + body .p-toast .p-toast-item-container .p-toast-item .p-toast-image { + font-size: 2.571em; } + body .p-toast .p-toast-item-container.p-toast-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { + color: #212121; } body .p-component-overlay { - background-color: rgba(0, 0, 0, 0.4); -} + background-color: rgba(0, 0, 0, 0.4); } body .p-overlaypanel { background-color: #ffffff; color: #333333; @@ -3127,50 +2560,41 @@ body .p-overlaypanel { border-radius: 3px; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-overlaypanel .p-overlaypanel-content { - padding: 1em; -} -body .p-overlaypanel .p-overlaypanel-close { - background-color: #007ad9; - color: #ffffff; - width: 1.538em; - height: 1.538em; - line-height: 1.538em; - text-align: center; - position: absolute; - top: -0.769em; - right: -0.769em; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-overlaypanel .p-overlaypanel-close:hover { - background-color: #005b9f; - color: #ffffff; -} -body .p-overlaypanel .p-overlaypanel-close > span { - line-height: inherit; -} -body .p-overlaypanel:after { - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #ffffff; -} -body .p-overlaypanel:before { - border-color: rgba(200, 200, 200, 0); - border-bottom-color: #c8c8c8; -} -body .p-overlaypanel.p-overlaypanel-flipped:after { - border-top-color: #ffffff; -} -body .p-overlaypanel.p-overlaypanel-flipped:before { - border-top-color: #c8c8c8; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-overlaypanel .p-overlaypanel-content { + padding: 1em; } + body .p-overlaypanel .p-overlaypanel-close { + background-color: #007ad9; + color: #ffffff; + width: 1.538em; + height: 1.538em; + line-height: 1.538em; + text-align: center; + position: absolute; + top: -0.769em; + right: -0.769em; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-overlaypanel .p-overlaypanel-close:hover { + background-color: #005b9f; + color: #ffffff; } + body .p-overlaypanel .p-overlaypanel-close > span { + line-height: inherit; } + body .p-overlaypanel:after { + border-color: rgba(255, 255, 255, 0); + border-bottom-color: #ffffff; } + body .p-overlaypanel:before { + border-color: rgba(200, 200, 200, 0); + border-bottom-color: #c8c8c8; } + body .p-overlaypanel.p-overlaypanel-flipped:after { + border-top-color: #ffffff; } + body .p-overlaypanel.p-overlaypanel-flipped:before { + border-top-color: #c8c8c8; } body .p-dialog { padding: 0; -moz-border-radius: 3px; @@ -3178,73 +2602,62 @@ body .p-dialog { border-radius: 3px; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-dialog .p-dialog-titlebar { - border: 1px solid #007ad9; - background-color: #007ad9; - color: #ffffff; - padding: 1em; - font-weight: 700; - border-bottom: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-dialog .p-dialog-titlebar .p-dialog-title { - margin: 0; - float: none; - font-weight: 700; -} -body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon { - color: #ffffff; - border: 0 none; - padding: 0; - margin-left: 0.5em; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover { - color: #5ab7ff; -} -body .p-dialog .p-dialog-content { - background-color: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; - padding: 1em; -} -body .p-dialog .p-dialog-footer { - border: 1px solid #c8c8c8; - border-top: 0 none; - background-color: #ffffff; - color: #333333; - padding: 0.571em 1em; - margin: 0; - text-align: right; -} -body .p-dialog .p-dialog-footer button { - margin: 0 0.5em 0 0; - width: auto; -} -body .p-dialog.p-confirm-dialog .p-dialog-content { - padding: 1.5em; -} -body .p-dialog.p-confirm-dialog .p-dialog-content > span { - float: none; - display: inline-block; - vertical-align: middle; - line-height: 14px; - margin: 0; -} -body .p-dialog.p-confirm-dialog .p-dialog-content > span.p-icon { - margin-right: 0.35em; - font-size: 16px; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-dialog .p-dialog-titlebar { + border: 1px solid #007ad9; + background-color: #007ad9; + color: #ffffff; + padding: 1em; + font-weight: 700; + border-bottom: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-dialog .p-dialog-titlebar .p-dialog-title { + margin: 0; + float: none; + font-weight: 700; } + body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon { + color: #ffffff; + border: 0 none; + padding: 0; + margin-left: 0.5em; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover { + color: #5ab7ff; } + body .p-dialog .p-dialog-content { + background-color: #ffffff; + color: #333333; + border: 1px solid #c8c8c8; + padding: 1em; } + body .p-dialog .p-dialog-footer { + border: 1px solid #c8c8c8; + border-top: 0 none; + background-color: #ffffff; + color: #333333; + padding: 0.571em 1em; + margin: 0; + text-align: right; } + body .p-dialog .p-dialog-footer button { + margin: 0 0.5em 0 0; + width: auto; } + body .p-dialog.p-confirm-dialog .p-dialog-content { + padding: 1.5em; } + body .p-dialog.p-confirm-dialog .p-dialog-content > span { + float: none; + display: inline-block; + vertical-align: middle; + line-height: 14px; + margin: 0; } + body .p-dialog.p-confirm-dialog .p-dialog-content > span.p-icon { + margin-right: .35em; + font-size: 16px; } body .p-sidebar { background-color: #ffffff; color: #333333; @@ -3252,21 +2665,17 @@ body .p-sidebar { border: 1px solid #c8c8c8; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-sidebar .p-sidebar-close { - color: #848484; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-sidebar .p-sidebar-close:hover { - color: #333333; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-sidebar .p-sidebar-close { + color: #848484; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-sidebar .p-sidebar-close:hover { + color: #333333; } body .p-sidebar-mask { - transition-duration: 0.2s; -} + transition-duration: 0.2s; } body .p-tooltip .p-tooltip-text { background-color: #333333; color: #ffffff; @@ -3276,76 +2685,62 @@ body .p-tooltip .p-tooltip-text { box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} + border-radius: 3px; } body .p-tooltip.p-tooltip-right .p-tooltip-arrow { - border-right-color: #333333; -} + border-right-color: #333333; } body .p-tooltip.p-tooltip-left .p-tooltip-arrow { - border-left-color: #333333; -} + border-left-color: #333333; } body .p-tooltip.p-tooltip-top .p-tooltip-arrow { - border-top-color: #333333; -} + border-top-color: #333333; } body .p-tooltip.p-tooltip-bottom .p-tooltip-arrow { - border-bottom-color: #333333; -} + border-bottom-color: #333333; } body .p-lightbox { -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-lightbox .p-lightbox-caption { - border: 1px solid #007ad9; - background-color: #007ad9; - color: #ffffff; - padding: 0.571em 1em; - font-weight: 700; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text { - color: #ffffff; - margin: 0; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-close { - padding: 0; - color: #ffffff; - -moz-transition: color 0.2s; - -o-transition: color 0.2s; - -webkit-transition: color 0.2s; - transition: color 0.2s; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-close:hover { - color: #5ab7ff; -} -body .p-lightbox .p-lightbox-content-wrapper { - overflow: hidden; - background-color: #ffffff; - color: #333333; - border: 0 none; - padding: 0; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right { - -moz-transition: all 0.2s; - -o-transition: all 0.2s; - -webkit-transition: all 0.2s; - transition: all 0.2s; - font-size: 3em; - color: #ffffff; - margin-top: -0.5em; -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover { - -webkit-transform: scale(1.2); - -moz-transform: scale(1.2); - -o-transform: scale(1.2); - -ms-transform: scale(1.2); - transform: scale(1.2); -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-content.p-lightbox-loading ~ a { - display: none; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-lightbox .p-lightbox-caption { + border: 1px solid #007ad9; + background-color: #007ad9; + color: #ffffff; + padding: 0.571em 1em; + font-weight: 700; } + body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text { + color: #ffffff; + margin: 0; } + body .p-lightbox .p-lightbox-caption .p-lightbox-close { + padding: 0; + color: #ffffff; + -moz-transition: color 0.2s; + -o-transition: color 0.2s; + -webkit-transition: color 0.2s; + transition: color 0.2s; } + body .p-lightbox .p-lightbox-caption .p-lightbox-close:hover { + color: #5ab7ff; } + body .p-lightbox .p-lightbox-content-wrapper { + overflow: hidden; + background-color: #ffffff; + color: #333333; + border: 0 none; + padding: 0; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right { + -moz-transition: all 0.2s; + -o-transition: all 0.2s; + -webkit-transition: all 0.2s; + transition: all 0.2s; + font-size: 3em; + color: #ffffff; + margin-top: -.5em; } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover { + -webkit-transform: scale(1.2); + -moz-transform: scale(1.2); + -o-transform: scale(1.2); + -ms-transform: scale(1.2); + transform: scale(1.2); } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-content.p-lightbox-loading ~ a { + display: none; } body .p-breadcrumb { background-color: #ffffff; @@ -3353,106 +2748,85 @@ body .p-breadcrumb { padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-breadcrumb ul li .p-menuitem-link { - color: #333333; - margin: 0; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-breadcrumb ul li .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-breadcrumb ul li.p-breadcrumb-chevron { - margin: 0 0.5em 0 0.5em; - color: #848484; -} -body .p-breadcrumb ul li:first-child a { - color: #848484; - margin: 0; -} -body .p-breadcrumb ul li .p-menuitem-icon { - color: #848484; -} + border-radius: 3px; } + body .p-breadcrumb ul li .p-menuitem-link { + color: #333333; + margin: 0; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-breadcrumb ul li .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-breadcrumb ul li.p-breadcrumb-chevron { + margin: 0 0.5em 0 0.5em; + color: #848484; } + body .p-breadcrumb ul li:first-child a { + color: #848484; + margin: 0; } + body .p-breadcrumb ul li .p-menuitem-icon { + color: #848484; } body .p-steps { - position: relative; -} -body .p-steps .p-steps-item { - background-color: transparent; - text-align: center; -} -body .p-steps .p-steps-item .p-menuitem-link { - display: inline-block; - text-align: center; - background-color: transparent; - overflow: hidden; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-steps .p-steps-item .p-menuitem-link .p-steps-number { - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - display: inline-block; - color: #333333; - background-color: #ffffff; - border: 1px solid #c8c8c8; - position: relative; - top: 16px; - margin-bottom: 14px; - width: 28px; - height: 28px; - font-size: 16px; - line-height: 24px; - text-align: center; -} -body .p-steps .p-steps-item .p-menuitem-link .p-steps-title { - display: block; - margin-top: 6px; - color: #848484; -} -body .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-steps .p-steps-item.p-highlight .p-steps-number { - background: #e02365; - color: #ffffff; -} -body .p-steps .p-steps-item.p-highlight .p-steps-title { - font-weight: 700; - color: #333333; -} -body .p-steps .p-steps-item:last-child .p-menuitem-link { - display: block; -} -body .p-steps:before { - content: " "; - border-top: 1px solid #c8c8c8; - width: 100%; - top: 45%; - left: 0; - display: block; - position: absolute; -} + position: relative; } + body .p-steps .p-steps-item { + background-color: transparent; } + body .p-steps .p-steps-item .p-menuitem-link { + background-color: transparent; + overflow: hidden; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-steps .p-steps-item .p-menuitem-link .p-steps-number { + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + display: inline-block; + color: #333333; + background-color: #ffffff; + border: 1px solid #c8c8c8; + min-width: 28px; + height: 28px; + font-size: 16px; + line-height: 24px; + text-align: center; + position: relative; + z-index: 1; } + body .p-steps .p-steps-item .p-menuitem-link .p-steps-title { + display: block; + margin-top: 6px; + color: #848484; } + body .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-steps .p-steps-item.p-highlight .p-steps-number { + background: #e02365; + color: #ffffff; } + body .p-steps .p-steps-item.p-highlight .p-steps-title { + font-weight: 700; + color: #333333; } + body .p-steps .p-steps-item:before { + content: ' '; + border-top: 1px solid #c8c8c8; + width: 100%; + top: 50%; + left: 0; + display: block; + position: absolute; + margin-top: -14px; } body .p-menu .p-menuitem-link, body .p-menubar .p-menuitem-link, body .p-tieredmenu .p-menuitem-link, @@ -3468,134 +2842,113 @@ body .p-slidemenu .p-menuitem-link { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-menu .p-menuitem-link .p-menuitem-text, -body .p-menubar .p-menuitem-link .p-menuitem-text, -body .p-tieredmenu .p-menuitem-link .p-menuitem-text, -body .p-contextmenu .p-menuitem-link .p-menuitem-text, -body .p-megamenu .p-menuitem-link .p-menuitem-text, -body .p-slidemenu .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-menu .p-menuitem-link .p-menuitem-icon, -body .p-menubar .p-menuitem-link .p-menuitem-icon, -body .p-tieredmenu .p-menuitem-link .p-menuitem-icon, -body .p-contextmenu .p-menuitem-link .p-menuitem-icon, -body .p-megamenu .p-menuitem-link .p-menuitem-icon, -body .p-slidemenu .p-menuitem-link .p-menuitem-icon { - color: #333333; - margin-right: 0.5em; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover { - background-color: #eaeaea; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { - color: #333333; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { - color: #333333; -} -body .p-menu .p-menuitem-link:focus, -body .p-menubar .p-menuitem-link:focus, -body .p-tieredmenu .p-menuitem-link:focus, -body .p-contextmenu .p-menuitem-link:focus, -body .p-megamenu .p-menuitem-link:focus, -body .p-slidemenu .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-menu .p-menuitem-link .p-menuitem-text, + body .p-menubar .p-menuitem-link .p-menuitem-text, + body .p-tieredmenu .p-menuitem-link .p-menuitem-text, + body .p-contextmenu .p-menuitem-link .p-menuitem-text, + body .p-megamenu .p-menuitem-link .p-menuitem-text, + body .p-slidemenu .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-menu .p-menuitem-link .p-menuitem-icon, + body .p-menubar .p-menuitem-link .p-menuitem-icon, + body .p-tieredmenu .p-menuitem-link .p-menuitem-icon, + body .p-contextmenu .p-menuitem-link .p-menuitem-icon, + body .p-megamenu .p-menuitem-link .p-menuitem-icon, + body .p-slidemenu .p-menuitem-link .p-menuitem-icon { + color: #333333; + margin-right: 0.5em; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover { + background-color: #eaeaea; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { + color: #333333; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { + color: #333333; } + body .p-menu .p-menuitem-link:focus, + body .p-menubar .p-menuitem-link:focus, + body .p-tieredmenu .p-menuitem-link:focus, + body .p-contextmenu .p-menuitem-link:focus, + body .p-megamenu .p-menuitem-link:focus, + body .p-slidemenu .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } body .p-menu { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-menu .p-menuitem { - margin: 0; -} -body .p-menu.p-menu-overlay { - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-menu .p-submenu-header { - margin: 0; - padding: 0.714em 0.857em; - color: #ffffff; - background-color: #007ad9; - font-weight: 700; - border: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-menu .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} + border-radius: 3px; } + body .p-menu .p-menuitem { + margin: 0; } + body .p-menu.p-menu-overlay { + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-menu .p-submenu-header { + margin: 0; + padding: 0.714em 0.857em; + color: #ffffff; + background-color: #007ad9; + font-weight: 700; + border: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-menu .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } body .p-menubar { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { - padding: 0.714em 0.857em; -} -body .p-menubar .p-submenu-list { - padding: 0; - background-color: #ffffff; - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-menubar .p-submenu-list .p-menuitem { - margin: 0; -} -body .p-menubar .p-submenu-list .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} -body .p-menubar .p-menuitem { - margin: 0; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #333333; -} + border-radius: 3px; } + body .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { + padding: 0.714em 0.857em; } + body .p-menubar .p-submenu-list { + padding: 0; + background-color: #ffffff; + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-menubar .p-submenu-list .p-menuitem { + margin: 0; } + body .p-menubar .p-submenu-list .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } + body .p-menubar .p-menuitem { + margin: 0; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #333333; } body .p-contextmenu { padding: 0; background-color: #ffffff; @@ -3605,351 +2958,277 @@ body .p-contextmenu { box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-contextmenu .p-submenu-list { - padding: 0; - background-color: #ffffff; - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-contextmenu .p-menuitem { - margin: 0; -} -body .p-contextmenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #333333; -} -body .p-contextmenu .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} + border-radius: 3px; } + body .p-contextmenu .p-submenu-list { + padding: 0; + background-color: #ffffff; + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-contextmenu .p-menuitem { + margin: 0; } + body .p-contextmenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #333333; } + body .p-contextmenu .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } body .p-tieredmenu { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tieredmenu .p-submenu-list { - padding: 0; - background-color: #ffffff; - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-tieredmenu .p-menuitem { - margin: 0; -} -body .p-tieredmenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #333333; -} -body .p-tieredmenu .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} -body .p-tieredmenu.p-menu-overlay { - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} + border-radius: 3px; } + body .p-tieredmenu .p-submenu-list { + padding: 0; + background-color: #ffffff; + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-tieredmenu .p-menuitem { + margin: 0; } + body .p-tieredmenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #333333; } + body .p-tieredmenu .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } + body .p-tieredmenu.p-menu-overlay { + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } body .p-slidemenu { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-slidemenu .p-submenu-list { - padding: 0; - background-color: #ffffff; - border: 0 none; -} -body .p-slidemenu .p-menuitem { - margin: 0; -} -body .p-slidemenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #333333; -} -body .p-slidemenu .p-slidemenu-backward { - margin: 0; - padding: 0.571em 1em; - color: #ffffff; - background-color: #007ad9; - font-weight: 700; - border: 0 none; -} -body .p-slidemenu .p-slidemenu-backward:hover { - background-color: #27a0ff; - color: #ffffff; -} -body .p-slidemenu .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} -body .p-slidemenu.p-menu-overlay { - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} + border-radius: 3px; } + body .p-slidemenu .p-submenu-list { + padding: 0; + background-color: #ffffff; + border: 0 none; } + body .p-slidemenu .p-menuitem { + margin: 0; } + body .p-slidemenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #333333; } + body .p-slidemenu .p-slidemenu-backward { + margin: 0; + padding: 0.571em 1em; + color: #ffffff; + background-color: #007ad9; + font-weight: 700; + border: 0 none; } + body .p-slidemenu .p-slidemenu-backward:hover { + background-color: #27a0ff; + color: #ffffff; } + body .p-slidemenu .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } + body .p-slidemenu.p-menu-overlay { + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } body .p-tabmenu { - border: 0 none; -} -body .p-tabmenu .p-tabmenu-nav { - padding: 0; - background: transparent; - border-bottom: 1px solid #007ad9; -} -body .p-tabmenu .p-tabmenu-nav:after { - content: ""; - display: table; - clear: both; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - margin-bottom: -1px; - border: 1px solid #007ad9; - background-color: #007ad9; - color: #ffffff; - padding: 0.571em 1em; - margin-right: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { - color: #ffffff; - margin-right: 0.5em; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { - background-color: #27a0ff; - border: 1px solid #27a0ff; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-icon { - color: #5ab7ff; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { - background-color: #e02365; - border: 1px solid #e02365; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-icon { - color: #ffffff; -} + border: 0 none; } + body .p-tabmenu .p-tabmenu-nav { + padding: 0; + background: transparent; + border-bottom: 1px solid #007ad9; } + body .p-tabmenu .p-tabmenu-nav:after { + content: ""; + display: table; + clear: both; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { + margin-bottom: -1px; + border: 1px solid #007ad9; + background-color: #007ad9; + color: #ffffff; + padding: 0.571em 1em; + margin-right: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { + color: #ffffff; + margin-right: 0.5em; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { + background-color: #27a0ff; + border: 1px solid #27a0ff; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-icon { + color: #5ab7ff; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { + background-color: #e02365; + border: 1px solid #e02365; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-icon { + color: #ffffff; } body .p-megamenu { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-megamenu .p-megamenu-submenu-header { - margin: 0; - padding: 0.571em 1em; - color: #ffffff; - background-color: #007ad9; - font-weight: 700; - border: 0 none; -} -body .p-megamenu .p-megamenu-panel { - padding: 0; - background-color: #ffffff; - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-megamenu .p-menuitem { - margin: 0; -} -body .p-megamenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #333333; -} -body .p-megamenu.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { - right: 0.429em; -} + border-radius: 3px; } + body .p-megamenu .p-megamenu-submenu-header { + margin: 0; + padding: 0.571em 1em; + color: #ffffff; + background-color: #007ad9; + font-weight: 700; + border: 0 none; } + body .p-megamenu .p-megamenu-panel { + padding: 0; + background-color: #ffffff; + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-megamenu .p-menuitem { + margin: 0; } + body .p-megamenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #333333; } + body .p-megamenu.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { + right: 0.429em; } body .p-panelmenu .p-icon { - position: static; -} + position: static; } body .p-panelmenu .p-panelmenu-panel .p-panelmenu-header { - margin-top: 2px; -} + margin-top: 2px; } body .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header { - margin-top: 0; -} + margin-top: 0; } body .p-panelmenu .p-panelmenu-header { - padding: 0; -} -body .p-panelmenu .p-panelmenu-header > a { - border: 1px solid #007ad9; - background-color: #007ad9; - color: #ffffff; - padding: 0.714em 0.857em; - font-weight: 700; - position: static; - font-size: 14px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { - color: #ffffff; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-right:before { - content: ""; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-down:before { - content: ""; -} -body .p-panelmenu .p-panelmenu-header > a:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - z-index: 100; -} -body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover { - outline: 0 none; - border: 1px solid #27a0ff; - background-color: #27a0ff; - color: #ffffff; -} -body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover .p-panelmenu-icon { - color: #ffffff; -} -body .p-panelmenu .p-panelmenu-header.p-highlight { - margin-bottom: 0; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a { - border: 1px solid #e02365; - background-color: #e02365; - color: #ffffff; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a .p-panelmenu-icon { - color: #ffffff; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover { - outline: 0 none; - border: 1px solid #e96694; - background-color: #e96694; - color: #ffffff; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover .p-panelmenu-icon { - color: #ffffff; -} + padding: 0; } + body .p-panelmenu .p-panelmenu-header > a { + border: 1px solid #007ad9; + background-color: #007ad9; + color: #ffffff; + padding: 0.714em 0.857em; + font-weight: 700; + position: static; + font-size: 14px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { + color: #ffffff; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-right:before { + content: ""; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-down:before { + content: ""; } + body .p-panelmenu .p-panelmenu-header > a:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + z-index: 100; } + body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover { + outline: 0 none; + border: 1px solid #27a0ff; + background-color: #27a0ff; + color: #ffffff; } + body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover .p-panelmenu-icon { + color: #ffffff; } + body .p-panelmenu .p-panelmenu-header.p-highlight { + margin-bottom: 0; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a { + border: 1px solid #e02365; + background-color: #e02365; + color: #ffffff; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a .p-panelmenu-icon { + color: #ffffff; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover { + outline: 0 none; + border: 1px solid #e96694; + background-color: #e96694; + color: #ffffff; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover .p-panelmenu-icon { + color: #ffffff; } body .p-panelmenu .p-panelmenu-panel:first-child { - margin-top: 0; -} + margin-top: 0; } body .p-panelmenu .p-panelmenu-content { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; margin-top: 0; position: static; - border-top: 0 none; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem { - margin: 0; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { - padding: 0.714em 0.857em; - color: #333333; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover { - background-color: #eaeaea; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-icon, body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-panelmenu-icon { - color: #333333; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-text { - color: #333333; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} + border-top: 0 none; } + body .p-panelmenu .p-panelmenu-content .p-menuitem { + margin: 0; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { + padding: 0.714em 0.857em; + color: #333333; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover { + background-color: #eaeaea; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-icon, body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-panelmenu-icon { + color: #333333; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-text { + color: #333333; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } body .p-progressbar { border: 0 none; @@ -3957,61 +3236,49 @@ body .p-progressbar { background-color: #eaeaea; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-progressbar .p-progressbar-value { - border: 0 none; - margin: 0; - background: #007ad9; -} -body .p-progressbar .p-progressbar-label { - margin-top: 0; - color: #333333; - line-height: 24px; -} + border-radius: 3px; } + body .p-progressbar .p-progressbar-value { + border: 0 none; + margin: 0; + background: #007ad9; } + body .p-progressbar .p-progressbar-label { + margin-top: 0; + color: #333333; + line-height: 24px; } body .p-terminal { background-color: #ffffff; color: #333333; border: 1px solid #c8c8c8; - padding: 0.571em 1em; -} -body .p-terminal .p-terminal-input { - font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} -body .p-terminal .p-terminal-command { - height: 16px; -} + padding: 0.571em 1em; } + body .p-terminal .p-terminal-input { + font-size: 14px; + font-family: "Open Sans", "Helvetica Neue", sans-serif; } + body .p-terminal .p-terminal-command { + height: 16px; } body .p-inplace { - min-height: 2.357em; -} -body .p-inplace .p-inplace-display { - padding: 0.429em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-inplace .p-inplace-display:not(.p-disabled):hover { - background-color: #eaeaea; - color: #333333; -} -body .p-inplace .p-inplace-display:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} + min-height: 2.357em; } + body .p-inplace .p-inplace-display { + padding: 0.429em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-inplace .p-inplace-display:not(.p-disabled):hover { + background-color: #eaeaea; + color: #333333; } + body .p-inplace .p-inplace-display:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } body .p-fluid .p-inplace.p-inplace-closable .p-inplace-content > :first-child { display: inline-block; - width: calc(100% - 2.357em); -} + width: calc(100% - 2.357em); } body .p-blockui { - transition-duration: 0.2s; -} + transition-duration: 0.2s; } /* Add your customizations of theme here */ diff --git a/public/themes/nova-dark/theme.css b/public/themes/nova-dark/theme.css index 20c7d1488..4da2e962c 100644 --- a/public/themes/nova-dark/theme.css +++ b/public/themes/nova-dark/theme.css @@ -1,1253 +1,1040 @@ @charset "UTF-8"; /* open-sans-300 - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: url("./fonts/open-sans-v15-latin-300.eot"); /* IE9 Compat Modes */ src: local("Open Sans Light"), local("OpenSans-Light"), url("./fonts/open-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-300.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-300.woff") format("woff"), url("./fonts/open-sans-v15-latin-300.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-300.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } /* open-sans-regular - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: url("./fonts/open-sans-v15-latin-regular.eot"); /* IE9 Compat Modes */ src: local("Open Sans Regular"), local("OpenSans-Regular"), url("./fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-regular.woff") format("woff"), url("./fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } /* open-sans-700 - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: url("./fonts/open-sans-v15-latin-700.eot"); /* IE9 Compat Modes */ src: local("Open Sans Bold"), local("OpenSans-Bold"), url("./fonts/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-700.woff") format("woff"), url("./fonts/open-sans-v15-latin-700.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-700.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; - box-sizing: border-box; -} + box-sizing: border-box; } body .p-component { font-family: "Open Sans", "Helvetica Neue", sans-serif; font-size: 14px; - text-decoration: none; -} + text-decoration: none; } body a { color: #007ad9; - text-decoration: none; -} -body a:hover { - color: #116fbf; -} -body a:active { - color: #005b9f; -} + text-decoration: none; } + body a:hover { + color: #116fbf; } + body a:active { + color: #005b9f; } body .p-disabled, body .p-component:disabled { opacity: 0.5; - filter: alpha(opacity=50); -} + filter: alpha(opacity=50); } body .pi { - font-size: 1.25em; -} + font-size: 1.25em; } body .p-link { font-size: 14px; font-family: "Open Sans", "Helvetica Neue", sans-serif; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} + border-radius: 3px; } + body .p-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } body { - /* Validations */ -} -body .p-inputtext { - font-size: 14px; - color: #333333; - background: #ffffff; - padding: 0.429em; - border: 1px solid #a6a6a6; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-inputtext:enabled:hover { - border-color: #212121; -} -body .p-inputtext:enabled:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-checkbox { - display: inline-block; - vertical-align: middle; - margin: 0; - width: 20px; - height: 20px; -} -body .p-checkbox .p-checkbox-box { - border: 1px solid #a6a6a6; - background-color: #ffffff; - width: 20px; - height: 20px; - text-align: center; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; -} -body .p-checkbox .p-checkbox-box:not(.p-disabled):hover { - border-color: #212121; -} -body .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-checkbox .p-checkbox-box.p-highlight { - border-color: #007ad9; - background-color: #007ad9; - color: #ffffff; -} -body .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { - border-color: #005b9f; - background-color: #005b9f; - color: #ffffff; -} -body .p-checkbox .p-checkbox-box .p-checkbox-icon { - overflow: hidden; - position: relative; - font-size: 18px; -} -body .p-checkbox-label { - margin: 0 0 0 0.5em; -} -body .p-radiobutton { - display: inline-block; - vertical-align: middle; - margin: 0; - width: 20px; - height: 20px; -} -body .p-radiobutton .p-radiobutton-box { - border: 1px solid #a6a6a6; - background-color: #ffffff; - width: 20px; - height: 20px; - text-align: center; - position: relative; - -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; -} -body .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { - border-color: #212121; -} -body .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-radiobutton .p-radiobutton-box.p-highlight { - border-color: #007ad9; - background-color: #007ad9; - color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon { - background-color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { - border-color: #005b9f; - background-color: #005b9f; - color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - background: transparent; - width: 10px; - height: 10px; - display: inline-block; - position: absolute; - left: 50%; - top: 50%; - margin-left: -5px; - margin-top: -5px; - -moz-transition: background-color 0.2s; - -o-transition: background-color 0.2s; - -webkit-transition: background-color 0.2s; - transition: background-color 0.2s; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; -} -body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon:before { - display: none; -} -body .p-radiobutton-label { - margin: 0 0 0 0.5em; -} -body .p-inputswitch { - width: 3em; - height: 1.75em; -} -body .p-inputswitch .p-inputswitch-slider { - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - border-radius: 30px; - background: #cccccc; -} -body .p-inputswitch .p-inputswitch-slider:before { - background-color: #ffffff; - height: 1.25em; - width: 1.25em; - left: 0.25em; - bottom: 0.25em; - border-radius: 50%; - -webkit-transition: 0.2s; - transition: 0.2s; -} -body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { - -webkit-transform: translateX(1.25em); - -ms-transform: translateX(1.25em); - transform: translateX(1.25em); -} -body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { - background-color: #b7b7b7; -} -body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { - background-color: #007ad9; -} -body .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { - background-color: #116fbf; -} -body .p-autocomplete .p-autocomplete-input { - padding: 0.429em; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { - padding: 0.2145em 0.429em; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: #212121; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { - margin: 0; - padding: 0.2145em 0; - color: #333333; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input { - font-family: "Open Sans", "Helvetica Neue", sans-serif; - font-size: 14px; - padding: 0; - margin: 0; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { - font-size: 14px; - padding: 0.2145em 0.429em; - margin: 0 0.286em 0 0; - background: #007ad9; - color: #ffffff; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-autocomplete-panel { - padding: 0; - border: 1px solid #c8c8c8; - background-color: #ffffff; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-autocomplete-panel .p-autocomplete-items { - padding: 0; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item:hover { - color: #333333; - background-color: #eaeaea; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item.p-highlight { - color: #ffffff; - background-color: #007ad9; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group { - padding: 0.429em 0.857em; - background-color: #d8dae2; - color: #333333; -} -body .p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button { - width: 2.357em; -} -body .p-fluid .p-autocomplete.p-autocomplete-multiple.p-autocomplete-dd .p-autocomplete-multiple-container { - border-right: 0 none; - width: calc(100% - 2.357em); -} -body .p-fluid .p-autocomplete.p-autocomplete-dd .p-inputtext { - border-right: 0 none; - width: calc(100% - 2.357em); -} -body .p-chips > ul.p-inputtext { - padding: 0.2145em 0.429em; - display: inline-block; -} -body .p-chips > ul.p-inputtext:not(.p-disabled):hover { - border-color: #212121; -} -body .p-chips > ul.p-inputtext:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-chips > ul.p-inputtext .p-chips-input-token { - padding: 0.2145em 0; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input { - font-family: "Open Sans", "Helvetica Neue", sans-serif; - font-size: 14px; - padding: 0; - margin: 0; - color: #333333; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input:hover { - border: 0 none; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input:focus { - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; - outline: 0 none; - border: 0 none; -} -body .p-chips > ul.p-inputtext .p-chips-token { - font-size: 14px; - padding: 0.2145em 0.429em; - margin: 0 0.286em 0 0; - background: #007ad9; - color: #ffffff; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown { - background: #ffffff; - border: 1px solid #a6a6a6; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown:not(.p-disabled):hover { - border-color: #212121; -} -body .p-dropdown:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-dropdown .p-dropdown-label { - padding-right: 2em; -} -body .p-dropdown .p-dropdown-label.p-placeholder { - color: #666666; -} -body .p-dropdown .p-dropdown-label:focus { - outline: 0 none; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; -} -body .p-dropdown .p-dropdown-trigger { - background-color: #ffffff; - width: 2em; - line-height: 2em; - text-align: center; - padding: 0; - color: #848484; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown .p-dropdown-clear-icon { - color: #848484; -} -body .p-dropdown-panel { - padding: 0; - border: 1px solid #c8c8c8; - background-color: #ffffff; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-dropdown-panel .p-dropdown-filter-container { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #eaeaea; - color: #333333; - background-color: #ffffff; - margin: 0; -} -body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter { - width: 100%; - padding-right: 2em; -} -body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon { - top: 50%; - margin-top: -0.5em; - right: 1.357em; - color: #007ad9; -} -body .p-dropdown-panel .p-dropdown-items { - padding: 0; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group.p-highlight { - color: #ffffff; - background-color: #007ad9; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover { - color: #333333; - background-color: #eaeaea; -} -body .p-multiselect { - background: #ffffff; - border: 1px solid #a6a6a6; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-multiselect:not(.p-disabled):hover { - border-color: #212121; -} -body .p-multiselect:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-multiselect .p-multiselect-label { - padding: 0.429em; - padding-right: 2em; - font-weight: 400; - color: #333333; -} -body .p-multiselect .p-multiselect-label.p-placeholder { - color: #666666; -} -body .p-multiselect .p-multiselect-trigger { - background-color: #ffffff; - width: 2em; - line-height: 2em; - text-align: center; - padding: 0; - color: #848484; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-multiselect-panel { - padding: 0; - border: 1px solid #c8c8c8; - background-color: #ffffff; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-multiselect-panel .p-multiselect-header { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #eaeaea; - color: #333333; - background-color: #ffffff; - margin: 0; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container { - float: none; - width: 70%; - display: inline-block; - vertical-align: middle; - margin-left: 0; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { - padding: 0.429em; - padding-right: 2em; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { - color: #007ad9; - top: 50%; - margin-top: -0.5em; - right: 0.5em; - left: auto; -} -body .p-multiselect-panel .p-multiselect-header .p-checkbox { - margin-right: 0.5em; - float: none; - vertical-align: middle; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-close { - line-height: 1; - color: #848484; - top: 50%; - margin-top: -0.5em; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-multiselect-panel .p-multiselect-items { - padding: 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { - color: #333333; - background-color: #eaeaea; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { - color: #ffffff; - background-color: #007ad9; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { - position: static; - display: inline-block; - vertical-align: middle; - margin: 0 0.5em 0 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item label { - display: inline-block; - vertical-align: middle; -} -body .p-listbox { - padding: 0; - min-width: 12em; - background: #ffffff; - border: 1px solid #a6a6a6; -} -body .p-listbox .p-checkbox { - margin: 0 0.5em 0 0; -} -body .p-listbox .p-listbox-header { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #eaeaea; - color: #333333; - background-color: #ffffff; - margin: 0; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-listbox .p-listbox-header .p-listbox-filter-container input { - padding: 0.429em; - padding-right: 2em; -} -body .p-listbox .p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon { - top: 50%; - left: auto; - margin-top: -0.5em; - right: 0.5em; - color: #007ad9; -} -body .p-listbox .p-listbox-list { - background-color: #ffffff; -} -body .p-listbox .p-listbox-list .p-listbox-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-listbox .p-listbox-list .p-listbox-item.p-highlight { - color: #ffffff; - background-color: #007ad9; -} -body .p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} -body .p-listbox .p-listbox-list .p-listbox-item .p-checkbox { - position: static; - display: inline-block; - vertical-align: middle; - margin: 0 0.5em 0 0; -} -body .p-listbox .p-listbox-list .p-listbox-item label { - display: inline-block; - vertical-align: middle; -} -body .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { - color: #333333; - background-color: #eaeaea; -} -body .p-listbox.p-disabled .p-checkbox-box:not(.p-disabled):not(.p-highlight):hover { - border: 1px solid #a6a6a6; -} -body .p-listbox .p-listbox-list-wrapper { - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-listbox .p-listbox-footer { - padding: 0.429em 0.857em 0.429em 0.857em; - border-top: 1px solid #eaeaea; - color: #333333; - background-color: #ffffff; -} -body .p-editor-container .p-editor-toolbar { - border: 1px solid #333333; - background-color: #333333; -} -body .p-editor-container .p-editor-content { - border: 1px solid #c8c8c8; -} -body .p-editor-container .p-editor-content .ql-editor { - background-color: #ffffff; - color: #333333; -} -body .p-editor-container .ql-picker.ql-expanded .ql-picker-label { - color: #ffffff; -} -body .p-editor-container .ql-stroke { - stroke: #ffffff; -} -body .p-editor-container .ql-picker-label { - color: #ffffff; -} -body .p-editor-container .ql-snow.ql-toolbar button:hover, -body .p-editor-container .ql-snow .ql-toolbar button:hover, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { - color: #007ad9; -} -body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { - stroke: #007ad9; -} -body .p-rating .p-rating-icon { - font-size: 20px; - text-align: center; - display: inline-block; - color: #333333; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-rating .p-rating-icon.p-rating-cancel { - color: #e4018d; -} -body .p-rating .p-rating-icon:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { - color: #007ad9; -} -body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { - color: #b5019f; -} -body .p-spinner .p-spinner-input { - padding-right: 2.429em; -} -body .p-spinner .p-spinner-button { - width: 2em; -} -body .p-spinner .p-spinner-button .p-spinner-button-icon { - position: absolute; - top: 50%; - left: 50%; - margin-top: -0.5em; - margin-left: -0.5em; - width: 1em; -} -body .p-spinner .p-spinner-button.p-spinner-button { - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-up { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-down { - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-spinner .p-spinner-button.p-spinner-button:focus { - z-index: 1; -} -body .p-fluid .p-spinner .p-spinner-input { - padding-right: 2.429em; -} -body .p-fluid .p-spinner .p-spinner-button { - width: 2em; -} -body .p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon { - left: 50%; -} -body .p-slider { - background-color: #c8c8c8; - border: 0 none; -} -body .p-slider.p-slider-horizontal { - height: 0.286em; -} -body .p-slider.p-slider-horizontal .p-slider-handle { - top: 50%; - margin-top: -0.5715em; -} -body .p-slider.p-slider-vertical { - width: 0.286em; -} -body .p-slider.p-slider-vertical .p-slider-handle { - left: 50%; - margin-left: -0.5715em; -} -body .p-slider .p-slider-handle { - height: 1.143em; - width: 1.143em; - background-color: #ffffff; - border: 2px solid #666666; - -moz-border-radius: 100%; - -webkit-border-radius: 100%; - border-radius: 100%; - -moz-transition: box-color 0.2s; - -o-transition: box-color 0.2s; - -webkit-transition: box-color 0.2s; - transition: box-color 0.2s; -} -body .p-slider .p-slider-handle:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-slider .p-slider-range { - background-color: #007ad9; -} -body .p-slider:not(.p-disabled) .p-slider-handle:hover { - background-color: 2px solid #666666; - border: 2px solid #007ad9; -} -body .p-datepicker { - padding: 0.857em; - min-width: 20em; - background-color: #ffffff; - color: #333333; - border: 1px solid #a6a6a6; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker:not(.p-datepicker-inline) { - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:hover, -body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:hover { - color: #007ad9; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled) { - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { - background-color: #eaeaea; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker { - margin: 0.857em 0 0 0; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month { - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled) { - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { - background-color: #eaeaea; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-datepicker .p-datepicker-header { - padding: 0.429em 0.857em 0.429em 0.857em; - background-color: #ffffff; - color: #333333; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-datepicker .p-datepicker-header .p-datepicker-prev, -body .p-datepicker .p-datepicker-header .p-datepicker-next { - cursor: pointer; - top: 0; - color: #a6a6a6; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title { - margin: 0; - padding: 0; - line-height: 1; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title select { - margin-top: -0.35em; - margin-bottom: 0; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-datepicker table { - font-size: 14px; - margin: 0.857em 0 0 0; -} -body .p-datepicker table th { - padding: 0.5em; -} -body .p-datepicker table td { - padding: 0.5em; -} -body .p-datepicker table td > span { - display: block; - text-align: center; - color: #333333; - cursor: pointer; - padding: 0.5em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker table td > span.p-highlight { - color: #ffffff; - background-color: #007ad9; -} -body .p-datepicker table td.p-datepicker-today > span { - background-color: #d0d0d0; - color: #333333; -} -body .p-datepicker table td.p-datepicker-today > span.p-highlight { - color: #ffffff; - background-color: #007ad9; -} -body .p-datepicker .p-datepicker-buttonbar { - border-top: 1px solid #d8dae2; -} -body .p-datepicker .p-timepicker { - border: 0 none; - border-top: 1px solid #d8dae2; - padding: 0.857em; -} -body .p-datepicker .p-timepicker button { - color: #a6a6a6; - font-size: 1.286em; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-timepicker button:hover { - color: #007ad9; -} -body .p-datepicker .p-timepicker span { - font-size: 1.286em; -} -body .p-datepicker .p-monthpicker .p-monthpicker-month { - color: #333333; -} -body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { - color: #ffffff; - background-color: #007ad9; -} -body .p-datepicker.p-datepicker-timeonly { - padding: 0; -} -body .p-datepicker.p-datepicker-timeonly .p-timepicker { - border-top: 0 none; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { - border-right: 1px solid #d8dae2; - padding-right: 0.857em; - padding-left: 0.857em; - padding-top: 0; - padding-bottom: 0; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child { - padding-left: 0; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child { - padding-right: 0; - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-inputtext { - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-error), body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-error) { - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button { - width: 2.357em; - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; -} -body .p-fluid .p-calendar.p-calendar-w-btn .p-inputtext { - width: calc(100% - 2.357em); -} -body .p-fileupload .p-fileupload-buttonbar { - background-color: #333333; - padding: 0.571em 1em; - border: 1px solid #333333; - color: #ffffff; - border-bottom: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-fileupload .p-fileupload-buttonbar .p-button { - margin-right: 8px; -} -body .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-fileupload .p-fileupload-content { - background-color: #ffffff; - padding: 0.571em 1em; - border: 1px solid #c8c8c8; - color: #333333; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-fileupload .p-progressbar { - top: 0; -} -body .p-fileupload-choose:not(.p-disabled):hover { - background-color: #116fbf; - color: #ffffff; - border-color: #116fbf; -} -body .p-fileupload-choose:not(.p-disabled):active { - background-color: #005b9f; - color: #ffffff; - border-color: #005b9f; -} -body .p-password-panel { - padding: 12px; - background-color: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-inputgroup .p-inputgroup-addon { - border-color: #a6a6a6; - background-color: #eaeaea; - color: #848484; - padding: 0.429em; - min-width: 2em; -} -body .p-inputgroup .p-inputgroup-addon:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-inputgroup .p-inputgroup-addon:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox { - position: relative; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox .p-checkbox { - position: absolute; - top: 50%; - left: 50%; - margin-left: -10px; - margin-top: -10px; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton { - position: relative; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton .p-radiobutton { - position: absolute; - top: 50%; - left: 50%; - margin-left: -10px; - margin-top: -10px; -} -body .p-inputgroup .p-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-inputgroup .p-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-inputgroup .p-inputtext:focus { - z-index: 1; -} -body .p-fluid .p-inputgroup .p-button { - width: auto; -} -body .p-fluid .p-inputgroup .p-button.p-button-icon-only { - width: 2.357em; -} -body ::-webkit-input-placeholder { - color: #666666; -} -body :-moz-placeholder { - color: #666666; -} -body ::-moz-placeholder { - color: #666666; -} -body :-ms-input-placeholder { - color: #666666; -} -body .p-inputtext.p-error, -body .p-dropdown.p-error, -body .p-autocomplete.p-error > .p-inputtext, -body .p-calendar.p-error > .p-inputtext, -body .p-chips.p-error > .p-inputtext, -body .p-checkbox.p-error > .p-checkbox-box, -body .p-radiobutton.p-error > .p-radiobutton-box, -body .p-inputswitch.p-error, -body .p-listbox.p-error, -body .p-multiselect.p-error, -body .p-spinner.p-error > .p-inputtext, -body .p-selectbutton.p-error > .p-button, -body .p-togglebutton.p-error > .p-button { - border: 1px solid #a80000; -} + /* Validations */ } + body .p-inputtext { + font-size: 14px; + color: #333333; + background: #ffffff; + padding: 0.429em; + border: 1px solid #a6a6a6; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-inputtext:enabled:hover { + border-color: #212121; } + body .p-inputtext:enabled:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-checkbox { + display: inline-block; + vertical-align: middle; + margin: 0; + width: 20px; + height: 20px; } + body .p-checkbox .p-checkbox-box { + border: 1px solid #a6a6a6; + background-color: #ffffff; + width: 20px; + height: 20px; + text-align: center; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; } + body .p-checkbox .p-checkbox-box:not(.p-disabled):hover { + border-color: #212121; } + body .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-checkbox .p-checkbox-box.p-highlight { + border-color: #007ad9; + background-color: #007ad9; + color: #ffffff; } + body .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { + border-color: #005b9f; + background-color: #005b9f; + color: #ffffff; } + body .p-checkbox .p-checkbox-box .p-checkbox-icon { + overflow: hidden; + position: relative; + font-size: 18px; } + body .p-checkbox-label { + margin: 0 0 0 0.5em; } + body .p-radiobutton { + display: inline-block; + vertical-align: middle; + margin: 0; + width: 20px; + height: 20px; } + body .p-radiobutton .p-radiobutton-box { + border: 1px solid #a6a6a6; + background-color: #ffffff; + width: 20px; + height: 20px; + text-align: center; + position: relative; + -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; } + body .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { + border-color: #212121; } + body .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-radiobutton .p-radiobutton-box.p-highlight { + border-color: #007ad9; + background-color: #007ad9; + color: #ffffff; } + body .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon { + background-color: #ffffff; } + body .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { + border-color: #005b9f; + background-color: #005b9f; + color: #ffffff; } + body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { + background: transparent; + width: 10px; + height: 10px; + display: inline-block; + position: absolute; + left: 50%; + top: 50%; + margin-left: -5px; + margin-top: -5px; + -moz-transition: background-color 0.2s; + -o-transition: background-color 0.2s; + -webkit-transition: background-color 0.2s; + transition: background-color 0.2s; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; } + body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon:before { + display: none; } + body .p-radiobutton-label { + margin: 0 0 0 .5em; } + body .p-inputswitch { + width: 3em; + height: 1.75em; } + body .p-inputswitch .p-inputswitch-slider { + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + border-radius: 30px; + background: #cccccc; } + body .p-inputswitch .p-inputswitch-slider:before { + background-color: #ffffff; + height: 1.250em; + width: 1.250em; + left: .25em; + bottom: .25em; + border-radius: 50%; + -webkit-transition: 0.2s; + transition: 0.2s; } + body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { + -webkit-transform: translateX(1.25em); + -ms-transform: translateX(1.25em); + transform: translateX(1.25em); } + body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { + background-color: #b7b7b7; } + body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { + background-color: #007ad9; } + body .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { + background-color: #116fbf; } + body .p-autocomplete .p-autocomplete-input { + padding: 0.429em; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { + padding: 0.2145em 0.429em; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { + border-color: #212121; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { + margin: 0; + padding: 0.2145em 0; + color: #333333; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input { + font-family: "Open Sans", "Helvetica Neue", sans-serif; + font-size: 14px; + padding: 0; + margin: 0; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { + font-size: 14px; + padding: 0.2145em 0.429em; + margin: 0 0.286em 0 0; + background: #007ad9; + color: #ffffff; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-autocomplete-panel { + padding: 0; + border: 1px solid #c8c8c8; + background-color: #ffffff; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-autocomplete-panel .p-autocomplete-items { + padding: 0; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item:hover { + color: #333333; + background-color: #eaeaea; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item.p-highlight { + color: #ffffff; + background-color: #007ad9; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group { + padding: 0.429em 0.857em; + background-color: #d8dae2; + color: #333333; } + body .p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button { + width: 2.357em; } + body .p-fluid .p-autocomplete.p-autocomplete-multiple.p-autocomplete-dd .p-autocomplete-multiple-container { + border-right: 0 none; + width: calc(100% - 2.357em); } + body .p-fluid .p-autocomplete.p-autocomplete-dd .p-inputtext { + border-right: 0 none; + width: calc(100% - 2.357em); } + body .p-chips > ul.p-inputtext { + padding: 0.2145em 0.429em; + display: inline-block; } + body .p-chips > ul.p-inputtext:not(.p-disabled):hover { + border-color: #212121; } + body .p-chips > ul.p-inputtext:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-chips > ul.p-inputtext .p-chips-input-token { + padding: 0.2145em 0; } + body .p-chips > ul.p-inputtext .p-chips-input-token input { + font-family: "Open Sans", "Helvetica Neue", sans-serif; + font-size: 14px; + padding: 0; + margin: 0; + color: #333333; } + body .p-chips > ul.p-inputtext .p-chips-input-token input:hover { + border: 0 none; } + body .p-chips > ul.p-inputtext .p-chips-input-token input:focus { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + outline: 0 none; + border: 0 none; } + body .p-chips > ul.p-inputtext .p-chips-token { + font-size: 14px; + padding: 0.2145em 0.429em; + margin: 0 0.286em 0 0; + background: #007ad9; + color: #ffffff; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown { + background: #ffffff; + border: 1px solid #a6a6a6; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown:not(.p-disabled):hover { + border-color: #212121; } + body .p-dropdown:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-dropdown .p-dropdown-label { + padding-right: 2em; } + body .p-dropdown .p-dropdown-label.p-placeholder { + color: #666666; } + body .p-dropdown .p-dropdown-label:focus { + outline: 0 none; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; } + body .p-dropdown .p-dropdown-trigger { + background-color: #ffffff; + width: 2em; + line-height: 2em; + text-align: center; + padding: 0; + color: #848484; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown .p-dropdown-clear-icon { + color: #848484; } + body .p-dropdown-panel { + padding: 0; + border: 1px solid #c8c8c8; + background-color: #ffffff; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-dropdown-panel .p-dropdown-filter-container { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #eaeaea; + color: #333333; + background-color: #ffffff; + margin: 0; } + body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter { + width: 100%; + padding-right: 2em; } + body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon { + top: 50%; + margin-top: -.5em; + right: 1.357em; + color: #007ad9; } + body .p-dropdown-panel .p-dropdown-items { + padding: 0; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group.p-highlight { + color: #ffffff; + background-color: #007ad9; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover { + color: #333333; + background-color: #eaeaea; } + body .p-multiselect { + background: #ffffff; + border: 1px solid #a6a6a6; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-multiselect:not(.p-disabled):hover { + border-color: #212121; } + body .p-multiselect:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-multiselect .p-multiselect-label { + padding: 0.429em; + padding-right: 2em; + font-weight: 400; + color: #333333; } + body .p-multiselect .p-multiselect-label.p-placeholder { + color: #666666; } + body .p-multiselect .p-multiselect-trigger { + background-color: #ffffff; + width: 2em; + line-height: 2em; + text-align: center; + padding: 0; + color: #848484; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-multiselect-panel { + padding: 0; + border: 1px solid #c8c8c8; + background-color: #ffffff; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-multiselect-panel .p-multiselect-header { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #eaeaea; + color: #333333; + background-color: #ffffff; + margin: 0; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container { + float: none; + width: 70%; + display: inline-block; + vertical-align: middle; + margin-left: 0; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { + padding: 0.429em; + padding-right: 2em; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { + color: #007ad9; + top: 50%; + margin-top: -.5em; + right: .5em; + left: auto; } + body .p-multiselect-panel .p-multiselect-header .p-checkbox { + margin-right: 0.5em; + float: none; + vertical-align: middle; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-close { + line-height: 1; + color: #848484; + top: 50%; + margin-top: -.5em; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-multiselect-panel .p-multiselect-items { + padding: 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { + color: #333333; + background-color: #eaeaea; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { + color: #ffffff; + background-color: #007ad9; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { + position: static; + display: inline-block; + vertical-align: middle; + margin: 0 0.5em 0 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item label { + display: inline-block; + vertical-align: middle; } + body .p-listbox { + padding: 0; + min-width: 12em; + background: #ffffff; + border: 1px solid #a6a6a6; } + body .p-listbox .p-checkbox { + margin: 0 0.5em 0 0; } + body .p-listbox .p-listbox-header { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #eaeaea; + color: #333333; + background-color: #ffffff; + margin: 0; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-listbox .p-listbox-header .p-listbox-filter-container input { + padding: 0.429em; + padding-right: 2em; } + body .p-listbox .p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon { + top: 50%; + left: auto; + margin-top: -.5em; + right: .5em; + color: #007ad9; } + body .p-listbox .p-listbox-list { + background-color: #ffffff; } + body .p-listbox .p-listbox-list .p-listbox-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-listbox .p-listbox-list .p-listbox-item.p-highlight { + color: #ffffff; + background-color: #007ad9; } + body .p-listbox .p-listbox-list .p-listbox-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } + body .p-listbox .p-listbox-list .p-listbox-item .p-checkbox { + position: static; + display: inline-block; + vertical-align: middle; + margin: 0 0.5em 0 0; } + body .p-listbox .p-listbox-list .p-listbox-item label { + display: inline-block; + vertical-align: middle; } + body .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { + color: #333333; + background-color: #eaeaea; } + body .p-listbox.p-disabled .p-checkbox-box:not(.p-disabled):not(.p-highlight):hover { + border: 1px solid #a6a6a6; } + body .p-listbox .p-listbox-list-wrapper { + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-listbox .p-listbox-footer { + padding: 0.429em 0.857em 0.429em 0.857em; + border-top: 1px solid #eaeaea; + color: #333333; + background-color: #ffffff; } + body .p-editor-container .p-editor-toolbar { + border: 1px solid #333333; + background-color: #333333; } + body .p-editor-container .p-editor-content { + border: 1px solid #c8c8c8; } + body .p-editor-container .p-editor-content .ql-editor { + background-color: #ffffff; + color: #333333; } + body .p-editor-container .ql-picker.ql-expanded .ql-picker-label { + color: #ffffff; } + body .p-editor-container .ql-stroke { + stroke: #ffffff; } + body .p-editor-container .ql-picker-label { + color: #ffffff; } + body .p-editor-container .ql-snow.ql-toolbar button:hover, + body .p-editor-container .ql-snow .ql-toolbar button:hover, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { + color: #007ad9; } + body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { + stroke: #007ad9; } + body .p-rating .p-rating-icon { + font-size: 20px; + text-align: center; + display: inline-block; + color: #333333; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-rating .p-rating-icon.p-rating-cancel { + color: #e4018d; } + body .p-rating .p-rating-icon:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { + color: #007ad9; } + body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { + color: #b5019f; } + body .p-spinner .p-spinner-input { + padding-right: 2.429em; } + body .p-spinner .p-spinner-button { + width: 2em; } + body .p-spinner .p-spinner-button .p-spinner-button-icon { + position: absolute; + top: 50%; + left: 50%; + margin-top: -.5em; + margin-left: -.5em; + width: 1em; } + body .p-spinner .p-spinner-button.p-spinner-button { + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-up { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-down { + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-spinner .p-spinner-button.p-spinner-button:focus { + z-index: 1; } + body .p-fluid .p-spinner .p-spinner-input { + padding-right: 2.429em; } + body .p-fluid .p-spinner .p-spinner-button { + width: 2em; } + body .p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon { + left: 50%; } + body .p-slider { + background-color: #c8c8c8; + border: 0 none; } + body .p-slider.p-slider-horizontal { + height: 0.286em; } + body .p-slider.p-slider-horizontal .p-slider-handle { + top: 50%; + margin-top: -0.5715em; } + body .p-slider.p-slider-vertical { + width: 0.286em; } + body .p-slider.p-slider-vertical .p-slider-handle { + left: 50%; + margin-left: -0.5715em; } + body .p-slider .p-slider-handle { + height: 1.143em; + width: 1.143em; + background-color: #ffffff; + border: 2px solid #666666; + -moz-border-radius: 100%; + -webkit-border-radius: 100%; + border-radius: 100%; + -moz-transition: box-color 0.2s; + -o-transition: box-color 0.2s; + -webkit-transition: box-color 0.2s; + transition: box-color 0.2s; } + body .p-slider .p-slider-handle:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-slider .p-slider-range { + background-color: #007ad9; } + body .p-slider:not(.p-disabled) .p-slider-handle:hover { + background-color: 2px solid #666666; + border: 2px solid #007ad9; } + body .p-datepicker { + padding: 0.857em; + min-width: 20em; + background-color: #ffffff; + color: #333333; + border: 1px solid #a6a6a6; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker:not(.p-datepicker-inline) { + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:hover, + body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:hover { + color: #007ad9; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled) { + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { + background-color: #eaeaea; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-datepicker:not(.p-disabled) .p-monthpicker { + margin: 0.857em 0 0 0; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month { + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled) { + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { + background-color: #eaeaea; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-datepicker .p-datepicker-header { + padding: 0.429em 0.857em 0.429em 0.857em; + background-color: #ffffff; + color: #333333; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-datepicker .p-datepicker-header .p-datepicker-prev, + body .p-datepicker .p-datepicker-header .p-datepicker-next { + cursor: pointer; + top: 0; + color: #a6a6a6; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-datepicker-header .p-datepicker-title { + margin: 0; + padding: 0; + line-height: 1; } + body .p-datepicker .p-datepicker-header .p-datepicker-title select { + margin-top: -.35em; + margin-bottom: 0; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-datepicker table { + font-size: 14px; + margin: 0.857em 0 0 0; } + body .p-datepicker table th { + padding: 0.5em; } + body .p-datepicker table td { + padding: 0.5em; } + body .p-datepicker table td > span { + display: block; + text-align: center; + color: #333333; + cursor: pointer; + padding: 0.5em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker table td > span.p-highlight { + color: #ffffff; + background-color: #007ad9; } + body .p-datepicker table td.p-datepicker-today > span { + background-color: #d0d0d0; + color: #333333; } + body .p-datepicker table td.p-datepicker-today > span.p-highlight { + color: #ffffff; + background-color: #007ad9; } + body .p-datepicker .p-datepicker-buttonbar { + border-top: 1px solid #d8dae2; } + body .p-datepicker .p-timepicker { + border: 0 none; + border-top: 1px solid #d8dae2; + padding: 0.857em; } + body .p-datepicker .p-timepicker button { + color: #a6a6a6; + font-size: 1.286em; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-timepicker button:hover { + color: #007ad9; } + body .p-datepicker .p-timepicker span { + font-size: 1.286em; } + body .p-datepicker .p-monthpicker .p-monthpicker-month { + color: #333333; } + body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { + color: #ffffff; + background-color: #007ad9; } + body .p-datepicker.p-datepicker-timeonly { + padding: 0; } + body .p-datepicker.p-datepicker-timeonly .p-timepicker { + border-top: 0 none; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { + border-right: 1px solid #d8dae2; + padding-right: 0.857em; + padding-left: 0.857em; + padding-top: 0; + padding-bottom: 0; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child { + padding-left: 0; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child { + padding-right: 0; + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-inputtext { + -moz-border-radius-topright: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-error), body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-error) { + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button { + width: 2.357em; + -moz-border-radius-topleft: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; } + body .p-fluid .p-calendar.p-calendar-w-btn .p-inputtext { + width: calc(100% - 2.357em); } + body .p-fileupload .p-fileupload-buttonbar { + background-color: #333333; + padding: 0.571em 1em; + border: 1px solid #333333; + color: #ffffff; + border-bottom: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-fileupload .p-fileupload-buttonbar .p-button { + margin-right: 8px; } + body .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-fileupload .p-fileupload-content { + background-color: #ffffff; + padding: 0.571em 1em; + border: 1px solid #c8c8c8; + color: #333333; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-fileupload .p-progressbar { + top: 0; } + body .p-fileupload-choose:not(.p-disabled):hover { + background-color: #116fbf; + color: #ffffff; + border-color: #116fbf; } + body .p-fileupload-choose:not(.p-disabled):active { + background-color: #005b9f; + color: #ffffff; + border-color: #005b9f; } + body .p-password-panel { + padding: 12px; + background-color: #ffffff; + color: #333333; + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-inputgroup .p-inputgroup-addon { + border-color: #a6a6a6; + background-color: #eaeaea; + color: #848484; + padding: 0.429em; + min-width: 2em; } + body .p-inputgroup .p-inputgroup-addon:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-inputgroup .p-inputgroup-addon:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox { + position: relative; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox .p-checkbox { + position: absolute; + top: 50%; + left: 50%; + margin-left: -10px; + margin-top: -10px; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton { + position: relative; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton .p-radiobutton { + position: absolute; + top: 50%; + left: 50%; + margin-left: -10px; + margin-top: -10px; } + body .p-inputgroup .p-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-inputgroup .p-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-inputgroup .p-inputtext:focus { + z-index: 1; } + body .p-fluid .p-inputgroup .p-button { + width: auto; } + body .p-fluid .p-inputgroup .p-button.p-button-icon-only { + width: 2.357em; } + body ::-webkit-input-placeholder { + color: #666666; } + body :-moz-placeholder { + color: #666666; } + body ::-moz-placeholder { + color: #666666; } + body :-ms-input-placeholder { + color: #666666; } + body .p-inputtext.p-error, + body .p-dropdown.p-error, + body .p-autocomplete.p-error > .p-inputtext, + body .p-calendar.p-error > .p-inputtext, + body .p-chips.p-error > .p-inputtext, + body .p-checkbox.p-error > .p-checkbox-box, + body .p-radiobutton.p-error > .p-radiobutton-box, + body .p-inputswitch.p-error, + body .p-listbox.p-error, + body .p-multiselect.p-error, + body .p-spinner.p-error > .p-inputtext, + body .p-selectbutton.p-error > .p-button, + body .p-togglebutton.p-error > .p-button { + border: 1px solid #a80000; } body .p-button { margin: 0; @@ -1261,53 +1048,41 @@ body .p-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-button:enabled:hover { - background-color: #116fbf; - color: #ffffff; - border-color: #116fbf; -} -body .p-button:enabled:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-button:enabled:active { - background-color: #005b9f; - color: #ffffff; - border-color: #005b9f; -} -body .p-button.p-button-text-only .p-button-text { - padding: 0.429em 1em; -} -body .p-button.p-button-text-icon-left .p-button-text { - padding: 0.429em 1em 0.429em 2.25em; -} -body .p-button.p-button-text-icon-right .p-button-text { - padding: 0.429em 2.25em 0.429em 1em; -} -body .p-button.p-button-icon-only { - width: 2.357em; -} -body .p-button.p-button-icon-only .p-button-text { - padding: 0.429em; -} -body .p-button.p-button-raised { - -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); - -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); -} -body .p-button.p-button-rounded { - -moz-border-radius: 15px; - -webkit-border-radius: 15px; - border-radius: 15px; -} + border-radius: 3px; } + body .p-button:enabled:hover { + background-color: #116fbf; + color: #ffffff; + border-color: #116fbf; } + body .p-button:enabled:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-button:enabled:active { + background-color: #005b9f; + color: #ffffff; + border-color: #005b9f; } + body .p-button.p-button-text-only .p-button-text { + padding: 0.429em 1em; } + body .p-button.p-button-text-icon-left .p-button-text { + padding: 0.429em 1em 0.429em 2.25em; } + body .p-button.p-button-text-icon-right .p-button-text { + padding: 0.429em 2.25em 0.429em 1em; } + body .p-button.p-button-icon-only { + width: 2.357em; } + body .p-button.p-button-icon-only .p-button-text { + padding: 0.429em; } + body .p-button.p-button-raised { + -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); + -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); + box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); } + body .p-button.p-button-rounded { + -moz-border-radius: 15px; + -webkit-border-radius: 15px; + border-radius: 15px; } body .p-fluid .p-button-icon-only { - width: 2.357em; -} + width: 2.357em; } body .p-togglebutton { background-color: #dadada; border: 1px solid #dadada; @@ -1315,42 +1090,33 @@ body .p-togglebutton { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-togglebutton .p-button-icon-left { - color: #666666; -} -body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover { - background-color: #c8c8c8; - border-color: #c8c8c8; - color: #333333; -} -body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { - color: #212121; -} -body .p-togglebutton.p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-togglebutton.p-highlight { - background-color: #007ad9; - border-color: #007ad9; - color: #ffffff; -} -body .p-togglebutton.p-highlight .p-button-icon-left { - color: #ffffff; -} -body .p-togglebutton.p-highlight:hover { - background-color: #116fbf; - border-color: #116fbf; - color: #ffffff; -} -body .p-togglebutton.p-highlight:hover .p-button-icon-left { - color: #ffffff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-togglebutton .p-button-icon-left { + color: #666666; } + body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover { + background-color: #c8c8c8; + border-color: #c8c8c8; + color: #333333; } + body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { + color: #212121; } + body .p-togglebutton.p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-togglebutton.p-highlight { + background-color: #007ad9; + border-color: #007ad9; + color: #ffffff; } + body .p-togglebutton.p-highlight .p-button-icon-left { + color: #ffffff; } + body .p-togglebutton.p-highlight:hover { + background-color: #116fbf; + border-color: #116fbf; + color: #ffffff; } + body .p-togglebutton.p-highlight:hover .p-button-icon-left { + color: #ffffff; } body .p-selectbutton .p-button { background-color: #dadada; border: 1px solid #dadada; @@ -1362,312 +1128,258 @@ body .p-selectbutton .p-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 0; -webkit-border-radius: 0; - border-radius: 0; -} -body .p-selectbutton .p-button .p-button-icon-left { - color: #666666; -} -body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { - background-color: #c8c8c8; - border-color: #c8c8c8; - color: #333333; -} -body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { - color: #212121; -} -body .p-selectbutton .p-button.p-focus, body .p-selectbutton .p-button:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - z-index: 1; -} -body .p-selectbutton .p-button.p-highlight { - background-color: #007ad9; - border-color: #007ad9; - color: #ffffff; -} -body .p-selectbutton .p-button.p-highlight .p-button-icon-left { - color: #ffffff; -} -body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover { - background-color: #116fbf; - border-color: #116fbf; - color: #ffffff; -} -body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover .p-button-icon-left { - color: #ffffff; -} -body .p-selectbutton .p-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-selectbutton .p-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-radius: 0; } + body .p-selectbutton .p-button .p-button-icon-left { + color: #666666; } + body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { + background-color: #c8c8c8; + border-color: #c8c8c8; + color: #333333; } + body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { + color: #212121; } + body .p-selectbutton .p-button.p-focus, body .p-selectbutton .p-button:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + z-index: 1; } + body .p-selectbutton .p-button.p-highlight { + background-color: #007ad9; + border-color: #007ad9; + color: #ffffff; } + body .p-selectbutton .p-button.p-highlight .p-button-icon-left { + color: #ffffff; } + body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover { + background-color: #116fbf; + border-color: #116fbf; + color: #ffffff; } + body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover .p-button-icon-left { + color: #ffffff; } + body .p-selectbutton .p-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-selectbutton .p-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-splitbutton.p-buttonset .p-button { - border: 1px solid transparent; -} -body .p-splitbutton.p-buttonset .p-button:first-child { - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-splitbutton.p-buttonset .p-button.p-splitbutton-menubutton { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; -} -body .p-splitbutton.p-buttonset .p-button:focus { - z-index: 1; -} + border: 1px solid transparent; } + body .p-splitbutton.p-buttonset .p-button:first-child { + -moz-border-radius-topright: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-splitbutton.p-buttonset .p-button.p-splitbutton-menubutton { + -moz-border-radius-topleft: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; } + body .p-splitbutton.p-buttonset .p-button:focus { + z-index: 1; } body .p-splitbutton.p-buttonset .p-menu { - min-width: 100%; -} + min-width: 100%; } body .p-splitbutton.p-buttonset .p-splitbutton-menubutton .p-button-icon-left:before { - content: ""; -} + content: ""; } body .p-button.p-button-secondary, body .p-buttonset.p-button-secondary > .p-button { color: #333333; background-color: #f4f4f4; - border: 1px solid #f4f4f4; -} -body .p-button.p-button-secondary:enabled:hover, body .p-buttonset.p-button-secondary > .p-button:enabled:hover { - background-color: #c8c8c8; - color: #333333; - border-color: #c8c8c8; -} -body .p-button.p-button-secondary:enabled:focus, body .p-buttonset.p-button-secondary > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-button.p-button-secondary:enabled:active, body .p-buttonset.p-button-secondary > .p-button:enabled:active { - background-color: #a0a0a0; - color: #333333; - border-color: #a0a0a0; -} + border: 1px solid #f4f4f4; } + body .p-button.p-button-secondary:enabled:hover, body .p-buttonset.p-button-secondary > .p-button:enabled:hover { + background-color: #c8c8c8; + color: #333333; + border-color: #c8c8c8; } + body .p-button.p-button-secondary:enabled:focus, body .p-buttonset.p-button-secondary > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-button.p-button-secondary:enabled:active, body .p-buttonset.p-button-secondary > .p-button:enabled:active { + background-color: #a0a0a0; + color: #333333; + border-color: #a0a0a0; } body .p-button.p-button-info, body .p-buttonset.p-button-info > .p-button { color: #ffffff; background-color: #007ad9; - border: 1px solid #007ad9; -} -body .p-button.p-button-info:enabled:hover, body .p-buttonset.p-button-info > .p-button:enabled:hover { - background-color: #116fbf; - color: #ffffff; - border-color: #116fbf; -} -body .p-button.p-button-info:enabled:focus, body .p-buttonset.p-button-info > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-button.p-button-info:enabled:active, body .p-buttonset.p-button-info > .p-button:enabled:active { - background-color: #005b9f; - color: #ffffff; - border-color: #005b9f; -} + border: 1px solid #007ad9; } + body .p-button.p-button-info:enabled:hover, body .p-buttonset.p-button-info > .p-button:enabled:hover { + background-color: #116fbf; + color: #ffffff; + border-color: #116fbf; } + body .p-button.p-button-info:enabled:focus, body .p-buttonset.p-button-info > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-button.p-button-info:enabled:active, body .p-buttonset.p-button-info > .p-button:enabled:active { + background-color: #005b9f; + color: #ffffff; + border-color: #005b9f; } body .p-button.p-button-success, body .p-buttonset.p-button-success > .p-button { color: #ffffff; background-color: #34A835; - border: 1px solid #34A835; -} -body .p-button.p-button-success:enabled:hover, body .p-buttonset.p-button-success > .p-button:enabled:hover { - background-color: #107D11; - color: #ffffff; - border-color: #107D11; -} -body .p-button.p-button-success:enabled:focus, body .p-buttonset.p-button-success > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #aae5aa; - -moz-box-shadow: 0 0 0 0.2em #aae5aa; - box-shadow: 0 0 0 0.2em #aae5aa; -} -body .p-button.p-button-success:enabled:active, body .p-buttonset.p-button-success > .p-button:enabled:active { - background-color: #0C6B0D; - color: #ffffff; - border-color: #0C6B0D; -} + border: 1px solid #34A835; } + body .p-button.p-button-success:enabled:hover, body .p-buttonset.p-button-success > .p-button:enabled:hover { + background-color: #107D11; + color: #ffffff; + border-color: #107D11; } + body .p-button.p-button-success:enabled:focus, body .p-buttonset.p-button-success > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #aae5aa; + -moz-box-shadow: 0 0 0 0.2em #aae5aa; + box-shadow: 0 0 0 0.2em #aae5aa; } + body .p-button.p-button-success:enabled:active, body .p-buttonset.p-button-success > .p-button:enabled:active { + background-color: #0C6B0D; + color: #ffffff; + border-color: #0C6B0D; } body .p-button.p-button-warning, body .p-buttonset.p-button-warning > .p-button { color: #333333; background-color: #ffba01; - border: 1px solid #ffba01; -} -body .p-button.p-button-warning:enabled:hover, body .p-buttonset.p-button-warning > .p-button:enabled:hover { - background-color: #ED990B; - color: #333333; - border-color: #ED990B; -} -body .p-button.p-button-warning:enabled:focus, body .p-buttonset.p-button-warning > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #ffeab4; - -moz-box-shadow: 0 0 0 0.2em #ffeab4; - box-shadow: 0 0 0 0.2em #ffeab4; -} -body .p-button.p-button-warning:enabled:active, body .p-buttonset.p-button-warning > .p-button:enabled:active { - background-color: #D38B10; - color: #333333; - border-color: #D38B10; -} + border: 1px solid #ffba01; } + body .p-button.p-button-warning:enabled:hover, body .p-buttonset.p-button-warning > .p-button:enabled:hover { + background-color: #ED990B; + color: #333333; + border-color: #ED990B; } + body .p-button.p-button-warning:enabled:focus, body .p-buttonset.p-button-warning > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #ffeab4; + -moz-box-shadow: 0 0 0 0.2em #ffeab4; + box-shadow: 0 0 0 0.2em #ffeab4; } + body .p-button.p-button-warning:enabled:active, body .p-buttonset.p-button-warning > .p-button:enabled:active { + background-color: #D38B10; + color: #333333; + border-color: #D38B10; } body .p-button.p-button-danger, body .p-buttonset.p-button-danger > .p-button { color: #ffffff; background-color: #e91224; - border: 1px solid #e91224; -} -body .p-button.p-button-danger:enabled:hover, body .p-buttonset.p-button-danger > .p-button:enabled:hover { - background-color: #c01120; - color: #ffffff; - border-color: #c01120; -} -body .p-button.p-button-danger:enabled:focus, body .p-buttonset.p-button-danger > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #f9b4ba; - -moz-box-shadow: 0 0 0 0.2em #f9b4ba; - box-shadow: 0 0 0 0.2em #f9b4ba; -} -body .p-button.p-button-danger:enabled:active, body .p-buttonset.p-button-danger > .p-button:enabled:active { - background-color: #a90000; - color: #ffffff; - border-color: #a90000; -} + border: 1px solid #e91224; } + body .p-button.p-button-danger:enabled:hover, body .p-buttonset.p-button-danger > .p-button:enabled:hover { + background-color: #c01120; + color: #ffffff; + border-color: #c01120; } + body .p-button.p-button-danger:enabled:focus, body .p-buttonset.p-button-danger > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #f9b4ba; + -moz-box-shadow: 0 0 0 0.2em #f9b4ba; + box-shadow: 0 0 0 0.2em #f9b4ba; } + body .p-button.p-button-danger:enabled:active, body .p-buttonset.p-button-danger > .p-button:enabled:active { + background-color: #a90000; + color: #ffffff; + border-color: #a90000; } body .p-panel { padding: 0; - border: 0 none; -} -body .p-panel .p-panel-titlebar { - border: 1px solid #333333; - padding: 0.571em 1em; - background-color: #333333; - color: #ffffff; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-panel .p-panel-titlebar .p-panel-title { - vertical-align: middle; - font-weight: 700; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon { - margin: 0.143em 0 0 0; - position: relative; - font-size: 14px; - color: #ffffff; - border: 1px solid transparent; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:hover { - color: #b4b4b4; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-panel .p-panel-content { - padding: 0.571em 1em; - border: 1px solid #c8c8c8; - background-color: #ffffff; - color: #333333; - border-top: 0 none; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-panel .p-panel-footer { - padding: 0.571em 1em; - border: 1px solid #c8c8c8; - background-color: #ffffff; - color: #333333; - border-top: 0 none; - margin: 0; -} + border: 0 none; } + body .p-panel .p-panel-titlebar { + border: 1px solid #333333; + padding: 0.571em 1em; + background-color: #333333; + color: #ffffff; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-panel .p-panel-titlebar .p-panel-title { + vertical-align: middle; + font-weight: 700; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon { + margin: 0.143em 0 0 0; + position: relative; + font-size: 14px; + color: #ffffff; + border: 1px solid transparent; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:hover { + color: #b4b4b4; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-panel .p-panel-content { + padding: 0.571em 1em; + border: 1px solid #c8c8c8; + background-color: #ffffff; + color: #333333; + border-top: 0 none; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-panel .p-panel-footer { + padding: 0.571em 1em; + border: 1px solid #c8c8c8; + background-color: #ffffff; + color: #333333; + border-top: 0 none; + margin: 0; } body .p-fieldset { border: 1px solid #c8c8c8; background-color: #ffffff; color: #333333; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-fieldset .p-fieldset-legend a { - padding: 0.571em 1em; - border: 1px solid #333333; - color: #ffffff; - background-color: #333333; - font-weight: 700; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-fieldset .p-fieldset-legend a .p-fieldset-toggler { - float: none; - display: inline-block; - vertical-align: middle; - margin-right: 0.5em; - color: #ffffff; -} -body .p-fieldset .p-fieldset-legend a .p-fieldset-legend-text { - padding: 0; -} -body .p-fieldset .p-fieldset-legend a:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { - background-color: #494949; - border: 1px solid #494949; - color: #ffffff; -} -body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover .p-fieldset-toggler { - color: #ffffff; -} -body .p-fieldset .p-fieldset-content { - padding: 0; -} + border-radius: 3px; } + body .p-fieldset .p-fieldset-legend a { + padding: 0.571em 1em; + border: 1px solid #333333; + color: #ffffff; + background-color: #333333; + font-weight: 700; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-fieldset .p-fieldset-legend a .p-fieldset-toggler { + float: none; + display: inline-block; + vertical-align: middle; + margin-right: .5em; + color: #ffffff; } + body .p-fieldset .p-fieldset-legend a .p-fieldset-legend-text { + padding: 0; } + body .p-fieldset .p-fieldset-legend a:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { + background-color: #494949; + border: 1px solid #494949; + color: #ffffff; } + body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover .p-fieldset-toggler { + color: #ffffff; } + body .p-fieldset .p-fieldset-content { + padding: 0; } body .p-accordion .p-accordion-tab { - margin-bottom: 2px; -} + margin-bottom: 2px; } body .p-accordion .p-accordion-header a { padding: 0.571em 1em; border: 1px solid #333333; @@ -1681,57 +1393,45 @@ body .p-accordion .p-accordion-header a { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon { - color: #ffffff; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-right:before { - content: ""; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-down:before { - content: ""; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon { + color: #ffffff; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-right:before { + content: ""; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-down:before { + content: ""; } body .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; -webkit-box-shadow: 0 0 0 0.2em #8dcdff; -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} + box-shadow: 0 0 0 0.2em #8dcdff; } body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background-color: #494949; border: 1px solid #494949; - color: #ffffff; -} -body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a .p-accordion-toggle-icon { - color: #ffffff; -} + color: #ffffff; } + body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a .p-accordion-toggle-icon { + color: #ffffff; } body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight { - margin-bottom: 0; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a { - background-color: #007ad9; - border: 1px solid #007ad9; - color: #ffffff; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a .p-accordion-toggle-icon { - color: #ffffff; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a { - border: 1px solid #005b9f; - background-color: #005b9f; - color: #ffffff; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a .p-accordion-toggle-icon { - color: #ffffff; -} + margin-bottom: 0; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a { + background-color: #007ad9; + border: 1px solid #007ad9; + color: #ffffff; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a .p-accordion-toggle-icon { + color: #ffffff; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a { + border: 1px solid #005b9f; + background-color: #005b9f; + color: #ffffff; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a .p-accordion-toggle-icon { + color: #ffffff; } body .p-accordion .p-accordion-content { padding: 0.571em 1em; border: 1px solid #c8c8c8; @@ -1750,122 +1450,99 @@ body .p-accordion .p-accordion-content { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-tabview.p-tabview-top, body .p-tabview.p-tabview-bottom, body .p-tabview.p-tabview-left, body .p-tabview.p-tabview-right { - border: 0 none; -} -body .p-tabview.p-tabview-top .p-tabview-nav, body .p-tabview.p-tabview-bottom .p-tabview-nav, body .p-tabview.p-tabview-left .p-tabview-nav, body .p-tabview.p-tabview-right .p-tabview-nav { - padding: 0; - background: transparent; - border: 0 none; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a, body .p-tabview.p-tabview-bottom .p-tabview-nav li a, body .p-tabview.p-tabview-left .p-tabview-nav li a, body .p-tabview.p-tabview-right .p-tabview-nav li a { - border: 1px solid #333333; - background-color: #333333; - float: none; - display: inline-block; - color: #ffffff; - padding: 0.571em 1em; - font-weight: 700; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-left-icon { - margin-right: 0.5em; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-right-icon { - margin-left: 0.5em; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-bottom .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-left .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-right .p-tabview-nav li a:not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li .p-tabview-close { - color: #ffffff; - margin: 0 0.5em 0 0; - vertical-align: middle; -} -body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { - background-color: #494949; - border: 1px solid #494949; - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close { - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight a { - background-color: #007ad9; - border: 1px solid #007ad9; - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight .p-tabview-close { - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a { - border: 1px solid #005b9f; - background-color: #005b9f; - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon { - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-tabview-selected a { - cursor: pointer; -} + border: 0 none; } + body .p-tabview.p-tabview-top .p-tabview-nav, body .p-tabview.p-tabview-bottom .p-tabview-nav, body .p-tabview.p-tabview-left .p-tabview-nav, body .p-tabview.p-tabview-right .p-tabview-nav { + padding: 0; + background: transparent; + border: 0 none; } + body .p-tabview.p-tabview-top .p-tabview-nav li a, body .p-tabview.p-tabview-bottom .p-tabview-nav li a, body .p-tabview.p-tabview-left .p-tabview-nav li a, body .p-tabview.p-tabview-right .p-tabview-nav li a { + border: 1px solid #333333; + background-color: #333333; + float: none; + display: inline-block; + color: #ffffff; + padding: 0.571em 1em; + font-weight: 700; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-left-icon { + margin-right: 0.5em; } + body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-right-icon { + margin-left: 0.5em; } + body .p-tabview.p-tabview-top .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-bottom .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-left .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-right .p-tabview-nav li a:not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-tabview.p-tabview-top .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li .p-tabview-close { + color: #ffffff; + margin: 0 0.5em 0 0; + vertical-align: middle; } + body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { + background-color: #494949; + border: 1px solid #494949; + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close { + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight a { + background-color: #007ad9; + border: 1px solid #007ad9; + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight .p-tabview-close { + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a { + border: 1px solid #005b9f; + background-color: #005b9f; + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon { + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-tabview-selected a { + cursor: pointer; } body .p-tabview.p-tabview-top .p-tabview-nav { - margin-bottom: -1px; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a { - margin-right: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + margin-bottom: -1px; } + body .p-tabview.p-tabview-top .p-tabview-nav li a { + margin-right: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } body .p-tabview.p-tabview-bottom .p-tabview-nav { - margin-top: -1px; -} -body .p-tabview.p-tabview-bottom .p-tabview-nav li a { - margin-right: 2px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + margin-top: -1px; } + body .p-tabview.p-tabview-bottom .p-tabview-nav li a { + margin-right: 2px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-tabview.p-tabview-left .p-tabview-nav { - margin-right: -px; -} -body .p-tabview.p-tabview-left .p-tabview-nav li a { - margin-bottom: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} + margin-right: -px; } + body .p-tabview.p-tabview-left .p-tabview-nav li a { + margin-bottom: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } body .p-tabview.p-tabview-right .p-tabview-nav { - margin-right: -1px; -} -body .p-tabview.p-tabview-right .p-tabview-nav li a { - margin-bottom: 2px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + margin-right: -1px; } + body .p-tabview.p-tabview-right .p-tabview-nav li a { + margin-bottom: 2px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-tabview .p-tabview-panels { background-color: #ffffff; padding: 0.571em 1em; @@ -1876,142 +1553,119 @@ body .p-tabview .p-tabview-panels { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-tabview .p-tabview-panels .p-tabview-panel { - padding: 0; -} + border-bottom-right-radius: 3px; } + body .p-tabview .p-tabview-panels .p-tabview-panel { + padding: 0; } body .p-toolbar { background-color: #333333; border: 1px solid #333333; padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-toolbar button { - vertical-align: middle; -} -body .p-toolbar .p-toolbar-separator { - vertical-align: middle; - color: #ffffff; - margin: 0 0.5em; -} + border-radius: 3px; } + body .p-toolbar button { + vertical-align: middle; } + body .p-toolbar .p-toolbar-separator { + vertical-align: middle; + color: #ffffff; + margin: 0 0.5em; } body .p-card { background-color: #ffffff; color: #333333; -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); - box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); -} + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); } body .p-paginator { background-color: #f4f4f4; border: 1px solid #c8c8c8; - padding: 0; -} -body .p-paginator .p-paginator-first, -body .p-paginator .p-paginator-prev, -body .p-paginator .p-paginator-next, -body .p-paginator .p-paginator-last { - color: #848484; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; - padding: 0; - margin: 0; - vertical-align: top; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { - background-color: #e0e0e0; - color: #333333; -} -body .p-paginator .p-dropdown { - border: 0 none; -} -body .p-paginator .p-dropdown .p-dropdown-trigger, body .p-paginator .p-dropdown .p-dropdown-label { - color: #848484; -} -body .p-paginator .p-dropdown:hover .p-dropdown-trigger, body .p-paginator .p-dropdown:hover .p-dropdown-label { - color: #333333; -} -body .p-paginator .p-paginator-first:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-prev:before { - position: relative; -} -body .p-paginator .p-paginator-next:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-last:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-current { - vertical-align: top; - display: inline-block; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; -} -body .p-paginator .p-paginator-pages { - vertical-align: top; - display: inline-block; - padding: 0; -} -body .p-paginator .p-paginator-pages .p-paginator-page { - color: #848484; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; - padding: 0; - margin: 0; - vertical-align: top; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background-color: #007ad9; - color: #ffffff; -} -body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { - background-color: #e0e0e0; - color: #333333; -} -body .p-paginator .p-dropdown { - margin-left: 0.5em; - height: 2.286em; - min-width: auto; -} + padding: 0; } + body .p-paginator .p-paginator-first, + body .p-paginator .p-paginator-prev, + body .p-paginator .p-paginator-next, + body .p-paginator .p-paginator-last { + color: #848484; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; + padding: 0; + margin: 0; + vertical-align: top; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { + background-color: #e0e0e0; + color: #333333; } + body .p-paginator .p-dropdown { + border: 0 none; } + body .p-paginator .p-dropdown .p-dropdown-trigger, body .p-paginator .p-dropdown .p-dropdown-label { + color: #848484; } + body .p-paginator .p-dropdown:hover .p-dropdown-trigger, body .p-paginator .p-dropdown:hover .p-dropdown-label { + color: #333333; } + body .p-paginator .p-paginator-first:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-prev:before { + position: relative; } + body .p-paginator .p-paginator-next:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-last:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-current { + vertical-align: top; + display: inline-block; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; } + body .p-paginator .p-paginator-pages { + vertical-align: top; + display: inline-block; + padding: 0; } + body .p-paginator .p-paginator-pages .p-paginator-page { + color: #848484; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; + padding: 0; + margin: 0; + vertical-align: top; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { + background-color: #007ad9; + color: #ffffff; } + body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { + background-color: #e0e0e0; + color: #333333; } + body .p-paginator .p-dropdown { + margin-left: 0.5em; + height: 2.286em; + min-width: auto; } body .p-datatable .p-datatable-header, body .p-datatable .p-datatable-footer { background-color: #333333; color: #ffffff; border: 1px solid #333333; padding: 0.571em 1em; - text-align: center; -} + text-align: center; } body .p-datatable .p-datatable-header { border-bottom: 0 none; font-weight: 700; @@ -2020,8 +1674,7 @@ body .p-datatable .p-datatable-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-datatable .p-datatable-footer { border-top: 0 none; font-weight: 700; @@ -2030,206 +1683,158 @@ body .p-datatable .p-datatable-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-datatable .p-datatable-thead > tr > th { padding: 0.571em 0.857em; border: 1px solid #c8c8c8; font-weight: 700; color: #333333; background-color: #f4f4f4; - text-align: center; -} + text-align: center; } body .p-datatable .p-datatable-tfoot > tr > td { padding: 0.571em 0.857em; border: 1px solid #c8c8c8; font-weight: 700; color: #333333; background-color: #f4f4f4; - text-align: center; -} + text-align: center; } body .p-datatable .p-sortable-column { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-sortable-column .p-sortable-column-icon { - color: #848484; -} -body .p-datatable .p-sortable-column:not(.p-highlight):hover { - background-color: #e0e0e0; - color: #333333; -} -body .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: #333333; -} -body .p-datatable .p-sortable-column:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} -body .p-datatable .p-sortable-column.p-highlight { - background-color: #007ad9; - color: #ffffff; -} -body .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #ffffff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-sortable-column .p-sortable-column-icon { + color: #848484; } + body .p-datatable .p-sortable-column:not(.p-highlight):hover { + background-color: #e0e0e0; + color: #333333; } + body .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { + color: #333333; } + body .p-datatable .p-sortable-column:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } + body .p-datatable .p-sortable-column.p-highlight { + background-color: #007ad9; + color: #ffffff; } + body .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { + color: #ffffff; } body .p-datatable .p-editable-column input { font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} + font-family: "Open Sans", "Helvetica Neue", sans-serif; } body .p-datatable .p-row-editor-init { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} + transition: background-color 0.2s, box-shadow 0.2s; } body .p-datatable .p-datatable-tbody > tr { background: #ffffff; color: #333333; -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-datatable-tbody > tr > td { - background: inherit; - border: 1px solid #c8c8c8; - padding: 0.429em 0.857em; -} -body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler { - color: #848484; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { - color: #333333; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight { - background-color: #007ad9; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler:hover { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { - background-color: #5ab7ff; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #007ad9; -} -body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #007ad9; -} -body .p-datatable .p-datatable-tbody > tr:focus { - outline: none; -} -body .p-datatable .p-datatable-tbody > tr:focus + tr > td { - box-shadow: 0 -0.2em 0 0 #8dcdff; -} -body .p-datatable .p-datatable-tbody > tr:focus > td { - box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff; -} -body .p-datatable .p-datatable-tbody > tr:focus > td:first-child { - box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, -0.1em -0.1em 0 0.1em #8dcdff; -} -body .p-datatable .p-datatable-tbody > tr:focus > td:last-child { - box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, 0.1em -0.1em 0 0.1em #8dcdff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-datatable-tbody > tr > td { + background: inherit; + border: 1px solid #c8c8c8; + padding: 0.429em 0.857em; } + body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler { + color: #848484; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { + color: #333333; } + body .p-datatable .p-datatable-tbody > tr.p-highlight { + background-color: #007ad9; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler:hover { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + background-color: #5ab7ff; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { + box-shadow: inset 0 2px 0 0 #007ad9; } + body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { + box-shadow: inset 0 -2px 0 0 #007ad9; } + body .p-datatable .p-datatable-tbody > tr:focus { + outline: none; } + body .p-datatable .p-datatable-tbody > tr:focus + tr > td { + box-shadow: 0 -0.2em 0 0 #8dcdff; } + body .p-datatable .p-datatable-tbody > tr:focus > td { + box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff; } + body .p-datatable .p-datatable-tbody > tr:focus > td:first-child { + box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, -0.1em -0.1em 0 0.1em #8dcdff; } + body .p-datatable .p-datatable-tbody > tr:focus > td:last-child { + box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, 0.1em -0.1em 0 0.1em #8dcdff; } body .p-datatable .p-datatable-tbody > tr:nth-child(even) { - background-color: #f9f9f9; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { - background-color: #007ad9; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu { - background-color: #5ab7ff; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler:hover { - color: #ffffff; -} + background-color: #f9f9f9; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { + background-color: #007ad9; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu { + background-color: #5ab7ff; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler:hover { + color: #ffffff; } body .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover { cursor: pointer; background-color: #eaeaea; - color: #333333; -} + color: #333333; } body .p-datatable .p-column-resizer-helper { - background-color: #007ad9; -} + background-color: #007ad9; } body .p-datatable .p-datatable-scrollable-header, body .p-datatable .p-datatable-scrollable-footer { - background-color: #333333; -} + background-color: #333333; } body .p-datatable .p-column-filter { - width: 100%; -} + width: 100%; } body .p-datatable.p-datatable-borderless .p-datatable-header { border: 0 none; - border-bottom: 1px solid #c8c8c8; -} + border-bottom: 1px solid #c8c8c8; } body .p-datatable.p-datatable-borderless .p-datatable-thead > tr > th { border: 0 none; text-align: left; - padding: 0.857em; -} + padding: 0.857em; } body .p-datatable.p-datatable-borderless .p-datatable-tbody { - border: 0 none; -} -body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr { - border: 0 none; -} -body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr > td { - border: 0 none; -} + border: 0 none; } + body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr { + border: 0 none; } + body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr > td { + border: 0 none; } body .p-datatable.p-datatable-borderless .p-datatable-tfoot > tr > td { - border: 0 none; -} + border: 0 none; } body .p-datatable.p-datatable-borderless .p-paginator { - border: 0 none; -} + border: 0 none; } body .p-datascroller .p-datascroller-header { background-color: #333333; color: #ffffff; border: 1px solid #333333; padding: 0.571em 1em; font-weight: 700; - border-bottom: 0 none; -} + border-bottom: 0 none; } body .p-datascroller .p-datascroller-content { padding: 0.571em 1em; border: 1px solid #c8c8c8; background-color: #ffffff; color: #333333; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-datascroller .p-datascroller-footer { background-color: #ffffff; color: #333333; border: 1px solid #c8c8c8; padding: 0.571em 1em; - border-top: 0 none; -} + border-top: 0 none; } body .p-dataview .p-dataview-header { background-color: #333333; color: #ffffff; @@ -2242,18 +1847,15 @@ body .p-dataview .p-dataview-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-dataview .p-dataview-content { padding: 0.571em 1em; border: 1px solid #c8c8c8; background-color: #ffffff; color: #333333; - padding: 0.571em 1em; -} -body .p-dataview .p-dataview-content > .p-grid > div { - border-bottom: 1px solid #c8c8c8; -} + padding: 0.571em 1em; } + body .p-dataview .p-dataview-content > .p-grid > div { + border-bottom: 1px solid #c8c8c8; } body .p-dataview .p-dataview-footer { background-color: #ffffff; color: #333333; @@ -2265,30 +1867,24 @@ body .p-dataview .p-dataview-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .fc th { background-color: #333333; border: 1px solid #333333; color: #ffffff; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .fc td.ui-widget-content { background-color: #ffffff; border: 1px solid #c8c8c8; - color: #333333; -} + color: #333333; } body .fc td.fc-head-container { - border: 1px solid #333333; -} + border: 1px solid #333333; } body .fc .fc-row { - border-right: 1px solid #333333; -} + border-right: 1px solid #333333; } body .fc .fc-event { background-color: #116fbf; border: 1px solid #116fbf; - color: #ffffff; -} + color: #ffffff; } body .fc .fc-toolbar .fc-button { color: #ffffff; background-color: #007ad9; @@ -2300,65 +1896,52 @@ body .fc .fc-toolbar .fc-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .fc .fc-toolbar .fc-button:enabled:hover { - background-color: #116fbf; - color: #ffffff; - border-color: #116fbf; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-left { - font-family: "PrimeIcons" !important; - text-indent: 0; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-right { - font-family: "PrimeIcons" !important; - text-indent: 0; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; -} -body .fc .fc-toolbar .fc-button:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} + border-radius: 3px; } + body .fc .fc-toolbar .fc-button:enabled:hover { + background-color: #116fbf; + color: #ffffff; + border-color: #116fbf; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-left { + font-family: 'PrimeIcons' !important; + text-indent: 0; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before { + content: ""; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-right { + font-family: 'PrimeIcons' !important; + text-indent: 0; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before { + content: ""; } + body .fc .fc-toolbar .fc-button:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } body .fc .fc-toolbar .fc-button-group .fc-button { -moz-border-radius: 0; -webkit-border-radius: 0; - border-radius: 0; -} -body .fc .fc-toolbar .fc-button-group .fc-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .fc .fc-toolbar .fc-button-group .fc-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-radius: 0; } + body .fc .fc-toolbar .fc-button-group .fc-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .fc .fc-toolbar .fc-button-group .fc-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .fc .fc-divider { background-color: #333333; - border: 1px solid #333333; -} + border: 1px solid #333333; } body .p-fluid .fc .fc-toolbar .ui-button { - width: auto; -} + width: auto; } body .p-picklist .p-picklist-buttons button { - font-size: 16px; -} + font-size: 16px; } body .p-picklist .p-picklist-caption { background-color: #333333; color: #ffffff; @@ -2371,31 +1954,26 @@ body .p-picklist .p-picklist-caption { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-picklist .p-picklist-filter-container { padding: 0.429em 0.857em 0.429em 0.857em; border: 1px solid #333333; color: #333333; background-color: #ffffff; margin: 0; - border-bottom: 0 none; -} -body .p-picklist .p-picklist-filter-container input { - width: 100%; - padding-right: 2em; - text-indent: 0; -} -body .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { - top: 50%; - margin-top: -0.5em; - left: auto; - right: 1.357em; - color: #007ad9; -} + border-bottom: 0 none; } + body .p-picklist .p-picklist-filter-container input { + width: 100%; + padding-right: 2em; + text-indent: 0; } + body .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { + top: 50%; + margin-top: -.5em; + left: auto; + right: 1.357em; + color: #007ad9; } body .p-picklist .p-picklist-buttons { - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-picklist .p-picklist-list { border: 1px solid #c8c8c8; background-color: #ffffff; @@ -2406,48 +1984,38 @@ body .p-picklist .p-picklist-list { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-picklist .p-picklist-list .p-picklist-item { - padding: 0.429em 0.857em; - margin: 0; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { - background-color: #eaeaea; - color: #333333; -} -body .p-picklist .p-picklist-list .p-picklist-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} -body .p-picklist .p-picklist-list .p-picklist-item.p-highlight { - background-color: #007ad9; - color: #ffffff; -} -body .p-picklist .p-picklist-list .p-picklist-droppoint-highlight { - background-color: #007ad9; -} + border-bottom-right-radius: 3px; } + body .p-picklist .p-picklist-list .p-picklist-item { + padding: 0.429em 0.857em; + margin: 0; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { + background-color: #eaeaea; + color: #333333; } + body .p-picklist .p-picklist-list .p-picklist-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } + body .p-picklist .p-picklist-list .p-picklist-item.p-highlight { + background-color: #007ad9; + color: #ffffff; } + body .p-picklist .p-picklist-list .p-picklist-droppoint-highlight { + background-color: #007ad9; } @media (max-width: 40em) { body .p-picklist.p-picklist-responsive .p-picklist-buttons { - padding: 0.571em 1em; - } -} + padding: 0.571em 1em; } } body .p-orderlist .p-orderlist-controls { - padding: 0.571em 1em; -} -body .p-orderlist .p-orderlist-controls button { - font-size: 16px; -} + padding: 0.571em 1em; } + body .p-orderlist .p-orderlist-controls button { + font-size: 16px; } body .p-orderlist .p-orderlist-caption { background-color: #333333; color: #ffffff; @@ -2460,28 +2028,24 @@ body .p-orderlist .p-orderlist-caption { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-orderlist .p-orderlist-filter-container { padding: 0.429em 0.857em 0.429em 0.857em; border: 1px solid #333333; color: #333333; background-color: #ffffff; margin: 0; - border-bottom: 0 none; -} -body .p-orderlist .p-orderlist-filter-container input { - width: 100%; - padding-right: 2em; - text-indent: 0; -} -body .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { - top: 50%; - margin-top: -0.5em; - left: auto; - right: 1.357em; - color: #007ad9; -} + border-bottom: 0 none; } + body .p-orderlist .p-orderlist-filter-container input { + width: 100%; + padding-right: 2em; + text-indent: 0; } + body .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { + top: 50%; + margin-top: -.5em; + left: auto; + right: 1.357em; + color: #007ad9; } body .p-orderlist .p-orderlist-list { border: 1px solid #c8c8c8; background-color: #ffffff; @@ -2492,37 +2056,31 @@ body .p-orderlist .p-orderlist-list { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item { - padding: 0.429em 0.857em; - margin: 0; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { - background-color: #eaeaea; - color: #333333; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - background-color: #007ad9; - color: #ffffff; -} -body .p-orderlist .p-orderlist-list .p-orderlist-droppoint-highlight { - background-color: #007ad9; -} + border-bottom-right-radius: 3px; } + body .p-orderlist .p-orderlist-list .p-orderlist-item { + padding: 0.429em 0.857em; + margin: 0; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { + background-color: #eaeaea; + color: #333333; } + body .p-orderlist .p-orderlist-list .p-orderlist-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } + body .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { + background-color: #007ad9; + color: #ffffff; } + body .p-orderlist .p-orderlist-list .p-orderlist-droppoint-highlight { + background-color: #007ad9; } body .p-tree { border: 1px solid #c8c8c8; background-color: #ffffff; @@ -2530,159 +2088,126 @@ body .p-tree { padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree .p-tree-container { - padding: 0.286em; - margin: 0; -} -body .p-tree .p-tree-container .p-treenode { - padding: 0.143em 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content { - padding: 0; - border: 1px solid transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { - vertical-align: middle; - display: inline-block; - float: none; - margin: 0 0.286em 0 0; - color: #848484; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler b .p-tree-toggler-icon { - line-height: 1.25em; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { - vertical-align: middle; - display: inline-block; - margin: 0 0.286em 0 0; - color: #848484; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-label { - margin: 0; - vertical-align: middle; - display: inline-block; - padding: 0.286em 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { - margin: 0 0.286em 0 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background-color: #007ad9; - color: #ffffff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { - color: #ffffff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-checkbox .p-checkbox-box { - border-color: #ffffff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight-contextmenu { - border: 1px dashed #007ad9; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background-color: #eaeaea; - color: #333333; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover .p-treenode-icon { - color: #333333; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content > span { - line-height: inherit; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { - background-color: #eaeaea; - color: #333333; -} -body .p-tree .p-tree-container .p-treenode-droppoint.p-treenode-droppoint-active { - background-color: #007ad9; -} -body .p-tree.p-tree-horizontal { - padding-left: 0; - padding-right: 0; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content { - border: 1px solid #c8c8c8; - background-color: #ffffff; - color: #333333; - padding: 0.571em 1em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight { - background-color: #007ad9; - color: #ffffff; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox .p-icon { - color: #007ad9; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover { - background-color: inherit; - color: inherit; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background-color: #eaeaea; - color: #333333; -} -body .p-tree .p-tree-filter-container .p-tree-filter { - width: 100%; - padding-right: 2em; -} -body .p-tree .p-tree-filter-container .p-tree-filter-icon { - top: 50%; - left: auto; - margin-top: -0.5em; - right: 0.8em; - color: #007ad9; -} + border-radius: 3px; } + body .p-tree .p-tree-container { + padding: 0.286em; + margin: 0; } + body .p-tree .p-tree-container .p-treenode { + padding: 0.143em 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content { + padding: 0; + border: 1px solid transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { + vertical-align: middle; + display: inline-block; + float: none; + margin: 0 0.286em 0 0; + color: #848484; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler b + .p-tree-toggler-icon { + line-height: 1.25em; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { + vertical-align: middle; + display: inline-block; + margin: 0 0.286em 0 0; + color: #848484; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-label { + margin: 0; + vertical-align: middle; + display: inline-block; + padding: 0.286em 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { + margin: 0 0.286em 0 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { + background-color: #007ad9; + color: #ffffff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { + color: #ffffff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-checkbox .p-checkbox-box { + border-color: #ffffff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight-contextmenu { + border: 1px dashed #007ad9; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { + background-color: #eaeaea; + color: #333333; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover .p-treenode-icon { + color: #333333; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content > span { + line-height: inherit; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { + background-color: #eaeaea; + color: #333333; } + body .p-tree .p-tree-container .p-treenode-droppoint.p-treenode-droppoint-active { + background-color: #007ad9; } + body .p-tree.p-tree-horizontal { + padding-left: 0; + padding-right: 0; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content { + border: 1px solid #c8c8c8; + background-color: #ffffff; + color: #333333; + padding: 0.571em 1em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight { + background-color: #007ad9; + color: #ffffff; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox .p-icon { + color: #007ad9; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover { + background-color: inherit; + color: inherit; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { + background-color: #eaeaea; + color: #333333; } + body .p-tree .p-tree-filter-container .p-tree-filter { + width: 100%; + padding-right: 2em; } + body .p-tree .p-tree-filter-container .p-tree-filter-icon { + top: 50%; + left: auto; + margin-top: -.5em; + right: .8em; + color: #007ad9; } body .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { background-color: #eaeaea; - color: #333333; -} + color: #333333; } body .p-organizationchart .p-organizationchart-node-content.p-highlight { background-color: #007ad9; - color: #ffffff; -} -body .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: #00325a; -} + color: #ffffff; } + body .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { + color: #00325a; } body .p-organizationchart .p-organizationchart-line-down { - background-color: #c8c8c8; -} + background-color: #c8c8c8; } body .p-organizationchart .p-organizationchart-line-left { border-right: 1px solid #c8c8c8; - border-color: #c8c8c8; -} + border-color: #c8c8c8; } body .p-organizationchart .p-organizationchart-line-top { border-top: 1px solid #c8c8c8; - border-color: #c8c8c8; -} + border-color: #c8c8c8; } body .p-organizationchart .p-organizationchart-node-content { border: 1px solid #c8c8c8; background-color: #ffffff; color: #333333; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-organizationchart .p-organizationchart-node-content .p-node-toggler { - bottom: -0.7em; - margin-left: -0.46em; + bottom: -.7em; + margin-left: -.46em; color: #848484; -moz-border-radius: 3px; -webkit-border-radius: 3px; @@ -2690,23 +2215,20 @@ body .p-organizationchart .p-organizationchart-node-content .p-node-toggler { -moz-transition: box-shadow 0.2s; -o-transition: box-shadow 0.2s; -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} + transition: box-shadow 0.2s; } + body .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } body .p-treetable .p-treetable-header, body .p-treetable .p-treetable-footer { background-color: #333333; color: #ffffff; border: 1px solid #333333; padding: 0.571em 1em; - text-align: center; -} + text-align: center; } body .p-treetable .p-treetable-header { border-bottom: 0 none; font-weight: 700; @@ -2715,8 +2237,7 @@ body .p-treetable .p-treetable-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-treetable .p-treetable-footer { border-top: 0 none; font-weight: 700; @@ -2725,119 +2246,92 @@ body .p-treetable .p-treetable-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-treetable .p-treetable-thead > tr > th { padding: 0.571em 0.857em; border: 1px solid #c8c8c8; font-weight: 700; color: #333333; background-color: #f4f4f4; - text-align: center; -} + text-align: center; } body .p-treetable .p-treetable-tfoot > tr > td { padding: 0.571em 0.857em; border: 1px solid #c8c8c8; font-weight: 700; color: #333333; background-color: #f4f4f4; - text-align: center; -} + text-align: center; } body .p-treetable .p-sortable-column { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-treetable .p-sortable-column .p-sortable-column-icon { - color: #848484; -} -body .p-treetable .p-sortable-column:not(.p-highlight):hover { - background-color: #e0e0e0; - color: #333333; -} -body .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: #333333; -} -body .p-treetable .p-sortable-column:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} -body .p-treetable .p-sortable-column.p-highlight { - background-color: #007ad9; - color: #ffffff; -} -body .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #ffffff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-treetable .p-sortable-column .p-sortable-column-icon { + color: #848484; } + body .p-treetable .p-sortable-column:not(.p-highlight):hover { + background-color: #e0e0e0; + color: #333333; } + body .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { + color: #333333; } + body .p-treetable .p-sortable-column:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } + body .p-treetable .p-sortable-column.p-highlight { + background-color: #007ad9; + color: #ffffff; } + body .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { + color: #ffffff; } body .p-treetable .p-editable-column input { font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} + font-family: "Open Sans", "Helvetica Neue", sans-serif; } body .p-treetable .p-treetable-tbody > tr { background: #ffffff; color: #333333; -moz-transition: background-color 0.2s; -o-transition: background-color 0.2s; -webkit-transition: background-color 0.2s; - transition: background-color 0.2s; -} -body .p-treetable .p-treetable-tbody > tr > td { - background: inherit; - border: 1px solid #c8c8c8; - padding: 0.429em 0.857em; -} -body .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { - color: #848484; - vertical-align: middle; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight { - background-color: #007ad9; - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu { - background-color: #5ab7ff; - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu .p-treetable-toggler { - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr:focus { - outline: none; -} -body .p-treetable .p-treetable-tbody > tr:focus + tr > td { - box-shadow: 0 -0.2em 0 0 #8dcdff; -} -body .p-treetable .p-treetable-tbody > tr:focus > td { - box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff; -} -body .p-treetable .p-treetable-tbody > tr:focus > td:first-child { - box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, -0.1em -0.1em 0 0.1em #8dcdff; -} -body .p-treetable .p-treetable-tbody > tr:focus > td:last-child { - box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, 0.1em -0.1em 0 0.1em #8dcdff; -} + transition: background-color 0.2s; } + body .p-treetable .p-treetable-tbody > tr > td { + background: inherit; + border: 1px solid #c8c8c8; + padding: 0.429em 0.857em; } + body .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { + color: #848484; + vertical-align: middle; } + body .p-treetable .p-treetable-tbody > tr.p-highlight { + background-color: #007ad9; + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu { + background-color: #5ab7ff; + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu .p-treetable-toggler { + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr:focus { + outline: none; } + body .p-treetable .p-treetable-tbody > tr:focus + tr > td { + box-shadow: 0 -0.2em 0 0 #8dcdff; } + body .p-treetable .p-treetable-tbody > tr:focus > td { + box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff; } + body .p-treetable .p-treetable-tbody > tr:focus > td:first-child { + box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, -0.1em -0.1em 0 0.1em #8dcdff; } + body .p-treetable .p-treetable-tbody > tr:focus > td:last-child { + box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, 0.1em -0.1em 0 0.1em #8dcdff; } body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover { cursor: pointer; background-color: #eaeaea; - color: #333333; -} -body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover .p-treetable-toggler { - color: #333333; -} + color: #333333; } + body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover .p-treetable-toggler { + color: #333333; } body .p-treetable .p-column-resizer-helper { - background-color: #007ad9; -} + background-color: #007ad9; } body .p-treetable .p-treetable-scrollable-header, body .p-treetable .p-treetable-scrollable-footer { - background-color: #333333; -} + background-color: #333333; } body .p-carousel .p-carousel-content .p-carousel-prev, body .p-carousel .p-carousel-content .p-carousel-next { background-color: #ffffff; @@ -2850,273 +2344,212 @@ body .p-carousel .p-carousel-content .p-carousel-next { -moz-transition: color 0.2s, box-shadow 0.2s; -o-transition: color 0.2s, box-shadow 0.2s; -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover, -body .p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover { - background-color: #ffffff; - color: #007ad9; - border-color: solid 1px rgba(178, 193, 205, 0.64); -} + transition: color 0.2s, box-shadow 0.2s; } + body .p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover, + body .p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover { + background-color: #ffffff; + color: #007ad9; + border-color: solid 1px rgba(178, 193, 205, 0.64); } body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon { width: 20px; height: 6px; background-color: #b2c1cd; - margin: 0 0.2em; -} -body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon::before { - content: " "; -} + margin: 0 0.2em; } + body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon::before { + content: ' '; } body .p-carousel .p-carousel-dots-container .p-carousel-dot-item.p-highlight .p-carousel-dot-icon { - background-color: #007ad9; -} + background-color: #007ad9; } body .p-messages { margin: 1em 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-messages .p-messages-wrapper { - padding: 1em; -} -body .p-messages.p-messages-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-info .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-info .p-messages-close { - background-color: #7fbcec; - color: #212121; -} -body .p-messages.p-messages-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-success .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-success .p-messages-close { - background-color: #b7d8b7; - color: #212121; -} -body .p-messages.p-messages-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-warn .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-warn .p-messages-close { - background-color: #ffe399; - color: #212121; -} -body .p-messages.p-messages-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-error .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-error .p-messages-close { - background-color: #f8b7bd; - color: #212121; -} -body .p-messages .p-messages-close { - top: -0.769em; - right: -0.769em; - width: 1.538em; - height: 1.538em; - line-height: 1.538em; - text-align: center; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-messages .p-messages-close .p-messages-close-icon { - line-height: inherit; - font-size: 1.5em; -} -body .p-messages .p-messages-close:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-messages .p-messages-icon { - font-size: 2em; -} + border-radius: 3px; } + body .p-messages .p-messages-wrapper { + padding: 1em; } + body .p-messages.p-messages-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-info .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-info .p-messages-close { + background-color: #7fbcec; + color: #212121; } + body .p-messages.p-messages-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-success .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-success .p-messages-close { + background-color: #b7d8b7; + color: #212121; } + body .p-messages.p-messages-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-warn .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-warn .p-messages-close { + background-color: #ffe399; + color: #212121; } + body .p-messages.p-messages-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-error .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-error .p-messages-close { + background-color: #f8b7bd; + color: #212121; } + body .p-messages .p-messages-close { + top: -0.769em; + right: -0.769em; + width: 1.538em; + height: 1.538em; + line-height: 1.538em; + text-align: center; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-messages .p-messages-close .p-messages-close-icon { + line-height: inherit; + font-size: 1.5em; } + body .p-messages .p-messages-close:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-messages .p-messages-icon { + font-size: 2em; } body .p-message { padding: 0.429em; margin: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-message.p-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-message.p-message-info .p-message-icon { - color: #212121; -} -body .p-message.p-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-message.p-message-success .p-message-icon { - color: #212121; -} -body .p-message.p-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-message.p-message-warn .p-message-icon { - color: #212121; -} -body .p-message.p-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-message.p-message-error .p-message-icon { - color: #212121; -} -body .p-message .p-message-icon { - font-size: 1.25em; -} -body .p-message .p-message-text { - font-size: 1em; -} + border-radius: 3px; } + body .p-message.p-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-message.p-message-info .p-message-icon { + color: #212121; } + body .p-message.p-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-message.p-message-success .p-message-icon { + color: #212121; } + body .p-message.p-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-message.p-message-warn .p-message-icon { + color: #212121; } + body .p-message.p-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-message.p-message-error .p-message-icon { + color: #212121; } + body .p-message .p-message-icon { + font-size: 1.25em; } + body .p-message .p-message-text { + font-size: 1em; } body .p-growl { top: 70px; opacity: 0.9; - filter: alpha(opacity=90); -} -body .p-growl .p-growl-item-container { - margin: 0 0 1em 0; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-growl .p-growl-item-container .p-growl-item { - padding: 1em; -} -body .p-growl .p-growl-item-container .p-growl-item .p-growl-message { - margin: 0 0 0 4em; -} -body .p-growl .p-growl-item-container .p-growl-item .p-growl-image { - font-size: 2.571em; -} -body .p-growl .p-growl-item-container.p-growl-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-icon-close { - color: #212121; -} + filter: alpha(opacity=90); } + body .p-growl .p-growl-item-container { + margin: 0 0 1em 0; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-growl .p-growl-item-container .p-growl-item { + padding: 1em; } + body .p-growl .p-growl-item-container .p-growl-item .p-growl-message { + margin: 0 0 0 4em; } + body .p-growl .p-growl-item-container .p-growl-item .p-growl-image { + font-size: 2.571em; } + body .p-growl .p-growl-item-container.p-growl-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-icon-close { + color: #212121; } body .p-toast { opacity: 0.9; - filter: alpha(opacity=90); -} -body .p-toast .p-toast-item-container { - margin: 0 0 1em 0; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-toast .p-toast-item-container .p-toast-item { - padding: 1em; -} -body .p-toast .p-toast-item-container .p-toast-item .p-toast-message { - margin: 0 0 0 4em; -} -body .p-toast .p-toast-item-container .p-toast-item .p-toast-image { - font-size: 2.571em; -} -body .p-toast .p-toast-item-container.p-toast-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #212121; -} + filter: alpha(opacity=90); } + body .p-toast .p-toast-item-container { + margin: 0 0 1em 0; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-toast .p-toast-item-container .p-toast-item { + padding: 1em; } + body .p-toast .p-toast-item-container .p-toast-item .p-toast-message { + margin: 0 0 0 4em; } + body .p-toast .p-toast-item-container .p-toast-item .p-toast-image { + font-size: 2.571em; } + body .p-toast .p-toast-item-container.p-toast-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { + color: #212121; } body .p-component-overlay { - background-color: rgba(0, 0, 0, 0.4); -} + background-color: rgba(0, 0, 0, 0.4); } body .p-overlaypanel { background-color: #ffffff; color: #333333; @@ -3127,50 +2560,41 @@ body .p-overlaypanel { border-radius: 3px; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-overlaypanel .p-overlaypanel-content { - padding: 1em; -} -body .p-overlaypanel .p-overlaypanel-close { - background-color: #007ad9; - color: #ffffff; - width: 1.538em; - height: 1.538em; - line-height: 1.538em; - text-align: center; - position: absolute; - top: -0.769em; - right: -0.769em; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-overlaypanel .p-overlaypanel-close:hover { - background-color: #005b9f; - color: #ffffff; -} -body .p-overlaypanel .p-overlaypanel-close > span { - line-height: inherit; -} -body .p-overlaypanel:after { - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #ffffff; -} -body .p-overlaypanel:before { - border-color: rgba(200, 200, 200, 0); - border-bottom-color: #c8c8c8; -} -body .p-overlaypanel.p-overlaypanel-flipped:after { - border-top-color: #ffffff; -} -body .p-overlaypanel.p-overlaypanel-flipped:before { - border-top-color: #c8c8c8; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-overlaypanel .p-overlaypanel-content { + padding: 1em; } + body .p-overlaypanel .p-overlaypanel-close { + background-color: #007ad9; + color: #ffffff; + width: 1.538em; + height: 1.538em; + line-height: 1.538em; + text-align: center; + position: absolute; + top: -0.769em; + right: -0.769em; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-overlaypanel .p-overlaypanel-close:hover { + background-color: #005b9f; + color: #ffffff; } + body .p-overlaypanel .p-overlaypanel-close > span { + line-height: inherit; } + body .p-overlaypanel:after { + border-color: rgba(255, 255, 255, 0); + border-bottom-color: #ffffff; } + body .p-overlaypanel:before { + border-color: rgba(200, 200, 200, 0); + border-bottom-color: #c8c8c8; } + body .p-overlaypanel.p-overlaypanel-flipped:after { + border-top-color: #ffffff; } + body .p-overlaypanel.p-overlaypanel-flipped:before { + border-top-color: #c8c8c8; } body .p-dialog { padding: 0; -moz-border-radius: 3px; @@ -3178,73 +2602,62 @@ body .p-dialog { border-radius: 3px; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-dialog .p-dialog-titlebar { - border: 1px solid #333333; - background-color: #333333; - color: #ffffff; - padding: 1em; - font-weight: 700; - border-bottom: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-dialog .p-dialog-titlebar .p-dialog-title { - margin: 0; - float: none; - font-weight: 700; -} -body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon { - color: #ffffff; - border: 0 none; - padding: 0; - margin-left: 0.5em; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover { - color: #b4b4b4; -} -body .p-dialog .p-dialog-content { - background-color: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; - padding: 1em; -} -body .p-dialog .p-dialog-footer { - border: 1px solid #c8c8c8; - border-top: 0 none; - background-color: #ffffff; - color: #333333; - padding: 0.571em 1em; - margin: 0; - text-align: right; -} -body .p-dialog .p-dialog-footer button { - margin: 0 0.5em 0 0; - width: auto; -} -body .p-dialog.p-confirm-dialog .p-dialog-content { - padding: 1.5em; -} -body .p-dialog.p-confirm-dialog .p-dialog-content > span { - float: none; - display: inline-block; - vertical-align: middle; - line-height: 14px; - margin: 0; -} -body .p-dialog.p-confirm-dialog .p-dialog-content > span.p-icon { - margin-right: 0.35em; - font-size: 16px; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-dialog .p-dialog-titlebar { + border: 1px solid #333333; + background-color: #333333; + color: #ffffff; + padding: 1em; + font-weight: 700; + border-bottom: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-dialog .p-dialog-titlebar .p-dialog-title { + margin: 0; + float: none; + font-weight: 700; } + body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon { + color: #ffffff; + border: 0 none; + padding: 0; + margin-left: 0.5em; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover { + color: #b4b4b4; } + body .p-dialog .p-dialog-content { + background-color: #ffffff; + color: #333333; + border: 1px solid #c8c8c8; + padding: 1em; } + body .p-dialog .p-dialog-footer { + border: 1px solid #c8c8c8; + border-top: 0 none; + background-color: #ffffff; + color: #333333; + padding: 0.571em 1em; + margin: 0; + text-align: right; } + body .p-dialog .p-dialog-footer button { + margin: 0 0.5em 0 0; + width: auto; } + body .p-dialog.p-confirm-dialog .p-dialog-content { + padding: 1.5em; } + body .p-dialog.p-confirm-dialog .p-dialog-content > span { + float: none; + display: inline-block; + vertical-align: middle; + line-height: 14px; + margin: 0; } + body .p-dialog.p-confirm-dialog .p-dialog-content > span.p-icon { + margin-right: .35em; + font-size: 16px; } body .p-sidebar { background-color: #ffffff; color: #333333; @@ -3252,21 +2665,17 @@ body .p-sidebar { border: 1px solid #c8c8c8; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-sidebar .p-sidebar-close { - color: #848484; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-sidebar .p-sidebar-close:hover { - color: #333333; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-sidebar .p-sidebar-close { + color: #848484; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-sidebar .p-sidebar-close:hover { + color: #333333; } body .p-sidebar-mask { - transition-duration: 0.2s; -} + transition-duration: 0.2s; } body .p-tooltip .p-tooltip-text { background-color: #333333; color: #ffffff; @@ -3276,76 +2685,62 @@ body .p-tooltip .p-tooltip-text { box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} + border-radius: 3px; } body .p-tooltip.p-tooltip-right .p-tooltip-arrow { - border-right-color: #333333; -} + border-right-color: #333333; } body .p-tooltip.p-tooltip-left .p-tooltip-arrow { - border-left-color: #333333; -} + border-left-color: #333333; } body .p-tooltip.p-tooltip-top .p-tooltip-arrow { - border-top-color: #333333; -} + border-top-color: #333333; } body .p-tooltip.p-tooltip-bottom .p-tooltip-arrow { - border-bottom-color: #333333; -} + border-bottom-color: #333333; } body .p-lightbox { -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-lightbox .p-lightbox-caption { - border: 1px solid #333333; - background-color: #333333; - color: #ffffff; - padding: 0.571em 1em; - font-weight: 700; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text { - color: #ffffff; - margin: 0; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-close { - padding: 0; - color: #ffffff; - -moz-transition: color 0.2s; - -o-transition: color 0.2s; - -webkit-transition: color 0.2s; - transition: color 0.2s; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-close:hover { - color: #b4b4b4; -} -body .p-lightbox .p-lightbox-content-wrapper { - overflow: hidden; - background-color: #ffffff; - color: #333333; - border: 0 none; - padding: 0; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right { - -moz-transition: all 0.2s; - -o-transition: all 0.2s; - -webkit-transition: all 0.2s; - transition: all 0.2s; - font-size: 3em; - color: #ffffff; - margin-top: -0.5em; -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover { - -webkit-transform: scale(1.2); - -moz-transform: scale(1.2); - -o-transform: scale(1.2); - -ms-transform: scale(1.2); - transform: scale(1.2); -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-content.p-lightbox-loading ~ a { - display: none; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-lightbox .p-lightbox-caption { + border: 1px solid #333333; + background-color: #333333; + color: #ffffff; + padding: 0.571em 1em; + font-weight: 700; } + body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text { + color: #ffffff; + margin: 0; } + body .p-lightbox .p-lightbox-caption .p-lightbox-close { + padding: 0; + color: #ffffff; + -moz-transition: color 0.2s; + -o-transition: color 0.2s; + -webkit-transition: color 0.2s; + transition: color 0.2s; } + body .p-lightbox .p-lightbox-caption .p-lightbox-close:hover { + color: #b4b4b4; } + body .p-lightbox .p-lightbox-content-wrapper { + overflow: hidden; + background-color: #ffffff; + color: #333333; + border: 0 none; + padding: 0; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right { + -moz-transition: all 0.2s; + -o-transition: all 0.2s; + -webkit-transition: all 0.2s; + transition: all 0.2s; + font-size: 3em; + color: #ffffff; + margin-top: -.5em; } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover { + -webkit-transform: scale(1.2); + -moz-transform: scale(1.2); + -o-transform: scale(1.2); + -ms-transform: scale(1.2); + transform: scale(1.2); } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-content.p-lightbox-loading ~ a { + display: none; } body .p-breadcrumb { background-color: #ffffff; @@ -3353,106 +2748,85 @@ body .p-breadcrumb { padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-breadcrumb ul li .p-menuitem-link { - color: #333333; - margin: 0; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-breadcrumb ul li .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-breadcrumb ul li.p-breadcrumb-chevron { - margin: 0 0.5em 0 0.5em; - color: #848484; -} -body .p-breadcrumb ul li:first-child a { - color: #848484; - margin: 0; -} -body .p-breadcrumb ul li .p-menuitem-icon { - color: #848484; -} + border-radius: 3px; } + body .p-breadcrumb ul li .p-menuitem-link { + color: #333333; + margin: 0; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-breadcrumb ul li .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-breadcrumb ul li.p-breadcrumb-chevron { + margin: 0 0.5em 0 0.5em; + color: #848484; } + body .p-breadcrumb ul li:first-child a { + color: #848484; + margin: 0; } + body .p-breadcrumb ul li .p-menuitem-icon { + color: #848484; } body .p-steps { - position: relative; -} -body .p-steps .p-steps-item { - background-color: transparent; - text-align: center; -} -body .p-steps .p-steps-item .p-menuitem-link { - display: inline-block; - text-align: center; - background-color: transparent; - overflow: hidden; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-steps .p-steps-item .p-menuitem-link .p-steps-number { - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - display: inline-block; - color: #333333; - background-color: #ffffff; - border: 1px solid #c8c8c8; - position: relative; - top: 16px; - margin-bottom: 14px; - width: 28px; - height: 28px; - font-size: 16px; - line-height: 24px; - text-align: center; -} -body .p-steps .p-steps-item .p-menuitem-link .p-steps-title { - display: block; - margin-top: 6px; - color: #848484; -} -body .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-steps .p-steps-item.p-highlight .p-steps-number { - background: #007ad9; - color: #ffffff; -} -body .p-steps .p-steps-item.p-highlight .p-steps-title { - font-weight: 700; - color: #333333; -} -body .p-steps .p-steps-item:last-child .p-menuitem-link { - display: block; -} -body .p-steps:before { - content: " "; - border-top: 1px solid #c8c8c8; - width: 100%; - top: 45%; - left: 0; - display: block; - position: absolute; -} + position: relative; } + body .p-steps .p-steps-item { + background-color: transparent; } + body .p-steps .p-steps-item .p-menuitem-link { + background-color: transparent; + overflow: hidden; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-steps .p-steps-item .p-menuitem-link .p-steps-number { + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + display: inline-block; + color: #333333; + background-color: #ffffff; + border: 1px solid #c8c8c8; + min-width: 28px; + height: 28px; + font-size: 16px; + line-height: 24px; + text-align: center; + position: relative; + z-index: 1; } + body .p-steps .p-steps-item .p-menuitem-link .p-steps-title { + display: block; + margin-top: 6px; + color: #848484; } + body .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-steps .p-steps-item.p-highlight .p-steps-number { + background: #007ad9; + color: #ffffff; } + body .p-steps .p-steps-item.p-highlight .p-steps-title { + font-weight: 700; + color: #333333; } + body .p-steps .p-steps-item:before { + content: ' '; + border-top: 1px solid #c8c8c8; + width: 100%; + top: 50%; + left: 0; + display: block; + position: absolute; + margin-top: -14px; } body .p-menu .p-menuitem-link, body .p-menubar .p-menuitem-link, body .p-tieredmenu .p-menuitem-link, @@ -3468,134 +2842,113 @@ body .p-slidemenu .p-menuitem-link { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-menu .p-menuitem-link .p-menuitem-text, -body .p-menubar .p-menuitem-link .p-menuitem-text, -body .p-tieredmenu .p-menuitem-link .p-menuitem-text, -body .p-contextmenu .p-menuitem-link .p-menuitem-text, -body .p-megamenu .p-menuitem-link .p-menuitem-text, -body .p-slidemenu .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-menu .p-menuitem-link .p-menuitem-icon, -body .p-menubar .p-menuitem-link .p-menuitem-icon, -body .p-tieredmenu .p-menuitem-link .p-menuitem-icon, -body .p-contextmenu .p-menuitem-link .p-menuitem-icon, -body .p-megamenu .p-menuitem-link .p-menuitem-icon, -body .p-slidemenu .p-menuitem-link .p-menuitem-icon { - color: #333333; - margin-right: 0.5em; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover { - background-color: #eaeaea; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { - color: #333333; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { - color: #333333; -} -body .p-menu .p-menuitem-link:focus, -body .p-menubar .p-menuitem-link:focus, -body .p-tieredmenu .p-menuitem-link:focus, -body .p-contextmenu .p-menuitem-link:focus, -body .p-megamenu .p-menuitem-link:focus, -body .p-slidemenu .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-menu .p-menuitem-link .p-menuitem-text, + body .p-menubar .p-menuitem-link .p-menuitem-text, + body .p-tieredmenu .p-menuitem-link .p-menuitem-text, + body .p-contextmenu .p-menuitem-link .p-menuitem-text, + body .p-megamenu .p-menuitem-link .p-menuitem-text, + body .p-slidemenu .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-menu .p-menuitem-link .p-menuitem-icon, + body .p-menubar .p-menuitem-link .p-menuitem-icon, + body .p-tieredmenu .p-menuitem-link .p-menuitem-icon, + body .p-contextmenu .p-menuitem-link .p-menuitem-icon, + body .p-megamenu .p-menuitem-link .p-menuitem-icon, + body .p-slidemenu .p-menuitem-link .p-menuitem-icon { + color: #333333; + margin-right: 0.5em; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover { + background-color: #eaeaea; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { + color: #333333; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { + color: #333333; } + body .p-menu .p-menuitem-link:focus, + body .p-menubar .p-menuitem-link:focus, + body .p-tieredmenu .p-menuitem-link:focus, + body .p-contextmenu .p-menuitem-link:focus, + body .p-megamenu .p-menuitem-link:focus, + body .p-slidemenu .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } body .p-menu { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-menu .p-menuitem { - margin: 0; -} -body .p-menu.p-menu-overlay { - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-menu .p-submenu-header { - margin: 0; - padding: 0.714em 0.857em; - color: #ffffff; - background-color: #333333; - font-weight: 700; - border: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-menu .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} + border-radius: 3px; } + body .p-menu .p-menuitem { + margin: 0; } + body .p-menu.p-menu-overlay { + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-menu .p-submenu-header { + margin: 0; + padding: 0.714em 0.857em; + color: #ffffff; + background-color: #333333; + font-weight: 700; + border: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-menu .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } body .p-menubar { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { - padding: 0.714em 0.857em; -} -body .p-menubar .p-submenu-list { - padding: 0; - background-color: #ffffff; - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-menubar .p-submenu-list .p-menuitem { - margin: 0; -} -body .p-menubar .p-submenu-list .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} -body .p-menubar .p-menuitem { - margin: 0; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #333333; -} + border-radius: 3px; } + body .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { + padding: 0.714em 0.857em; } + body .p-menubar .p-submenu-list { + padding: 0; + background-color: #ffffff; + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-menubar .p-submenu-list .p-menuitem { + margin: 0; } + body .p-menubar .p-submenu-list .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } + body .p-menubar .p-menuitem { + margin: 0; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #333333; } body .p-contextmenu { padding: 0; background-color: #ffffff; @@ -3605,351 +2958,277 @@ body .p-contextmenu { box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-contextmenu .p-submenu-list { - padding: 0; - background-color: #ffffff; - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-contextmenu .p-menuitem { - margin: 0; -} -body .p-contextmenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #333333; -} -body .p-contextmenu .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} + border-radius: 3px; } + body .p-contextmenu .p-submenu-list { + padding: 0; + background-color: #ffffff; + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-contextmenu .p-menuitem { + margin: 0; } + body .p-contextmenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #333333; } + body .p-contextmenu .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } body .p-tieredmenu { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tieredmenu .p-submenu-list { - padding: 0; - background-color: #ffffff; - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-tieredmenu .p-menuitem { - margin: 0; -} -body .p-tieredmenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #333333; -} -body .p-tieredmenu .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} -body .p-tieredmenu.p-menu-overlay { - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} + border-radius: 3px; } + body .p-tieredmenu .p-submenu-list { + padding: 0; + background-color: #ffffff; + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-tieredmenu .p-menuitem { + margin: 0; } + body .p-tieredmenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #333333; } + body .p-tieredmenu .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } + body .p-tieredmenu.p-menu-overlay { + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } body .p-slidemenu { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-slidemenu .p-submenu-list { - padding: 0; - background-color: #ffffff; - border: 0 none; -} -body .p-slidemenu .p-menuitem { - margin: 0; -} -body .p-slidemenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #333333; -} -body .p-slidemenu .p-slidemenu-backward { - margin: 0; - padding: 0.571em 1em; - color: #ffffff; - background-color: #333333; - font-weight: 700; - border: 0 none; -} -body .p-slidemenu .p-slidemenu-backward:hover { - background-color: #494949; - color: #ffffff; -} -body .p-slidemenu .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} -body .p-slidemenu.p-menu-overlay { - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} + border-radius: 3px; } + body .p-slidemenu .p-submenu-list { + padding: 0; + background-color: #ffffff; + border: 0 none; } + body .p-slidemenu .p-menuitem { + margin: 0; } + body .p-slidemenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #333333; } + body .p-slidemenu .p-slidemenu-backward { + margin: 0; + padding: 0.571em 1em; + color: #ffffff; + background-color: #333333; + font-weight: 700; + border: 0 none; } + body .p-slidemenu .p-slidemenu-backward:hover { + background-color: #494949; + color: #ffffff; } + body .p-slidemenu .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } + body .p-slidemenu.p-menu-overlay { + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } body .p-tabmenu { - border: 0 none; -} -body .p-tabmenu .p-tabmenu-nav { - padding: 0; - background: transparent; - border-bottom: 1px solid #333333; -} -body .p-tabmenu .p-tabmenu-nav:after { - content: ""; - display: table; - clear: both; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - margin-bottom: -1px; - border: 1px solid #333333; - background-color: #333333; - color: #ffffff; - padding: 0.571em 1em; - margin-right: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { - color: #ffffff; - margin-right: 0.5em; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { - background-color: #494949; - border: 1px solid #494949; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-icon { - color: #b4b4b4; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { - background-color: #007ad9; - border: 1px solid #007ad9; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-icon { - color: #ffffff; -} + border: 0 none; } + body .p-tabmenu .p-tabmenu-nav { + padding: 0; + background: transparent; + border-bottom: 1px solid #333333; } + body .p-tabmenu .p-tabmenu-nav:after { + content: ""; + display: table; + clear: both; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { + margin-bottom: -1px; + border: 1px solid #333333; + background-color: #333333; + color: #ffffff; + padding: 0.571em 1em; + margin-right: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { + color: #ffffff; + margin-right: 0.5em; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { + background-color: #494949; + border: 1px solid #494949; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-icon { + color: #b4b4b4; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { + background-color: #007ad9; + border: 1px solid #007ad9; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-icon { + color: #ffffff; } body .p-megamenu { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-megamenu .p-megamenu-submenu-header { - margin: 0; - padding: 0.571em 1em; - color: #ffffff; - background-color: #333333; - font-weight: 700; - border: 0 none; -} -body .p-megamenu .p-megamenu-panel { - padding: 0; - background-color: #ffffff; - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-megamenu .p-menuitem { - margin: 0; -} -body .p-megamenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #333333; -} -body .p-megamenu.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { - right: 0.429em; -} + border-radius: 3px; } + body .p-megamenu .p-megamenu-submenu-header { + margin: 0; + padding: 0.571em 1em; + color: #ffffff; + background-color: #333333; + font-weight: 700; + border: 0 none; } + body .p-megamenu .p-megamenu-panel { + padding: 0; + background-color: #ffffff; + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-megamenu .p-menuitem { + margin: 0; } + body .p-megamenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #333333; } + body .p-megamenu.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { + right: 0.429em; } body .p-panelmenu .p-icon { - position: static; -} + position: static; } body .p-panelmenu .p-panelmenu-panel .p-panelmenu-header { - margin-top: 2px; -} + margin-top: 2px; } body .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header { - margin-top: 0; -} + margin-top: 0; } body .p-panelmenu .p-panelmenu-header { - padding: 0; -} -body .p-panelmenu .p-panelmenu-header > a { - border: 1px solid #333333; - background-color: #333333; - color: #ffffff; - padding: 0.714em 0.857em; - font-weight: 700; - position: static; - font-size: 14px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { - color: #ffffff; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-right:before { - content: ""; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-down:before { - content: ""; -} -body .p-panelmenu .p-panelmenu-header > a:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - z-index: 100; -} -body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover { - outline: 0 none; - border: 1px solid #494949; - background-color: #494949; - color: #ffffff; -} -body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover .p-panelmenu-icon { - color: #ffffff; -} -body .p-panelmenu .p-panelmenu-header.p-highlight { - margin-bottom: 0; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a { - border: 1px solid #007ad9; - background-color: #007ad9; - color: #ffffff; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a .p-panelmenu-icon { - color: #ffffff; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover { - outline: 0 none; - border: 1px solid #005b9f; - background-color: #005b9f; - color: #ffffff; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover .p-panelmenu-icon { - color: #ffffff; -} + padding: 0; } + body .p-panelmenu .p-panelmenu-header > a { + border: 1px solid #333333; + background-color: #333333; + color: #ffffff; + padding: 0.714em 0.857em; + font-weight: 700; + position: static; + font-size: 14px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { + color: #ffffff; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-right:before { + content: ""; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-down:before { + content: ""; } + body .p-panelmenu .p-panelmenu-header > a:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + z-index: 100; } + body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover { + outline: 0 none; + border: 1px solid #494949; + background-color: #494949; + color: #ffffff; } + body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover .p-panelmenu-icon { + color: #ffffff; } + body .p-panelmenu .p-panelmenu-header.p-highlight { + margin-bottom: 0; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a { + border: 1px solid #007ad9; + background-color: #007ad9; + color: #ffffff; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a .p-panelmenu-icon { + color: #ffffff; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover { + outline: 0 none; + border: 1px solid #005b9f; + background-color: #005b9f; + color: #ffffff; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover .p-panelmenu-icon { + color: #ffffff; } body .p-panelmenu .p-panelmenu-panel:first-child { - margin-top: 0; -} + margin-top: 0; } body .p-panelmenu .p-panelmenu-content { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; margin-top: 0; position: static; - border-top: 0 none; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem { - margin: 0; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { - padding: 0.714em 0.857em; - color: #333333; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover { - background-color: #eaeaea; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-icon, body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-panelmenu-icon { - color: #333333; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-text { - color: #333333; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} + border-top: 0 none; } + body .p-panelmenu .p-panelmenu-content .p-menuitem { + margin: 0; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { + padding: 0.714em 0.857em; + color: #333333; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover { + background-color: #eaeaea; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-icon, body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-panelmenu-icon { + color: #333333; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-text { + color: #333333; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } body .p-progressbar { border: 0 none; @@ -3957,61 +3236,49 @@ body .p-progressbar { background-color: #eaeaea; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-progressbar .p-progressbar-value { - border: 0 none; - margin: 0; - background: #007ad9; -} -body .p-progressbar .p-progressbar-label { - margin-top: 0; - color: #333333; - line-height: 24px; -} + border-radius: 3px; } + body .p-progressbar .p-progressbar-value { + border: 0 none; + margin: 0; + background: #007ad9; } + body .p-progressbar .p-progressbar-label { + margin-top: 0; + color: #333333; + line-height: 24px; } body .p-terminal { background-color: #ffffff; color: #333333; border: 1px solid #c8c8c8; - padding: 0.571em 1em; -} -body .p-terminal .p-terminal-input { - font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} -body .p-terminal .p-terminal-command { - height: 16px; -} + padding: 0.571em 1em; } + body .p-terminal .p-terminal-input { + font-size: 14px; + font-family: "Open Sans", "Helvetica Neue", sans-serif; } + body .p-terminal .p-terminal-command { + height: 16px; } body .p-inplace { - min-height: 2.357em; -} -body .p-inplace .p-inplace-display { - padding: 0.429em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-inplace .p-inplace-display:not(.p-disabled):hover { - background-color: #eaeaea; - color: #333333; -} -body .p-inplace .p-inplace-display:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} + min-height: 2.357em; } + body .p-inplace .p-inplace-display { + padding: 0.429em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-inplace .p-inplace-display:not(.p-disabled):hover { + background-color: #eaeaea; + color: #333333; } + body .p-inplace .p-inplace-display:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } body .p-fluid .p-inplace.p-inplace-closable .p-inplace-content > :first-child { display: inline-block; - width: calc(100% - 2.357em); -} + width: calc(100% - 2.357em); } body .p-blockui { - transition-duration: 0.2s; -} + transition-duration: 0.2s; } /* Add your customizations of theme here */ diff --git a/public/themes/nova-light/theme.css b/public/themes/nova-light/theme.css index 1ca3f116a..de86cbd4b 100644 --- a/public/themes/nova-light/theme.css +++ b/public/themes/nova-light/theme.css @@ -1,1253 +1,1040 @@ @charset "UTF-8"; /* open-sans-300 - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: url("./fonts/open-sans-v15-latin-300.eot"); /* IE9 Compat Modes */ src: local("Open Sans Light"), local("OpenSans-Light"), url("./fonts/open-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-300.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-300.woff") format("woff"), url("./fonts/open-sans-v15-latin-300.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-300.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } /* open-sans-regular - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: url("./fonts/open-sans-v15-latin-regular.eot"); /* IE9 Compat Modes */ src: local("Open Sans Regular"), local("OpenSans-Regular"), url("./fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-regular.woff") format("woff"), url("./fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } /* open-sans-700 - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: url("./fonts/open-sans-v15-latin-700.eot"); /* IE9 Compat Modes */ src: local("Open Sans Bold"), local("OpenSans-Bold"), url("./fonts/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-700.woff") format("woff"), url("./fonts/open-sans-v15-latin-700.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-700.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; - box-sizing: border-box; -} + box-sizing: border-box; } body .p-component { font-family: "Open Sans", "Helvetica Neue", sans-serif; font-size: 14px; - text-decoration: none; -} + text-decoration: none; } body a { color: #007ad9; - text-decoration: none; -} -body a:hover { - color: #116fbf; -} -body a:active { - color: #005b9f; -} + text-decoration: none; } + body a:hover { + color: #116fbf; } + body a:active { + color: #005b9f; } body .p-disabled, body .p-component:disabled { opacity: 0.5; - filter: alpha(opacity=50); -} + filter: alpha(opacity=50); } body .pi { - font-size: 1.25em; -} + font-size: 1.25em; } body .p-link { font-size: 14px; font-family: "Open Sans", "Helvetica Neue", sans-serif; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} + border-radius: 3px; } + body .p-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } body { - /* Validations */ -} -body .p-inputtext { - font-size: 14px; - color: #333333; - background: #ffffff; - padding: 0.429em; - border: 1px solid #a6a6a6; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-inputtext:enabled:hover { - border-color: #212121; -} -body .p-inputtext:enabled:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-checkbox { - display: inline-block; - vertical-align: middle; - margin: 0; - width: 20px; - height: 20px; -} -body .p-checkbox .p-checkbox-box { - border: 1px solid #a6a6a6; - background-color: #ffffff; - width: 20px; - height: 20px; - text-align: center; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; -} -body .p-checkbox .p-checkbox-box:not(.p-disabled):hover { - border-color: #212121; -} -body .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-checkbox .p-checkbox-box.p-highlight { - border-color: #007ad9; - background-color: #007ad9; - color: #ffffff; -} -body .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { - border-color: #005b9f; - background-color: #005b9f; - color: #ffffff; -} -body .p-checkbox .p-checkbox-box .p-checkbox-icon { - overflow: hidden; - position: relative; - font-size: 18px; -} -body .p-checkbox-label { - margin: 0 0 0 0.5em; -} -body .p-radiobutton { - display: inline-block; - vertical-align: middle; - margin: 0; - width: 20px; - height: 20px; -} -body .p-radiobutton .p-radiobutton-box { - border: 1px solid #a6a6a6; - background-color: #ffffff; - width: 20px; - height: 20px; - text-align: center; - position: relative; - -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; -} -body .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { - border-color: #212121; -} -body .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-radiobutton .p-radiobutton-box.p-highlight { - border-color: #007ad9; - background-color: #007ad9; - color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon { - background-color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { - border-color: #005b9f; - background-color: #005b9f; - color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - background: transparent; - width: 10px; - height: 10px; - display: inline-block; - position: absolute; - left: 50%; - top: 50%; - margin-left: -5px; - margin-top: -5px; - -moz-transition: background-color 0.2s; - -o-transition: background-color 0.2s; - -webkit-transition: background-color 0.2s; - transition: background-color 0.2s; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; -} -body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon:before { - display: none; -} -body .p-radiobutton-label { - margin: 0 0 0 0.5em; -} -body .p-inputswitch { - width: 3em; - height: 1.75em; -} -body .p-inputswitch .p-inputswitch-slider { - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - border-radius: 30px; - background: #cccccc; -} -body .p-inputswitch .p-inputswitch-slider:before { - background-color: #ffffff; - height: 1.25em; - width: 1.25em; - left: 0.25em; - bottom: 0.25em; - border-radius: 50%; - -webkit-transition: 0.2s; - transition: 0.2s; -} -body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { - -webkit-transform: translateX(1.25em); - -ms-transform: translateX(1.25em); - transform: translateX(1.25em); -} -body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { - background-color: #b7b7b7; -} -body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { - background-color: #007ad9; -} -body .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { - background-color: #116fbf; -} -body .p-autocomplete .p-autocomplete-input { - padding: 0.429em; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { - padding: 0.2145em 0.429em; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: #212121; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { - margin: 0; - padding: 0.2145em 0; - color: #333333; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input { - font-family: "Open Sans", "Helvetica Neue", sans-serif; - font-size: 14px; - padding: 0; - margin: 0; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { - font-size: 14px; - padding: 0.2145em 0.429em; - margin: 0 0.286em 0 0; - background: #007ad9; - color: #ffffff; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-autocomplete-panel { - padding: 0; - border: 1px solid #c8c8c8; - background-color: #ffffff; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-autocomplete-panel .p-autocomplete-items { - padding: 0; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item:hover { - color: #333333; - background-color: #eaeaea; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item.p-highlight { - color: #ffffff; - background-color: #007ad9; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group { - padding: 0.429em 0.857em; - background-color: #d8dae2; - color: #333333; -} -body .p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button { - width: 2.357em; -} -body .p-fluid .p-autocomplete.p-autocomplete-multiple.p-autocomplete-dd .p-autocomplete-multiple-container { - border-right: 0 none; - width: calc(100% - 2.357em); -} -body .p-fluid .p-autocomplete.p-autocomplete-dd .p-inputtext { - border-right: 0 none; - width: calc(100% - 2.357em); -} -body .p-chips > ul.p-inputtext { - padding: 0.2145em 0.429em; - display: inline-block; -} -body .p-chips > ul.p-inputtext:not(.p-disabled):hover { - border-color: #212121; -} -body .p-chips > ul.p-inputtext:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-chips > ul.p-inputtext .p-chips-input-token { - padding: 0.2145em 0; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input { - font-family: "Open Sans", "Helvetica Neue", sans-serif; - font-size: 14px; - padding: 0; - margin: 0; - color: #333333; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input:hover { - border: 0 none; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input:focus { - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; - outline: 0 none; - border: 0 none; -} -body .p-chips > ul.p-inputtext .p-chips-token { - font-size: 14px; - padding: 0.2145em 0.429em; - margin: 0 0.286em 0 0; - background: #007ad9; - color: #ffffff; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown { - background: #ffffff; - border: 1px solid #a6a6a6; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown:not(.p-disabled):hover { - border-color: #212121; -} -body .p-dropdown:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-dropdown .p-dropdown-label { - padding-right: 2em; -} -body .p-dropdown .p-dropdown-label.p-placeholder { - color: #666666; -} -body .p-dropdown .p-dropdown-label:focus { - outline: 0 none; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; -} -body .p-dropdown .p-dropdown-trigger { - background-color: #ffffff; - width: 2em; - line-height: 2em; - text-align: center; - padding: 0; - color: #848484; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown .p-dropdown-clear-icon { - color: #848484; -} -body .p-dropdown-panel { - padding: 0; - border: 1px solid #c8c8c8; - background-color: #ffffff; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-dropdown-panel .p-dropdown-filter-container { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #eaeaea; - color: #333333; - background-color: #ffffff; - margin: 0; -} -body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter { - width: 100%; - padding-right: 2em; -} -body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon { - top: 50%; - margin-top: -0.5em; - right: 1.357em; - color: #007ad9; -} -body .p-dropdown-panel .p-dropdown-items { - padding: 0; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group.p-highlight { - color: #ffffff; - background-color: #007ad9; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover { - color: #333333; - background-color: #eaeaea; -} -body .p-multiselect { - background: #ffffff; - border: 1px solid #a6a6a6; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-multiselect:not(.p-disabled):hover { - border-color: #212121; -} -body .p-multiselect:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-multiselect .p-multiselect-label { - padding: 0.429em; - padding-right: 2em; - font-weight: 400; - color: #333333; -} -body .p-multiselect .p-multiselect-label.p-placeholder { - color: #666666; -} -body .p-multiselect .p-multiselect-trigger { - background-color: #ffffff; - width: 2em; - line-height: 2em; - text-align: center; - padding: 0; - color: #848484; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-multiselect-panel { - padding: 0; - border: 1px solid #c8c8c8; - background-color: #ffffff; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-multiselect-panel .p-multiselect-header { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #eaeaea; - color: #333333; - background-color: #ffffff; - margin: 0; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container { - float: none; - width: 70%; - display: inline-block; - vertical-align: middle; - margin-left: 0; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { - padding: 0.429em; - padding-right: 2em; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { - color: #007ad9; - top: 50%; - margin-top: -0.5em; - right: 0.5em; - left: auto; -} -body .p-multiselect-panel .p-multiselect-header .p-checkbox { - margin-right: 0.5em; - float: none; - vertical-align: middle; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-close { - line-height: 1; - color: #848484; - top: 50%; - margin-top: -0.5em; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-multiselect-panel .p-multiselect-items { - padding: 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { - color: #333333; - background-color: #eaeaea; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { - color: #ffffff; - background-color: #007ad9; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { - position: static; - display: inline-block; - vertical-align: middle; - margin: 0 0.5em 0 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item label { - display: inline-block; - vertical-align: middle; -} -body .p-listbox { - padding: 0; - min-width: 12em; - background: #ffffff; - border: 1px solid #a6a6a6; -} -body .p-listbox .p-checkbox { - margin: 0 0.5em 0 0; -} -body .p-listbox .p-listbox-header { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #eaeaea; - color: #333333; - background-color: #ffffff; - margin: 0; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-listbox .p-listbox-header .p-listbox-filter-container input { - padding: 0.429em; - padding-right: 2em; -} -body .p-listbox .p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon { - top: 50%; - left: auto; - margin-top: -0.5em; - right: 0.5em; - color: #007ad9; -} -body .p-listbox .p-listbox-list { - background-color: #ffffff; -} -body .p-listbox .p-listbox-list .p-listbox-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-listbox .p-listbox-list .p-listbox-item.p-highlight { - color: #ffffff; - background-color: #007ad9; -} -body .p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} -body .p-listbox .p-listbox-list .p-listbox-item .p-checkbox { - position: static; - display: inline-block; - vertical-align: middle; - margin: 0 0.5em 0 0; -} -body .p-listbox .p-listbox-list .p-listbox-item label { - display: inline-block; - vertical-align: middle; -} -body .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { - color: #333333; - background-color: #eaeaea; -} -body .p-listbox.p-disabled .p-checkbox-box:not(.p-disabled):not(.p-highlight):hover { - border: 1px solid #a6a6a6; -} -body .p-listbox .p-listbox-list-wrapper { - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-listbox .p-listbox-footer { - padding: 0.429em 0.857em 0.429em 0.857em; - border-top: 1px solid #eaeaea; - color: #333333; - background-color: #ffffff; -} -body .p-editor-container .p-editor-toolbar { - border: 1px solid #c8c8c8; - background-color: #f4f4f4; -} -body .p-editor-container .p-editor-content { - border: 1px solid #c8c8c8; -} -body .p-editor-container .p-editor-content .ql-editor { - background-color: #ffffff; - color: #333333; -} -body .p-editor-container .ql-picker.ql-expanded .ql-picker-label { - color: #333333; -} -body .p-editor-container .ql-stroke { - stroke: #333333; -} -body .p-editor-container .ql-picker-label { - color: #333333; -} -body .p-editor-container .ql-snow.ql-toolbar button:hover, -body .p-editor-container .ql-snow .ql-toolbar button:hover, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { - color: #007ad9; -} -body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { - stroke: #007ad9; -} -body .p-rating .p-rating-icon { - font-size: 20px; - text-align: center; - display: inline-block; - color: #333333; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-rating .p-rating-icon.p-rating-cancel { - color: #e4018d; -} -body .p-rating .p-rating-icon:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { - color: #007ad9; -} -body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { - color: #b5019f; -} -body .p-spinner .p-spinner-input { - padding-right: 2.429em; -} -body .p-spinner .p-spinner-button { - width: 2em; -} -body .p-spinner .p-spinner-button .p-spinner-button-icon { - position: absolute; - top: 50%; - left: 50%; - margin-top: -0.5em; - margin-left: -0.5em; - width: 1em; -} -body .p-spinner .p-spinner-button.p-spinner-button { - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-up { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-down { - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-spinner .p-spinner-button.p-spinner-button:focus { - z-index: 1; -} -body .p-fluid .p-spinner .p-spinner-input { - padding-right: 2.429em; -} -body .p-fluid .p-spinner .p-spinner-button { - width: 2em; -} -body .p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon { - left: 50%; -} -body .p-slider { - background-color: #c8c8c8; - border: 0 none; -} -body .p-slider.p-slider-horizontal { - height: 0.286em; -} -body .p-slider.p-slider-horizontal .p-slider-handle { - top: 50%; - margin-top: -0.5715em; -} -body .p-slider.p-slider-vertical { - width: 0.286em; -} -body .p-slider.p-slider-vertical .p-slider-handle { - left: 50%; - margin-left: -0.5715em; -} -body .p-slider .p-slider-handle { - height: 1.143em; - width: 1.143em; - background-color: #ffffff; - border: 2px solid #666666; - -moz-border-radius: 100%; - -webkit-border-radius: 100%; - border-radius: 100%; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-slider .p-slider-handle:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-slider .p-slider-range { - background-color: #007ad9; -} -body .p-slider:not(.p-disabled) .p-slider-handle:hover { - background-color: 2px solid #666666; - border: 2px solid #007ad9; -} -body .p-datepicker { - padding: 0.857em; - min-width: 20em; - background-color: #ffffff; - color: #333333; - border: 1px solid #a6a6a6; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker:not(.p-datepicker-inline) { - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:hover, -body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:hover { - color: #007ad9; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled) { - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { - background-color: #eaeaea; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker { - margin: 0.857em 0 0 0; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month { - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled) { - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { - background-color: #eaeaea; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-datepicker .p-datepicker-header { - padding: 0.429em 0.857em 0.429em 0.857em; - background-color: #ffffff; - color: #333333; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-datepicker .p-datepicker-header .p-datepicker-prev, -body .p-datepicker .p-datepicker-header .p-datepicker-next { - cursor: pointer; - top: 0; - color: #a6a6a6; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title { - margin: 0; - padding: 0; - line-height: 1; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title select { - margin-top: -0.35em; - margin-bottom: 0; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - border-color: #007ad9; -} -body .p-datepicker table { - font-size: 14px; - margin: 0.857em 0 0 0; -} -body .p-datepicker table th { - padding: 0.5em; -} -body .p-datepicker table td { - padding: 0.5em; -} -body .p-datepicker table td > span { - display: block; - text-align: center; - color: #333333; - cursor: pointer; - padding: 0.5em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker table td > span.p-highlight { - color: #ffffff; - background-color: #007ad9; -} -body .p-datepicker table td.p-datepicker-today > span { - background-color: #d0d0d0; - color: #333333; -} -body .p-datepicker table td.p-datepicker-today > span.p-highlight { - color: #ffffff; - background-color: #007ad9; -} -body .p-datepicker .p-datepicker-buttonbar { - border-top: 1px solid #d8dae2; -} -body .p-datepicker .p-timepicker { - border: 0 none; - border-top: 1px solid #d8dae2; - padding: 0.857em; -} -body .p-datepicker .p-timepicker button { - color: #a6a6a6; - font-size: 1.286em; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-timepicker button:hover { - color: #007ad9; -} -body .p-datepicker .p-timepicker span { - font-size: 1.286em; -} -body .p-datepicker .p-monthpicker .p-monthpicker-month { - color: #333333; -} -body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { - color: #ffffff; - background-color: #007ad9; -} -body .p-datepicker.p-datepicker-timeonly { - padding: 0; -} -body .p-datepicker.p-datepicker-timeonly .p-timepicker { - border-top: 0 none; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { - border-right: 1px solid #d8dae2; - padding-right: 0.857em; - padding-left: 0.857em; - padding-top: 0; - padding-bottom: 0; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child { - padding-left: 0; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child { - padding-right: 0; - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-inputtext { - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-error), body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-error) { - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button { - width: 2.357em; - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; -} -body .p-fluid .p-calendar.p-calendar-w-btn .p-inputtext { - width: calc(100% - 2.357em); -} -body .p-fileupload .p-fileupload-buttonbar { - background-color: #f4f4f4; - padding: 0.571em 1em; - border: 1px solid #c8c8c8; - color: #333333; - border-bottom: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-fileupload .p-fileupload-buttonbar .p-button { - margin-right: 8px; -} -body .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-fileupload .p-fileupload-content { - background-color: #ffffff; - padding: 0.571em 1em; - border: 1px solid #c8c8c8; - color: #333333; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-fileupload .p-progressbar { - top: 0; -} -body .p-fileupload-choose:not(.p-disabled):hover { - background-color: #116fbf; - color: #ffffff; - border-color: #116fbf; -} -body .p-fileupload-choose:not(.p-disabled):active { - background-color: #005b9f; - color: #ffffff; - border-color: #005b9f; -} -body .p-password-panel { - padding: 12px; - background-color: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-inputgroup .p-inputgroup-addon { - border-color: #a6a6a6; - background-color: #eaeaea; - color: #848484; - padding: 0.429em; - min-width: 2em; -} -body .p-inputgroup .p-inputgroup-addon:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-inputgroup .p-inputgroup-addon:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox { - position: relative; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox .p-checkbox { - position: absolute; - top: 50%; - left: 50%; - margin-left: -10px; - margin-top: -10px; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton { - position: relative; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton .p-radiobutton { - position: absolute; - top: 50%; - left: 50%; - margin-left: -10px; - margin-top: -10px; -} -body .p-inputgroup .p-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-inputgroup .p-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-inputgroup .p-inputtext:focus { - z-index: 1; -} -body .p-fluid .p-inputgroup .p-button { - width: auto; -} -body .p-fluid .p-inputgroup .p-button.p-button-icon-only { - width: 2.357em; -} -body ::-webkit-input-placeholder { - color: #666666; -} -body :-moz-placeholder { - color: #666666; -} -body ::-moz-placeholder { - color: #666666; -} -body :-ms-input-placeholder { - color: #666666; -} -body .p-inputtext.p-error, -body .p-dropdown.p-error, -body .p-autocomplete.p-error > .p-inputtext, -body .p-calendar.p-error > .p-inputtext, -body .p-chips.p-error > .p-inputtext, -body .p-checkbox.p-error > .p-checkbox-box, -body .p-radiobutton.p-error > .p-radiobutton-box, -body .p-inputswitch.p-error, -body .p-listbox.p-error, -body .p-multiselect.p-error, -body .p-spinner.p-error > .p-inputtext, -body .p-selectbutton.p-error > .p-button, -body .p-togglebutton.p-error > .p-button { - border: 1px solid #a80000; -} + /* Validations */ } + body .p-inputtext { + font-size: 14px; + color: #333333; + background: #ffffff; + padding: 0.429em; + border: 1px solid #a6a6a6; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-inputtext:enabled:hover { + border-color: #212121; } + body .p-inputtext:enabled:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-checkbox { + display: inline-block; + vertical-align: middle; + margin: 0; + width: 20px; + height: 20px; } + body .p-checkbox .p-checkbox-box { + border: 1px solid #a6a6a6; + background-color: #ffffff; + width: 20px; + height: 20px; + text-align: center; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; } + body .p-checkbox .p-checkbox-box:not(.p-disabled):hover { + border-color: #212121; } + body .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-checkbox .p-checkbox-box.p-highlight { + border-color: #007ad9; + background-color: #007ad9; + color: #ffffff; } + body .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { + border-color: #005b9f; + background-color: #005b9f; + color: #ffffff; } + body .p-checkbox .p-checkbox-box .p-checkbox-icon { + overflow: hidden; + position: relative; + font-size: 18px; } + body .p-checkbox-label { + margin: 0 0 0 0.5em; } + body .p-radiobutton { + display: inline-block; + vertical-align: middle; + margin: 0; + width: 20px; + height: 20px; } + body .p-radiobutton .p-radiobutton-box { + border: 1px solid #a6a6a6; + background-color: #ffffff; + width: 20px; + height: 20px; + text-align: center; + position: relative; + -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; } + body .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { + border-color: #212121; } + body .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-radiobutton .p-radiobutton-box.p-highlight { + border-color: #007ad9; + background-color: #007ad9; + color: #ffffff; } + body .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon { + background-color: #ffffff; } + body .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { + border-color: #005b9f; + background-color: #005b9f; + color: #ffffff; } + body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { + background: transparent; + width: 10px; + height: 10px; + display: inline-block; + position: absolute; + left: 50%; + top: 50%; + margin-left: -5px; + margin-top: -5px; + -moz-transition: background-color 0.2s; + -o-transition: background-color 0.2s; + -webkit-transition: background-color 0.2s; + transition: background-color 0.2s; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; } + body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon:before { + display: none; } + body .p-radiobutton-label { + margin: 0 0 0 .5em; } + body .p-inputswitch { + width: 3em; + height: 1.75em; } + body .p-inputswitch .p-inputswitch-slider { + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + border-radius: 30px; + background: #cccccc; } + body .p-inputswitch .p-inputswitch-slider:before { + background-color: #ffffff; + height: 1.250em; + width: 1.250em; + left: .25em; + bottom: .25em; + border-radius: 50%; + -webkit-transition: 0.2s; + transition: 0.2s; } + body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { + -webkit-transform: translateX(1.25em); + -ms-transform: translateX(1.25em); + transform: translateX(1.25em); } + body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { + background-color: #b7b7b7; } + body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { + background-color: #007ad9; } + body .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { + background-color: #116fbf; } + body .p-autocomplete .p-autocomplete-input { + padding: 0.429em; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { + padding: 0.2145em 0.429em; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { + border-color: #212121; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { + margin: 0; + padding: 0.2145em 0; + color: #333333; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input { + font-family: "Open Sans", "Helvetica Neue", sans-serif; + font-size: 14px; + padding: 0; + margin: 0; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { + font-size: 14px; + padding: 0.2145em 0.429em; + margin: 0 0.286em 0 0; + background: #007ad9; + color: #ffffff; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-autocomplete-panel { + padding: 0; + border: 1px solid #c8c8c8; + background-color: #ffffff; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-autocomplete-panel .p-autocomplete-items { + padding: 0; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item:hover { + color: #333333; + background-color: #eaeaea; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item.p-highlight { + color: #ffffff; + background-color: #007ad9; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group { + padding: 0.429em 0.857em; + background-color: #d8dae2; + color: #333333; } + body .p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button { + width: 2.357em; } + body .p-fluid .p-autocomplete.p-autocomplete-multiple.p-autocomplete-dd .p-autocomplete-multiple-container { + border-right: 0 none; + width: calc(100% - 2.357em); } + body .p-fluid .p-autocomplete.p-autocomplete-dd .p-inputtext { + border-right: 0 none; + width: calc(100% - 2.357em); } + body .p-chips > ul.p-inputtext { + padding: 0.2145em 0.429em; + display: inline-block; } + body .p-chips > ul.p-inputtext:not(.p-disabled):hover { + border-color: #212121; } + body .p-chips > ul.p-inputtext:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-chips > ul.p-inputtext .p-chips-input-token { + padding: 0.2145em 0; } + body .p-chips > ul.p-inputtext .p-chips-input-token input { + font-family: "Open Sans", "Helvetica Neue", sans-serif; + font-size: 14px; + padding: 0; + margin: 0; + color: #333333; } + body .p-chips > ul.p-inputtext .p-chips-input-token input:hover { + border: 0 none; } + body .p-chips > ul.p-inputtext .p-chips-input-token input:focus { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + outline: 0 none; + border: 0 none; } + body .p-chips > ul.p-inputtext .p-chips-token { + font-size: 14px; + padding: 0.2145em 0.429em; + margin: 0 0.286em 0 0; + background: #007ad9; + color: #ffffff; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown { + background: #ffffff; + border: 1px solid #a6a6a6; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown:not(.p-disabled):hover { + border-color: #212121; } + body .p-dropdown:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-dropdown .p-dropdown-label { + padding-right: 2em; } + body .p-dropdown .p-dropdown-label.p-placeholder { + color: #666666; } + body .p-dropdown .p-dropdown-label:focus { + outline: 0 none; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; } + body .p-dropdown .p-dropdown-trigger { + background-color: #ffffff; + width: 2em; + line-height: 2em; + text-align: center; + padding: 0; + color: #848484; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown .p-dropdown-clear-icon { + color: #848484; } + body .p-dropdown-panel { + padding: 0; + border: 1px solid #c8c8c8; + background-color: #ffffff; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-dropdown-panel .p-dropdown-filter-container { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #eaeaea; + color: #333333; + background-color: #ffffff; + margin: 0; } + body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter { + width: 100%; + padding-right: 2em; } + body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon { + top: 50%; + margin-top: -.5em; + right: 1.357em; + color: #007ad9; } + body .p-dropdown-panel .p-dropdown-items { + padding: 0; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group.p-highlight { + color: #ffffff; + background-color: #007ad9; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover { + color: #333333; + background-color: #eaeaea; } + body .p-multiselect { + background: #ffffff; + border: 1px solid #a6a6a6; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-multiselect:not(.p-disabled):hover { + border-color: #212121; } + body .p-multiselect:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-multiselect .p-multiselect-label { + padding: 0.429em; + padding-right: 2em; + font-weight: 400; + color: #333333; } + body .p-multiselect .p-multiselect-label.p-placeholder { + color: #666666; } + body .p-multiselect .p-multiselect-trigger { + background-color: #ffffff; + width: 2em; + line-height: 2em; + text-align: center; + padding: 0; + color: #848484; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-multiselect-panel { + padding: 0; + border: 1px solid #c8c8c8; + background-color: #ffffff; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-multiselect-panel .p-multiselect-header { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #eaeaea; + color: #333333; + background-color: #ffffff; + margin: 0; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container { + float: none; + width: 70%; + display: inline-block; + vertical-align: middle; + margin-left: 0; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { + padding: 0.429em; + padding-right: 2em; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { + color: #007ad9; + top: 50%; + margin-top: -.5em; + right: .5em; + left: auto; } + body .p-multiselect-panel .p-multiselect-header .p-checkbox { + margin-right: 0.5em; + float: none; + vertical-align: middle; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-close { + line-height: 1; + color: #848484; + top: 50%; + margin-top: -.5em; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-multiselect-panel .p-multiselect-items { + padding: 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { + color: #333333; + background-color: #eaeaea; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { + color: #ffffff; + background-color: #007ad9; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { + position: static; + display: inline-block; + vertical-align: middle; + margin: 0 0.5em 0 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item label { + display: inline-block; + vertical-align: middle; } + body .p-listbox { + padding: 0; + min-width: 12em; + background: #ffffff; + border: 1px solid #a6a6a6; } + body .p-listbox .p-checkbox { + margin: 0 0.5em 0 0; } + body .p-listbox .p-listbox-header { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #eaeaea; + color: #333333; + background-color: #ffffff; + margin: 0; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-listbox .p-listbox-header .p-listbox-filter-container input { + padding: 0.429em; + padding-right: 2em; } + body .p-listbox .p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon { + top: 50%; + left: auto; + margin-top: -.5em; + right: .5em; + color: #007ad9; } + body .p-listbox .p-listbox-list { + background-color: #ffffff; } + body .p-listbox .p-listbox-list .p-listbox-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-listbox .p-listbox-list .p-listbox-item.p-highlight { + color: #ffffff; + background-color: #007ad9; } + body .p-listbox .p-listbox-list .p-listbox-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } + body .p-listbox .p-listbox-list .p-listbox-item .p-checkbox { + position: static; + display: inline-block; + vertical-align: middle; + margin: 0 0.5em 0 0; } + body .p-listbox .p-listbox-list .p-listbox-item label { + display: inline-block; + vertical-align: middle; } + body .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { + color: #333333; + background-color: #eaeaea; } + body .p-listbox.p-disabled .p-checkbox-box:not(.p-disabled):not(.p-highlight):hover { + border: 1px solid #a6a6a6; } + body .p-listbox .p-listbox-list-wrapper { + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-listbox .p-listbox-footer { + padding: 0.429em 0.857em 0.429em 0.857em; + border-top: 1px solid #eaeaea; + color: #333333; + background-color: #ffffff; } + body .p-editor-container .p-editor-toolbar { + border: 1px solid #c8c8c8; + background-color: #f4f4f4; } + body .p-editor-container .p-editor-content { + border: 1px solid #c8c8c8; } + body .p-editor-container .p-editor-content .ql-editor { + background-color: #ffffff; + color: #333333; } + body .p-editor-container .ql-picker.ql-expanded .ql-picker-label { + color: #333333; } + body .p-editor-container .ql-stroke { + stroke: #333333; } + body .p-editor-container .ql-picker-label { + color: #333333; } + body .p-editor-container .ql-snow.ql-toolbar button:hover, + body .p-editor-container .ql-snow .ql-toolbar button:hover, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { + color: #007ad9; } + body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { + stroke: #007ad9; } + body .p-rating .p-rating-icon { + font-size: 20px; + text-align: center; + display: inline-block; + color: #333333; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-rating .p-rating-icon.p-rating-cancel { + color: #e4018d; } + body .p-rating .p-rating-icon:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { + color: #007ad9; } + body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { + color: #b5019f; } + body .p-spinner .p-spinner-input { + padding-right: 2.429em; } + body .p-spinner .p-spinner-button { + width: 2em; } + body .p-spinner .p-spinner-button .p-spinner-button-icon { + position: absolute; + top: 50%; + left: 50%; + margin-top: -.5em; + margin-left: -.5em; + width: 1em; } + body .p-spinner .p-spinner-button.p-spinner-button { + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-up { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-down { + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-spinner .p-spinner-button.p-spinner-button:focus { + z-index: 1; } + body .p-fluid .p-spinner .p-spinner-input { + padding-right: 2.429em; } + body .p-fluid .p-spinner .p-spinner-button { + width: 2em; } + body .p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon { + left: 50%; } + body .p-slider { + background-color: #c8c8c8; + border: 0 none; } + body .p-slider.p-slider-horizontal { + height: 0.286em; } + body .p-slider.p-slider-horizontal .p-slider-handle { + top: 50%; + margin-top: -0.5715em; } + body .p-slider.p-slider-vertical { + width: 0.286em; } + body .p-slider.p-slider-vertical .p-slider-handle { + left: 50%; + margin-left: -0.5715em; } + body .p-slider .p-slider-handle { + height: 1.143em; + width: 1.143em; + background-color: #ffffff; + border: 2px solid #666666; + -moz-border-radius: 100%; + -webkit-border-radius: 100%; + border-radius: 100%; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-slider .p-slider-handle:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-slider .p-slider-range { + background-color: #007ad9; } + body .p-slider:not(.p-disabled) .p-slider-handle:hover { + background-color: 2px solid #666666; + border: 2px solid #007ad9; } + body .p-datepicker { + padding: 0.857em; + min-width: 20em; + background-color: #ffffff; + color: #333333; + border: 1px solid #a6a6a6; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker:not(.p-datepicker-inline) { + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:hover, + body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:hover { + color: #007ad9; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled) { + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { + background-color: #eaeaea; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-datepicker:not(.p-disabled) .p-monthpicker { + margin: 0.857em 0 0 0; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month { + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled) { + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { + background-color: #eaeaea; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-datepicker .p-datepicker-header { + padding: 0.429em 0.857em 0.429em 0.857em; + background-color: #ffffff; + color: #333333; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-datepicker .p-datepicker-header .p-datepicker-prev, + body .p-datepicker .p-datepicker-header .p-datepicker-next { + cursor: pointer; + top: 0; + color: #a6a6a6; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-datepicker-header .p-datepicker-title { + margin: 0; + padding: 0; + line-height: 1; } + body .p-datepicker .p-datepicker-header .p-datepicker-title select { + margin-top: -.35em; + margin-bottom: 0; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + border-color: #007ad9; } + body .p-datepicker table { + font-size: 14px; + margin: 0.857em 0 0 0; } + body .p-datepicker table th { + padding: 0.5em; } + body .p-datepicker table td { + padding: 0.5em; } + body .p-datepicker table td > span { + display: block; + text-align: center; + color: #333333; + cursor: pointer; + padding: 0.5em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker table td > span.p-highlight { + color: #ffffff; + background-color: #007ad9; } + body .p-datepicker table td.p-datepicker-today > span { + background-color: #d0d0d0; + color: #333333; } + body .p-datepicker table td.p-datepicker-today > span.p-highlight { + color: #ffffff; + background-color: #007ad9; } + body .p-datepicker .p-datepicker-buttonbar { + border-top: 1px solid #d8dae2; } + body .p-datepicker .p-timepicker { + border: 0 none; + border-top: 1px solid #d8dae2; + padding: 0.857em; } + body .p-datepicker .p-timepicker button { + color: #a6a6a6; + font-size: 1.286em; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-timepicker button:hover { + color: #007ad9; } + body .p-datepicker .p-timepicker span { + font-size: 1.286em; } + body .p-datepicker .p-monthpicker .p-monthpicker-month { + color: #333333; } + body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { + color: #ffffff; + background-color: #007ad9; } + body .p-datepicker.p-datepicker-timeonly { + padding: 0; } + body .p-datepicker.p-datepicker-timeonly .p-timepicker { + border-top: 0 none; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { + border-right: 1px solid #d8dae2; + padding-right: 0.857em; + padding-left: 0.857em; + padding-top: 0; + padding-bottom: 0; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child { + padding-left: 0; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child { + padding-right: 0; + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-inputtext { + -moz-border-radius-topright: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-error), body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-error) { + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button { + width: 2.357em; + -moz-border-radius-topleft: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; } + body .p-fluid .p-calendar.p-calendar-w-btn .p-inputtext { + width: calc(100% - 2.357em); } + body .p-fileupload .p-fileupload-buttonbar { + background-color: #f4f4f4; + padding: 0.571em 1em; + border: 1px solid #c8c8c8; + color: #333333; + border-bottom: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-fileupload .p-fileupload-buttonbar .p-button { + margin-right: 8px; } + body .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-fileupload .p-fileupload-content { + background-color: #ffffff; + padding: 0.571em 1em; + border: 1px solid #c8c8c8; + color: #333333; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-fileupload .p-progressbar { + top: 0; } + body .p-fileupload-choose:not(.p-disabled):hover { + background-color: #116fbf; + color: #ffffff; + border-color: #116fbf; } + body .p-fileupload-choose:not(.p-disabled):active { + background-color: #005b9f; + color: #ffffff; + border-color: #005b9f; } + body .p-password-panel { + padding: 12px; + background-color: #ffffff; + color: #333333; + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-inputgroup .p-inputgroup-addon { + border-color: #a6a6a6; + background-color: #eaeaea; + color: #848484; + padding: 0.429em; + min-width: 2em; } + body .p-inputgroup .p-inputgroup-addon:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-inputgroup .p-inputgroup-addon:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox { + position: relative; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox .p-checkbox { + position: absolute; + top: 50%; + left: 50%; + margin-left: -10px; + margin-top: -10px; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton { + position: relative; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton .p-radiobutton { + position: absolute; + top: 50%; + left: 50%; + margin-left: -10px; + margin-top: -10px; } + body .p-inputgroup .p-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-inputgroup .p-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-inputgroup .p-inputtext:focus { + z-index: 1; } + body .p-fluid .p-inputgroup .p-button { + width: auto; } + body .p-fluid .p-inputgroup .p-button.p-button-icon-only { + width: 2.357em; } + body ::-webkit-input-placeholder { + color: #666666; } + body :-moz-placeholder { + color: #666666; } + body ::-moz-placeholder { + color: #666666; } + body :-ms-input-placeholder { + color: #666666; } + body .p-inputtext.p-error, + body .p-dropdown.p-error, + body .p-autocomplete.p-error > .p-inputtext, + body .p-calendar.p-error > .p-inputtext, + body .p-chips.p-error > .p-inputtext, + body .p-checkbox.p-error > .p-checkbox-box, + body .p-radiobutton.p-error > .p-radiobutton-box, + body .p-inputswitch.p-error, + body .p-listbox.p-error, + body .p-multiselect.p-error, + body .p-spinner.p-error > .p-inputtext, + body .p-selectbutton.p-error > .p-button, + body .p-togglebutton.p-error > .p-button { + border: 1px solid #a80000; } body .p-button { margin: 0; @@ -1261,53 +1048,41 @@ body .p-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-button:enabled:hover { - background-color: #116fbf; - color: #ffffff; - border-color: #116fbf; -} -body .p-button:enabled:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-button:enabled:active { - background-color: #005b9f; - color: #ffffff; - border-color: #005b9f; -} -body .p-button.p-button-text-only .p-button-text { - padding: 0.429em 1em; -} -body .p-button.p-button-text-icon-left .p-button-text { - padding: 0.429em 1em 0.429em 2.25em; -} -body .p-button.p-button-text-icon-right .p-button-text { - padding: 0.429em 2.25em 0.429em 1em; -} -body .p-button.p-button-icon-only { - width: 2.357em; -} -body .p-button.p-button-icon-only .p-button-text { - padding: 0.429em; -} -body .p-button.p-button-raised { - -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); - -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); -} -body .p-button.p-button-rounded { - -moz-border-radius: 15px; - -webkit-border-radius: 15px; - border-radius: 15px; -} + border-radius: 3px; } + body .p-button:enabled:hover { + background-color: #116fbf; + color: #ffffff; + border-color: #116fbf; } + body .p-button:enabled:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-button:enabled:active { + background-color: #005b9f; + color: #ffffff; + border-color: #005b9f; } + body .p-button.p-button-text-only .p-button-text { + padding: 0.429em 1em; } + body .p-button.p-button-text-icon-left .p-button-text { + padding: 0.429em 1em 0.429em 2.25em; } + body .p-button.p-button-text-icon-right .p-button-text { + padding: 0.429em 2.25em 0.429em 1em; } + body .p-button.p-button-icon-only { + width: 2.357em; } + body .p-button.p-button-icon-only .p-button-text { + padding: 0.429em; } + body .p-button.p-button-raised { + -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); + -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); + box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); } + body .p-button.p-button-rounded { + -moz-border-radius: 15px; + -webkit-border-radius: 15px; + border-radius: 15px; } body .p-fluid .p-button-icon-only { - width: 2.357em; -} + width: 2.357em; } body .p-togglebutton { background-color: #dadada; border: 1px solid #dadada; @@ -1315,42 +1090,33 @@ body .p-togglebutton { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-togglebutton .p-button-icon-left { - color: #666666; -} -body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover { - background-color: #c8c8c8; - border-color: #c8c8c8; - color: #333333; -} -body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { - color: #212121; -} -body .p-togglebutton.p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-togglebutton.p-highlight { - background-color: #007ad9; - border-color: #007ad9; - color: #ffffff; -} -body .p-togglebutton.p-highlight .p-button-icon-left { - color: #ffffff; -} -body .p-togglebutton.p-highlight:hover { - background-color: #116fbf; - border-color: #116fbf; - color: #ffffff; -} -body .p-togglebutton.p-highlight:hover .p-button-icon-left { - color: #ffffff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-togglebutton .p-button-icon-left { + color: #666666; } + body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover { + background-color: #c8c8c8; + border-color: #c8c8c8; + color: #333333; } + body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { + color: #212121; } + body .p-togglebutton.p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-togglebutton.p-highlight { + background-color: #007ad9; + border-color: #007ad9; + color: #ffffff; } + body .p-togglebutton.p-highlight .p-button-icon-left { + color: #ffffff; } + body .p-togglebutton.p-highlight:hover { + background-color: #116fbf; + border-color: #116fbf; + color: #ffffff; } + body .p-togglebutton.p-highlight:hover .p-button-icon-left { + color: #ffffff; } body .p-selectbutton .p-button { background-color: #dadada; border: 1px solid #dadada; @@ -1362,312 +1128,258 @@ body .p-selectbutton .p-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 0; -webkit-border-radius: 0; - border-radius: 0; -} -body .p-selectbutton .p-button .p-button-icon-left { - color: #666666; -} -body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { - background-color: #c8c8c8; - border-color: #c8c8c8; - color: #333333; -} -body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { - color: #212121; -} -body .p-selectbutton .p-button.p-focus, body .p-selectbutton .p-button:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - z-index: 1; -} -body .p-selectbutton .p-button.p-highlight { - background-color: #007ad9; - border-color: #007ad9; - color: #ffffff; -} -body .p-selectbutton .p-button.p-highlight .p-button-icon-left { - color: #ffffff; -} -body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover { - background-color: #116fbf; - border-color: #116fbf; - color: #ffffff; -} -body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover .p-button-icon-left { - color: #ffffff; -} -body .p-selectbutton .p-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-selectbutton .p-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-radius: 0; } + body .p-selectbutton .p-button .p-button-icon-left { + color: #666666; } + body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { + background-color: #c8c8c8; + border-color: #c8c8c8; + color: #333333; } + body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { + color: #212121; } + body .p-selectbutton .p-button.p-focus, body .p-selectbutton .p-button:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + z-index: 1; } + body .p-selectbutton .p-button.p-highlight { + background-color: #007ad9; + border-color: #007ad9; + color: #ffffff; } + body .p-selectbutton .p-button.p-highlight .p-button-icon-left { + color: #ffffff; } + body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover { + background-color: #116fbf; + border-color: #116fbf; + color: #ffffff; } + body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover .p-button-icon-left { + color: #ffffff; } + body .p-selectbutton .p-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-selectbutton .p-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-splitbutton.p-buttonset .p-button { - border: 1px solid transparent; -} -body .p-splitbutton.p-buttonset .p-button:first-child { - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-splitbutton.p-buttonset .p-button.p-splitbutton-menubutton { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; -} -body .p-splitbutton.p-buttonset .p-button:focus { - z-index: 1; -} + border: 1px solid transparent; } + body .p-splitbutton.p-buttonset .p-button:first-child { + -moz-border-radius-topright: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-splitbutton.p-buttonset .p-button.p-splitbutton-menubutton { + -moz-border-radius-topleft: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; } + body .p-splitbutton.p-buttonset .p-button:focus { + z-index: 1; } body .p-splitbutton.p-buttonset .p-menu { - min-width: 100%; -} + min-width: 100%; } body .p-splitbutton.p-buttonset .p-splitbutton-menubutton .p-button-icon-left:before { - content: ""; -} + content: ""; } body .p-button.p-button-secondary, body .p-buttonset.p-button-secondary > .p-button { color: #333333; background-color: #f4f4f4; - border: 1px solid #f4f4f4; -} -body .p-button.p-button-secondary:enabled:hover, body .p-buttonset.p-button-secondary > .p-button:enabled:hover { - background-color: #c8c8c8; - color: #333333; - border-color: #c8c8c8; -} -body .p-button.p-button-secondary:enabled:focus, body .p-buttonset.p-button-secondary > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-button.p-button-secondary:enabled:active, body .p-buttonset.p-button-secondary > .p-button:enabled:active { - background-color: #a0a0a0; - color: #333333; - border-color: #a0a0a0; -} + border: 1px solid #f4f4f4; } + body .p-button.p-button-secondary:enabled:hover, body .p-buttonset.p-button-secondary > .p-button:enabled:hover { + background-color: #c8c8c8; + color: #333333; + border-color: #c8c8c8; } + body .p-button.p-button-secondary:enabled:focus, body .p-buttonset.p-button-secondary > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-button.p-button-secondary:enabled:active, body .p-buttonset.p-button-secondary > .p-button:enabled:active { + background-color: #a0a0a0; + color: #333333; + border-color: #a0a0a0; } body .p-button.p-button-info, body .p-buttonset.p-button-info > .p-button { color: #ffffff; background-color: #007ad9; - border: 1px solid #007ad9; -} -body .p-button.p-button-info:enabled:hover, body .p-buttonset.p-button-info > .p-button:enabled:hover { - background-color: #116fbf; - color: #ffffff; - border-color: #116fbf; -} -body .p-button.p-button-info:enabled:focus, body .p-buttonset.p-button-info > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-button.p-button-info:enabled:active, body .p-buttonset.p-button-info > .p-button:enabled:active { - background-color: #005b9f; - color: #ffffff; - border-color: #005b9f; -} + border: 1px solid #007ad9; } + body .p-button.p-button-info:enabled:hover, body .p-buttonset.p-button-info > .p-button:enabled:hover { + background-color: #116fbf; + color: #ffffff; + border-color: #116fbf; } + body .p-button.p-button-info:enabled:focus, body .p-buttonset.p-button-info > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-button.p-button-info:enabled:active, body .p-buttonset.p-button-info > .p-button:enabled:active { + background-color: #005b9f; + color: #ffffff; + border-color: #005b9f; } body .p-button.p-button-success, body .p-buttonset.p-button-success > .p-button { color: #ffffff; background-color: #34A835; - border: 1px solid #34A835; -} -body .p-button.p-button-success:enabled:hover, body .p-buttonset.p-button-success > .p-button:enabled:hover { - background-color: #107D11; - color: #ffffff; - border-color: #107D11; -} -body .p-button.p-button-success:enabled:focus, body .p-buttonset.p-button-success > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #aae5aa; - -moz-box-shadow: 0 0 0 0.2em #aae5aa; - box-shadow: 0 0 0 0.2em #aae5aa; -} -body .p-button.p-button-success:enabled:active, body .p-buttonset.p-button-success > .p-button:enabled:active { - background-color: #0C6B0D; - color: #ffffff; - border-color: #0C6B0D; -} + border: 1px solid #34A835; } + body .p-button.p-button-success:enabled:hover, body .p-buttonset.p-button-success > .p-button:enabled:hover { + background-color: #107D11; + color: #ffffff; + border-color: #107D11; } + body .p-button.p-button-success:enabled:focus, body .p-buttonset.p-button-success > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #aae5aa; + -moz-box-shadow: 0 0 0 0.2em #aae5aa; + box-shadow: 0 0 0 0.2em #aae5aa; } + body .p-button.p-button-success:enabled:active, body .p-buttonset.p-button-success > .p-button:enabled:active { + background-color: #0C6B0D; + color: #ffffff; + border-color: #0C6B0D; } body .p-button.p-button-warning, body .p-buttonset.p-button-warning > .p-button { color: #333333; background-color: #ffba01; - border: 1px solid #ffba01; -} -body .p-button.p-button-warning:enabled:hover, body .p-buttonset.p-button-warning > .p-button:enabled:hover { - background-color: #ED990B; - color: #333333; - border-color: #ED990B; -} -body .p-button.p-button-warning:enabled:focus, body .p-buttonset.p-button-warning > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #ffeab4; - -moz-box-shadow: 0 0 0 0.2em #ffeab4; - box-shadow: 0 0 0 0.2em #ffeab4; -} -body .p-button.p-button-warning:enabled:active, body .p-buttonset.p-button-warning > .p-button:enabled:active { - background-color: #D38B10; - color: #333333; - border-color: #D38B10; -} + border: 1px solid #ffba01; } + body .p-button.p-button-warning:enabled:hover, body .p-buttonset.p-button-warning > .p-button:enabled:hover { + background-color: #ED990B; + color: #333333; + border-color: #ED990B; } + body .p-button.p-button-warning:enabled:focus, body .p-buttonset.p-button-warning > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #ffeab4; + -moz-box-shadow: 0 0 0 0.2em #ffeab4; + box-shadow: 0 0 0 0.2em #ffeab4; } + body .p-button.p-button-warning:enabled:active, body .p-buttonset.p-button-warning > .p-button:enabled:active { + background-color: #D38B10; + color: #333333; + border-color: #D38B10; } body .p-button.p-button-danger, body .p-buttonset.p-button-danger > .p-button { color: #ffffff; background-color: #e91224; - border: 1px solid #e91224; -} -body .p-button.p-button-danger:enabled:hover, body .p-buttonset.p-button-danger > .p-button:enabled:hover { - background-color: #c01120; - color: #ffffff; - border-color: #c01120; -} -body .p-button.p-button-danger:enabled:focus, body .p-buttonset.p-button-danger > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #f9b4ba; - -moz-box-shadow: 0 0 0 0.2em #f9b4ba; - box-shadow: 0 0 0 0.2em #f9b4ba; -} -body .p-button.p-button-danger:enabled:active, body .p-buttonset.p-button-danger > .p-button:enabled:active { - background-color: #a90000; - color: #ffffff; - border-color: #a90000; -} + border: 1px solid #e91224; } + body .p-button.p-button-danger:enabled:hover, body .p-buttonset.p-button-danger > .p-button:enabled:hover { + background-color: #c01120; + color: #ffffff; + border-color: #c01120; } + body .p-button.p-button-danger:enabled:focus, body .p-buttonset.p-button-danger > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #f9b4ba; + -moz-box-shadow: 0 0 0 0.2em #f9b4ba; + box-shadow: 0 0 0 0.2em #f9b4ba; } + body .p-button.p-button-danger:enabled:active, body .p-buttonset.p-button-danger > .p-button:enabled:active { + background-color: #a90000; + color: #ffffff; + border-color: #a90000; } body .p-panel { padding: 0; - border: 0 none; -} -body .p-panel .p-panel-titlebar { - border: 1px solid #c8c8c8; - padding: 0.571em 1em; - background-color: #f4f4f4; - color: #333333; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-panel .p-panel-titlebar .p-panel-title { - vertical-align: middle; - font-weight: 700; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon { - margin: 0.143em 0 0 0; - position: relative; - font-size: 14px; - color: #848484; - border: 1px solid transparent; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:hover { - color: #333333; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-panel .p-panel-content { - padding: 0.571em 1em; - border: 1px solid #c8c8c8; - background-color: #ffffff; - color: #333333; - border-top: 0 none; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-panel .p-panel-footer { - padding: 0.571em 1em; - border: 1px solid #c8c8c8; - background-color: #ffffff; - color: #333333; - border-top: 0 none; - margin: 0; -} + border: 0 none; } + body .p-panel .p-panel-titlebar { + border: 1px solid #c8c8c8; + padding: 0.571em 1em; + background-color: #f4f4f4; + color: #333333; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-panel .p-panel-titlebar .p-panel-title { + vertical-align: middle; + font-weight: 700; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon { + margin: 0.143em 0 0 0; + position: relative; + font-size: 14px; + color: #848484; + border: 1px solid transparent; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:hover { + color: #333333; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-panel .p-panel-content { + padding: 0.571em 1em; + border: 1px solid #c8c8c8; + background-color: #ffffff; + color: #333333; + border-top: 0 none; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-panel .p-panel-footer { + padding: 0.571em 1em; + border: 1px solid #c8c8c8; + background-color: #ffffff; + color: #333333; + border-top: 0 none; + margin: 0; } body .p-fieldset { border: 1px solid #c8c8c8; background-color: #ffffff; color: #333333; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-fieldset .p-fieldset-legend a { - padding: 0.571em 1em; - border: 1px solid #c8c8c8; - color: #333333; - background-color: #f4f4f4; - font-weight: 700; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-fieldset .p-fieldset-legend a .p-fieldset-toggler { - float: none; - display: inline-block; - vertical-align: middle; - margin-right: 0.5em; - color: #848484; -} -body .p-fieldset .p-fieldset-legend a .p-fieldset-legend-text { - padding: 0; -} -body .p-fieldset .p-fieldset-legend a:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { - background-color: #dbdbdb; - border: 1px solid #dbdbdb; - color: #333333; -} -body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover .p-fieldset-toggler { - color: #333333; -} -body .p-fieldset .p-fieldset-content { - padding: 0; -} + border-radius: 3px; } + body .p-fieldset .p-fieldset-legend a { + padding: 0.571em 1em; + border: 1px solid #c8c8c8; + color: #333333; + background-color: #f4f4f4; + font-weight: 700; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-fieldset .p-fieldset-legend a .p-fieldset-toggler { + float: none; + display: inline-block; + vertical-align: middle; + margin-right: .5em; + color: #848484; } + body .p-fieldset .p-fieldset-legend a .p-fieldset-legend-text { + padding: 0; } + body .p-fieldset .p-fieldset-legend a:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { + background-color: #dbdbdb; + border: 1px solid #dbdbdb; + color: #333333; } + body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover .p-fieldset-toggler { + color: #333333; } + body .p-fieldset .p-fieldset-content { + padding: 0; } body .p-accordion .p-accordion-tab { - margin-bottom: 2px; -} + margin-bottom: 2px; } body .p-accordion .p-accordion-header a { padding: 0.571em 1em; border: 1px solid #c8c8c8; @@ -1681,57 +1393,45 @@ body .p-accordion .p-accordion-header a { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon { - color: #848484; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-right:before { - content: ""; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-down:before { - content: ""; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon { + color: #848484; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-right:before { + content: ""; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-down:before { + content: ""; } body .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; -webkit-box-shadow: 0 0 0 0.2em #8dcdff; -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} + box-shadow: 0 0 0 0.2em #8dcdff; } body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background-color: #dbdbdb; border: 1px solid #dbdbdb; - color: #333333; -} -body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a .p-accordion-toggle-icon { - color: #333333; -} + color: #333333; } + body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a .p-accordion-toggle-icon { + color: #333333; } body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight { - margin-bottom: 0; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a { - background-color: #007ad9; - border: 1px solid #007ad9; - color: #ffffff; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a .p-accordion-toggle-icon { - color: #ffffff; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a { - border: 1px solid #005b9f; - background-color: #005b9f; - color: #ffffff; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a .p-accordion-toggle-icon { - color: #ffffff; -} + margin-bottom: 0; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a { + background-color: #007ad9; + border: 1px solid #007ad9; + color: #ffffff; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a .p-accordion-toggle-icon { + color: #ffffff; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a { + border: 1px solid #005b9f; + background-color: #005b9f; + color: #ffffff; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a .p-accordion-toggle-icon { + color: #ffffff; } body .p-accordion .p-accordion-content { padding: 0.571em 1em; border: 1px solid #c8c8c8; @@ -1750,122 +1450,99 @@ body .p-accordion .p-accordion-content { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-tabview.p-tabview-top, body .p-tabview.p-tabview-bottom, body .p-tabview.p-tabview-left, body .p-tabview.p-tabview-right { - border: 0 none; -} -body .p-tabview.p-tabview-top .p-tabview-nav, body .p-tabview.p-tabview-bottom .p-tabview-nav, body .p-tabview.p-tabview-left .p-tabview-nav, body .p-tabview.p-tabview-right .p-tabview-nav { - padding: 0; - background: transparent; - border: 0 none; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a, body .p-tabview.p-tabview-bottom .p-tabview-nav li a, body .p-tabview.p-tabview-left .p-tabview-nav li a, body .p-tabview.p-tabview-right .p-tabview-nav li a { - border: 1px solid #c8c8c8; - background-color: #f4f4f4; - float: none; - display: inline-block; - color: #333333; - padding: 0.571em 1em; - font-weight: 700; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-left-icon { - margin-right: 0.5em; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-right-icon { - margin-left: 0.5em; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-bottom .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-left .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-right .p-tabview-nav li a:not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li .p-tabview-close { - color: #848484; - margin: 0 0.5em 0 0; - vertical-align: middle; -} -body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { - background-color: #dbdbdb; - border: 1px solid #dbdbdb; - color: #333333; -} -body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close { - color: #333333; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight a { - background-color: #007ad9; - border: 1px solid #007ad9; - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight .p-tabview-close { - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a { - border: 1px solid #005b9f; - background-color: #005b9f; - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon { - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-tabview-selected a { - cursor: pointer; -} + border: 0 none; } + body .p-tabview.p-tabview-top .p-tabview-nav, body .p-tabview.p-tabview-bottom .p-tabview-nav, body .p-tabview.p-tabview-left .p-tabview-nav, body .p-tabview.p-tabview-right .p-tabview-nav { + padding: 0; + background: transparent; + border: 0 none; } + body .p-tabview.p-tabview-top .p-tabview-nav li a, body .p-tabview.p-tabview-bottom .p-tabview-nav li a, body .p-tabview.p-tabview-left .p-tabview-nav li a, body .p-tabview.p-tabview-right .p-tabview-nav li a { + border: 1px solid #c8c8c8; + background-color: #f4f4f4; + float: none; + display: inline-block; + color: #333333; + padding: 0.571em 1em; + font-weight: 700; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-left-icon { + margin-right: 0.5em; } + body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-right-icon { + margin-left: 0.5em; } + body .p-tabview.p-tabview-top .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-bottom .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-left .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-right .p-tabview-nav li a:not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-tabview.p-tabview-top .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li .p-tabview-close { + color: #848484; + margin: 0 0.5em 0 0; + vertical-align: middle; } + body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { + background-color: #dbdbdb; + border: 1px solid #dbdbdb; + color: #333333; } + body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close { + color: #333333; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight a { + background-color: #007ad9; + border: 1px solid #007ad9; + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight .p-tabview-close { + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a { + border: 1px solid #005b9f; + background-color: #005b9f; + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon { + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-tabview-selected a { + cursor: pointer; } body .p-tabview.p-tabview-top .p-tabview-nav { - margin-bottom: -1px; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a { - margin-right: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + margin-bottom: -1px; } + body .p-tabview.p-tabview-top .p-tabview-nav li a { + margin-right: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } body .p-tabview.p-tabview-bottom .p-tabview-nav { - margin-top: -1px; -} -body .p-tabview.p-tabview-bottom .p-tabview-nav li a { - margin-right: 2px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + margin-top: -1px; } + body .p-tabview.p-tabview-bottom .p-tabview-nav li a { + margin-right: 2px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-tabview.p-tabview-left .p-tabview-nav { - margin-right: -px; -} -body .p-tabview.p-tabview-left .p-tabview-nav li a { - margin-bottom: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} + margin-right: -px; } + body .p-tabview.p-tabview-left .p-tabview-nav li a { + margin-bottom: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } body .p-tabview.p-tabview-right .p-tabview-nav { - margin-right: -1px; -} -body .p-tabview.p-tabview-right .p-tabview-nav li a { - margin-bottom: 2px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + margin-right: -1px; } + body .p-tabview.p-tabview-right .p-tabview-nav li a { + margin-bottom: 2px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-tabview .p-tabview-panels { background-color: #ffffff; padding: 0.571em 1em; @@ -1876,142 +1553,119 @@ body .p-tabview .p-tabview-panels { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-tabview .p-tabview-panels .p-tabview-panel { - padding: 0; -} + border-bottom-right-radius: 3px; } + body .p-tabview .p-tabview-panels .p-tabview-panel { + padding: 0; } body .p-toolbar { background-color: #f4f4f4; border: 1px solid #c8c8c8; padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-toolbar button { - vertical-align: middle; -} -body .p-toolbar .p-toolbar-separator { - vertical-align: middle; - color: #848484; - margin: 0 0.5em; -} + border-radius: 3px; } + body .p-toolbar button { + vertical-align: middle; } + body .p-toolbar .p-toolbar-separator { + vertical-align: middle; + color: #848484; + margin: 0 0.5em; } body .p-card { background-color: #ffffff; color: #333333; -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); - box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); -} + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); } body .p-paginator { background-color: #f4f4f4; border: 1px solid #c8c8c8; - padding: 0; -} -body .p-paginator .p-paginator-first, -body .p-paginator .p-paginator-prev, -body .p-paginator .p-paginator-next, -body .p-paginator .p-paginator-last { - color: #848484; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; - padding: 0; - margin: 0; - vertical-align: top; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { - background-color: #e0e0e0; - color: #333333; -} -body .p-paginator .p-dropdown { - border: 0 none; -} -body .p-paginator .p-dropdown .p-dropdown-trigger, body .p-paginator .p-dropdown .p-dropdown-label { - color: #848484; -} -body .p-paginator .p-dropdown:hover .p-dropdown-trigger, body .p-paginator .p-dropdown:hover .p-dropdown-label { - color: #333333; -} -body .p-paginator .p-paginator-first:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-prev:before { - position: relative; -} -body .p-paginator .p-paginator-next:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-last:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-current { - vertical-align: top; - display: inline-block; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; -} -body .p-paginator .p-paginator-pages { - vertical-align: top; - display: inline-block; - padding: 0; -} -body .p-paginator .p-paginator-pages .p-paginator-page { - color: #848484; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; - padding: 0; - margin: 0; - vertical-align: top; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background-color: #007ad9; - color: #ffffff; -} -body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { - background-color: #e0e0e0; - color: #333333; -} -body .p-paginator .p-dropdown { - margin-left: 0.5em; - height: 2.286em; - min-width: auto; -} + padding: 0; } + body .p-paginator .p-paginator-first, + body .p-paginator .p-paginator-prev, + body .p-paginator .p-paginator-next, + body .p-paginator .p-paginator-last { + color: #848484; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; + padding: 0; + margin: 0; + vertical-align: top; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { + background-color: #e0e0e0; + color: #333333; } + body .p-paginator .p-dropdown { + border: 0 none; } + body .p-paginator .p-dropdown .p-dropdown-trigger, body .p-paginator .p-dropdown .p-dropdown-label { + color: #848484; } + body .p-paginator .p-dropdown:hover .p-dropdown-trigger, body .p-paginator .p-dropdown:hover .p-dropdown-label { + color: #333333; } + body .p-paginator .p-paginator-first:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-prev:before { + position: relative; } + body .p-paginator .p-paginator-next:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-last:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-current { + vertical-align: top; + display: inline-block; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; } + body .p-paginator .p-paginator-pages { + vertical-align: top; + display: inline-block; + padding: 0; } + body .p-paginator .p-paginator-pages .p-paginator-page { + color: #848484; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; + padding: 0; + margin: 0; + vertical-align: top; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { + background-color: #007ad9; + color: #ffffff; } + body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { + background-color: #e0e0e0; + color: #333333; } + body .p-paginator .p-dropdown { + margin-left: 0.5em; + height: 2.286em; + min-width: auto; } body .p-datatable .p-datatable-header, body .p-datatable .p-datatable-footer { background-color: #f4f4f4; color: #333333; border: 1px solid #c8c8c8; padding: 0.571em 1em; - text-align: center; -} + text-align: center; } body .p-datatable .p-datatable-header { border-bottom: 0 none; font-weight: 700; @@ -2020,8 +1674,7 @@ body .p-datatable .p-datatable-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-datatable .p-datatable-footer { border-top: 0 none; font-weight: 700; @@ -2030,206 +1683,158 @@ body .p-datatable .p-datatable-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-datatable .p-datatable-thead > tr > th { padding: 0.571em 0.857em; border: 1px solid #c8c8c8; font-weight: 700; color: #333333; background-color: #f4f4f4; - text-align: center; -} + text-align: center; } body .p-datatable .p-datatable-tfoot > tr > td { padding: 0.571em 0.857em; border: 1px solid #c8c8c8; font-weight: 700; color: #333333; background-color: #f4f4f4; - text-align: center; -} + text-align: center; } body .p-datatable .p-sortable-column { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-sortable-column .p-sortable-column-icon { - color: #848484; -} -body .p-datatable .p-sortable-column:not(.p-highlight):hover { - background-color: #e0e0e0; - color: #333333; -} -body .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: #333333; -} -body .p-datatable .p-sortable-column:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} -body .p-datatable .p-sortable-column.p-highlight { - background-color: #007ad9; - color: #ffffff; -} -body .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #ffffff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-sortable-column .p-sortable-column-icon { + color: #848484; } + body .p-datatable .p-sortable-column:not(.p-highlight):hover { + background-color: #e0e0e0; + color: #333333; } + body .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { + color: #333333; } + body .p-datatable .p-sortable-column:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } + body .p-datatable .p-sortable-column.p-highlight { + background-color: #007ad9; + color: #ffffff; } + body .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { + color: #ffffff; } body .p-datatable .p-editable-column input { font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} + font-family: "Open Sans", "Helvetica Neue", sans-serif; } body .p-datatable .p-row-editor-init { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} + transition: background-color 0.2s, box-shadow 0.2s; } body .p-datatable .p-datatable-tbody > tr { background: #ffffff; color: #333333; -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-datatable-tbody > tr > td { - background: inherit; - border: 1px solid #c8c8c8; - padding: 0.429em 0.857em; -} -body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler { - color: #848484; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { - color: #333333; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight { - background-color: #007ad9; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler:hover { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { - background-color: #5ab7ff; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #007ad9; -} -body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #007ad9; -} -body .p-datatable .p-datatable-tbody > tr:focus { - outline: none; -} -body .p-datatable .p-datatable-tbody > tr:focus + tr > td { - box-shadow: 0 -0.2em 0 0 #8dcdff; -} -body .p-datatable .p-datatable-tbody > tr:focus > td { - box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff; -} -body .p-datatable .p-datatable-tbody > tr:focus > td:first-child { - box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, -0.1em -0.1em 0 0.1em #8dcdff; -} -body .p-datatable .p-datatable-tbody > tr:focus > td:last-child { - box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, 0.1em -0.1em 0 0.1em #8dcdff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-datatable-tbody > tr > td { + background: inherit; + border: 1px solid #c8c8c8; + padding: 0.429em 0.857em; } + body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler { + color: #848484; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { + color: #333333; } + body .p-datatable .p-datatable-tbody > tr.p-highlight { + background-color: #007ad9; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler:hover { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + background-color: #5ab7ff; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { + box-shadow: inset 0 2px 0 0 #007ad9; } + body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { + box-shadow: inset 0 -2px 0 0 #007ad9; } + body .p-datatable .p-datatable-tbody > tr:focus { + outline: none; } + body .p-datatable .p-datatable-tbody > tr:focus + tr > td { + box-shadow: 0 -0.2em 0 0 #8dcdff; } + body .p-datatable .p-datatable-tbody > tr:focus > td { + box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff; } + body .p-datatable .p-datatable-tbody > tr:focus > td:first-child { + box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, -0.1em -0.1em 0 0.1em #8dcdff; } + body .p-datatable .p-datatable-tbody > tr:focus > td:last-child { + box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, 0.1em -0.1em 0 0.1em #8dcdff; } body .p-datatable .p-datatable-tbody > tr:nth-child(even) { - background-color: #f9f9f9; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { - background-color: #007ad9; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu { - background-color: #5ab7ff; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler:hover { - color: #ffffff; -} + background-color: #f9f9f9; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { + background-color: #007ad9; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu { + background-color: #5ab7ff; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler:hover { + color: #ffffff; } body .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover { cursor: pointer; background-color: #eaeaea; - color: #333333; -} + color: #333333; } body .p-datatable .p-column-resizer-helper { - background-color: #007ad9; -} + background-color: #007ad9; } body .p-datatable .p-datatable-scrollable-header, body .p-datatable .p-datatable-scrollable-footer { - background-color: #f4f4f4; -} + background-color: #f4f4f4; } body .p-datatable .p-column-filter { - width: 100%; -} + width: 100%; } body .p-datatable.p-datatable-borderless .p-datatable-header { border: 0 none; - border-bottom: 1px solid #c8c8c8; -} + border-bottom: 1px solid #c8c8c8; } body .p-datatable.p-datatable-borderless .p-datatable-thead > tr > th { border: 0 none; text-align: left; - padding: 0.857em; -} + padding: 0.857em; } body .p-datatable.p-datatable-borderless .p-datatable-tbody { - border: 0 none; -} -body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr { - border: 0 none; -} -body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr > td { - border: 0 none; -} + border: 0 none; } + body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr { + border: 0 none; } + body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr > td { + border: 0 none; } body .p-datatable.p-datatable-borderless .p-datatable-tfoot > tr > td { - border: 0 none; -} + border: 0 none; } body .p-datatable.p-datatable-borderless .p-paginator { - border: 0 none; -} + border: 0 none; } body .p-datascroller .p-datascroller-header { background-color: #f4f4f4; color: #333333; border: 1px solid #c8c8c8; padding: 0.571em 1em; font-weight: 700; - border-bottom: 0 none; -} + border-bottom: 0 none; } body .p-datascroller .p-datascroller-content { padding: 0.571em 1em; border: 1px solid #c8c8c8; background-color: #ffffff; color: #333333; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-datascroller .p-datascroller-footer { background-color: #ffffff; color: #333333; border: 1px solid #c8c8c8; padding: 0.571em 1em; - border-top: 0 none; -} + border-top: 0 none; } body .p-dataview .p-dataview-header { background-color: #f4f4f4; color: #333333; @@ -2242,18 +1847,15 @@ body .p-dataview .p-dataview-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-dataview .p-dataview-content { padding: 0.571em 1em; border: 1px solid #c8c8c8; background-color: #ffffff; color: #333333; - padding: 0.571em 1em; -} -body .p-dataview .p-dataview-content > .p-grid > div { - border-bottom: 1px solid #c8c8c8; -} + padding: 0.571em 1em; } + body .p-dataview .p-dataview-content > .p-grid > div { + border-bottom: 1px solid #c8c8c8; } body .p-dataview .p-dataview-footer { background-color: #ffffff; color: #333333; @@ -2265,30 +1867,24 @@ body .p-dataview .p-dataview-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .fc th { background-color: #f4f4f4; border: 1px solid #c8c8c8; color: #333333; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .fc td.ui-widget-content { background-color: #ffffff; border: 1px solid #c8c8c8; - color: #333333; -} + color: #333333; } body .fc td.fc-head-container { - border: 1px solid #c8c8c8; -} + border: 1px solid #c8c8c8; } body .fc .fc-row { - border-right: 1px solid #c8c8c8; -} + border-right: 1px solid #c8c8c8; } body .fc .fc-event { background-color: #116fbf; border: 1px solid #116fbf; - color: #ffffff; -} + color: #ffffff; } body .fc .fc-toolbar .fc-button { color: #ffffff; background-color: #007ad9; @@ -2300,65 +1896,52 @@ body .fc .fc-toolbar .fc-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .fc .fc-toolbar .fc-button:enabled:hover { - background-color: #116fbf; - color: #ffffff; - border-color: #116fbf; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-left { - font-family: "PrimeIcons" !important; - text-indent: 0; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-right { - font-family: "PrimeIcons" !important; - text-indent: 0; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; -} -body .fc .fc-toolbar .fc-button:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} + border-radius: 3px; } + body .fc .fc-toolbar .fc-button:enabled:hover { + background-color: #116fbf; + color: #ffffff; + border-color: #116fbf; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-left { + font-family: 'PrimeIcons' !important; + text-indent: 0; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before { + content: ""; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-right { + font-family: 'PrimeIcons' !important; + text-indent: 0; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before { + content: ""; } + body .fc .fc-toolbar .fc-button:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } body .fc .fc-toolbar .fc-button-group .fc-button { -moz-border-radius: 0; -webkit-border-radius: 0; - border-radius: 0; -} -body .fc .fc-toolbar .fc-button-group .fc-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .fc .fc-toolbar .fc-button-group .fc-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-radius: 0; } + body .fc .fc-toolbar .fc-button-group .fc-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .fc .fc-toolbar .fc-button-group .fc-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .fc .fc-divider { background-color: #f4f4f4; - border: 1px solid #c8c8c8; -} + border: 1px solid #c8c8c8; } body .p-fluid .fc .fc-toolbar .ui-button { - width: auto; -} + width: auto; } body .p-picklist .p-picklist-buttons button { - font-size: 16px; -} + font-size: 16px; } body .p-picklist .p-picklist-caption { background-color: #f4f4f4; color: #333333; @@ -2371,31 +1954,26 @@ body .p-picklist .p-picklist-caption { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-picklist .p-picklist-filter-container { padding: 0.429em 0.857em 0.429em 0.857em; border: 1px solid #c8c8c8; color: #333333; background-color: #ffffff; margin: 0; - border-bottom: 0 none; -} -body .p-picklist .p-picklist-filter-container input { - width: 100%; - padding-right: 2em; - text-indent: 0; -} -body .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { - top: 50%; - margin-top: -0.5em; - left: auto; - right: 1.357em; - color: #007ad9; -} + border-bottom: 0 none; } + body .p-picklist .p-picklist-filter-container input { + width: 100%; + padding-right: 2em; + text-indent: 0; } + body .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { + top: 50%; + margin-top: -.5em; + left: auto; + right: 1.357em; + color: #007ad9; } body .p-picklist .p-picklist-buttons { - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-picklist .p-picklist-list { border: 1px solid #c8c8c8; background-color: #ffffff; @@ -2406,48 +1984,38 @@ body .p-picklist .p-picklist-list { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-picklist .p-picklist-list .p-picklist-item { - padding: 0.429em 0.857em; - margin: 0; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { - background-color: #eaeaea; - color: #333333; -} -body .p-picklist .p-picklist-list .p-picklist-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} -body .p-picklist .p-picklist-list .p-picklist-item.p-highlight { - background-color: #007ad9; - color: #ffffff; -} -body .p-picklist .p-picklist-list .p-picklist-droppoint-highlight { - background-color: #007ad9; -} + border-bottom-right-radius: 3px; } + body .p-picklist .p-picklist-list .p-picklist-item { + padding: 0.429em 0.857em; + margin: 0; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { + background-color: #eaeaea; + color: #333333; } + body .p-picklist .p-picklist-list .p-picklist-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } + body .p-picklist .p-picklist-list .p-picklist-item.p-highlight { + background-color: #007ad9; + color: #ffffff; } + body .p-picklist .p-picklist-list .p-picklist-droppoint-highlight { + background-color: #007ad9; } @media (max-width: 40em) { body .p-picklist.p-picklist-responsive .p-picklist-buttons { - padding: 0.571em 1em; - } -} + padding: 0.571em 1em; } } body .p-orderlist .p-orderlist-controls { - padding: 0.571em 1em; -} -body .p-orderlist .p-orderlist-controls button { - font-size: 16px; -} + padding: 0.571em 1em; } + body .p-orderlist .p-orderlist-controls button { + font-size: 16px; } body .p-orderlist .p-orderlist-caption { background-color: #f4f4f4; color: #333333; @@ -2460,28 +2028,24 @@ body .p-orderlist .p-orderlist-caption { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-orderlist .p-orderlist-filter-container { padding: 0.429em 0.857em 0.429em 0.857em; border: 1px solid #c8c8c8; color: #333333; background-color: #ffffff; margin: 0; - border-bottom: 0 none; -} -body .p-orderlist .p-orderlist-filter-container input { - width: 100%; - padding-right: 2em; - text-indent: 0; -} -body .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { - top: 50%; - margin-top: -0.5em; - left: auto; - right: 1.357em; - color: #007ad9; -} + border-bottom: 0 none; } + body .p-orderlist .p-orderlist-filter-container input { + width: 100%; + padding-right: 2em; + text-indent: 0; } + body .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { + top: 50%; + margin-top: -.5em; + left: auto; + right: 1.357em; + color: #007ad9; } body .p-orderlist .p-orderlist-list { border: 1px solid #c8c8c8; background-color: #ffffff; @@ -2492,37 +2056,31 @@ body .p-orderlist .p-orderlist-list { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item { - padding: 0.429em 0.857em; - margin: 0; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { - background-color: #eaeaea; - color: #333333; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - background-color: #007ad9; - color: #ffffff; -} -body .p-orderlist .p-orderlist-list .p-orderlist-droppoint-highlight { - background-color: #007ad9; -} + border-bottom-right-radius: 3px; } + body .p-orderlist .p-orderlist-list .p-orderlist-item { + padding: 0.429em 0.857em; + margin: 0; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { + background-color: #eaeaea; + color: #333333; } + body .p-orderlist .p-orderlist-list .p-orderlist-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } + body .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { + background-color: #007ad9; + color: #ffffff; } + body .p-orderlist .p-orderlist-list .p-orderlist-droppoint-highlight { + background-color: #007ad9; } body .p-tree { border: 1px solid #c8c8c8; background-color: #ffffff; @@ -2530,159 +2088,126 @@ body .p-tree { padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree .p-tree-container { - padding: 0.286em; - margin: 0; -} -body .p-tree .p-tree-container .p-treenode { - padding: 0.143em 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content { - padding: 0; - border: 1px solid transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { - vertical-align: middle; - display: inline-block; - float: none; - margin: 0 0.286em 0 0; - color: #848484; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler b .p-tree-toggler-icon { - line-height: 1.25em; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { - vertical-align: middle; - display: inline-block; - margin: 0 0.286em 0 0; - color: #848484; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-label { - margin: 0; - vertical-align: middle; - display: inline-block; - padding: 0.286em 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { - margin: 0 0.286em 0 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background-color: #007ad9; - color: #ffffff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { - color: #ffffff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-checkbox .p-checkbox-box { - border-color: #ffffff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight-contextmenu { - border: 1px dashed #007ad9; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background-color: #eaeaea; - color: #333333; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover .p-treenode-icon { - color: #333333; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content > span { - line-height: inherit; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { - background-color: #eaeaea; - color: #333333; -} -body .p-tree .p-tree-container .p-treenode-droppoint.p-treenode-droppoint-active { - background-color: #007ad9; -} -body .p-tree.p-tree-horizontal { - padding-left: 0; - padding-right: 0; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content { - border: 1px solid #c8c8c8; - background-color: #ffffff; - color: #333333; - padding: 0.571em 1em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight { - background-color: #007ad9; - color: #ffffff; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox .p-icon { - color: #007ad9; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover { - background-color: inherit; - color: inherit; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background-color: #eaeaea; - color: #333333; -} -body .p-tree .p-tree-filter-container .p-tree-filter { - width: 100%; - padding-right: 2em; -} -body .p-tree .p-tree-filter-container .p-tree-filter-icon { - top: 50%; - left: auto; - margin-top: -0.5em; - right: 0.8em; - color: #007ad9; -} + border-radius: 3px; } + body .p-tree .p-tree-container { + padding: 0.286em; + margin: 0; } + body .p-tree .p-tree-container .p-treenode { + padding: 0.143em 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content { + padding: 0; + border: 1px solid transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { + vertical-align: middle; + display: inline-block; + float: none; + margin: 0 0.286em 0 0; + color: #848484; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler b + .p-tree-toggler-icon { + line-height: 1.25em; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { + vertical-align: middle; + display: inline-block; + margin: 0 0.286em 0 0; + color: #848484; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-label { + margin: 0; + vertical-align: middle; + display: inline-block; + padding: 0.286em 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { + margin: 0 0.286em 0 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { + background-color: #007ad9; + color: #ffffff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { + color: #ffffff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-checkbox .p-checkbox-box { + border-color: #ffffff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight-contextmenu { + border: 1px dashed #007ad9; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { + background-color: #eaeaea; + color: #333333; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover .p-treenode-icon { + color: #333333; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content > span { + line-height: inherit; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { + background-color: #eaeaea; + color: #333333; } + body .p-tree .p-tree-container .p-treenode-droppoint.p-treenode-droppoint-active { + background-color: #007ad9; } + body .p-tree.p-tree-horizontal { + padding-left: 0; + padding-right: 0; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content { + border: 1px solid #c8c8c8; + background-color: #ffffff; + color: #333333; + padding: 0.571em 1em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight { + background-color: #007ad9; + color: #ffffff; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox .p-icon { + color: #007ad9; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover { + background-color: inherit; + color: inherit; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { + background-color: #eaeaea; + color: #333333; } + body .p-tree .p-tree-filter-container .p-tree-filter { + width: 100%; + padding-right: 2em; } + body .p-tree .p-tree-filter-container .p-tree-filter-icon { + top: 50%; + left: auto; + margin-top: -.5em; + right: .8em; + color: #007ad9; } body .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { background-color: #eaeaea; - color: #333333; -} + color: #333333; } body .p-organizationchart .p-organizationchart-node-content.p-highlight { background-color: #007ad9; - color: #ffffff; -} -body .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: #00325a; -} + color: #ffffff; } + body .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { + color: #00325a; } body .p-organizationchart .p-organizationchart-line-down { - background-color: #c8c8c8; -} + background-color: #c8c8c8; } body .p-organizationchart .p-organizationchart-line-left { border-right: 1px solid #c8c8c8; - border-color: #c8c8c8; -} + border-color: #c8c8c8; } body .p-organizationchart .p-organizationchart-line-top { border-top: 1px solid #c8c8c8; - border-color: #c8c8c8; -} + border-color: #c8c8c8; } body .p-organizationchart .p-organizationchart-node-content { border: 1px solid #c8c8c8; background-color: #ffffff; color: #333333; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-organizationchart .p-organizationchart-node-content .p-node-toggler { - bottom: -0.7em; - margin-left: -0.46em; + bottom: -.7em; + margin-left: -.46em; color: #848484; -moz-border-radius: 3px; -webkit-border-radius: 3px; @@ -2690,23 +2215,20 @@ body .p-organizationchart .p-organizationchart-node-content .p-node-toggler { -moz-transition: box-shadow 0.2s; -o-transition: box-shadow 0.2s; -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} + transition: box-shadow 0.2s; } + body .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } body .p-treetable .p-treetable-header, body .p-treetable .p-treetable-footer { background-color: #f4f4f4; color: #333333; border: 1px solid #c8c8c8; padding: 0.571em 1em; - text-align: center; -} + text-align: center; } body .p-treetable .p-treetable-header { border-bottom: 0 none; font-weight: 700; @@ -2715,8 +2237,7 @@ body .p-treetable .p-treetable-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-treetable .p-treetable-footer { border-top: 0 none; font-weight: 700; @@ -2725,119 +2246,92 @@ body .p-treetable .p-treetable-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-treetable .p-treetable-thead > tr > th { padding: 0.571em 0.857em; border: 1px solid #c8c8c8; font-weight: 700; color: #333333; background-color: #f4f4f4; - text-align: center; -} + text-align: center; } body .p-treetable .p-treetable-tfoot > tr > td { padding: 0.571em 0.857em; border: 1px solid #c8c8c8; font-weight: 700; color: #333333; background-color: #f4f4f4; - text-align: center; -} + text-align: center; } body .p-treetable .p-sortable-column { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-treetable .p-sortable-column .p-sortable-column-icon { - color: #848484; -} -body .p-treetable .p-sortable-column:not(.p-highlight):hover { - background-color: #e0e0e0; - color: #333333; -} -body .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: #333333; -} -body .p-treetable .p-sortable-column:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} -body .p-treetable .p-sortable-column.p-highlight { - background-color: #007ad9; - color: #ffffff; -} -body .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #ffffff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-treetable .p-sortable-column .p-sortable-column-icon { + color: #848484; } + body .p-treetable .p-sortable-column:not(.p-highlight):hover { + background-color: #e0e0e0; + color: #333333; } + body .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { + color: #333333; } + body .p-treetable .p-sortable-column:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } + body .p-treetable .p-sortable-column.p-highlight { + background-color: #007ad9; + color: #ffffff; } + body .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { + color: #ffffff; } body .p-treetable .p-editable-column input { font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} + font-family: "Open Sans", "Helvetica Neue", sans-serif; } body .p-treetable .p-treetable-tbody > tr { background: #ffffff; color: #333333; -moz-transition: background-color 0.2s; -o-transition: background-color 0.2s; -webkit-transition: background-color 0.2s; - transition: background-color 0.2s; -} -body .p-treetable .p-treetable-tbody > tr > td { - background: inherit; - border: 1px solid #c8c8c8; - padding: 0.429em 0.857em; -} -body .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { - color: #848484; - vertical-align: middle; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight { - background-color: #007ad9; - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu { - background-color: #5ab7ff; - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu .p-treetable-toggler { - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr:focus { - outline: none; -} -body .p-treetable .p-treetable-tbody > tr:focus + tr > td { - box-shadow: 0 -0.2em 0 0 #8dcdff; -} -body .p-treetable .p-treetable-tbody > tr:focus > td { - box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff; -} -body .p-treetable .p-treetable-tbody > tr:focus > td:first-child { - box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, -0.1em -0.1em 0 0.1em #8dcdff; -} -body .p-treetable .p-treetable-tbody > tr:focus > td:last-child { - box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, 0.1em -0.1em 0 0.1em #8dcdff; -} + transition: background-color 0.2s; } + body .p-treetable .p-treetable-tbody > tr > td { + background: inherit; + border: 1px solid #c8c8c8; + padding: 0.429em 0.857em; } + body .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { + color: #848484; + vertical-align: middle; } + body .p-treetable .p-treetable-tbody > tr.p-highlight { + background-color: #007ad9; + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu { + background-color: #5ab7ff; + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu .p-treetable-toggler { + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr:focus { + outline: none; } + body .p-treetable .p-treetable-tbody > tr:focus + tr > td { + box-shadow: 0 -0.2em 0 0 #8dcdff; } + body .p-treetable .p-treetable-tbody > tr:focus > td { + box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff; } + body .p-treetable .p-treetable-tbody > tr:focus > td:first-child { + box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, -0.1em -0.1em 0 0.1em #8dcdff; } + body .p-treetable .p-treetable-tbody > tr:focus > td:last-child { + box-shadow: 0 -0.2em 0 0 #8dcdff, 0 0.2em 0 0 #8dcdff, 0.1em -0.1em 0 0.1em #8dcdff; } body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover { cursor: pointer; background-color: #eaeaea; - color: #333333; -} -body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover .p-treetable-toggler { - color: #333333; -} + color: #333333; } + body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover .p-treetable-toggler { + color: #333333; } body .p-treetable .p-column-resizer-helper { - background-color: #007ad9; -} + background-color: #007ad9; } body .p-treetable .p-treetable-scrollable-header, body .p-treetable .p-treetable-scrollable-footer { - background-color: #f4f4f4; -} + background-color: #f4f4f4; } body .p-carousel .p-carousel-content .p-carousel-prev, body .p-carousel .p-carousel-content .p-carousel-next { background-color: #ffffff; @@ -2850,273 +2344,212 @@ body .p-carousel .p-carousel-content .p-carousel-next { -moz-transition: color 0.2s, box-shadow 0.2s; -o-transition: color 0.2s, box-shadow 0.2s; -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover, -body .p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover { - background-color: #ffffff; - color: #007ad9; - border-color: solid 1px rgba(178, 193, 205, 0.64); -} + transition: color 0.2s, box-shadow 0.2s; } + body .p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover, + body .p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover { + background-color: #ffffff; + color: #007ad9; + border-color: solid 1px rgba(178, 193, 205, 0.64); } body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon { width: 20px; height: 6px; background-color: #b2c1cd; - margin: 0 0.2em; -} -body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon::before { - content: " "; -} + margin: 0 0.2em; } + body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon::before { + content: ' '; } body .p-carousel .p-carousel-dots-container .p-carousel-dot-item.p-highlight .p-carousel-dot-icon { - background-color: #007ad9; -} + background-color: #007ad9; } body .p-messages { margin: 1em 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-messages .p-messages-wrapper { - padding: 1em; -} -body .p-messages.p-messages-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-info .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-info .p-messages-close { - background-color: #7fbcec; - color: #212121; -} -body .p-messages.p-messages-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-success .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-success .p-messages-close { - background-color: #b7d8b7; - color: #212121; -} -body .p-messages.p-messages-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-warn .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-warn .p-messages-close { - background-color: #ffe399; - color: #212121; -} -body .p-messages.p-messages-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-error .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-error .p-messages-close { - background-color: #f8b7bd; - color: #212121; -} -body .p-messages .p-messages-close { - top: -0.769em; - right: -0.769em; - width: 1.538em; - height: 1.538em; - line-height: 1.538em; - text-align: center; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-messages .p-messages-close .p-messages-close-icon { - line-height: inherit; - font-size: 1.5em; -} -body .p-messages .p-messages-close:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-messages .p-messages-icon { - font-size: 2em; -} + border-radius: 3px; } + body .p-messages .p-messages-wrapper { + padding: 1em; } + body .p-messages.p-messages-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-info .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-info .p-messages-close { + background-color: #7fbcec; + color: #212121; } + body .p-messages.p-messages-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-success .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-success .p-messages-close { + background-color: #b7d8b7; + color: #212121; } + body .p-messages.p-messages-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-warn .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-warn .p-messages-close { + background-color: #ffe399; + color: #212121; } + body .p-messages.p-messages-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-error .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-error .p-messages-close { + background-color: #f8b7bd; + color: #212121; } + body .p-messages .p-messages-close { + top: -0.769em; + right: -0.769em; + width: 1.538em; + height: 1.538em; + line-height: 1.538em; + text-align: center; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-messages .p-messages-close .p-messages-close-icon { + line-height: inherit; + font-size: 1.5em; } + body .p-messages .p-messages-close:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-messages .p-messages-icon { + font-size: 2em; } body .p-message { padding: 0.429em; margin: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-message.p-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-message.p-message-info .p-message-icon { - color: #212121; -} -body .p-message.p-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-message.p-message-success .p-message-icon { - color: #212121; -} -body .p-message.p-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-message.p-message-warn .p-message-icon { - color: #212121; -} -body .p-message.p-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-message.p-message-error .p-message-icon { - color: #212121; -} -body .p-message .p-message-icon { - font-size: 1.25em; -} -body .p-message .p-message-text { - font-size: 1em; -} + border-radius: 3px; } + body .p-message.p-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-message.p-message-info .p-message-icon { + color: #212121; } + body .p-message.p-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-message.p-message-success .p-message-icon { + color: #212121; } + body .p-message.p-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-message.p-message-warn .p-message-icon { + color: #212121; } + body .p-message.p-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-message.p-message-error .p-message-icon { + color: #212121; } + body .p-message .p-message-icon { + font-size: 1.25em; } + body .p-message .p-message-text { + font-size: 1em; } body .p-growl { top: 70px; opacity: 0.9; - filter: alpha(opacity=90); -} -body .p-growl .p-growl-item-container { - margin: 0 0 1em 0; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-growl .p-growl-item-container .p-growl-item { - padding: 1em; -} -body .p-growl .p-growl-item-container .p-growl-item .p-growl-message { - margin: 0 0 0 4em; -} -body .p-growl .p-growl-item-container .p-growl-item .p-growl-image { - font-size: 2.571em; -} -body .p-growl .p-growl-item-container.p-growl-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-icon-close { - color: #212121; -} + filter: alpha(opacity=90); } + body .p-growl .p-growl-item-container { + margin: 0 0 1em 0; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-growl .p-growl-item-container .p-growl-item { + padding: 1em; } + body .p-growl .p-growl-item-container .p-growl-item .p-growl-message { + margin: 0 0 0 4em; } + body .p-growl .p-growl-item-container .p-growl-item .p-growl-image { + font-size: 2.571em; } + body .p-growl .p-growl-item-container.p-growl-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-icon-close { + color: #212121; } body .p-toast { opacity: 0.9; - filter: alpha(opacity=90); -} -body .p-toast .p-toast-item-container { - margin: 0 0 1em 0; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-toast .p-toast-item-container .p-toast-item { - padding: 1em; -} -body .p-toast .p-toast-item-container .p-toast-item .p-toast-message { - margin: 0 0 0 4em; -} -body .p-toast .p-toast-item-container .p-toast-item .p-toast-image { - font-size: 2.571em; -} -body .p-toast .p-toast-item-container.p-toast-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #212121; -} + filter: alpha(opacity=90); } + body .p-toast .p-toast-item-container { + margin: 0 0 1em 0; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-toast .p-toast-item-container .p-toast-item { + padding: 1em; } + body .p-toast .p-toast-item-container .p-toast-item .p-toast-message { + margin: 0 0 0 4em; } + body .p-toast .p-toast-item-container .p-toast-item .p-toast-image { + font-size: 2.571em; } + body .p-toast .p-toast-item-container.p-toast-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { + color: #212121; } body .p-component-overlay { - background-color: rgba(0, 0, 0, 0.4); -} + background-color: rgba(0, 0, 0, 0.4); } body .p-overlaypanel { background-color: #ffffff; color: #333333; @@ -3127,50 +2560,41 @@ body .p-overlaypanel { border-radius: 3px; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-overlaypanel .p-overlaypanel-content { - padding: 1em; -} -body .p-overlaypanel .p-overlaypanel-close { - background-color: #007ad9; - color: #ffffff; - width: 1.538em; - height: 1.538em; - line-height: 1.538em; - text-align: center; - position: absolute; - top: -0.769em; - right: -0.769em; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-overlaypanel .p-overlaypanel-close:hover { - background-color: #005b9f; - color: #ffffff; -} -body .p-overlaypanel .p-overlaypanel-close > span { - line-height: inherit; -} -body .p-overlaypanel:after { - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #ffffff; -} -body .p-overlaypanel:before { - border-color: rgba(200, 200, 200, 0); - border-bottom-color: #c8c8c8; -} -body .p-overlaypanel.p-overlaypanel-flipped:after { - border-top-color: #ffffff; -} -body .p-overlaypanel.p-overlaypanel-flipped:before { - border-top-color: #c8c8c8; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-overlaypanel .p-overlaypanel-content { + padding: 1em; } + body .p-overlaypanel .p-overlaypanel-close { + background-color: #007ad9; + color: #ffffff; + width: 1.538em; + height: 1.538em; + line-height: 1.538em; + text-align: center; + position: absolute; + top: -0.769em; + right: -0.769em; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-overlaypanel .p-overlaypanel-close:hover { + background-color: #005b9f; + color: #ffffff; } + body .p-overlaypanel .p-overlaypanel-close > span { + line-height: inherit; } + body .p-overlaypanel:after { + border-color: rgba(255, 255, 255, 0); + border-bottom-color: #ffffff; } + body .p-overlaypanel:before { + border-color: rgba(200, 200, 200, 0); + border-bottom-color: #c8c8c8; } + body .p-overlaypanel.p-overlaypanel-flipped:after { + border-top-color: #ffffff; } + body .p-overlaypanel.p-overlaypanel-flipped:before { + border-top-color: #c8c8c8; } body .p-dialog { padding: 0; -moz-border-radius: 3px; @@ -3178,73 +2602,62 @@ body .p-dialog { border-radius: 3px; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-dialog .p-dialog-titlebar { - border: 1px solid #c8c8c8; - background-color: #f4f4f4; - color: #333333; - padding: 1em; - font-weight: 700; - border-bottom: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-dialog .p-dialog-titlebar .p-dialog-title { - margin: 0; - float: none; - font-weight: 700; -} -body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon { - color: #848484; - border: 0 none; - padding: 0; - margin-left: 0.5em; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover { - color: #333333; -} -body .p-dialog .p-dialog-content { - background-color: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; - padding: 1em; -} -body .p-dialog .p-dialog-footer { - border: 1px solid #c8c8c8; - border-top: 0 none; - background-color: #ffffff; - color: #333333; - padding: 0.571em 1em; - margin: 0; - text-align: right; -} -body .p-dialog .p-dialog-footer button { - margin: 0 0.5em 0 0; - width: auto; -} -body .p-dialog.p-confirm-dialog .p-dialog-content { - padding: 1.5em; -} -body .p-dialog.p-confirm-dialog .p-dialog-content > span { - float: none; - display: inline-block; - vertical-align: middle; - line-height: 14px; - margin: 0; -} -body .p-dialog.p-confirm-dialog .p-dialog-content > span.p-icon { - margin-right: 0.35em; - font-size: 16px; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-dialog .p-dialog-titlebar { + border: 1px solid #c8c8c8; + background-color: #f4f4f4; + color: #333333; + padding: 1em; + font-weight: 700; + border-bottom: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-dialog .p-dialog-titlebar .p-dialog-title { + margin: 0; + float: none; + font-weight: 700; } + body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon { + color: #848484; + border: 0 none; + padding: 0; + margin-left: 0.5em; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover { + color: #333333; } + body .p-dialog .p-dialog-content { + background-color: #ffffff; + color: #333333; + border: 1px solid #c8c8c8; + padding: 1em; } + body .p-dialog .p-dialog-footer { + border: 1px solid #c8c8c8; + border-top: 0 none; + background-color: #ffffff; + color: #333333; + padding: 0.571em 1em; + margin: 0; + text-align: right; } + body .p-dialog .p-dialog-footer button { + margin: 0 0.5em 0 0; + width: auto; } + body .p-dialog.p-confirm-dialog .p-dialog-content { + padding: 1.5em; } + body .p-dialog.p-confirm-dialog .p-dialog-content > span { + float: none; + display: inline-block; + vertical-align: middle; + line-height: 14px; + margin: 0; } + body .p-dialog.p-confirm-dialog .p-dialog-content > span.p-icon { + margin-right: .35em; + font-size: 16px; } body .p-sidebar { background-color: #ffffff; color: #333333; @@ -3252,21 +2665,17 @@ body .p-sidebar { border: 1px solid #c8c8c8; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-sidebar .p-sidebar-close { - color: #848484; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-sidebar .p-sidebar-close:hover { - color: #333333; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-sidebar .p-sidebar-close { + color: #848484; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-sidebar .p-sidebar-close:hover { + color: #333333; } body .p-sidebar-mask { - transition-duration: 0.2s; -} + transition-duration: 0.2s; } body .p-tooltip .p-tooltip-text { background-color: #333333; color: #ffffff; @@ -3276,76 +2685,62 @@ body .p-tooltip .p-tooltip-text { box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} + border-radius: 3px; } body .p-tooltip.p-tooltip-right .p-tooltip-arrow { - border-right-color: #333333; -} + border-right-color: #333333; } body .p-tooltip.p-tooltip-left .p-tooltip-arrow { - border-left-color: #333333; -} + border-left-color: #333333; } body .p-tooltip.p-tooltip-top .p-tooltip-arrow { - border-top-color: #333333; -} + border-top-color: #333333; } body .p-tooltip.p-tooltip-bottom .p-tooltip-arrow { - border-bottom-color: #333333; -} + border-bottom-color: #333333; } body .p-lightbox { -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-lightbox .p-lightbox-caption { - border: 1px solid #c8c8c8; - background-color: #f4f4f4; - color: #333333; - padding: 0.571em 1em; - font-weight: 700; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text { - color: #333333; - margin: 0; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-close { - padding: 0; - color: #848484; - -moz-transition: color 0.2s; - -o-transition: color 0.2s; - -webkit-transition: color 0.2s; - transition: color 0.2s; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-close:hover { - color: #333333; -} -body .p-lightbox .p-lightbox-content-wrapper { - overflow: hidden; - background-color: #ffffff; - color: #333333; - border: 0 none; - padding: 0; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right { - -moz-transition: all 0.2s; - -o-transition: all 0.2s; - -webkit-transition: all 0.2s; - transition: all 0.2s; - font-size: 3em; - color: #ffffff; - margin-top: -0.5em; -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover { - -webkit-transform: scale(1.2); - -moz-transform: scale(1.2); - -o-transform: scale(1.2); - -ms-transform: scale(1.2); - transform: scale(1.2); -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-content.p-lightbox-loading ~ a { - display: none; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-lightbox .p-lightbox-caption { + border: 1px solid #c8c8c8; + background-color: #f4f4f4; + color: #333333; + padding: 0.571em 1em; + font-weight: 700; } + body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text { + color: #333333; + margin: 0; } + body .p-lightbox .p-lightbox-caption .p-lightbox-close { + padding: 0; + color: #848484; + -moz-transition: color 0.2s; + -o-transition: color 0.2s; + -webkit-transition: color 0.2s; + transition: color 0.2s; } + body .p-lightbox .p-lightbox-caption .p-lightbox-close:hover { + color: #333333; } + body .p-lightbox .p-lightbox-content-wrapper { + overflow: hidden; + background-color: #ffffff; + color: #333333; + border: 0 none; + padding: 0; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right { + -moz-transition: all 0.2s; + -o-transition: all 0.2s; + -webkit-transition: all 0.2s; + transition: all 0.2s; + font-size: 3em; + color: #ffffff; + margin-top: -.5em; } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover { + -webkit-transform: scale(1.2); + -moz-transform: scale(1.2); + -o-transform: scale(1.2); + -ms-transform: scale(1.2); + transform: scale(1.2); } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-content.p-lightbox-loading ~ a { + display: none; } body .p-breadcrumb { background-color: #ffffff; @@ -3353,106 +2748,85 @@ body .p-breadcrumb { padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-breadcrumb ul li .p-menuitem-link { - color: #333333; - margin: 0; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-breadcrumb ul li .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-breadcrumb ul li.p-breadcrumb-chevron { - margin: 0 0.5em 0 0.5em; - color: #848484; -} -body .p-breadcrumb ul li:first-child a { - color: #848484; - margin: 0; -} -body .p-breadcrumb ul li .p-menuitem-icon { - color: #848484; -} + border-radius: 3px; } + body .p-breadcrumb ul li .p-menuitem-link { + color: #333333; + margin: 0; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-breadcrumb ul li .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-breadcrumb ul li.p-breadcrumb-chevron { + margin: 0 0.5em 0 0.5em; + color: #848484; } + body .p-breadcrumb ul li:first-child a { + color: #848484; + margin: 0; } + body .p-breadcrumb ul li .p-menuitem-icon { + color: #848484; } body .p-steps { - position: relative; -} -body .p-steps .p-steps-item { - background-color: transparent; - text-align: center; -} -body .p-steps .p-steps-item .p-menuitem-link { - display: inline-block; - text-align: center; - background-color: transparent; - overflow: hidden; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-steps .p-steps-item .p-menuitem-link .p-steps-number { - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - display: inline-block; - color: #333333; - background-color: #ffffff; - border: 1px solid #c8c8c8; - position: relative; - top: 16px; - margin-bottom: 14px; - width: 28px; - height: 28px; - font-size: 16px; - line-height: 24px; - text-align: center; -} -body .p-steps .p-steps-item .p-menuitem-link .p-steps-title { - display: block; - margin-top: 6px; - color: #848484; -} -body .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-steps .p-steps-item.p-highlight .p-steps-number { - background: #007ad9; - color: #ffffff; -} -body .p-steps .p-steps-item.p-highlight .p-steps-title { - font-weight: 700; - color: #333333; -} -body .p-steps .p-steps-item:last-child .p-menuitem-link { - display: block; -} -body .p-steps:before { - content: " "; - border-top: 1px solid #c8c8c8; - width: 100%; - top: 45%; - left: 0; - display: block; - position: absolute; -} + position: relative; } + body .p-steps .p-steps-item { + background-color: transparent; } + body .p-steps .p-steps-item .p-menuitem-link { + background-color: transparent; + overflow: hidden; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-steps .p-steps-item .p-menuitem-link .p-steps-number { + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + display: inline-block; + color: #333333; + background-color: #ffffff; + border: 1px solid #c8c8c8; + min-width: 28px; + height: 28px; + font-size: 16px; + line-height: 24px; + text-align: center; + position: relative; + z-index: 1; } + body .p-steps .p-steps-item .p-menuitem-link .p-steps-title { + display: block; + margin-top: 6px; + color: #848484; } + body .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-steps .p-steps-item.p-highlight .p-steps-number { + background: #007ad9; + color: #ffffff; } + body .p-steps .p-steps-item.p-highlight .p-steps-title { + font-weight: 700; + color: #333333; } + body .p-steps .p-steps-item:before { + content: ' '; + border-top: 1px solid #c8c8c8; + width: 100%; + top: 50%; + left: 0; + display: block; + position: absolute; + margin-top: -14px; } body .p-menu .p-menuitem-link, body .p-menubar .p-menuitem-link, body .p-tieredmenu .p-menuitem-link, @@ -3468,134 +2842,113 @@ body .p-slidemenu .p-menuitem-link { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-menu .p-menuitem-link .p-menuitem-text, -body .p-menubar .p-menuitem-link .p-menuitem-text, -body .p-tieredmenu .p-menuitem-link .p-menuitem-text, -body .p-contextmenu .p-menuitem-link .p-menuitem-text, -body .p-megamenu .p-menuitem-link .p-menuitem-text, -body .p-slidemenu .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-menu .p-menuitem-link .p-menuitem-icon, -body .p-menubar .p-menuitem-link .p-menuitem-icon, -body .p-tieredmenu .p-menuitem-link .p-menuitem-icon, -body .p-contextmenu .p-menuitem-link .p-menuitem-icon, -body .p-megamenu .p-menuitem-link .p-menuitem-icon, -body .p-slidemenu .p-menuitem-link .p-menuitem-icon { - color: #333333; - margin-right: 0.5em; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover { - background-color: #eaeaea; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { - color: #333333; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { - color: #333333; -} -body .p-menu .p-menuitem-link:focus, -body .p-menubar .p-menuitem-link:focus, -body .p-tieredmenu .p-menuitem-link:focus, -body .p-contextmenu .p-menuitem-link:focus, -body .p-megamenu .p-menuitem-link:focus, -body .p-slidemenu .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-menu .p-menuitem-link .p-menuitem-text, + body .p-menubar .p-menuitem-link .p-menuitem-text, + body .p-tieredmenu .p-menuitem-link .p-menuitem-text, + body .p-contextmenu .p-menuitem-link .p-menuitem-text, + body .p-megamenu .p-menuitem-link .p-menuitem-text, + body .p-slidemenu .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-menu .p-menuitem-link .p-menuitem-icon, + body .p-menubar .p-menuitem-link .p-menuitem-icon, + body .p-tieredmenu .p-menuitem-link .p-menuitem-icon, + body .p-contextmenu .p-menuitem-link .p-menuitem-icon, + body .p-megamenu .p-menuitem-link .p-menuitem-icon, + body .p-slidemenu .p-menuitem-link .p-menuitem-icon { + color: #333333; + margin-right: 0.5em; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover { + background-color: #eaeaea; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { + color: #333333; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { + color: #333333; } + body .p-menu .p-menuitem-link:focus, + body .p-menubar .p-menuitem-link:focus, + body .p-tieredmenu .p-menuitem-link:focus, + body .p-contextmenu .p-menuitem-link:focus, + body .p-megamenu .p-menuitem-link:focus, + body .p-slidemenu .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } body .p-menu { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-menu .p-menuitem { - margin: 0; -} -body .p-menu.p-menu-overlay { - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-menu .p-submenu-header { - margin: 0; - padding: 0.714em 0.857em; - color: #333333; - background-color: #f4f4f4; - font-weight: 700; - border: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-menu .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} + border-radius: 3px; } + body .p-menu .p-menuitem { + margin: 0; } + body .p-menu.p-menu-overlay { + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-menu .p-submenu-header { + margin: 0; + padding: 0.714em 0.857em; + color: #333333; + background-color: #f4f4f4; + font-weight: 700; + border: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-menu .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } body .p-menubar { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { - padding: 0.714em 0.857em; -} -body .p-menubar .p-submenu-list { - padding: 0; - background-color: #ffffff; - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-menubar .p-submenu-list .p-menuitem { - margin: 0; -} -body .p-menubar .p-submenu-list .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} -body .p-menubar .p-menuitem { - margin: 0; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #333333; -} + border-radius: 3px; } + body .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { + padding: 0.714em 0.857em; } + body .p-menubar .p-submenu-list { + padding: 0; + background-color: #ffffff; + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-menubar .p-submenu-list .p-menuitem { + margin: 0; } + body .p-menubar .p-submenu-list .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } + body .p-menubar .p-menuitem { + margin: 0; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #333333; } body .p-contextmenu { padding: 0; background-color: #ffffff; @@ -3605,351 +2958,277 @@ body .p-contextmenu { box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-contextmenu .p-submenu-list { - padding: 0; - background-color: #ffffff; - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-contextmenu .p-menuitem { - margin: 0; -} -body .p-contextmenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #333333; -} -body .p-contextmenu .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} + border-radius: 3px; } + body .p-contextmenu .p-submenu-list { + padding: 0; + background-color: #ffffff; + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-contextmenu .p-menuitem { + margin: 0; } + body .p-contextmenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #333333; } + body .p-contextmenu .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } body .p-tieredmenu { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tieredmenu .p-submenu-list { - padding: 0; - background-color: #ffffff; - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-tieredmenu .p-menuitem { - margin: 0; -} -body .p-tieredmenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #333333; -} -body .p-tieredmenu .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} -body .p-tieredmenu.p-menu-overlay { - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} + border-radius: 3px; } + body .p-tieredmenu .p-submenu-list { + padding: 0; + background-color: #ffffff; + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-tieredmenu .p-menuitem { + margin: 0; } + body .p-tieredmenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #333333; } + body .p-tieredmenu .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } + body .p-tieredmenu.p-menu-overlay { + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } body .p-slidemenu { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-slidemenu .p-submenu-list { - padding: 0; - background-color: #ffffff; - border: 0 none; -} -body .p-slidemenu .p-menuitem { - margin: 0; -} -body .p-slidemenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #333333; -} -body .p-slidemenu .p-slidemenu-backward { - margin: 0; - padding: 0.571em 1em; - color: #333333; - background-color: #f4f4f4; - font-weight: 700; - border: 0 none; -} -body .p-slidemenu .p-slidemenu-backward:hover { - background-color: #dbdbdb; - color: #333333; -} -body .p-slidemenu .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} -body .p-slidemenu.p-menu-overlay { - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} + border-radius: 3px; } + body .p-slidemenu .p-submenu-list { + padding: 0; + background-color: #ffffff; + border: 0 none; } + body .p-slidemenu .p-menuitem { + margin: 0; } + body .p-slidemenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #333333; } + body .p-slidemenu .p-slidemenu-backward { + margin: 0; + padding: 0.571em 1em; + color: #333333; + background-color: #f4f4f4; + font-weight: 700; + border: 0 none; } + body .p-slidemenu .p-slidemenu-backward:hover { + background-color: #dbdbdb; + color: #333333; } + body .p-slidemenu .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } + body .p-slidemenu.p-menu-overlay { + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } body .p-tabmenu { - border: 0 none; -} -body .p-tabmenu .p-tabmenu-nav { - padding: 0; - background: transparent; - border-bottom: 1px solid #c8c8c8; -} -body .p-tabmenu .p-tabmenu-nav:after { - content: ""; - display: table; - clear: both; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - margin-bottom: -1px; - border: 1px solid #c8c8c8; - background-color: #f4f4f4; - color: #333333; - padding: 0.571em 1em; - margin-right: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { - color: #848484; - margin-right: 0.5em; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { - background-color: #dbdbdb; - border: 1px solid #dbdbdb; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-icon { - color: #333333; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { - background-color: #007ad9; - border: 1px solid #007ad9; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-icon { - color: #ffffff; -} + border: 0 none; } + body .p-tabmenu .p-tabmenu-nav { + padding: 0; + background: transparent; + border-bottom: 1px solid #c8c8c8; } + body .p-tabmenu .p-tabmenu-nav:after { + content: ""; + display: table; + clear: both; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { + margin-bottom: -1px; + border: 1px solid #c8c8c8; + background-color: #f4f4f4; + color: #333333; + padding: 0.571em 1em; + margin-right: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { + color: #848484; + margin-right: 0.5em; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { + background-color: #dbdbdb; + border: 1px solid #dbdbdb; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-icon { + color: #333333; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { + background-color: #007ad9; + border: 1px solid #007ad9; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-icon { + color: #ffffff; } body .p-megamenu { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-megamenu .p-megamenu-submenu-header { - margin: 0; - padding: 0.571em 1em; - color: #333333; - background-color: #f4f4f4; - font-weight: 700; - border: 0 none; -} -body .p-megamenu .p-megamenu-panel { - padding: 0; - background-color: #ffffff; - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-megamenu .p-menuitem { - margin: 0; -} -body .p-megamenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #333333; -} -body .p-megamenu.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { - right: 0.429em; -} + border-radius: 3px; } + body .p-megamenu .p-megamenu-submenu-header { + margin: 0; + padding: 0.571em 1em; + color: #333333; + background-color: #f4f4f4; + font-weight: 700; + border: 0 none; } + body .p-megamenu .p-megamenu-panel { + padding: 0; + background-color: #ffffff; + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-megamenu .p-menuitem { + margin: 0; } + body .p-megamenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #333333; } + body .p-megamenu.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { + right: 0.429em; } body .p-panelmenu .p-icon { - position: static; -} + position: static; } body .p-panelmenu .p-panelmenu-panel .p-panelmenu-header { - margin-top: 2px; -} + margin-top: 2px; } body .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header { - margin-top: 0; -} + margin-top: 0; } body .p-panelmenu .p-panelmenu-header { - padding: 0; -} -body .p-panelmenu .p-panelmenu-header > a { - border: 1px solid #c8c8c8; - background-color: #f4f4f4; - color: #333333; - padding: 0.714em 0.857em; - font-weight: 700; - position: static; - font-size: 14px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { - color: #848484; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-right:before { - content: ""; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-down:before { - content: ""; -} -body .p-panelmenu .p-panelmenu-header > a:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; - z-index: 100; -} -body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover { - outline: 0 none; - border: 1px solid #dbdbdb; - background-color: #dbdbdb; - color: #333333; -} -body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover .p-panelmenu-icon { - color: #333333; -} -body .p-panelmenu .p-panelmenu-header.p-highlight { - margin-bottom: 0; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a { - border: 1px solid #007ad9; - background-color: #007ad9; - color: #ffffff; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a .p-panelmenu-icon { - color: #ffffff; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover { - outline: 0 none; - border: 1px solid #005b9f; - background-color: #005b9f; - color: #ffffff; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover .p-panelmenu-icon { - color: #ffffff; -} + padding: 0; } + body .p-panelmenu .p-panelmenu-header > a { + border: 1px solid #c8c8c8; + background-color: #f4f4f4; + color: #333333; + padding: 0.714em 0.857em; + font-weight: 700; + position: static; + font-size: 14px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { + color: #848484; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-right:before { + content: ""; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-down:before { + content: ""; } + body .p-panelmenu .p-panelmenu-header > a:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; + z-index: 100; } + body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover { + outline: 0 none; + border: 1px solid #dbdbdb; + background-color: #dbdbdb; + color: #333333; } + body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover .p-panelmenu-icon { + color: #333333; } + body .p-panelmenu .p-panelmenu-header.p-highlight { + margin-bottom: 0; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a { + border: 1px solid #007ad9; + background-color: #007ad9; + color: #ffffff; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a .p-panelmenu-icon { + color: #ffffff; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover { + outline: 0 none; + border: 1px solid #005b9f; + background-color: #005b9f; + color: #ffffff; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover .p-panelmenu-icon { + color: #ffffff; } body .p-panelmenu .p-panelmenu-panel:first-child { - margin-top: 0; -} + margin-top: 0; } body .p-panelmenu .p-panelmenu-content { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; margin-top: 0; position: static; - border-top: 0 none; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem { - margin: 0; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { - padding: 0.714em 0.857em; - color: #333333; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover { - background-color: #eaeaea; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-icon, body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-panelmenu-icon { - color: #333333; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-text { - color: #333333; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; - -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; - box-shadow: inset 0 0 0 0.2em #8dcdff; -} + border-top: 0 none; } + body .p-panelmenu .p-panelmenu-content .p-menuitem { + margin: 0; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { + padding: 0.714em 0.857em; + color: #333333; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover { + background-color: #eaeaea; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-icon, body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-panelmenu-icon { + color: #333333; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-text { + color: #333333; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #8dcdff; + -moz-box-shadow: inset 0 0 0 0.2em #8dcdff; + box-shadow: inset 0 0 0 0.2em #8dcdff; } body .p-progressbar { border: 0 none; @@ -3957,61 +3236,49 @@ body .p-progressbar { background-color: #eaeaea; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-progressbar .p-progressbar-value { - border: 0 none; - margin: 0; - background: #007ad9; -} -body .p-progressbar .p-progressbar-label { - margin-top: 0; - color: #333333; - line-height: 24px; -} + border-radius: 3px; } + body .p-progressbar .p-progressbar-value { + border: 0 none; + margin: 0; + background: #007ad9; } + body .p-progressbar .p-progressbar-label { + margin-top: 0; + color: #333333; + line-height: 24px; } body .p-terminal { background-color: #ffffff; color: #333333; border: 1px solid #c8c8c8; - padding: 0.571em 1em; -} -body .p-terminal .p-terminal-input { - font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} -body .p-terminal .p-terminal-command { - height: 16px; -} + padding: 0.571em 1em; } + body .p-terminal .p-terminal-input { + font-size: 14px; + font-family: "Open Sans", "Helvetica Neue", sans-serif; } + body .p-terminal .p-terminal-command { + height: 16px; } body .p-inplace { - min-height: 2.357em; -} -body .p-inplace .p-inplace-display { - padding: 0.429em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-inplace .p-inplace-display:not(.p-disabled):hover { - background-color: #eaeaea; - color: #333333; -} -body .p-inplace .p-inplace-display:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} + min-height: 2.357em; } + body .p-inplace .p-inplace-display { + padding: 0.429em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-inplace .p-inplace-display:not(.p-disabled):hover { + background-color: #eaeaea; + color: #333333; } + body .p-inplace .p-inplace-display:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } body .p-fluid .p-inplace.p-inplace-closable .p-inplace-content > :first-child { display: inline-block; - width: calc(100% - 2.357em); -} + width: calc(100% - 2.357em); } body .p-blockui { - transition-duration: 0.2s; -} + transition-duration: 0.2s; } /* Add your customizations of theme here */ diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index f8fddcab3..e2c8081af 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -1,1253 +1,1040 @@ @charset "UTF-8"; /* open-sans-300 - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: url("./fonts/open-sans-v15-latin-300.eot"); /* IE9 Compat Modes */ src: local("Open Sans Light"), local("OpenSans-Light"), url("./fonts/open-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-300.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-300.woff") format("woff"), url("./fonts/open-sans-v15-latin-300.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-300.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } /* open-sans-regular - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: url("./fonts/open-sans-v15-latin-regular.eot"); /* IE9 Compat Modes */ src: local("Open Sans Regular"), local("OpenSans-Regular"), url("./fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-regular.woff") format("woff"), url("./fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } /* open-sans-700 - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: url("./fonts/open-sans-v15-latin-700.eot"); /* IE9 Compat Modes */ src: local("Open Sans Bold"), local("OpenSans-Bold"), url("./fonts/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-700.woff") format("woff"), url("./fonts/open-sans-v15-latin-700.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-700.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; - box-sizing: border-box; -} + box-sizing: border-box; } body .p-component { font-family: "Open Sans", "Helvetica Neue", sans-serif; font-size: 14px; - text-decoration: none; -} + text-decoration: none; } body a { color: #41b883; - text-decoration: none; -} -body a:hover { - color: #318c63; -} -body a:active { - color: #246749; -} + text-decoration: none; } + body a:hover { + color: #318c63; } + body a:active { + color: #246749; } body .p-disabled, body .p-component:disabled { opacity: 0.5; - filter: alpha(opacity=50); -} + filter: alpha(opacity=50); } body .pi { - font-size: 1.25em; -} + font-size: 1.25em; } body .p-link { font-size: 14px; font-family: "Open Sans", "Helvetica Neue", sans-serif; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; -} + border-radius: 3px; } + body .p-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; } body { - /* Validations */ -} -body .p-inputtext { - font-size: 14px; - color: #333333; - background: #ffffff; - padding: 0.429em; - border: 1px solid #a6a6a6; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-inputtext:enabled:hover { - border-color: #212121; -} -body .p-inputtext:enabled:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; - border-color: #41b883; -} -body .p-checkbox { - display: inline-block; - vertical-align: middle; - margin: 0; - width: 20px; - height: 20px; -} -body .p-checkbox .p-checkbox-box { - border: 1px solid #a6a6a6; - background-color: #ffffff; - width: 20px; - height: 20px; - text-align: center; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; -} -body .p-checkbox .p-checkbox-box:not(.p-disabled):hover { - border-color: #212121; -} -body .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; - border-color: #41b883; -} -body .p-checkbox .p-checkbox-box.p-highlight { - border-color: #41b883; - background-color: #41b883; - color: #ffffff; -} -body .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { - border-color: #246749; - background-color: #246749; - color: #ffffff; -} -body .p-checkbox .p-checkbox-box .p-checkbox-icon { - overflow: hidden; - position: relative; - font-size: 18px; -} -body .p-checkbox-label { - margin: 0 0 0 0.5em; -} -body .p-radiobutton { - display: inline-block; - vertical-align: middle; - margin: 0; - width: 20px; - height: 20px; -} -body .p-radiobutton .p-radiobutton-box { - border: 1px solid #a6a6a6; - background-color: #ffffff; - width: 20px; - height: 20px; - text-align: center; - position: relative; - -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; -} -body .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { - border-color: #212121; -} -body .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; - border-color: #41b883; -} -body .p-radiobutton .p-radiobutton-box.p-highlight { - border-color: #41b883; - background-color: #41b883; - color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon { - background-color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { - border-color: #246749; - background-color: #246749; - color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - background: transparent; - width: 10px; - height: 10px; - display: inline-block; - position: absolute; - left: 50%; - top: 50%; - margin-left: -5px; - margin-top: -5px; - -moz-transition: background-color 0.2s; - -o-transition: background-color 0.2s; - -webkit-transition: background-color 0.2s; - transition: background-color 0.2s; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; -} -body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon:before { - display: none; -} -body .p-radiobutton-label { - margin: 0 0 0 0.5em; -} -body .p-inputswitch { - width: 3em; - height: 1.75em; -} -body .p-inputswitch .p-inputswitch-slider { - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - border-radius: 30px; - background: #cccccc; -} -body .p-inputswitch .p-inputswitch-slider:before { - background-color: #ffffff; - height: 1.25em; - width: 1.25em; - left: 0.25em; - bottom: 0.25em; - border-radius: 50%; - -webkit-transition: 0.2s; - transition: 0.2s; -} -body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { - -webkit-transform: translateX(1.25em); - -ms-transform: translateX(1.25em); - transform: translateX(1.25em); -} -body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; -} -body .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { - background-color: #b7b7b7; -} -body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { - background-color: #41b883; -} -body .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { - background-color: #318c63; -} -body .p-autocomplete .p-autocomplete-input { - padding: 0.429em; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { - padding: 0.2145em 0.429em; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: #212121; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; - border-color: #41b883; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { - margin: 0; - padding: 0.2145em 0; - color: #333333; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input { - font-family: "Open Sans", "Helvetica Neue", sans-serif; - font-size: 14px; - padding: 0; - margin: 0; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { - font-size: 14px; - padding: 0.2145em 0.429em; - margin: 0 0.286em 0 0; - background: #41b883; - color: #ffffff; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-autocomplete-panel { - padding: 0; - border: 1px solid #c8c8c8; - background-color: #ffffff; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-autocomplete-panel .p-autocomplete-items { - padding: 0; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item:hover { - color: #333333; - background-color: #eaeaea; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item.p-highlight { - color: #ffffff; - background-color: #41b883; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group { - padding: 0.429em 0.857em; - background-color: #d8dae2; - color: #333333; -} -body .p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button { - width: 2.357em; -} -body .p-fluid .p-autocomplete.p-autocomplete-multiple.p-autocomplete-dd .p-autocomplete-multiple-container { - border-right: 0 none; - width: calc(100% - 2.357em); -} -body .p-fluid .p-autocomplete.p-autocomplete-dd .p-inputtext { - border-right: 0 none; - width: calc(100% - 2.357em); -} -body .p-chips > ul.p-inputtext { - padding: 0.2145em 0.429em; - display: inline-block; -} -body .p-chips > ul.p-inputtext:not(.p-disabled):hover { - border-color: #212121; -} -body .p-chips > ul.p-inputtext:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; - border-color: #41b883; -} -body .p-chips > ul.p-inputtext .p-chips-input-token { - padding: 0.2145em 0; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input { - font-family: "Open Sans", "Helvetica Neue", sans-serif; - font-size: 14px; - padding: 0; - margin: 0; - color: #333333; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input:hover { - border: 0 none; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input:focus { - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; - outline: 0 none; - border: 0 none; -} -body .p-chips > ul.p-inputtext .p-chips-token { - font-size: 14px; - padding: 0.2145em 0.429em; - margin: 0 0.286em 0 0; - background: #41b883; - color: #ffffff; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown { - background: #ffffff; - border: 1px solid #a6a6a6; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown:not(.p-disabled):hover { - border-color: #212121; -} -body .p-dropdown:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; - border-color: #41b883; -} -body .p-dropdown .p-dropdown-label { - padding-right: 2em; -} -body .p-dropdown .p-dropdown-label.p-placeholder { - color: #666666; -} -body .p-dropdown .p-dropdown-label:focus { - outline: 0 none; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; -} -body .p-dropdown .p-dropdown-trigger { - background-color: #ffffff; - width: 2em; - line-height: 2em; - text-align: center; - padding: 0; - color: #848484; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-dropdown .p-dropdown-clear-icon { - color: #848484; -} -body .p-dropdown-panel { - padding: 0; - border: 1px solid #c8c8c8; - background-color: #ffffff; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-dropdown-panel .p-dropdown-filter-container { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #eaeaea; - color: #333333; - background-color: #ffffff; - margin: 0; -} -body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter { - width: 100%; - padding-right: 2em; -} -body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon { - top: 50%; - margin-top: -0.5em; - right: 1.357em; - color: #41b883; -} -body .p-dropdown-panel .p-dropdown-items { - padding: 0; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group.p-highlight { - color: #ffffff; - background-color: #41b883; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover { - color: #333333; - background-color: #eaeaea; -} -body .p-multiselect { - background: #ffffff; - border: 1px solid #a6a6a6; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-multiselect:not(.p-disabled):hover { - border-color: #212121; -} -body .p-multiselect:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; - border-color: #41b883; -} -body .p-multiselect .p-multiselect-label { - padding: 0.429em; - padding-right: 2em; - font-weight: 400; - color: #333333; -} -body .p-multiselect .p-multiselect-label.p-placeholder { - color: #666666; -} -body .p-multiselect .p-multiselect-trigger { - background-color: #ffffff; - width: 2em; - line-height: 2em; - text-align: center; - padding: 0; - color: #848484; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-multiselect-panel { - padding: 0; - border: 1px solid #c8c8c8; - background-color: #ffffff; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-multiselect-panel .p-multiselect-header { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #eaeaea; - color: #333333; - background-color: #ffffff; - margin: 0; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container { - float: none; - width: 70%; - display: inline-block; - vertical-align: middle; - margin-left: 0; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { - padding: 0.429em; - padding-right: 2em; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { - color: #41b883; - top: 50%; - margin-top: -0.5em; - right: 0.5em; - left: auto; -} -body .p-multiselect-panel .p-multiselect-header .p-checkbox { - margin-right: 0.5em; - float: none; - vertical-align: middle; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-close { - line-height: 1; - color: #848484; - top: 50%; - margin-top: -0.5em; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-multiselect-panel .p-multiselect-items { - padding: 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { - color: #333333; - background-color: #eaeaea; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: inset 0 0 0 0.2em #c2e9d8; - box-shadow: inset 0 0 0 0.2em #c2e9d8; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { - color: #ffffff; - background-color: #41b883; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { - position: static; - display: inline-block; - vertical-align: middle; - margin: 0 0.5em 0 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item label { - display: inline-block; - vertical-align: middle; -} -body .p-listbox { - padding: 0; - min-width: 12em; - background: #ffffff; - border: 1px solid #a6a6a6; -} -body .p-listbox .p-checkbox { - margin: 0 0.5em 0 0; -} -body .p-listbox .p-listbox-header { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #eaeaea; - color: #333333; - background-color: #ffffff; - margin: 0; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-listbox .p-listbox-header .p-listbox-filter-container input { - padding: 0.429em; - padding-right: 2em; -} -body .p-listbox .p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon { - top: 50%; - left: auto; - margin-top: -0.5em; - right: 0.5em; - color: #41b883; -} -body .p-listbox .p-listbox-list { - background-color: #ffffff; -} -body .p-listbox .p-listbox-list .p-listbox-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-listbox .p-listbox-list .p-listbox-item.p-highlight { - color: #ffffff; - background-color: #41b883; -} -body .p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: inset 0 0 0 0.2em #c2e9d8; - box-shadow: inset 0 0 0 0.2em #c2e9d8; -} -body .p-listbox .p-listbox-list .p-listbox-item .p-checkbox { - position: static; - display: inline-block; - vertical-align: middle; - margin: 0 0.5em 0 0; -} -body .p-listbox .p-listbox-list .p-listbox-item label { - display: inline-block; - vertical-align: middle; -} -body .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { - color: #333333; - background-color: #eaeaea; -} -body .p-listbox.p-disabled .p-checkbox-box:not(.p-disabled):not(.p-highlight):hover { - border: 1px solid #a6a6a6; -} -body .p-listbox .p-listbox-list-wrapper { - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-listbox .p-listbox-footer { - padding: 0.429em 0.857em 0.429em 0.857em; - border-top: 1px solid #eaeaea; - color: #333333; - background-color: #ffffff; -} -body .p-editor-container .p-editor-toolbar { - border: 1px solid #c8c8c8; - background-color: #f4f4f4; -} -body .p-editor-container .p-editor-content { - border: 1px solid #c8c8c8; -} -body .p-editor-container .p-editor-content .ql-editor { - background-color: #ffffff; - color: #333333; -} -body .p-editor-container .ql-picker.ql-expanded .ql-picker-label { - color: #333333; -} -body .p-editor-container .ql-stroke { - stroke: #333333; -} -body .p-editor-container .ql-picker-label { - color: #333333; -} -body .p-editor-container .ql-snow.ql-toolbar button:hover, -body .p-editor-container .ql-snow .ql-toolbar button:hover, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { - color: #41b883; -} -body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { - stroke: #41b883; -} -body .p-rating .p-rating-icon { - font-size: 20px; - text-align: center; - display: inline-block; - color: #333333; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-rating .p-rating-icon.p-rating-cancel { - color: #e4018d; -} -body .p-rating .p-rating-icon:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; -} -body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { - color: #41b883; -} -body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { - color: #b5019f; -} -body .p-spinner .p-spinner-input { - padding-right: 2.429em; -} -body .p-spinner .p-spinner-button { - width: 2em; -} -body .p-spinner .p-spinner-button .p-spinner-button-icon { - position: absolute; - top: 50%; - left: 50%; - margin-top: -0.5em; - margin-left: -0.5em; - width: 1em; -} -body .p-spinner .p-spinner-button.p-spinner-button { - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-up { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-down { - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-spinner .p-spinner-button.p-spinner-button:focus { - z-index: 1; -} -body .p-fluid .p-spinner .p-spinner-input { - padding-right: 2.429em; -} -body .p-fluid .p-spinner .p-spinner-button { - width: 2em; -} -body .p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon { - left: 50%; -} -body .p-slider { - background-color: #c8c8c8; - border: 0 none; -} -body .p-slider.p-slider-horizontal { - height: 0.286em; -} -body .p-slider.p-slider-horizontal .p-slider-handle { - top: 50%; - margin-top: -0.5715em; -} -body .p-slider.p-slider-vertical { - width: 0.286em; -} -body .p-slider.p-slider-vertical .p-slider-handle { - left: 50%; - margin-left: -0.5715em; -} -body .p-slider .p-slider-handle { - height: 1.143em; - width: 1.143em; - background-color: #ffffff; - border: 2px solid #666666; - -moz-border-radius: 100%; - -webkit-border-radius: 100%; - border-radius: 100%; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-slider .p-slider-handle:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; -} -body .p-slider .p-slider-range { - background-color: #41b883; -} -body .p-slider:not(.p-disabled) .p-slider-handle:hover { - background-color: 2px solid #666666; - border: 2px solid #41b883; -} -body .p-datepicker { - padding: 0.857em; - min-width: 20em; - background-color: #ffffff; - color: #333333; - border: 1px solid #a6a6a6; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker:not(.p-datepicker-inline) { - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:hover, -body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:hover { - color: #41b883; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled) { - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { - background-color: #eaeaea; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker { - margin: 0.857em 0 0 0; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month { - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled) { - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { - background-color: #eaeaea; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; -} -body .p-datepicker .p-datepicker-header { - padding: 0.429em 0.857em 0.429em 0.857em; - background-color: #ffffff; - color: #333333; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-datepicker .p-datepicker-header .p-datepicker-prev, -body .p-datepicker .p-datepicker-header .p-datepicker-next { - cursor: pointer; - top: 0; - color: #a6a6a6; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title { - margin: 0; - padding: 0; - line-height: 1; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title select { - margin-top: -0.35em; - margin-bottom: 0; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; - border-color: #41b883; -} -body .p-datepicker table { - font-size: 14px; - margin: 0.857em 0 0 0; -} -body .p-datepicker table th { - padding: 0.5em; -} -body .p-datepicker table td { - padding: 0.5em; -} -body .p-datepicker table td > span { - display: block; - text-align: center; - color: #333333; - cursor: pointer; - padding: 0.5em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-datepicker table td > span.p-highlight { - color: #ffffff; - background-color: #41b883; -} -body .p-datepicker table td.p-datepicker-today > span { - background-color: #d0d0d0; - color: #333333; -} -body .p-datepicker table td.p-datepicker-today > span.p-highlight { - color: #ffffff; - background-color: #41b883; -} -body .p-datepicker .p-datepicker-buttonbar { - border-top: 1px solid #d8dae2; -} -body .p-datepicker .p-timepicker { - border: 0 none; - border-top: 1px solid #d8dae2; - padding: 0.857em; -} -body .p-datepicker .p-timepicker button { - color: #a6a6a6; - font-size: 1.286em; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-timepicker button:hover { - color: #41b883; -} -body .p-datepicker .p-timepicker span { - font-size: 1.286em; -} -body .p-datepicker .p-monthpicker .p-monthpicker-month { - color: #333333; -} -body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { - color: #ffffff; - background-color: #41b883; -} -body .p-datepicker.p-datepicker-timeonly { - padding: 0; -} -body .p-datepicker.p-datepicker-timeonly .p-timepicker { - border-top: 0 none; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { - border-right: 1px solid #d8dae2; - padding-right: 0.857em; - padding-left: 0.857em; - padding-top: 0; - padding-bottom: 0; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child { - padding-left: 0; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child { - padding-right: 0; - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-inputtext { - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-error), body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-error) { - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button { - width: 2.357em; - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; -} -body .p-fluid .p-calendar.p-calendar-w-btn .p-inputtext { - width: calc(100% - 2.357em); -} -body .p-fileupload .p-fileupload-buttonbar { - background-color: #f4f4f4; - padding: 0.571em 1em; - border: 1px solid #c8c8c8; - color: #333333; - border-bottom: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-fileupload .p-fileupload-buttonbar .p-button { - margin-right: 8px; -} -body .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; -} -body .p-fileupload .p-fileupload-content { - background-color: #ffffff; - padding: 0.571em 1em; - border: 1px solid #c8c8c8; - color: #333333; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-fileupload .p-progressbar { - top: 0; -} -body .p-fileupload-choose:not(.p-disabled):hover { - background-color: #318c63; - color: #ffffff; - border-color: #318c63; -} -body .p-fileupload-choose:not(.p-disabled):active { - background-color: #246749; - color: #ffffff; - border-color: #246749; -} -body .p-password-panel { - padding: 12px; - background-color: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-inputgroup .p-inputgroup-addon { - border-color: #a6a6a6; - background-color: #eaeaea; - color: #848484; - padding: 0.429em; - min-width: 2em; -} -body .p-inputgroup .p-inputgroup-addon:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-inputgroup .p-inputgroup-addon:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox { - position: relative; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox .p-checkbox { - position: absolute; - top: 50%; - left: 50%; - margin-left: -10px; - margin-top: -10px; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton { - position: relative; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton .p-radiobutton { - position: absolute; - top: 50%; - left: 50%; - margin-left: -10px; - margin-top: -10px; -} -body .p-inputgroup .p-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-inputgroup .p-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-inputgroup .p-inputtext:focus { - z-index: 1; -} -body .p-fluid .p-inputgroup .p-button { - width: auto; -} -body .p-fluid .p-inputgroup .p-button.p-button-icon-only { - width: 2.357em; -} -body ::-webkit-input-placeholder { - color: #666666; -} -body :-moz-placeholder { - color: #666666; -} -body ::-moz-placeholder { - color: #666666; -} -body :-ms-input-placeholder { - color: #666666; -} -body .p-inputtext.p-error, -body .p-dropdown.p-error, -body .p-autocomplete.p-error > .p-inputtext, -body .p-calendar.p-error > .p-inputtext, -body .p-chips.p-error > .p-inputtext, -body .p-checkbox.p-error > .p-checkbox-box, -body .p-radiobutton.p-error > .p-radiobutton-box, -body .p-inputswitch.p-error, -body .p-listbox.p-error, -body .p-multiselect.p-error, -body .p-spinner.p-error > .p-inputtext, -body .p-selectbutton.p-error > .p-button, -body .p-togglebutton.p-error > .p-button { - border: 1px solid #a80000; -} + /* Validations */ } + body .p-inputtext { + font-size: 14px; + color: #333333; + background: #ffffff; + padding: 0.429em; + border: 1px solid #a6a6a6; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-inputtext:enabled:hover { + border-color: #212121; } + body .p-inputtext:enabled:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; + border-color: #41b883; } + body .p-checkbox { + display: inline-block; + vertical-align: middle; + margin: 0; + width: 20px; + height: 20px; } + body .p-checkbox .p-checkbox-box { + border: 1px solid #a6a6a6; + background-color: #ffffff; + width: 20px; + height: 20px; + text-align: center; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; } + body .p-checkbox .p-checkbox-box:not(.p-disabled):hover { + border-color: #212121; } + body .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; + border-color: #41b883; } + body .p-checkbox .p-checkbox-box.p-highlight { + border-color: #41b883; + background-color: #41b883; + color: #ffffff; } + body .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { + border-color: #246749; + background-color: #246749; + color: #ffffff; } + body .p-checkbox .p-checkbox-box .p-checkbox-icon { + overflow: hidden; + position: relative; + font-size: 18px; } + body .p-checkbox-label { + margin: 0 0 0 0.5em; } + body .p-radiobutton { + display: inline-block; + vertical-align: middle; + margin: 0; + width: 20px; + height: 20px; } + body .p-radiobutton .p-radiobutton-box { + border: 1px solid #a6a6a6; + background-color: #ffffff; + width: 20px; + height: 20px; + text-align: center; + position: relative; + -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; } + body .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { + border-color: #212121; } + body .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; + border-color: #41b883; } + body .p-radiobutton .p-radiobutton-box.p-highlight { + border-color: #41b883; + background-color: #41b883; + color: #ffffff; } + body .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon { + background-color: #ffffff; } + body .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { + border-color: #246749; + background-color: #246749; + color: #ffffff; } + body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { + background: transparent; + width: 10px; + height: 10px; + display: inline-block; + position: absolute; + left: 50%; + top: 50%; + margin-left: -5px; + margin-top: -5px; + -moz-transition: background-color 0.2s; + -o-transition: background-color 0.2s; + -webkit-transition: background-color 0.2s; + transition: background-color 0.2s; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; } + body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon:before { + display: none; } + body .p-radiobutton-label { + margin: 0 0 0 .5em; } + body .p-inputswitch { + width: 3em; + height: 1.75em; } + body .p-inputswitch .p-inputswitch-slider { + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + border-radius: 30px; + background: #cccccc; } + body .p-inputswitch .p-inputswitch-slider:before { + background-color: #ffffff; + height: 1.250em; + width: 1.250em; + left: .25em; + bottom: .25em; + border-radius: 50%; + -webkit-transition: 0.2s; + transition: 0.2s; } + body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { + -webkit-transform: translateX(1.25em); + -ms-transform: translateX(1.25em); + transform: translateX(1.25em); } + body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; } + body .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { + background-color: #b7b7b7; } + body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { + background-color: #41b883; } + body .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { + background-color: #318c63; } + body .p-autocomplete .p-autocomplete-input { + padding: 0.429em; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { + padding: 0.2145em 0.429em; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { + border-color: #212121; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; + border-color: #41b883; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { + margin: 0; + padding: 0.2145em 0; + color: #333333; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input { + font-family: "Open Sans", "Helvetica Neue", sans-serif; + font-size: 14px; + padding: 0; + margin: 0; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { + font-size: 14px; + padding: 0.2145em 0.429em; + margin: 0 0.286em 0 0; + background: #41b883; + color: #ffffff; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-autocomplete-panel { + padding: 0; + border: 1px solid #c8c8c8; + background-color: #ffffff; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-autocomplete-panel .p-autocomplete-items { + padding: 0; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item:hover { + color: #333333; + background-color: #eaeaea; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item.p-highlight { + color: #ffffff; + background-color: #41b883; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group { + padding: 0.429em 0.857em; + background-color: #d8dae2; + color: #333333; } + body .p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button { + width: 2.357em; } + body .p-fluid .p-autocomplete.p-autocomplete-multiple.p-autocomplete-dd .p-autocomplete-multiple-container { + border-right: 0 none; + width: calc(100% - 2.357em); } + body .p-fluid .p-autocomplete.p-autocomplete-dd .p-inputtext { + border-right: 0 none; + width: calc(100% - 2.357em); } + body .p-chips > ul.p-inputtext { + padding: 0.2145em 0.429em; + display: inline-block; } + body .p-chips > ul.p-inputtext:not(.p-disabled):hover { + border-color: #212121; } + body .p-chips > ul.p-inputtext:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; + border-color: #41b883; } + body .p-chips > ul.p-inputtext .p-chips-input-token { + padding: 0.2145em 0; } + body .p-chips > ul.p-inputtext .p-chips-input-token input { + font-family: "Open Sans", "Helvetica Neue", sans-serif; + font-size: 14px; + padding: 0; + margin: 0; + color: #333333; } + body .p-chips > ul.p-inputtext .p-chips-input-token input:hover { + border: 0 none; } + body .p-chips > ul.p-inputtext .p-chips-input-token input:focus { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + outline: 0 none; + border: 0 none; } + body .p-chips > ul.p-inputtext .p-chips-token { + font-size: 14px; + padding: 0.2145em 0.429em; + margin: 0 0.286em 0 0; + background: #41b883; + color: #ffffff; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown { + background: #ffffff; + border: 1px solid #a6a6a6; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown:not(.p-disabled):hover { + border-color: #212121; } + body .p-dropdown:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; + border-color: #41b883; } + body .p-dropdown .p-dropdown-label { + padding-right: 2em; } + body .p-dropdown .p-dropdown-label.p-placeholder { + color: #666666; } + body .p-dropdown .p-dropdown-label:focus { + outline: 0 none; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; } + body .p-dropdown .p-dropdown-trigger { + background-color: #ffffff; + width: 2em; + line-height: 2em; + text-align: center; + padding: 0; + color: #848484; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-dropdown .p-dropdown-clear-icon { + color: #848484; } + body .p-dropdown-panel { + padding: 0; + border: 1px solid #c8c8c8; + background-color: #ffffff; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-dropdown-panel .p-dropdown-filter-container { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #eaeaea; + color: #333333; + background-color: #ffffff; + margin: 0; } + body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter { + width: 100%; + padding-right: 2em; } + body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon { + top: 50%; + margin-top: -.5em; + right: 1.357em; + color: #41b883; } + body .p-dropdown-panel .p-dropdown-items { + padding: 0; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group.p-highlight { + color: #ffffff; + background-color: #41b883; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover { + color: #333333; + background-color: #eaeaea; } + body .p-multiselect { + background: #ffffff; + border: 1px solid #a6a6a6; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-multiselect:not(.p-disabled):hover { + border-color: #212121; } + body .p-multiselect:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; + border-color: #41b883; } + body .p-multiselect .p-multiselect-label { + padding: 0.429em; + padding-right: 2em; + font-weight: 400; + color: #333333; } + body .p-multiselect .p-multiselect-label.p-placeholder { + color: #666666; } + body .p-multiselect .p-multiselect-trigger { + background-color: #ffffff; + width: 2em; + line-height: 2em; + text-align: center; + padding: 0; + color: #848484; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-multiselect-panel { + padding: 0; + border: 1px solid #c8c8c8; + background-color: #ffffff; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-multiselect-panel .p-multiselect-header { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #eaeaea; + color: #333333; + background-color: #ffffff; + margin: 0; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container { + float: none; + width: 70%; + display: inline-block; + vertical-align: middle; + margin-left: 0; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { + padding: 0.429em; + padding-right: 2em; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { + color: #41b883; + top: 50%; + margin-top: -.5em; + right: .5em; + left: auto; } + body .p-multiselect-panel .p-multiselect-header .p-checkbox { + margin-right: 0.5em; + float: none; + vertical-align: middle; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-close { + line-height: 1; + color: #848484; + top: 50%; + margin-top: -.5em; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-multiselect-panel .p-multiselect-items { + padding: 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { + color: #333333; + background-color: #eaeaea; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: inset 0 0 0 0.2em #c2e9d8; + box-shadow: inset 0 0 0 0.2em #c2e9d8; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { + color: #ffffff; + background-color: #41b883; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { + position: static; + display: inline-block; + vertical-align: middle; + margin: 0 0.5em 0 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item label { + display: inline-block; + vertical-align: middle; } + body .p-listbox { + padding: 0; + min-width: 12em; + background: #ffffff; + border: 1px solid #a6a6a6; } + body .p-listbox .p-checkbox { + margin: 0 0.5em 0 0; } + body .p-listbox .p-listbox-header { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #eaeaea; + color: #333333; + background-color: #ffffff; + margin: 0; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-listbox .p-listbox-header .p-listbox-filter-container input { + padding: 0.429em; + padding-right: 2em; } + body .p-listbox .p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon { + top: 50%; + left: auto; + margin-top: -.5em; + right: .5em; + color: #41b883; } + body .p-listbox .p-listbox-list { + background-color: #ffffff; } + body .p-listbox .p-listbox-list .p-listbox-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-listbox .p-listbox-list .p-listbox-item.p-highlight { + color: #ffffff; + background-color: #41b883; } + body .p-listbox .p-listbox-list .p-listbox-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: inset 0 0 0 0.2em #c2e9d8; + box-shadow: inset 0 0 0 0.2em #c2e9d8; } + body .p-listbox .p-listbox-list .p-listbox-item .p-checkbox { + position: static; + display: inline-block; + vertical-align: middle; + margin: 0 0.5em 0 0; } + body .p-listbox .p-listbox-list .p-listbox-item label { + display: inline-block; + vertical-align: middle; } + body .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { + color: #333333; + background-color: #eaeaea; } + body .p-listbox.p-disabled .p-checkbox-box:not(.p-disabled):not(.p-highlight):hover { + border: 1px solid #a6a6a6; } + body .p-listbox .p-listbox-list-wrapper { + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-listbox .p-listbox-footer { + padding: 0.429em 0.857em 0.429em 0.857em; + border-top: 1px solid #eaeaea; + color: #333333; + background-color: #ffffff; } + body .p-editor-container .p-editor-toolbar { + border: 1px solid #c8c8c8; + background-color: #f4f4f4; } + body .p-editor-container .p-editor-content { + border: 1px solid #c8c8c8; } + body .p-editor-container .p-editor-content .ql-editor { + background-color: #ffffff; + color: #333333; } + body .p-editor-container .ql-picker.ql-expanded .ql-picker-label { + color: #333333; } + body .p-editor-container .ql-stroke { + stroke: #333333; } + body .p-editor-container .ql-picker-label { + color: #333333; } + body .p-editor-container .ql-snow.ql-toolbar button:hover, + body .p-editor-container .ql-snow .ql-toolbar button:hover, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { + color: #41b883; } + body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { + stroke: #41b883; } + body .p-rating .p-rating-icon { + font-size: 20px; + text-align: center; + display: inline-block; + color: #333333; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-rating .p-rating-icon.p-rating-cancel { + color: #e4018d; } + body .p-rating .p-rating-icon:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; } + body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { + color: #41b883; } + body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { + color: #b5019f; } + body .p-spinner .p-spinner-input { + padding-right: 2.429em; } + body .p-spinner .p-spinner-button { + width: 2em; } + body .p-spinner .p-spinner-button .p-spinner-button-icon { + position: absolute; + top: 50%; + left: 50%; + margin-top: -.5em; + margin-left: -.5em; + width: 1em; } + body .p-spinner .p-spinner-button.p-spinner-button { + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-up { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-down { + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-spinner .p-spinner-button.p-spinner-button:focus { + z-index: 1; } + body .p-fluid .p-spinner .p-spinner-input { + padding-right: 2.429em; } + body .p-fluid .p-spinner .p-spinner-button { + width: 2em; } + body .p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon { + left: 50%; } + body .p-slider { + background-color: #c8c8c8; + border: 0 none; } + body .p-slider.p-slider-horizontal { + height: 0.286em; } + body .p-slider.p-slider-horizontal .p-slider-handle { + top: 50%; + margin-top: -0.5715em; } + body .p-slider.p-slider-vertical { + width: 0.286em; } + body .p-slider.p-slider-vertical .p-slider-handle { + left: 50%; + margin-left: -0.5715em; } + body .p-slider .p-slider-handle { + height: 1.143em; + width: 1.143em; + background-color: #ffffff; + border: 2px solid #666666; + -moz-border-radius: 100%; + -webkit-border-radius: 100%; + border-radius: 100%; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-slider .p-slider-handle:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; } + body .p-slider .p-slider-range { + background-color: #41b883; } + body .p-slider:not(.p-disabled) .p-slider-handle:hover { + background-color: 2px solid #666666; + border: 2px solid #41b883; } + body .p-datepicker { + padding: 0.857em; + min-width: 20em; + background-color: #ffffff; + color: #333333; + border: 1px solid #a6a6a6; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker:not(.p-datepicker-inline) { + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:hover, + body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:hover { + color: #41b883; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled) { + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { + background-color: #eaeaea; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; } + body .p-datepicker:not(.p-disabled) .p-monthpicker { + margin: 0.857em 0 0 0; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month { + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled) { + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { + background-color: #eaeaea; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; } + body .p-datepicker .p-datepicker-header { + padding: 0.429em 0.857em 0.429em 0.857em; + background-color: #ffffff; + color: #333333; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-datepicker .p-datepicker-header .p-datepicker-prev, + body .p-datepicker .p-datepicker-header .p-datepicker-next { + cursor: pointer; + top: 0; + color: #a6a6a6; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-datepicker-header .p-datepicker-title { + margin: 0; + padding: 0; + line-height: 1; } + body .p-datepicker .p-datepicker-header .p-datepicker-title select { + margin-top: -.35em; + margin-bottom: 0; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; + border-color: #41b883; } + body .p-datepicker table { + font-size: 14px; + margin: 0.857em 0 0 0; } + body .p-datepicker table th { + padding: 0.5em; } + body .p-datepicker table td { + padding: 0.5em; } + body .p-datepicker table td > span { + display: block; + text-align: center; + color: #333333; + cursor: pointer; + padding: 0.5em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-datepicker table td > span.p-highlight { + color: #ffffff; + background-color: #41b883; } + body .p-datepicker table td.p-datepicker-today > span { + background-color: #d0d0d0; + color: #333333; } + body .p-datepicker table td.p-datepicker-today > span.p-highlight { + color: #ffffff; + background-color: #41b883; } + body .p-datepicker .p-datepicker-buttonbar { + border-top: 1px solid #d8dae2; } + body .p-datepicker .p-timepicker { + border: 0 none; + border-top: 1px solid #d8dae2; + padding: 0.857em; } + body .p-datepicker .p-timepicker button { + color: #a6a6a6; + font-size: 1.286em; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-timepicker button:hover { + color: #41b883; } + body .p-datepicker .p-timepicker span { + font-size: 1.286em; } + body .p-datepicker .p-monthpicker .p-monthpicker-month { + color: #333333; } + body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { + color: #ffffff; + background-color: #41b883; } + body .p-datepicker.p-datepicker-timeonly { + padding: 0; } + body .p-datepicker.p-datepicker-timeonly .p-timepicker { + border-top: 0 none; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { + border-right: 1px solid #d8dae2; + padding-right: 0.857em; + padding-left: 0.857em; + padding-top: 0; + padding-bottom: 0; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child { + padding-left: 0; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child { + padding-right: 0; + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-inputtext { + -moz-border-radius-topright: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-error), body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-error) { + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button { + width: 2.357em; + -moz-border-radius-topleft: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; } + body .p-fluid .p-calendar.p-calendar-w-btn .p-inputtext { + width: calc(100% - 2.357em); } + body .p-fileupload .p-fileupload-buttonbar { + background-color: #f4f4f4; + padding: 0.571em 1em; + border: 1px solid #c8c8c8; + color: #333333; + border-bottom: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-fileupload .p-fileupload-buttonbar .p-button { + margin-right: 8px; } + body .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; } + body .p-fileupload .p-fileupload-content { + background-color: #ffffff; + padding: 0.571em 1em; + border: 1px solid #c8c8c8; + color: #333333; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-fileupload .p-progressbar { + top: 0; } + body .p-fileupload-choose:not(.p-disabled):hover { + background-color: #318c63; + color: #ffffff; + border-color: #318c63; } + body .p-fileupload-choose:not(.p-disabled):active { + background-color: #246749; + color: #ffffff; + border-color: #246749; } + body .p-password-panel { + padding: 12px; + background-color: #ffffff; + color: #333333; + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-inputgroup .p-inputgroup-addon { + border-color: #a6a6a6; + background-color: #eaeaea; + color: #848484; + padding: 0.429em; + min-width: 2em; } + body .p-inputgroup .p-inputgroup-addon:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-inputgroup .p-inputgroup-addon:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox { + position: relative; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox .p-checkbox { + position: absolute; + top: 50%; + left: 50%; + margin-left: -10px; + margin-top: -10px; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton { + position: relative; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton .p-radiobutton { + position: absolute; + top: 50%; + left: 50%; + margin-left: -10px; + margin-top: -10px; } + body .p-inputgroup .p-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-inputgroup .p-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-inputgroup .p-inputtext:focus { + z-index: 1; } + body .p-fluid .p-inputgroup .p-button { + width: auto; } + body .p-fluid .p-inputgroup .p-button.p-button-icon-only { + width: 2.357em; } + body ::-webkit-input-placeholder { + color: #666666; } + body :-moz-placeholder { + color: #666666; } + body ::-moz-placeholder { + color: #666666; } + body :-ms-input-placeholder { + color: #666666; } + body .p-inputtext.p-error, + body .p-dropdown.p-error, + body .p-autocomplete.p-error > .p-inputtext, + body .p-calendar.p-error > .p-inputtext, + body .p-chips.p-error > .p-inputtext, + body .p-checkbox.p-error > .p-checkbox-box, + body .p-radiobutton.p-error > .p-radiobutton-box, + body .p-inputswitch.p-error, + body .p-listbox.p-error, + body .p-multiselect.p-error, + body .p-spinner.p-error > .p-inputtext, + body .p-selectbutton.p-error > .p-button, + body .p-togglebutton.p-error > .p-button { + border: 1px solid #a80000; } body .p-button { margin: 0; @@ -1261,53 +1048,41 @@ body .p-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-button:enabled:hover { - background-color: #318c63; - color: #ffffff; - border-color: #318c63; -} -body .p-button:enabled:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; -} -body .p-button:enabled:active { - background-color: #246749; - color: #ffffff; - border-color: #246749; -} -body .p-button.p-button-text-only .p-button-text { - padding: 0.429em 1em; -} -body .p-button.p-button-text-icon-left .p-button-text { - padding: 0.429em 1em 0.429em 2.25em; -} -body .p-button.p-button-text-icon-right .p-button-text { - padding: 0.429em 2.25em 0.429em 1em; -} -body .p-button.p-button-icon-only { - width: 2.357em; -} -body .p-button.p-button-icon-only .p-button-text { - padding: 0.429em; -} -body .p-button.p-button-raised { - -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); - -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); -} -body .p-button.p-button-rounded { - -moz-border-radius: 15px; - -webkit-border-radius: 15px; - border-radius: 15px; -} + border-radius: 3px; } + body .p-button:enabled:hover { + background-color: #318c63; + color: #ffffff; + border-color: #318c63; } + body .p-button:enabled:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; } + body .p-button:enabled:active { + background-color: #246749; + color: #ffffff; + border-color: #246749; } + body .p-button.p-button-text-only .p-button-text { + padding: 0.429em 1em; } + body .p-button.p-button-text-icon-left .p-button-text { + padding: 0.429em 1em 0.429em 2.25em; } + body .p-button.p-button-text-icon-right .p-button-text { + padding: 0.429em 2.25em 0.429em 1em; } + body .p-button.p-button-icon-only { + width: 2.357em; } + body .p-button.p-button-icon-only .p-button-text { + padding: 0.429em; } + body .p-button.p-button-raised { + -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); + -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); + box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); } + body .p-button.p-button-rounded { + -moz-border-radius: 15px; + -webkit-border-radius: 15px; + border-radius: 15px; } body .p-fluid .p-button-icon-only { - width: 2.357em; -} + width: 2.357em; } body .p-togglebutton { background-color: #dadada; border: 1px solid #dadada; @@ -1315,42 +1090,33 @@ body .p-togglebutton { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-togglebutton .p-button-icon-left { - color: #666666; -} -body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover { - background-color: #c8c8c8; - border-color: #c8c8c8; - color: #333333; -} -body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { - color: #212121; -} -body .p-togglebutton.p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; -} -body .p-togglebutton.p-highlight { - background-color: #41b883; - border-color: #41b883; - color: #ffffff; -} -body .p-togglebutton.p-highlight .p-button-icon-left { - color: #ffffff; -} -body .p-togglebutton.p-highlight:hover { - background-color: #318c63; - border-color: #318c63; - color: #ffffff; -} -body .p-togglebutton.p-highlight:hover .p-button-icon-left { - color: #ffffff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-togglebutton .p-button-icon-left { + color: #666666; } + body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover { + background-color: #c8c8c8; + border-color: #c8c8c8; + color: #333333; } + body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { + color: #212121; } + body .p-togglebutton.p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; } + body .p-togglebutton.p-highlight { + background-color: #41b883; + border-color: #41b883; + color: #ffffff; } + body .p-togglebutton.p-highlight .p-button-icon-left { + color: #ffffff; } + body .p-togglebutton.p-highlight:hover { + background-color: #318c63; + border-color: #318c63; + color: #ffffff; } + body .p-togglebutton.p-highlight:hover .p-button-icon-left { + color: #ffffff; } body .p-selectbutton .p-button { background-color: #dadada; border: 1px solid #dadada; @@ -1362,312 +1128,258 @@ body .p-selectbutton .p-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 0; -webkit-border-radius: 0; - border-radius: 0; -} -body .p-selectbutton .p-button .p-button-icon-left { - color: #666666; -} -body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { - background-color: #c8c8c8; - border-color: #c8c8c8; - color: #333333; -} -body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { - color: #212121; -} -body .p-selectbutton .p-button.p-focus, body .p-selectbutton .p-button:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; - z-index: 1; -} -body .p-selectbutton .p-button.p-highlight { - background-color: #41b883; - border-color: #41b883; - color: #ffffff; -} -body .p-selectbutton .p-button.p-highlight .p-button-icon-left { - color: #ffffff; -} -body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover { - background-color: #318c63; - border-color: #318c63; - color: #ffffff; -} -body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover .p-button-icon-left { - color: #ffffff; -} -body .p-selectbutton .p-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .p-selectbutton .p-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-radius: 0; } + body .p-selectbutton .p-button .p-button-icon-left { + color: #666666; } + body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { + background-color: #c8c8c8; + border-color: #c8c8c8; + color: #333333; } + body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { + color: #212121; } + body .p-selectbutton .p-button.p-focus, body .p-selectbutton .p-button:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; + z-index: 1; } + body .p-selectbutton .p-button.p-highlight { + background-color: #41b883; + border-color: #41b883; + color: #ffffff; } + body .p-selectbutton .p-button.p-highlight .p-button-icon-left { + color: #ffffff; } + body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover { + background-color: #318c63; + border-color: #318c63; + color: #ffffff; } + body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover .p-button-icon-left { + color: #ffffff; } + body .p-selectbutton .p-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .p-selectbutton .p-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-splitbutton.p-buttonset .p-button { - border: 1px solid transparent; -} -body .p-splitbutton.p-buttonset .p-button:first-child { - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-splitbutton.p-buttonset .p-button.p-splitbutton-menubutton { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; -} -body .p-splitbutton.p-buttonset .p-button:focus { - z-index: 1; -} + border: 1px solid transparent; } + body .p-splitbutton.p-buttonset .p-button:first-child { + -moz-border-radius-topright: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-splitbutton.p-buttonset .p-button.p-splitbutton-menubutton { + -moz-border-radius-topleft: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; } + body .p-splitbutton.p-buttonset .p-button:focus { + z-index: 1; } body .p-splitbutton.p-buttonset .p-menu { - min-width: 100%; -} + min-width: 100%; } body .p-splitbutton.p-buttonset .p-splitbutton-menubutton .p-button-icon-left:before { - content: ""; -} + content: ""; } body .p-button.p-button-secondary, body .p-buttonset.p-button-secondary > .p-button { color: #333333; background-color: #f4f4f4; - border: 1px solid #f4f4f4; -} -body .p-button.p-button-secondary:enabled:hover, body .p-buttonset.p-button-secondary > .p-button:enabled:hover { - background-color: #c8c8c8; - color: #333333; - border-color: #c8c8c8; -} -body .p-button.p-button-secondary:enabled:focus, body .p-buttonset.p-button-secondary > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; -} -body .p-button.p-button-secondary:enabled:active, body .p-buttonset.p-button-secondary > .p-button:enabled:active { - background-color: #a0a0a0; - color: #333333; - border-color: #a0a0a0; -} + border: 1px solid #f4f4f4; } + body .p-button.p-button-secondary:enabled:hover, body .p-buttonset.p-button-secondary > .p-button:enabled:hover { + background-color: #c8c8c8; + color: #333333; + border-color: #c8c8c8; } + body .p-button.p-button-secondary:enabled:focus, body .p-buttonset.p-button-secondary > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; } + body .p-button.p-button-secondary:enabled:active, body .p-buttonset.p-button-secondary > .p-button:enabled:active { + background-color: #a0a0a0; + color: #333333; + border-color: #a0a0a0; } body .p-button.p-button-info, body .p-buttonset.p-button-info > .p-button { color: #ffffff; background-color: #007ad9; - border: 1px solid #007ad9; -} -body .p-button.p-button-info:enabled:hover, body .p-buttonset.p-button-info > .p-button:enabled:hover { - background-color: #116fbf; - color: #ffffff; - border-color: #116fbf; -} -body .p-button.p-button-info:enabled:focus, body .p-buttonset.p-button-info > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #8dcdff; - -moz-box-shadow: 0 0 0 0.2em #8dcdff; - box-shadow: 0 0 0 0.2em #8dcdff; -} -body .p-button.p-button-info:enabled:active, body .p-buttonset.p-button-info > .p-button:enabled:active { - background-color: #005b9f; - color: #ffffff; - border-color: #005b9f; -} + border: 1px solid #007ad9; } + body .p-button.p-button-info:enabled:hover, body .p-buttonset.p-button-info > .p-button:enabled:hover { + background-color: #116fbf; + color: #ffffff; + border-color: #116fbf; } + body .p-button.p-button-info:enabled:focus, body .p-buttonset.p-button-info > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #8dcdff; + -moz-box-shadow: 0 0 0 0.2em #8dcdff; + box-shadow: 0 0 0 0.2em #8dcdff; } + body .p-button.p-button-info:enabled:active, body .p-buttonset.p-button-info > .p-button:enabled:active { + background-color: #005b9f; + color: #ffffff; + border-color: #005b9f; } body .p-button.p-button-success, body .p-buttonset.p-button-success > .p-button { color: #ffffff; background-color: #34A835; - border: 1px solid #34A835; -} -body .p-button.p-button-success:enabled:hover, body .p-buttonset.p-button-success > .p-button:enabled:hover { - background-color: #107D11; - color: #ffffff; - border-color: #107D11; -} -body .p-button.p-button-success:enabled:focus, body .p-buttonset.p-button-success > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #aae5aa; - -moz-box-shadow: 0 0 0 0.2em #aae5aa; - box-shadow: 0 0 0 0.2em #aae5aa; -} -body .p-button.p-button-success:enabled:active, body .p-buttonset.p-button-success > .p-button:enabled:active { - background-color: #0C6B0D; - color: #ffffff; - border-color: #0C6B0D; -} + border: 1px solid #34A835; } + body .p-button.p-button-success:enabled:hover, body .p-buttonset.p-button-success > .p-button:enabled:hover { + background-color: #107D11; + color: #ffffff; + border-color: #107D11; } + body .p-button.p-button-success:enabled:focus, body .p-buttonset.p-button-success > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #aae5aa; + -moz-box-shadow: 0 0 0 0.2em #aae5aa; + box-shadow: 0 0 0 0.2em #aae5aa; } + body .p-button.p-button-success:enabled:active, body .p-buttonset.p-button-success > .p-button:enabled:active { + background-color: #0C6B0D; + color: #ffffff; + border-color: #0C6B0D; } body .p-button.p-button-warning, body .p-buttonset.p-button-warning > .p-button { color: #333333; background-color: #ffba01; - border: 1px solid #ffba01; -} -body .p-button.p-button-warning:enabled:hover, body .p-buttonset.p-button-warning > .p-button:enabled:hover { - background-color: #ED990B; - color: #333333; - border-color: #ED990B; -} -body .p-button.p-button-warning:enabled:focus, body .p-buttonset.p-button-warning > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #ffeab4; - -moz-box-shadow: 0 0 0 0.2em #ffeab4; - box-shadow: 0 0 0 0.2em #ffeab4; -} -body .p-button.p-button-warning:enabled:active, body .p-buttonset.p-button-warning > .p-button:enabled:active { - background-color: #D38B10; - color: #333333; - border-color: #D38B10; -} + border: 1px solid #ffba01; } + body .p-button.p-button-warning:enabled:hover, body .p-buttonset.p-button-warning > .p-button:enabled:hover { + background-color: #ED990B; + color: #333333; + border-color: #ED990B; } + body .p-button.p-button-warning:enabled:focus, body .p-buttonset.p-button-warning > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #ffeab4; + -moz-box-shadow: 0 0 0 0.2em #ffeab4; + box-shadow: 0 0 0 0.2em #ffeab4; } + body .p-button.p-button-warning:enabled:active, body .p-buttonset.p-button-warning > .p-button:enabled:active { + background-color: #D38B10; + color: #333333; + border-color: #D38B10; } body .p-button.p-button-danger, body .p-buttonset.p-button-danger > .p-button { color: #ffffff; background-color: #e91224; - border: 1px solid #e91224; -} -body .p-button.p-button-danger:enabled:hover, body .p-buttonset.p-button-danger > .p-button:enabled:hover { - background-color: #c01120; - color: #ffffff; - border-color: #c01120; -} -body .p-button.p-button-danger:enabled:focus, body .p-buttonset.p-button-danger > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #f9b4ba; - -moz-box-shadow: 0 0 0 0.2em #f9b4ba; - box-shadow: 0 0 0 0.2em #f9b4ba; -} -body .p-button.p-button-danger:enabled:active, body .p-buttonset.p-button-danger > .p-button:enabled:active { - background-color: #a90000; - color: #ffffff; - border-color: #a90000; -} + border: 1px solid #e91224; } + body .p-button.p-button-danger:enabled:hover, body .p-buttonset.p-button-danger > .p-button:enabled:hover { + background-color: #c01120; + color: #ffffff; + border-color: #c01120; } + body .p-button.p-button-danger:enabled:focus, body .p-buttonset.p-button-danger > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #f9b4ba; + -moz-box-shadow: 0 0 0 0.2em #f9b4ba; + box-shadow: 0 0 0 0.2em #f9b4ba; } + body .p-button.p-button-danger:enabled:active, body .p-buttonset.p-button-danger > .p-button:enabled:active { + background-color: #a90000; + color: #ffffff; + border-color: #a90000; } body .p-panel { padding: 0; - border: 0 none; -} -body .p-panel .p-panel-titlebar { - border: 1px solid #c8c8c8; - padding: 0.571em 1em; - background-color: #f4f4f4; - color: #333333; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-panel .p-panel-titlebar .p-panel-title { - vertical-align: middle; - font-weight: 700; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon { - margin: 0.143em 0 0 0; - position: relative; - font-size: 14px; - color: #848484; - border: 1px solid transparent; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:hover { - color: #333333; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; -} -body .p-panel .p-panel-content { - padding: 0.571em 1em; - border: 1px solid #c8c8c8; - background-color: #ffffff; - color: #333333; - border-top: 0 none; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-panel .p-panel-footer { - padding: 0.571em 1em; - border: 1px solid #c8c8c8; - background-color: #ffffff; - color: #333333; - border-top: 0 none; - margin: 0; -} + border: 0 none; } + body .p-panel .p-panel-titlebar { + border: 1px solid #c8c8c8; + padding: 0.571em 1em; + background-color: #f4f4f4; + color: #333333; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-panel .p-panel-titlebar .p-panel-title { + vertical-align: middle; + font-weight: 700; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon { + margin: 0.143em 0 0 0; + position: relative; + font-size: 14px; + color: #848484; + border: 1px solid transparent; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:hover { + color: #333333; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; } + body .p-panel .p-panel-content { + padding: 0.571em 1em; + border: 1px solid #c8c8c8; + background-color: #ffffff; + color: #333333; + border-top: 0 none; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } + body .p-panel .p-panel-footer { + padding: 0.571em 1em; + border: 1px solid #c8c8c8; + background-color: #ffffff; + color: #333333; + border-top: 0 none; + margin: 0; } body .p-fieldset { border: 1px solid #c8c8c8; background-color: #ffffff; color: #333333; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-fieldset .p-fieldset-legend a { - padding: 0.571em 1em; - border: 1px solid #c8c8c8; - color: #333333; - background-color: #f4f4f4; - font-weight: 700; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-fieldset .p-fieldset-legend a .p-fieldset-toggler { - float: none; - display: inline-block; - vertical-align: middle; - margin-right: 0.5em; - color: #848484; -} -body .p-fieldset .p-fieldset-legend a .p-fieldset-legend-text { - padding: 0; -} -body .p-fieldset .p-fieldset-legend a:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; -} -body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { - background-color: #dbdbdb; - border: 1px solid #dbdbdb; - color: #333333; -} -body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover .p-fieldset-toggler { - color: #333333; -} -body .p-fieldset .p-fieldset-content { - padding: 0; -} + border-radius: 3px; } + body .p-fieldset .p-fieldset-legend a { + padding: 0.571em 1em; + border: 1px solid #c8c8c8; + color: #333333; + background-color: #f4f4f4; + font-weight: 700; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-fieldset .p-fieldset-legend a .p-fieldset-toggler { + float: none; + display: inline-block; + vertical-align: middle; + margin-right: .5em; + color: #848484; } + body .p-fieldset .p-fieldset-legend a .p-fieldset-legend-text { + padding: 0; } + body .p-fieldset .p-fieldset-legend a:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; } + body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { + background-color: #dbdbdb; + border: 1px solid #dbdbdb; + color: #333333; } + body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover .p-fieldset-toggler { + color: #333333; } + body .p-fieldset .p-fieldset-content { + padding: 0; } body .p-accordion .p-accordion-tab { - margin-bottom: 2px; -} + margin-bottom: 2px; } body .p-accordion .p-accordion-header a { padding: 0.571em 1em; border: 1px solid #c8c8c8; @@ -1681,57 +1393,45 @@ body .p-accordion .p-accordion-header a { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon { - color: #848484; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-right:before { - content: ""; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-down:before { - content: ""; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon { + color: #848484; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-right:before { + content: ""; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-down:before { + content: ""; } body .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; -} + box-shadow: 0 0 0 0.2em #c2e9d8; } body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background-color: #dbdbdb; border: 1px solid #dbdbdb; - color: #333333; -} -body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a .p-accordion-toggle-icon { - color: #333333; -} + color: #333333; } + body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a .p-accordion-toggle-icon { + color: #333333; } body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight { - margin-bottom: 0; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a { - background-color: #41b883; - border: 1px solid #41b883; - color: #ffffff; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a .p-accordion-toggle-icon { - color: #ffffff; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a { - border: 1px solid #246749; - background-color: #246749; - color: #ffffff; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a .p-accordion-toggle-icon { - color: #ffffff; -} + margin-bottom: 0; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a { + background-color: #41b883; + border: 1px solid #41b883; + color: #ffffff; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a .p-accordion-toggle-icon { + color: #ffffff; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a { + border: 1px solid #246749; + background-color: #246749; + color: #ffffff; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a .p-accordion-toggle-icon { + color: #ffffff; } body .p-accordion .p-accordion-content { padding: 0.571em 1em; border: 1px solid #c8c8c8; @@ -1750,122 +1450,99 @@ body .p-accordion .p-accordion-content { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-tabview.p-tabview-top, body .p-tabview.p-tabview-bottom, body .p-tabview.p-tabview-left, body .p-tabview.p-tabview-right { - border: 0 none; -} -body .p-tabview.p-tabview-top .p-tabview-nav, body .p-tabview.p-tabview-bottom .p-tabview-nav, body .p-tabview.p-tabview-left .p-tabview-nav, body .p-tabview.p-tabview-right .p-tabview-nav { - padding: 0; - background: transparent; - border: 0 none; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a, body .p-tabview.p-tabview-bottom .p-tabview-nav li a, body .p-tabview.p-tabview-left .p-tabview-nav li a, body .p-tabview.p-tabview-right .p-tabview-nav li a { - border: 1px solid #c8c8c8; - background-color: #f4f4f4; - float: none; - display: inline-block; - color: #333333; - padding: 0.571em 1em; - font-weight: 700; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-left-icon { - margin-right: 0.5em; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-right-icon { - margin-left: 0.5em; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-bottom .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-left .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-right .p-tabview-nav li a:not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; -} -body .p-tabview.p-tabview-top .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li .p-tabview-close { - color: #848484; - margin: 0 0.5em 0 0; - vertical-align: middle; -} -body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { - background-color: #dbdbdb; - border: 1px solid #dbdbdb; - color: #333333; -} -body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close { - color: #333333; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight a { - background-color: #41b883; - border: 1px solid #41b883; - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight .p-tabview-close { - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a { - border: 1px solid #246749; - background-color: #246749; - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon { - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-tabview-selected a { - cursor: pointer; -} + border: 0 none; } + body .p-tabview.p-tabview-top .p-tabview-nav, body .p-tabview.p-tabview-bottom .p-tabview-nav, body .p-tabview.p-tabview-left .p-tabview-nav, body .p-tabview.p-tabview-right .p-tabview-nav { + padding: 0; + background: transparent; + border: 0 none; } + body .p-tabview.p-tabview-top .p-tabview-nav li a, body .p-tabview.p-tabview-bottom .p-tabview-nav li a, body .p-tabview.p-tabview-left .p-tabview-nav li a, body .p-tabview.p-tabview-right .p-tabview-nav li a { + border: 1px solid #c8c8c8; + background-color: #f4f4f4; + float: none; + display: inline-block; + color: #333333; + padding: 0.571em 1em; + font-weight: 700; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-left-icon { + margin-right: 0.5em; } + body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-right-icon { + margin-left: 0.5em; } + body .p-tabview.p-tabview-top .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-bottom .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-left .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-right .p-tabview-nav li a:not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; } + body .p-tabview.p-tabview-top .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li .p-tabview-close { + color: #848484; + margin: 0 0.5em 0 0; + vertical-align: middle; } + body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { + background-color: #dbdbdb; + border: 1px solid #dbdbdb; + color: #333333; } + body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close { + color: #333333; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight a { + background-color: #41b883; + border: 1px solid #41b883; + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight .p-tabview-close { + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a { + border: 1px solid #246749; + background-color: #246749; + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon { + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-tabview-selected a { + cursor: pointer; } body .p-tabview.p-tabview-top .p-tabview-nav { - margin-bottom: -1px; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a { - margin-right: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + margin-bottom: -1px; } + body .p-tabview.p-tabview-top .p-tabview-nav li a { + margin-right: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } body .p-tabview.p-tabview-bottom .p-tabview-nav { - margin-top: -1px; -} -body .p-tabview.p-tabview-bottom .p-tabview-nav li a { - margin-right: 2px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + margin-top: -1px; } + body .p-tabview.p-tabview-bottom .p-tabview-nav li a { + margin-right: 2px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-tabview.p-tabview-left .p-tabview-nav { - margin-right: -px; -} -body .p-tabview.p-tabview-left .p-tabview-nav li a { - margin-bottom: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} + margin-right: -px; } + body .p-tabview.p-tabview-left .p-tabview-nav li a { + margin-bottom: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } body .p-tabview.p-tabview-right .p-tabview-nav { - margin-right: -1px; -} -body .p-tabview.p-tabview-right .p-tabview-nav li a { - margin-bottom: 2px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + margin-right: -1px; } + body .p-tabview.p-tabview-right .p-tabview-nav li a { + margin-bottom: 2px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .p-tabview .p-tabview-panels { background-color: #ffffff; padding: 0.571em 1em; @@ -1876,142 +1553,119 @@ body .p-tabview .p-tabview-panels { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-tabview .p-tabview-panels .p-tabview-panel { - padding: 0; -} + border-bottom-right-radius: 3px; } + body .p-tabview .p-tabview-panels .p-tabview-panel { + padding: 0; } body .p-toolbar { background-color: #f4f4f4; border: 1px solid #c8c8c8; padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-toolbar button { - vertical-align: middle; -} -body .p-toolbar .p-toolbar-separator { - vertical-align: middle; - color: #848484; - margin: 0 0.5em; -} + border-radius: 3px; } + body .p-toolbar button { + vertical-align: middle; } + body .p-toolbar .p-toolbar-separator { + vertical-align: middle; + color: #848484; + margin: 0 0.5em; } body .p-card { background-color: #ffffff; color: #333333; -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); - box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); -} + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); } body .p-paginator { background-color: #f4f4f4; border: 1px solid #c8c8c8; - padding: 0; -} -body .p-paginator .p-paginator-first, -body .p-paginator .p-paginator-prev, -body .p-paginator .p-paginator-next, -body .p-paginator .p-paginator-last { - color: #848484; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; - padding: 0; - margin: 0; - vertical-align: top; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { - background-color: #e0e0e0; - color: #333333; -} -body .p-paginator .p-dropdown { - border: 0 none; -} -body .p-paginator .p-dropdown .p-dropdown-trigger, body .p-paginator .p-dropdown .p-dropdown-label { - color: #848484; -} -body .p-paginator .p-dropdown:hover .p-dropdown-trigger, body .p-paginator .p-dropdown:hover .p-dropdown-label { - color: #333333; -} -body .p-paginator .p-paginator-first:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-prev:before { - position: relative; -} -body .p-paginator .p-paginator-next:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-last:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-current { - vertical-align: top; - display: inline-block; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; -} -body .p-paginator .p-paginator-pages { - vertical-align: top; - display: inline-block; - padding: 0; -} -body .p-paginator .p-paginator-pages .p-paginator-page { - color: #848484; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; - padding: 0; - margin: 0; - vertical-align: top; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background-color: #41b883; - color: #ffffff; -} -body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { - background-color: #e0e0e0; - color: #333333; -} -body .p-paginator .p-dropdown { - margin-left: 0.5em; - height: 2.286em; - min-width: auto; -} + padding: 0; } + body .p-paginator .p-paginator-first, + body .p-paginator .p-paginator-prev, + body .p-paginator .p-paginator-next, + body .p-paginator .p-paginator-last { + color: #848484; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; + padding: 0; + margin: 0; + vertical-align: top; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { + background-color: #e0e0e0; + color: #333333; } + body .p-paginator .p-dropdown { + border: 0 none; } + body .p-paginator .p-dropdown .p-dropdown-trigger, body .p-paginator .p-dropdown .p-dropdown-label { + color: #848484; } + body .p-paginator .p-dropdown:hover .p-dropdown-trigger, body .p-paginator .p-dropdown:hover .p-dropdown-label { + color: #333333; } + body .p-paginator .p-paginator-first:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-prev:before { + position: relative; } + body .p-paginator .p-paginator-next:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-last:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-current { + vertical-align: top; + display: inline-block; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; } + body .p-paginator .p-paginator-pages { + vertical-align: top; + display: inline-block; + padding: 0; } + body .p-paginator .p-paginator-pages .p-paginator-page { + color: #848484; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; + padding: 0; + margin: 0; + vertical-align: top; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { + background-color: #41b883; + color: #ffffff; } + body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { + background-color: #e0e0e0; + color: #333333; } + body .p-paginator .p-dropdown { + margin-left: 0.5em; + height: 2.286em; + min-width: auto; } body .p-datatable .p-datatable-header, body .p-datatable .p-datatable-footer { background-color: #f4f4f4; color: #333333; border: 1px solid #c8c8c8; padding: 0.571em 1em; - text-align: center; -} + text-align: center; } body .p-datatable .p-datatable-header { border-bottom: 0 none; font-weight: 700; @@ -2020,8 +1674,7 @@ body .p-datatable .p-datatable-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-datatable .p-datatable-footer { border-top: 0 none; font-weight: 700; @@ -2030,206 +1683,158 @@ body .p-datatable .p-datatable-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-datatable .p-datatable-thead > tr > th { padding: 0.571em 0.857em; border: 1px solid #c8c8c8; font-weight: 700; color: #333333; background-color: #f4f4f4; - text-align: center; -} + text-align: center; } body .p-datatable .p-datatable-tfoot > tr > td { padding: 0.571em 0.857em; border: 1px solid #c8c8c8; font-weight: 700; color: #333333; background-color: #f4f4f4; - text-align: center; -} + text-align: center; } body .p-datatable .p-sortable-column { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-sortable-column .p-sortable-column-icon { - color: #848484; -} -body .p-datatable .p-sortable-column:not(.p-highlight):hover { - background-color: #e0e0e0; - color: #333333; -} -body .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: #333333; -} -body .p-datatable .p-sortable-column:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: inset 0 0 0 0.2em #c2e9d8; - box-shadow: inset 0 0 0 0.2em #c2e9d8; -} -body .p-datatable .p-sortable-column.p-highlight { - background-color: #41b883; - color: #ffffff; -} -body .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #ffffff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-sortable-column .p-sortable-column-icon { + color: #848484; } + body .p-datatable .p-sortable-column:not(.p-highlight):hover { + background-color: #e0e0e0; + color: #333333; } + body .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { + color: #333333; } + body .p-datatable .p-sortable-column:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: inset 0 0 0 0.2em #c2e9d8; + box-shadow: inset 0 0 0 0.2em #c2e9d8; } + body .p-datatable .p-sortable-column.p-highlight { + background-color: #41b883; + color: #ffffff; } + body .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { + color: #ffffff; } body .p-datatable .p-editable-column input { font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} + font-family: "Open Sans", "Helvetica Neue", sans-serif; } body .p-datatable .p-row-editor-init { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} + transition: background-color 0.2s, box-shadow 0.2s; } body .p-datatable .p-datatable-tbody > tr { background: #ffffff; color: #333333; -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-datatable-tbody > tr > td { - background: inherit; - border: 1px solid #c8c8c8; - padding: 0.429em 0.857em; -} -body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler { - color: #848484; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { - color: #333333; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight { - background-color: #41b883; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler:hover { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { - background-color: #9cdcc0; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #41b883; -} -body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #41b883; -} -body .p-datatable .p-datatable-tbody > tr:focus { - outline: none; -} -body .p-datatable .p-datatable-tbody > tr:focus + tr > td { - box-shadow: 0 -0.2em 0 0 #c2e9d8; -} -body .p-datatable .p-datatable-tbody > tr:focus > td { - box-shadow: 0 -0.2em 0 0 #c2e9d8, 0 0.2em 0 0 #c2e9d8; -} -body .p-datatable .p-datatable-tbody > tr:focus > td:first-child { - box-shadow: 0 -0.2em 0 0 #c2e9d8, 0 0.2em 0 0 #c2e9d8, -0.1em -0.1em 0 0.1em #c2e9d8; -} -body .p-datatable .p-datatable-tbody > tr:focus > td:last-child { - box-shadow: 0 -0.2em 0 0 #c2e9d8, 0 0.2em 0 0 #c2e9d8, 0.1em -0.1em 0 0.1em #c2e9d8; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-datatable-tbody > tr > td { + background: inherit; + border: 1px solid #c8c8c8; + padding: 0.429em 0.857em; } + body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler { + color: #848484; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { + color: #333333; } + body .p-datatable .p-datatable-tbody > tr.p-highlight { + background-color: #41b883; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler:hover { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + background-color: #9cdcc0; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { + box-shadow: inset 0 2px 0 0 #41b883; } + body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { + box-shadow: inset 0 -2px 0 0 #41b883; } + body .p-datatable .p-datatable-tbody > tr:focus { + outline: none; } + body .p-datatable .p-datatable-tbody > tr:focus + tr > td { + box-shadow: 0 -0.2em 0 0 #c2e9d8; } + body .p-datatable .p-datatable-tbody > tr:focus > td { + box-shadow: 0 -0.2em 0 0 #c2e9d8, 0 0.2em 0 0 #c2e9d8; } + body .p-datatable .p-datatable-tbody > tr:focus > td:first-child { + box-shadow: 0 -0.2em 0 0 #c2e9d8, 0 0.2em 0 0 #c2e9d8, -0.1em -0.1em 0 0.1em #c2e9d8; } + body .p-datatable .p-datatable-tbody > tr:focus > td:last-child { + box-shadow: 0 -0.2em 0 0 #c2e9d8, 0 0.2em 0 0 #c2e9d8, 0.1em -0.1em 0 0.1em #c2e9d8; } body .p-datatable .p-datatable-tbody > tr:nth-child(even) { - background-color: #f9f9f9; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { - background-color: #41b883; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu { - background-color: #9cdcc0; - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler { - color: #ffffff; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler:hover { - color: #ffffff; -} + background-color: #f9f9f9; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { + background-color: #41b883; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu { + background-color: #9cdcc0; + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler { + color: #ffffff; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler:hover { + color: #ffffff; } body .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover { cursor: pointer; background-color: #eaeaea; - color: #333333; -} + color: #333333; } body .p-datatable .p-column-resizer-helper { - background-color: #41b883; -} + background-color: #41b883; } body .p-datatable .p-datatable-scrollable-header, body .p-datatable .p-datatable-scrollable-footer { - background-color: #f4f4f4; -} + background-color: #f4f4f4; } body .p-datatable .p-column-filter { - width: 100%; -} + width: 100%; } body .p-datatable.p-datatable-borderless .p-datatable-header { border: 0 none; - border-bottom: 1px solid #c8c8c8; -} + border-bottom: 1px solid #c8c8c8; } body .p-datatable.p-datatable-borderless .p-datatable-thead > tr > th { border: 0 none; text-align: left; - padding: 0.857em; -} + padding: 0.857em; } body .p-datatable.p-datatable-borderless .p-datatable-tbody { - border: 0 none; -} -body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr { - border: 0 none; -} -body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr > td { - border: 0 none; -} + border: 0 none; } + body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr { + border: 0 none; } + body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr > td { + border: 0 none; } body .p-datatable.p-datatable-borderless .p-datatable-tfoot > tr > td { - border: 0 none; -} + border: 0 none; } body .p-datatable.p-datatable-borderless .p-paginator { - border: 0 none; -} + border: 0 none; } body .p-datascroller .p-datascroller-header { background-color: #f4f4f4; color: #333333; border: 1px solid #c8c8c8; padding: 0.571em 1em; font-weight: 700; - border-bottom: 0 none; -} + border-bottom: 0 none; } body .p-datascroller .p-datascroller-content { padding: 0.571em 1em; border: 1px solid #c8c8c8; background-color: #ffffff; color: #333333; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-datascroller .p-datascroller-footer { background-color: #ffffff; color: #333333; border: 1px solid #c8c8c8; padding: 0.571em 1em; - border-top: 0 none; -} + border-top: 0 none; } body .p-dataview .p-dataview-header { background-color: #f4f4f4; color: #333333; @@ -2242,18 +1847,15 @@ body .p-dataview .p-dataview-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-dataview .p-dataview-content { padding: 0.571em 1em; border: 1px solid #c8c8c8; background-color: #ffffff; color: #333333; - padding: 0.571em 1em; -} -body .p-dataview .p-dataview-content > .p-grid > div { - border-bottom: 1px solid #c8c8c8; -} + padding: 0.571em 1em; } + body .p-dataview .p-dataview-content > .p-grid > div { + border-bottom: 1px solid #c8c8c8; } body .p-dataview .p-dataview-footer { background-color: #ffffff; color: #333333; @@ -2265,30 +1867,24 @@ body .p-dataview .p-dataview-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .fc th { background-color: #f4f4f4; border: 1px solid #c8c8c8; color: #333333; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .fc td.ui-widget-content { background-color: #ffffff; border: 1px solid #c8c8c8; - color: #333333; -} + color: #333333; } body .fc td.fc-head-container { - border: 1px solid #c8c8c8; -} + border: 1px solid #c8c8c8; } body .fc .fc-row { - border-right: 1px solid #c8c8c8; -} + border-right: 1px solid #c8c8c8; } body .fc .fc-event { background-color: #318c63; border: 1px solid #318c63; - color: #ffffff; -} + color: #ffffff; } body .fc .fc-toolbar .fc-button { color: #ffffff; background-color: #41b883; @@ -2300,65 +1896,52 @@ body .fc .fc-toolbar .fc-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .fc .fc-toolbar .fc-button:enabled:hover { - background-color: #318c63; - color: #ffffff; - border-color: #318c63; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-left { - font-family: "PrimeIcons" !important; - text-indent: 0; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-right { - font-family: "PrimeIcons" !important; - text-indent: 0; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; -} -body .fc .fc-toolbar .fc-button:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; -} + border-radius: 3px; } + body .fc .fc-toolbar .fc-button:enabled:hover { + background-color: #318c63; + color: #ffffff; + border-color: #318c63; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-left { + font-family: 'PrimeIcons' !important; + text-indent: 0; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before { + content: ""; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-right { + font-family: 'PrimeIcons' !important; + text-indent: 0; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before { + content: ""; } + body .fc .fc-toolbar .fc-button:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; } body .fc .fc-toolbar .fc-button-group .fc-button { -moz-border-radius: 0; -webkit-border-radius: 0; - border-radius: 0; -} -body .fc .fc-toolbar .fc-button-group .fc-button:first-child { - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - -webkit-border-bottom-left-radius: 3px; - border-bottom-left-radius: 3px; -} -body .fc .fc-toolbar .fc-button-group .fc-button:last-child { - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-radius: 0; } + body .fc .fc-toolbar .fc-button-group .fc-button:first-child { + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; } + body .fc .fc-toolbar .fc-button-group .fc-button:last-child { + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-border-radius-bottomright: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } body .fc .fc-divider { background-color: #f4f4f4; - border: 1px solid #c8c8c8; -} + border: 1px solid #c8c8c8; } body .p-fluid .fc .fc-toolbar .ui-button { - width: auto; -} + width: auto; } body .p-picklist .p-picklist-buttons button { - font-size: 16px; -} + font-size: 16px; } body .p-picklist .p-picklist-caption { background-color: #f4f4f4; color: #333333; @@ -2371,31 +1954,26 @@ body .p-picklist .p-picklist-caption { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-picklist .p-picklist-filter-container { padding: 0.429em 0.857em 0.429em 0.857em; border: 1px solid #c8c8c8; color: #333333; background-color: #ffffff; margin: 0; - border-bottom: 0 none; -} -body .p-picklist .p-picklist-filter-container input { - width: 100%; - padding-right: 2em; - text-indent: 0; -} -body .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { - top: 50%; - margin-top: -0.5em; - left: auto; - right: 1.357em; - color: #41b883; -} + border-bottom: 0 none; } + body .p-picklist .p-picklist-filter-container input { + width: 100%; + padding-right: 2em; + text-indent: 0; } + body .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { + top: 50%; + margin-top: -.5em; + left: auto; + right: 1.357em; + color: #41b883; } body .p-picklist .p-picklist-buttons { - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-picklist .p-picklist-list { border: 1px solid #c8c8c8; background-color: #ffffff; @@ -2406,48 +1984,38 @@ body .p-picklist .p-picklist-list { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-picklist .p-picklist-list .p-picklist-item { - padding: 0.429em 0.857em; - margin: 0; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { - background-color: #eaeaea; - color: #333333; -} -body .p-picklist .p-picklist-list .p-picklist-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: inset 0 0 0 0.2em #c2e9d8; - box-shadow: inset 0 0 0 0.2em #c2e9d8; -} -body .p-picklist .p-picklist-list .p-picklist-item.p-highlight { - background-color: #41b883; - color: #ffffff; -} -body .p-picklist .p-picklist-list .p-picklist-droppoint-highlight { - background-color: #41b883; -} + border-bottom-right-radius: 3px; } + body .p-picklist .p-picklist-list .p-picklist-item { + padding: 0.429em 0.857em; + margin: 0; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { + background-color: #eaeaea; + color: #333333; } + body .p-picklist .p-picklist-list .p-picklist-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: inset 0 0 0 0.2em #c2e9d8; + box-shadow: inset 0 0 0 0.2em #c2e9d8; } + body .p-picklist .p-picklist-list .p-picklist-item.p-highlight { + background-color: #41b883; + color: #ffffff; } + body .p-picklist .p-picklist-list .p-picklist-droppoint-highlight { + background-color: #41b883; } @media (max-width: 40em) { body .p-picklist.p-picklist-responsive .p-picklist-buttons { - padding: 0.571em 1em; - } -} + padding: 0.571em 1em; } } body .p-orderlist .p-orderlist-controls { - padding: 0.571em 1em; -} -body .p-orderlist .p-orderlist-controls button { - font-size: 16px; -} + padding: 0.571em 1em; } + body .p-orderlist .p-orderlist-controls button { + font-size: 16px; } body .p-orderlist .p-orderlist-caption { background-color: #f4f4f4; color: #333333; @@ -2460,28 +2028,24 @@ body .p-orderlist .p-orderlist-caption { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-orderlist .p-orderlist-filter-container { padding: 0.429em 0.857em 0.429em 0.857em; border: 1px solid #c8c8c8; color: #333333; background-color: #ffffff; margin: 0; - border-bottom: 0 none; -} -body .p-orderlist .p-orderlist-filter-container input { - width: 100%; - padding-right: 2em; - text-indent: 0; -} -body .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { - top: 50%; - margin-top: -0.5em; - left: auto; - right: 1.357em; - color: #41b883; -} + border-bottom: 0 none; } + body .p-orderlist .p-orderlist-filter-container input { + width: 100%; + padding-right: 2em; + text-indent: 0; } + body .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { + top: 50%; + margin-top: -.5em; + left: auto; + right: 1.357em; + color: #41b883; } body .p-orderlist .p-orderlist-list { border: 1px solid #c8c8c8; background-color: #ffffff; @@ -2492,37 +2056,31 @@ body .p-orderlist .p-orderlist-list { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item { - padding: 0.429em 0.857em; - margin: 0; - border: 0 none; - color: #333333; - background-color: transparent; - -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { - background-color: #eaeaea; - color: #333333; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: inset 0 0 0 0.2em #c2e9d8; - box-shadow: inset 0 0 0 0.2em #c2e9d8; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - background-color: #41b883; - color: #ffffff; -} -body .p-orderlist .p-orderlist-list .p-orderlist-droppoint-highlight { - background-color: #41b883; -} + border-bottom-right-radius: 3px; } + body .p-orderlist .p-orderlist-list .p-orderlist-item { + padding: 0.429em 0.857em; + margin: 0; + border: 0 none; + color: #333333; + background-color: transparent; + -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { + background-color: #eaeaea; + color: #333333; } + body .p-orderlist .p-orderlist-list .p-orderlist-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: inset 0 0 0 0.2em #c2e9d8; + box-shadow: inset 0 0 0 0.2em #c2e9d8; } + body .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { + background-color: #41b883; + color: #ffffff; } + body .p-orderlist .p-orderlist-list .p-orderlist-droppoint-highlight { + background-color: #41b883; } body .p-tree { border: 1px solid #c8c8c8; background-color: #ffffff; @@ -2530,159 +2088,126 @@ body .p-tree { padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree .p-tree-container { - padding: 0.286em; - margin: 0; -} -body .p-tree .p-tree-container .p-treenode { - padding: 0.143em 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content { - padding: 0; - border: 1px solid transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { - vertical-align: middle; - display: inline-block; - float: none; - margin: 0 0.286em 0 0; - color: #848484; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler b .p-tree-toggler-icon { - line-height: 1.25em; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { - vertical-align: middle; - display: inline-block; - margin: 0 0.286em 0 0; - color: #848484; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-label { - margin: 0; - vertical-align: middle; - display: inline-block; - padding: 0.286em 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { - margin: 0 0.286em 0 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background-color: #41b883; - color: #ffffff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { - color: #ffffff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-checkbox .p-checkbox-box { - border-color: #ffffff; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight-contextmenu { - border: 1px dashed #41b883; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background-color: #eaeaea; - color: #333333; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover .p-treenode-icon { - color: #333333; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content > span { - line-height: inherit; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { - background-color: #eaeaea; - color: #333333; -} -body .p-tree .p-tree-container .p-treenode-droppoint.p-treenode-droppoint-active { - background-color: #41b883; -} -body .p-tree.p-tree-horizontal { - padding-left: 0; - padding-right: 0; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content { - border: 1px solid #c8c8c8; - background-color: #ffffff; - color: #333333; - padding: 0.571em 1em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight { - background-color: #41b883; - color: #ffffff; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox .p-icon { - color: #41b883; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover { - background-color: inherit; - color: inherit; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background-color: #eaeaea; - color: #333333; -} -body .p-tree .p-tree-filter-container .p-tree-filter { - width: 100%; - padding-right: 2em; -} -body .p-tree .p-tree-filter-container .p-tree-filter-icon { - top: 50%; - left: auto; - margin-top: -0.5em; - right: 0.8em; - color: #41b883; -} + border-radius: 3px; } + body .p-tree .p-tree-container { + padding: 0.286em; + margin: 0; } + body .p-tree .p-tree-container .p-treenode { + padding: 0.143em 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content { + padding: 0; + border: 1px solid transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { + vertical-align: middle; + display: inline-block; + float: none; + margin: 0 0.286em 0 0; + color: #848484; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler b + .p-tree-toggler-icon { + line-height: 1.25em; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { + vertical-align: middle; + display: inline-block; + margin: 0 0.286em 0 0; + color: #848484; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-label { + margin: 0; + vertical-align: middle; + display: inline-block; + padding: 0.286em 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { + margin: 0 0.286em 0 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { + background-color: #41b883; + color: #ffffff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { + color: #ffffff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-checkbox .p-checkbox-box { + border-color: #ffffff; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight-contextmenu { + border: 1px dashed #41b883; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { + background-color: #eaeaea; + color: #333333; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover .p-treenode-icon { + color: #333333; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content > span { + line-height: inherit; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { + background-color: #eaeaea; + color: #333333; } + body .p-tree .p-tree-container .p-treenode-droppoint.p-treenode-droppoint-active { + background-color: #41b883; } + body .p-tree.p-tree-horizontal { + padding-left: 0; + padding-right: 0; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content { + border: 1px solid #c8c8c8; + background-color: #ffffff; + color: #333333; + padding: 0.571em 1em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight { + background-color: #41b883; + color: #ffffff; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox .p-icon { + color: #41b883; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover { + background-color: inherit; + color: inherit; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { + background-color: #eaeaea; + color: #333333; } + body .p-tree .p-tree-filter-container .p-tree-filter { + width: 100%; + padding-right: 2em; } + body .p-tree .p-tree-filter-container .p-tree-filter-icon { + top: 50%; + left: auto; + margin-top: -.5em; + right: .8em; + color: #41b883; } body .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { background-color: #eaeaea; - color: #333333; -} + color: #333333; } body .p-organizationchart .p-organizationchart-node-content.p-highlight { background-color: #41b883; - color: #ffffff; -} -body .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: #205a40; -} + color: #ffffff; } + body .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { + color: #205a40; } body .p-organizationchart .p-organizationchart-line-down { - background-color: #c8c8c8; -} + background-color: #c8c8c8; } body .p-organizationchart .p-organizationchart-line-left { border-right: 1px solid #c8c8c8; - border-color: #c8c8c8; -} + border-color: #c8c8c8; } body .p-organizationchart .p-organizationchart-line-top { border-top: 1px solid #c8c8c8; - border-color: #c8c8c8; -} + border-color: #c8c8c8; } body .p-organizationchart .p-organizationchart-node-content { border: 1px solid #c8c8c8; background-color: #ffffff; color: #333333; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-organizationchart .p-organizationchart-node-content .p-node-toggler { - bottom: -0.7em; - margin-left: -0.46em; + bottom: -.7em; + margin-left: -.46em; color: #848484; -moz-border-radius: 3px; -webkit-border-radius: 3px; @@ -2690,23 +2215,20 @@ body .p-organizationchart .p-organizationchart-node-content .p-node-toggler { -moz-transition: box-shadow 0.2s; -o-transition: box-shadow 0.2s; -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; -} + transition: box-shadow 0.2s; } + body .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; } body .p-treetable .p-treetable-header, body .p-treetable .p-treetable-footer { background-color: #f4f4f4; color: #333333; border: 1px solid #c8c8c8; padding: 0.571em 1em; - text-align: center; -} + text-align: center; } body .p-treetable .p-treetable-header { border-bottom: 0 none; font-weight: 700; @@ -2715,8 +2237,7 @@ body .p-treetable .p-treetable-header { border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} + border-top-right-radius: 3px; } body .p-treetable .p-treetable-footer { border-top: 0 none; font-weight: 700; @@ -2725,119 +2246,92 @@ body .p-treetable .p-treetable-footer { border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - border-bottom-right-radius: 3px; -} + border-bottom-right-radius: 3px; } body .p-treetable .p-treetable-thead > tr > th { padding: 0.571em 0.857em; border: 1px solid #c8c8c8; font-weight: 700; color: #333333; background-color: #f4f4f4; - text-align: center; -} + text-align: center; } body .p-treetable .p-treetable-tfoot > tr > td { padding: 0.571em 0.857em; border: 1px solid #c8c8c8; font-weight: 700; color: #333333; background-color: #f4f4f4; - text-align: center; -} + text-align: center; } body .p-treetable .p-sortable-column { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-treetable .p-sortable-column .p-sortable-column-icon { - color: #848484; -} -body .p-treetable .p-sortable-column:not(.p-highlight):hover { - background-color: #e0e0e0; - color: #333333; -} -body .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: #333333; -} -body .p-treetable .p-sortable-column:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: inset 0 0 0 0.2em #c2e9d8; - box-shadow: inset 0 0 0 0.2em #c2e9d8; -} -body .p-treetable .p-sortable-column.p-highlight { - background-color: #41b883; - color: #ffffff; -} -body .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #ffffff; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-treetable .p-sortable-column .p-sortable-column-icon { + color: #848484; } + body .p-treetable .p-sortable-column:not(.p-highlight):hover { + background-color: #e0e0e0; + color: #333333; } + body .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { + color: #333333; } + body .p-treetable .p-sortable-column:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: inset 0 0 0 0.2em #c2e9d8; + box-shadow: inset 0 0 0 0.2em #c2e9d8; } + body .p-treetable .p-sortable-column.p-highlight { + background-color: #41b883; + color: #ffffff; } + body .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { + color: #ffffff; } body .p-treetable .p-editable-column input { font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} + font-family: "Open Sans", "Helvetica Neue", sans-serif; } body .p-treetable .p-treetable-tbody > tr { background: #ffffff; color: #333333; -moz-transition: background-color 0.2s; -o-transition: background-color 0.2s; -webkit-transition: background-color 0.2s; - transition: background-color 0.2s; -} -body .p-treetable .p-treetable-tbody > tr > td { - background: inherit; - border: 1px solid #c8c8c8; - padding: 0.429em 0.857em; -} -body .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { - color: #848484; - vertical-align: middle; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight { - background-color: #41b883; - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu { - background-color: #9cdcc0; - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu .p-treetable-toggler { - color: #ffffff; -} -body .p-treetable .p-treetable-tbody > tr:focus { - outline: none; -} -body .p-treetable .p-treetable-tbody > tr:focus + tr > td { - box-shadow: 0 -0.2em 0 0 #c2e9d8; -} -body .p-treetable .p-treetable-tbody > tr:focus > td { - box-shadow: 0 -0.2em 0 0 #c2e9d8, 0 0.2em 0 0 #c2e9d8; -} -body .p-treetable .p-treetable-tbody > tr:focus > td:first-child { - box-shadow: 0 -0.2em 0 0 #c2e9d8, 0 0.2em 0 0 #c2e9d8, -0.1em -0.1em 0 0.1em #c2e9d8; -} -body .p-treetable .p-treetable-tbody > tr:focus > td:last-child { - box-shadow: 0 -0.2em 0 0 #c2e9d8, 0 0.2em 0 0 #c2e9d8, 0.1em -0.1em 0 0.1em #c2e9d8; -} + transition: background-color 0.2s; } + body .p-treetable .p-treetable-tbody > tr > td { + background: inherit; + border: 1px solid #c8c8c8; + padding: 0.429em 0.857em; } + body .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { + color: #848484; + vertical-align: middle; } + body .p-treetable .p-treetable-tbody > tr.p-highlight { + background-color: #41b883; + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu { + background-color: #9cdcc0; + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu .p-treetable-toggler { + color: #ffffff; } + body .p-treetable .p-treetable-tbody > tr:focus { + outline: none; } + body .p-treetable .p-treetable-tbody > tr:focus + tr > td { + box-shadow: 0 -0.2em 0 0 #c2e9d8; } + body .p-treetable .p-treetable-tbody > tr:focus > td { + box-shadow: 0 -0.2em 0 0 #c2e9d8, 0 0.2em 0 0 #c2e9d8; } + body .p-treetable .p-treetable-tbody > tr:focus > td:first-child { + box-shadow: 0 -0.2em 0 0 #c2e9d8, 0 0.2em 0 0 #c2e9d8, -0.1em -0.1em 0 0.1em #c2e9d8; } + body .p-treetable .p-treetable-tbody > tr:focus > td:last-child { + box-shadow: 0 -0.2em 0 0 #c2e9d8, 0 0.2em 0 0 #c2e9d8, 0.1em -0.1em 0 0.1em #c2e9d8; } body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover { cursor: pointer; background-color: #eaeaea; - color: #333333; -} -body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover .p-treetable-toggler { - color: #333333; -} + color: #333333; } + body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover .p-treetable-toggler { + color: #333333; } body .p-treetable .p-column-resizer-helper { - background-color: #41b883; -} + background-color: #41b883; } body .p-treetable .p-treetable-scrollable-header, body .p-treetable .p-treetable-scrollable-footer { - background-color: #f4f4f4; -} + background-color: #f4f4f4; } body .p-carousel .p-carousel-content .p-carousel-prev, body .p-carousel .p-carousel-content .p-carousel-next { background-color: #ffffff; @@ -2850,273 +2344,212 @@ body .p-carousel .p-carousel-content .p-carousel-next { -moz-transition: color 0.2s, box-shadow 0.2s; -o-transition: color 0.2s, box-shadow 0.2s; -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover, -body .p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover { - background-color: #ffffff; - color: #41b883; - border-color: solid 1px rgba(178, 193, 205, 0.64); -} + transition: color 0.2s, box-shadow 0.2s; } + body .p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover, + body .p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover { + background-color: #ffffff; + color: #41b883; + border-color: solid 1px rgba(178, 193, 205, 0.64); } body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon { width: 20px; height: 6px; background-color: #b2c1cd; - margin: 0 0.2em; -} -body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon::before { - content: " "; -} + margin: 0 0.2em; } + body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon::before { + content: ' '; } body .p-carousel .p-carousel-dots-container .p-carousel-dot-item.p-highlight .p-carousel-dot-icon { - background-color: #41b883; -} + background-color: #41b883; } body .p-messages { margin: 1em 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-messages .p-messages-wrapper { - padding: 1em; -} -body .p-messages.p-messages-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-info .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-info .p-messages-close { - background-color: #7fbcec; - color: #212121; -} -body .p-messages.p-messages-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-success .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-success .p-messages-close { - background-color: #b7d8b7; - color: #212121; -} -body .p-messages.p-messages-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-warn .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-warn .p-messages-close { - background-color: #ffe399; - color: #212121; -} -body .p-messages.p-messages-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-messages.p-messages-error .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-error .p-messages-close { - background-color: #f8b7bd; - color: #212121; -} -body .p-messages .p-messages-close { - top: -0.769em; - right: -0.769em; - width: 1.538em; - height: 1.538em; - line-height: 1.538em; - text-align: center; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-messages .p-messages-close .p-messages-close-icon { - line-height: inherit; - font-size: 1.5em; -} -body .p-messages .p-messages-close:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; -} -body .p-messages .p-messages-icon { - font-size: 2em; -} + border-radius: 3px; } + body .p-messages .p-messages-wrapper { + padding: 1em; } + body .p-messages.p-messages-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-info .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-info .p-messages-close { + background-color: #7fbcec; + color: #212121; } + body .p-messages.p-messages-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-success .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-success .p-messages-close { + background-color: #b7d8b7; + color: #212121; } + body .p-messages.p-messages-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-warn .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-warn .p-messages-close { + background-color: #ffe399; + color: #212121; } + body .p-messages.p-messages-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-messages.p-messages-error .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-error .p-messages-close { + background-color: #f8b7bd; + color: #212121; } + body .p-messages .p-messages-close { + top: -0.769em; + right: -0.769em; + width: 1.538em; + height: 1.538em; + line-height: 1.538em; + text-align: center; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-messages .p-messages-close .p-messages-close-icon { + line-height: inherit; + font-size: 1.5em; } + body .p-messages .p-messages-close:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; } + body .p-messages .p-messages-icon { + font-size: 2em; } body .p-message { padding: 0.429em; margin: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-message.p-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-message.p-message-info .p-message-icon { - color: #212121; -} -body .p-message.p-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-message.p-message-success .p-message-icon { - color: #212121; -} -body .p-message.p-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-message.p-message-warn .p-message-icon { - color: #212121; -} -body .p-message.p-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-message.p-message-error .p-message-icon { - color: #212121; -} -body .p-message .p-message-icon { - font-size: 1.25em; -} -body .p-message .p-message-text { - font-size: 1em; -} + border-radius: 3px; } + body .p-message.p-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-message.p-message-info .p-message-icon { + color: #212121; } + body .p-message.p-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-message.p-message-success .p-message-icon { + color: #212121; } + body .p-message.p-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-message.p-message-warn .p-message-icon { + color: #212121; } + body .p-message.p-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-message.p-message-error .p-message-icon { + color: #212121; } + body .p-message .p-message-icon { + font-size: 1.25em; } + body .p-message .p-message-text { + font-size: 1em; } body .p-growl { top: 70px; opacity: 0.9; - filter: alpha(opacity=90); -} -body .p-growl .p-growl-item-container { - margin: 0 0 1em 0; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-growl .p-growl-item-container .p-growl-item { - padding: 1em; -} -body .p-growl .p-growl-item-container .p-growl-item .p-growl-message { - margin: 0 0 0 4em; -} -body .p-growl .p-growl-item-container .p-growl-item .p-growl-image { - font-size: 2.571em; -} -body .p-growl .p-growl-item-container.p-growl-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-icon-close { - color: #212121; -} + filter: alpha(opacity=90); } + body .p-growl .p-growl-item-container { + margin: 0 0 1em 0; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-growl .p-growl-item-container .p-growl-item { + padding: 1em; } + body .p-growl .p-growl-item-container .p-growl-item .p-growl-message { + margin: 0 0 0 4em; } + body .p-growl .p-growl-item-container .p-growl-item .p-growl-image { + font-size: 2.571em; } + body .p-growl .p-growl-item-container.p-growl-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-icon-close { + color: #212121; } body .p-toast { opacity: 0.9; - filter: alpha(opacity=90); -} -body .p-toast .p-toast-item-container { - margin: 0 0 1em 0; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-toast .p-toast-item-container .p-toast-item { - padding: 1em; -} -body .p-toast .p-toast-item-container .p-toast-item .p-toast-message { - margin: 0 0 0 4em; -} -body .p-toast .p-toast-item-container .p-toast-item .p-toast-image { - font-size: 2.571em; -} -body .p-toast .p-toast-item-container.p-toast-message-info { - background-color: #7fbcec; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-success { - background-color: #b7d8b7; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-warn { - background-color: #ffe399; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-error { - background-color: #f8b7bd; - border: 0 none; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #212121; -} + filter: alpha(opacity=90); } + body .p-toast .p-toast-item-container { + margin: 0 0 1em 0; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-toast .p-toast-item-container .p-toast-item { + padding: 1em; } + body .p-toast .p-toast-item-container .p-toast-item .p-toast-message { + margin: 0 0 0 4em; } + body .p-toast .p-toast-item-container .p-toast-item .p-toast-image { + font-size: 2.571em; } + body .p-toast .p-toast-item-container.p-toast-message-info { + background-color: #7fbcec; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-success { + background-color: #b7d8b7; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-warn { + background-color: #ffe399; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-error { + background-color: #f8b7bd; + border: 0 none; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { + color: #212121; } body .p-component-overlay { - background-color: rgba(0, 0, 0, 0.4); -} + background-color: rgba(0, 0, 0, 0.4); } body .p-overlaypanel { background-color: #ffffff; color: #333333; @@ -3127,50 +2560,41 @@ body .p-overlaypanel { border-radius: 3px; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-overlaypanel .p-overlaypanel-content { - padding: 1em; -} -body .p-overlaypanel .p-overlaypanel-close { - background-color: #41b883; - color: #ffffff; - width: 1.538em; - height: 1.538em; - line-height: 1.538em; - text-align: center; - position: absolute; - top: -0.769em; - right: -0.769em; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-overlaypanel .p-overlaypanel-close:hover { - background-color: #246749; - color: #ffffff; -} -body .p-overlaypanel .p-overlaypanel-close > span { - line-height: inherit; -} -body .p-overlaypanel:after { - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #ffffff; -} -body .p-overlaypanel:before { - border-color: rgba(200, 200, 200, 0); - border-bottom-color: #c8c8c8; -} -body .p-overlaypanel.p-overlaypanel-flipped:after { - border-top-color: #ffffff; -} -body .p-overlaypanel.p-overlaypanel-flipped:before { - border-top-color: #c8c8c8; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-overlaypanel .p-overlaypanel-content { + padding: 1em; } + body .p-overlaypanel .p-overlaypanel-close { + background-color: #41b883; + color: #ffffff; + width: 1.538em; + height: 1.538em; + line-height: 1.538em; + text-align: center; + position: absolute; + top: -0.769em; + right: -0.769em; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-overlaypanel .p-overlaypanel-close:hover { + background-color: #246749; + color: #ffffff; } + body .p-overlaypanel .p-overlaypanel-close > span { + line-height: inherit; } + body .p-overlaypanel:after { + border-color: rgba(255, 255, 255, 0); + border-bottom-color: #ffffff; } + body .p-overlaypanel:before { + border-color: rgba(200, 200, 200, 0); + border-bottom-color: #c8c8c8; } + body .p-overlaypanel.p-overlaypanel-flipped:after { + border-top-color: #ffffff; } + body .p-overlaypanel.p-overlaypanel-flipped:before { + border-top-color: #c8c8c8; } body .p-dialog { padding: 0; -moz-border-radius: 3px; @@ -3178,73 +2602,62 @@ body .p-dialog { border-radius: 3px; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-dialog .p-dialog-titlebar { - border: 1px solid #c8c8c8; - background-color: #f4f4f4; - color: #333333; - padding: 1em; - font-weight: 700; - border-bottom: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-dialog .p-dialog-titlebar .p-dialog-title { - margin: 0; - float: none; - font-weight: 700; -} -body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon { - color: #848484; - border: 0 none; - padding: 0; - margin-left: 0.5em; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover { - color: #333333; -} -body .p-dialog .p-dialog-content { - background-color: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; - padding: 1em; -} -body .p-dialog .p-dialog-footer { - border: 1px solid #c8c8c8; - border-top: 0 none; - background-color: #ffffff; - color: #333333; - padding: 0.571em 1em; - margin: 0; - text-align: right; -} -body .p-dialog .p-dialog-footer button { - margin: 0 0.5em 0 0; - width: auto; -} -body .p-dialog.p-confirm-dialog .p-dialog-content { - padding: 1.5em; -} -body .p-dialog.p-confirm-dialog .p-dialog-content > span { - float: none; - display: inline-block; - vertical-align: middle; - line-height: 14px; - margin: 0; -} -body .p-dialog.p-confirm-dialog .p-dialog-content > span.p-icon { - margin-right: 0.35em; - font-size: 16px; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-dialog .p-dialog-titlebar { + border: 1px solid #c8c8c8; + background-color: #f4f4f4; + color: #333333; + padding: 1em; + font-weight: 700; + border-bottom: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-dialog .p-dialog-titlebar .p-dialog-title { + margin: 0; + float: none; + font-weight: 700; } + body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon { + color: #848484; + border: 0 none; + padding: 0; + margin-left: 0.5em; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover { + color: #333333; } + body .p-dialog .p-dialog-content { + background-color: #ffffff; + color: #333333; + border: 1px solid #c8c8c8; + padding: 1em; } + body .p-dialog .p-dialog-footer { + border: 1px solid #c8c8c8; + border-top: 0 none; + background-color: #ffffff; + color: #333333; + padding: 0.571em 1em; + margin: 0; + text-align: right; } + body .p-dialog .p-dialog-footer button { + margin: 0 0.5em 0 0; + width: auto; } + body .p-dialog.p-confirm-dialog .p-dialog-content { + padding: 1.5em; } + body .p-dialog.p-confirm-dialog .p-dialog-content > span { + float: none; + display: inline-block; + vertical-align: middle; + line-height: 14px; + margin: 0; } + body .p-dialog.p-confirm-dialog .p-dialog-content > span.p-icon { + margin-right: .35em; + font-size: 16px; } body .p-sidebar { background-color: #ffffff; color: #333333; @@ -3252,21 +2665,17 @@ body .p-sidebar { border: 1px solid #c8c8c8; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-sidebar .p-sidebar-close { - color: #848484; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-sidebar .p-sidebar-close:hover { - color: #333333; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-sidebar .p-sidebar-close { + color: #848484; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-sidebar .p-sidebar-close:hover { + color: #333333; } body .p-sidebar-mask { - transition-duration: 0.2s; -} + transition-duration: 0.2s; } body .p-tooltip .p-tooltip-text { background-color: #333333; color: #ffffff; @@ -3276,76 +2685,62 @@ body .p-tooltip .p-tooltip-text { box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} + border-radius: 3px; } body .p-tooltip.p-tooltip-right .p-tooltip-arrow { - border-right-color: #333333; -} + border-right-color: #333333; } body .p-tooltip.p-tooltip-left .p-tooltip-arrow { - border-left-color: #333333; -} + border-left-color: #333333; } body .p-tooltip.p-tooltip-top .p-tooltip-arrow { - border-top-color: #333333; -} + border-top-color: #333333; } body .p-tooltip.p-tooltip-bottom .p-tooltip-arrow { - border-bottom-color: #333333; -} + border-bottom-color: #333333; } body .p-lightbox { -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-lightbox .p-lightbox-caption { - border: 1px solid #c8c8c8; - background-color: #f4f4f4; - color: #333333; - padding: 0.571em 1em; - font-weight: 700; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text { - color: #333333; - margin: 0; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-close { - padding: 0; - color: #848484; - -moz-transition: color 0.2s; - -o-transition: color 0.2s; - -webkit-transition: color 0.2s; - transition: color 0.2s; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-close:hover { - color: #333333; -} -body .p-lightbox .p-lightbox-content-wrapper { - overflow: hidden; - background-color: #ffffff; - color: #333333; - border: 0 none; - padding: 0; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right { - -moz-transition: all 0.2s; - -o-transition: all 0.2s; - -webkit-transition: all 0.2s; - transition: all 0.2s; - font-size: 3em; - color: #ffffff; - margin-top: -0.5em; -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover { - -webkit-transform: scale(1.2); - -moz-transform: scale(1.2); - -o-transform: scale(1.2); - -ms-transform: scale(1.2); - transform: scale(1.2); -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-content.p-lightbox-loading ~ a { - display: none; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-lightbox .p-lightbox-caption { + border: 1px solid #c8c8c8; + background-color: #f4f4f4; + color: #333333; + padding: 0.571em 1em; + font-weight: 700; } + body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text { + color: #333333; + margin: 0; } + body .p-lightbox .p-lightbox-caption .p-lightbox-close { + padding: 0; + color: #848484; + -moz-transition: color 0.2s; + -o-transition: color 0.2s; + -webkit-transition: color 0.2s; + transition: color 0.2s; } + body .p-lightbox .p-lightbox-caption .p-lightbox-close:hover { + color: #333333; } + body .p-lightbox .p-lightbox-content-wrapper { + overflow: hidden; + background-color: #ffffff; + color: #333333; + border: 0 none; + padding: 0; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right { + -moz-transition: all 0.2s; + -o-transition: all 0.2s; + -webkit-transition: all 0.2s; + transition: all 0.2s; + font-size: 3em; + color: #ffffff; + margin-top: -.5em; } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover { + -webkit-transform: scale(1.2); + -moz-transform: scale(1.2); + -o-transform: scale(1.2); + -ms-transform: scale(1.2); + transform: scale(1.2); } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-content.p-lightbox-loading ~ a { + display: none; } body .p-breadcrumb { background-color: #ffffff; @@ -3353,106 +2748,85 @@ body .p-breadcrumb { padding: 0.571em 1em; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-breadcrumb ul li .p-menuitem-link { - color: #333333; - margin: 0; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-breadcrumb ul li .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; -} -body .p-breadcrumb ul li.p-breadcrumb-chevron { - margin: 0 0.5em 0 0.5em; - color: #848484; -} -body .p-breadcrumb ul li:first-child a { - color: #848484; - margin: 0; -} -body .p-breadcrumb ul li .p-menuitem-icon { - color: #848484; -} + border-radius: 3px; } + body .p-breadcrumb ul li .p-menuitem-link { + color: #333333; + margin: 0; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-breadcrumb ul li .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; } + body .p-breadcrumb ul li.p-breadcrumb-chevron { + margin: 0 0.5em 0 0.5em; + color: #848484; } + body .p-breadcrumb ul li:first-child a { + color: #848484; + margin: 0; } + body .p-breadcrumb ul li .p-menuitem-icon { + color: #848484; } body .p-steps { - position: relative; -} -body .p-steps .p-steps-item { - background-color: transparent; - text-align: center; -} -body .p-steps .p-steps-item .p-menuitem-link { - display: inline-block; - text-align: center; - background-color: transparent; - overflow: hidden; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-steps .p-steps-item .p-menuitem-link .p-steps-number { - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - display: inline-block; - color: #333333; - background-color: #ffffff; - border: 1px solid #c8c8c8; - position: relative; - top: 16px; - margin-bottom: 14px; - width: 28px; - height: 28px; - font-size: 16px; - line-height: 24px; - text-align: center; -} -body .p-steps .p-steps-item .p-menuitem-link .p-steps-title { - display: block; - margin-top: 6px; - color: #848484; -} -body .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; -} -body .p-steps .p-steps-item.p-highlight .p-steps-number { - background: #41b883; - color: #ffffff; -} -body .p-steps .p-steps-item.p-highlight .p-steps-title { - font-weight: 700; - color: #333333; -} -body .p-steps .p-steps-item:last-child .p-menuitem-link { - display: block; -} -body .p-steps:before { - content: " "; - border-top: 1px solid #c8c8c8; - width: 100%; - top: 45%; - left: 0; - display: block; - position: absolute; -} + position: relative; } + body .p-steps .p-steps-item { + background-color: transparent; } + body .p-steps .p-steps-item .p-menuitem-link { + background-color: transparent; + overflow: hidden; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } + body .p-steps .p-steps-item .p-menuitem-link .p-steps-number { + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + display: inline-block; + color: #333333; + background-color: #ffffff; + border: 1px solid #c8c8c8; + min-width: 28px; + height: 28px; + font-size: 16px; + line-height: 24px; + text-align: center; + position: relative; + z-index: 1; } + body .p-steps .p-steps-item .p-menuitem-link .p-steps-title { + display: block; + margin-top: 6px; + color: #848484; } + body .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; } + body .p-steps .p-steps-item.p-highlight .p-steps-number { + background: #41b883; + color: #ffffff; } + body .p-steps .p-steps-item.p-highlight .p-steps-title { + font-weight: 700; + color: #333333; } + body .p-steps .p-steps-item:before { + content: ' '; + border-top: 1px solid #c8c8c8; + width: 100%; + top: 50%; + left: 0; + display: block; + position: absolute; + margin-top: -14px; } body .p-menu .p-menuitem-link, body .p-menubar .p-menuitem-link, body .p-tieredmenu .p-menuitem-link, @@ -3468,134 +2842,113 @@ body .p-slidemenu .p-menuitem-link { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-menu .p-menuitem-link .p-menuitem-text, -body .p-menubar .p-menuitem-link .p-menuitem-text, -body .p-tieredmenu .p-menuitem-link .p-menuitem-text, -body .p-contextmenu .p-menuitem-link .p-menuitem-text, -body .p-megamenu .p-menuitem-link .p-menuitem-text, -body .p-slidemenu .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-menu .p-menuitem-link .p-menuitem-icon, -body .p-menubar .p-menuitem-link .p-menuitem-icon, -body .p-tieredmenu .p-menuitem-link .p-menuitem-icon, -body .p-contextmenu .p-menuitem-link .p-menuitem-icon, -body .p-megamenu .p-menuitem-link .p-menuitem-icon, -body .p-slidemenu .p-menuitem-link .p-menuitem-icon { - color: #333333; - margin-right: 0.5em; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover { - background-color: #eaeaea; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { - color: #333333; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { - color: #333333; -} -body .p-menu .p-menuitem-link:focus, -body .p-menubar .p-menuitem-link:focus, -body .p-tieredmenu .p-menuitem-link:focus, -body .p-contextmenu .p-menuitem-link:focus, -body .p-megamenu .p-menuitem-link:focus, -body .p-slidemenu .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: inset 0 0 0 0.2em #c2e9d8; - box-shadow: inset 0 0 0 0.2em #c2e9d8; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-menu .p-menuitem-link .p-menuitem-text, + body .p-menubar .p-menuitem-link .p-menuitem-text, + body .p-tieredmenu .p-menuitem-link .p-menuitem-text, + body .p-contextmenu .p-menuitem-link .p-menuitem-text, + body .p-megamenu .p-menuitem-link .p-menuitem-text, + body .p-slidemenu .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-menu .p-menuitem-link .p-menuitem-icon, + body .p-menubar .p-menuitem-link .p-menuitem-icon, + body .p-tieredmenu .p-menuitem-link .p-menuitem-icon, + body .p-contextmenu .p-menuitem-link .p-menuitem-icon, + body .p-megamenu .p-menuitem-link .p-menuitem-icon, + body .p-slidemenu .p-menuitem-link .p-menuitem-icon { + color: #333333; + margin-right: 0.5em; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover { + background-color: #eaeaea; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { + color: #333333; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { + color: #333333; } + body .p-menu .p-menuitem-link:focus, + body .p-menubar .p-menuitem-link:focus, + body .p-tieredmenu .p-menuitem-link:focus, + body .p-contextmenu .p-menuitem-link:focus, + body .p-megamenu .p-menuitem-link:focus, + body .p-slidemenu .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: inset 0 0 0 0.2em #c2e9d8; + box-shadow: inset 0 0 0 0.2em #c2e9d8; } body .p-menu { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-menu .p-menuitem { - margin: 0; -} -body .p-menu.p-menu-overlay { - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-menu .p-submenu-header { - margin: 0; - padding: 0.714em 0.857em; - color: #333333; - background-color: #f4f4f4; - font-weight: 700; - border: 0 none; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; -} -body .p-menu .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} + border-radius: 3px; } + body .p-menu .p-menuitem { + margin: 0; } + body .p-menu.p-menu-overlay { + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-menu .p-submenu-header { + margin: 0; + padding: 0.714em 0.857em; + color: #333333; + background-color: #f4f4f4; + font-weight: 700; + border: 0 none; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; } + body .p-menu .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } body .p-menubar { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { - padding: 0.714em 0.857em; -} -body .p-menubar .p-submenu-list { - padding: 0; - background-color: #ffffff; - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-menubar .p-submenu-list .p-menuitem { - margin: 0; -} -body .p-menubar .p-submenu-list .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} -body .p-menubar .p-menuitem { - margin: 0; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #333333; -} + border-radius: 3px; } + body .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { + padding: 0.714em 0.857em; } + body .p-menubar .p-submenu-list { + padding: 0; + background-color: #ffffff; + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-menubar .p-submenu-list .p-menuitem { + margin: 0; } + body .p-menubar .p-submenu-list .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } + body .p-menubar .p-menuitem { + margin: 0; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #333333; } body .p-contextmenu { padding: 0; background-color: #ffffff; @@ -3605,351 +2958,277 @@ body .p-contextmenu { box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-contextmenu .p-submenu-list { - padding: 0; - background-color: #ffffff; - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-contextmenu .p-menuitem { - margin: 0; -} -body .p-contextmenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #333333; -} -body .p-contextmenu .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} + border-radius: 3px; } + body .p-contextmenu .p-submenu-list { + padding: 0; + background-color: #ffffff; + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-contextmenu .p-menuitem { + margin: 0; } + body .p-contextmenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #333333; } + body .p-contextmenu .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } body .p-tieredmenu { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-tieredmenu .p-submenu-list { - padding: 0; - background-color: #ffffff; - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-tieredmenu .p-menuitem { - margin: 0; -} -body .p-tieredmenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #333333; -} -body .p-tieredmenu .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} -body .p-tieredmenu.p-menu-overlay { - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} + border-radius: 3px; } + body .p-tieredmenu .p-submenu-list { + padding: 0; + background-color: #ffffff; + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-tieredmenu .p-menuitem { + margin: 0; } + body .p-tieredmenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #333333; } + body .p-tieredmenu .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } + body .p-tieredmenu.p-menu-overlay { + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } body .p-slidemenu { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-slidemenu .p-submenu-list { - padding: 0; - background-color: #ffffff; - border: 0 none; -} -body .p-slidemenu .p-menuitem { - margin: 0; -} -body .p-slidemenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #333333; -} -body .p-slidemenu .p-slidemenu-backward { - margin: 0; - padding: 0.571em 1em; - color: #333333; - background-color: #f4f4f4; - font-weight: 700; - border: 0 none; -} -body .p-slidemenu .p-slidemenu-backward:hover { - background-color: #dbdbdb; - color: #333333; -} -body .p-slidemenu .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} -body .p-slidemenu.p-menu-overlay { - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} + border-radius: 3px; } + body .p-slidemenu .p-submenu-list { + padding: 0; + background-color: #ffffff; + border: 0 none; } + body .p-slidemenu .p-menuitem { + margin: 0; } + body .p-slidemenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #333333; } + body .p-slidemenu .p-slidemenu-backward { + margin: 0; + padding: 0.571em 1em; + color: #333333; + background-color: #f4f4f4; + font-weight: 700; + border: 0 none; } + body .p-slidemenu .p-slidemenu-backward:hover { + background-color: #dbdbdb; + color: #333333; } + body .p-slidemenu .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } + body .p-slidemenu.p-menu-overlay { + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } body .p-tabmenu { - border: 0 none; -} -body .p-tabmenu .p-tabmenu-nav { - padding: 0; - background: transparent; - border-bottom: 1px solid #c8c8c8; -} -body .p-tabmenu .p-tabmenu-nav:after { - content: ""; - display: table; - clear: both; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - margin-bottom: -1px; - border: 1px solid #c8c8c8; - background-color: #f4f4f4; - color: #333333; - padding: 0.571em 1em; - margin-right: 2px; - -moz-border-radius-topleft: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - -moz-border-radius-topright: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { - color: #848484; - margin-right: 0.5em; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { - background-color: #dbdbdb; - border: 1px solid #dbdbdb; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-icon { - color: #333333; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { - background-color: #41b883; - border: 1px solid #41b883; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-icon { - color: #ffffff; -} + border: 0 none; } + body .p-tabmenu .p-tabmenu-nav { + padding: 0; + background: transparent; + border-bottom: 1px solid #c8c8c8; } + body .p-tabmenu .p-tabmenu-nav:after { + content: ""; + display: table; + clear: both; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { + margin-bottom: -1px; + border: 1px solid #c8c8c8; + background-color: #f4f4f4; + color: #333333; + padding: 0.571em 1em; + margin-right: 2px; + -moz-border-radius-topleft: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-topright: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { + color: #848484; + margin-right: 0.5em; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { + background-color: #dbdbdb; + border: 1px solid #dbdbdb; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-icon { + color: #333333; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { + background-color: #41b883; + border: 1px solid #41b883; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-icon { + color: #ffffff; } body .p-megamenu { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-megamenu .p-megamenu-submenu-header { - margin: 0; - padding: 0.571em 1em; - color: #333333; - background-color: #f4f4f4; - font-weight: 700; - border: 0 none; -} -body .p-megamenu .p-megamenu-panel { - padding: 0; - background-color: #ffffff; - border: 1px solid #c8c8c8; - -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-megamenu .p-menuitem { - margin: 0; -} -body .p-megamenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #333333; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #333333; -} -body .p-megamenu.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { - right: 0.429em; -} + border-radius: 3px; } + body .p-megamenu .p-megamenu-submenu-header { + margin: 0; + padding: 0.571em 1em; + color: #333333; + background-color: #f4f4f4; + font-weight: 700; + border: 0 none; } + body .p-megamenu .p-megamenu-panel { + padding: 0; + background-color: #ffffff; + border: 1px solid #c8c8c8; + -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-megamenu .p-menuitem { + margin: 0; } + body .p-megamenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #333333; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #333333; } + body .p-megamenu.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { + right: 0.429em; } body .p-panelmenu .p-icon { - position: static; -} + position: static; } body .p-panelmenu .p-panelmenu-panel .p-panelmenu-header { - margin-top: 2px; -} + margin-top: 2px; } body .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header { - margin-top: 0; -} + margin-top: 0; } body .p-panelmenu .p-panelmenu-header { - padding: 0; -} -body .p-panelmenu .p-panelmenu-header > a { - border: 1px solid #c8c8c8; - background-color: #f4f4f4; - color: #333333; - padding: 0.714em 0.857em; - font-weight: 700; - position: static; - font-size: 14px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { - color: #848484; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-right:before { - content: ""; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-down:before { - content: ""; -} -body .p-panelmenu .p-panelmenu-header > a:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; - z-index: 100; -} -body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover { - outline: 0 none; - border: 1px solid #dbdbdb; - background-color: #dbdbdb; - color: #333333; -} -body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover .p-panelmenu-icon { - color: #333333; -} -body .p-panelmenu .p-panelmenu-header.p-highlight { - margin-bottom: 0; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a { - border: 1px solid #41b883; - background-color: #41b883; - color: #ffffff; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a .p-panelmenu-icon { - color: #ffffff; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover { - outline: 0 none; - border: 1px solid #246749; - background-color: #246749; - color: #ffffff; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover .p-panelmenu-icon { - color: #ffffff; -} + padding: 0; } + body .p-panelmenu .p-panelmenu-header > a { + border: 1px solid #c8c8c8; + background-color: #f4f4f4; + color: #333333; + padding: 0.714em 0.857em; + font-weight: 700; + position: static; + font-size: 14px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { + color: #848484; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-right:before { + content: ""; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-down:before { + content: ""; } + body .p-panelmenu .p-panelmenu-header > a:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; + z-index: 100; } + body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover { + outline: 0 none; + border: 1px solid #dbdbdb; + background-color: #dbdbdb; + color: #333333; } + body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover .p-panelmenu-icon { + color: #333333; } + body .p-panelmenu .p-panelmenu-header.p-highlight { + margin-bottom: 0; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a { + border: 1px solid #41b883; + background-color: #41b883; + color: #ffffff; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a .p-panelmenu-icon { + color: #ffffff; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover { + outline: 0 none; + border: 1px solid #246749; + background-color: #246749; + color: #ffffff; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover .p-panelmenu-icon { + color: #ffffff; } body .p-panelmenu .p-panelmenu-panel:first-child { - margin-top: 0; -} + margin-top: 0; } body .p-panelmenu .p-panelmenu-content { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; margin-top: 0; position: static; - border-top: 0 none; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem { - margin: 0; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { - padding: 0.714em 0.857em; - color: #333333; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover { - background-color: #eaeaea; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-icon, body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-panelmenu-icon { - color: #333333; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-text { - color: #333333; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: inset 0 0 0 0.2em #c2e9d8; - box-shadow: inset 0 0 0 0.2em #c2e9d8; -} + border-top: 0 none; } + body .p-panelmenu .p-panelmenu-content .p-menuitem { + margin: 0; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { + padding: 0.714em 0.857em; + color: #333333; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover { + background-color: #eaeaea; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-icon, body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-panelmenu-icon { + color: #333333; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-text { + color: #333333; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: inset 0 0 0 0.2em #c2e9d8; + box-shadow: inset 0 0 0 0.2em #c2e9d8; } body .p-progressbar { border: 0 none; @@ -3957,61 +3236,49 @@ body .p-progressbar { background-color: #eaeaea; -moz-border-radius: 3px; -webkit-border-radius: 3px; - border-radius: 3px; -} -body .p-progressbar .p-progressbar-value { - border: 0 none; - margin: 0; - background: #41b883; -} -body .p-progressbar .p-progressbar-label { - margin-top: 0; - color: #333333; - line-height: 24px; -} + border-radius: 3px; } + body .p-progressbar .p-progressbar-value { + border: 0 none; + margin: 0; + background: #41b883; } + body .p-progressbar .p-progressbar-label { + margin-top: 0; + color: #333333; + line-height: 24px; } body .p-terminal { background-color: #ffffff; color: #333333; border: 1px solid #c8c8c8; - padding: 0.571em 1em; -} -body .p-terminal .p-terminal-input { - font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} -body .p-terminal .p-terminal-command { - height: 16px; -} + padding: 0.571em 1em; } + body .p-terminal .p-terminal-input { + font-size: 14px; + font-family: "Open Sans", "Helvetica Neue", sans-serif; } + body .p-terminal .p-terminal-command { + height: 16px; } body .p-inplace { - min-height: 2.357em; -} -body .p-inplace .p-inplace-display { - padding: 0.429em; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-inplace .p-inplace-display:not(.p-disabled):hover { - background-color: #eaeaea; - color: #333333; -} -body .p-inplace .p-inplace-display:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; - -moz-box-shadow: 0 0 0 0.2em #c2e9d8; - box-shadow: 0 0 0 0.2em #c2e9d8; -} + min-height: 2.357em; } + body .p-inplace .p-inplace-display { + padding: 0.429em; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-inplace .p-inplace-display:not(.p-disabled):hover { + background-color: #eaeaea; + color: #333333; } + body .p-inplace .p-inplace-display:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #c2e9d8; + -moz-box-shadow: 0 0 0 0.2em #c2e9d8; + box-shadow: 0 0 0 0.2em #c2e9d8; } body .p-fluid .p-inplace.p-inplace-closable .p-inplace-content > :first-child { display: inline-block; - width: calc(100% - 2.357em); -} + width: calc(100% - 2.357em); } body .p-blockui { - transition-duration: 0.2s; -} + transition-duration: 0.2s; } /* Add your customizations of theme here */ diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index 2fe212454..cc50075e0 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -1,1253 +1,1040 @@ @charset "UTF-8"; /* open-sans-300 - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: url("./fonts/open-sans-v15-latin-300.eot"); /* IE9 Compat Modes */ src: local("Open Sans Light"), local("OpenSans-Light"), url("./fonts/open-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-300.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-300.woff") format("woff"), url("./fonts/open-sans-v15-latin-300.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-300.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } /* open-sans-regular - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: url("./fonts/open-sans-v15-latin-regular.eot"); /* IE9 Compat Modes */ src: local("Open Sans Regular"), local("OpenSans-Regular"), url("./fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-regular.woff") format("woff"), url("./fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } /* open-sans-700 - latin */ @font-face { - font-family: "Open Sans"; + font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: url("./fonts/open-sans-v15-latin-700.eot"); /* IE9 Compat Modes */ src: local("Open Sans Bold"), local("OpenSans-Bold"), url("./fonts/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("./fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("./fonts/open-sans-v15-latin-700.woff") format("woff"), url("./fonts/open-sans-v15-latin-700.ttf") format("truetype"), url("./fonts/open-sans-v15-latin-700.svg#OpenSans") format("svg"); - /* Legacy iOS */ -} + /* Legacy iOS */ } * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; - box-sizing: border-box; -} + box-sizing: border-box; } body .p-component { font-family: "Open Sans", "Helvetica Neue", sans-serif; font-size: 14px; - text-decoration: none; -} + text-decoration: none; } body a { color: #7B95A3; - text-decoration: none; -} -body a:hover { - color: #6c8999; -} -body a:active { - color: #617c8a; -} + text-decoration: none; } + body a:hover { + color: #6c8999; } + body a:active { + color: #617c8a; } body .p-disabled, body .p-component:disabled { opacity: 0.5; - filter: alpha(opacity=50); -} + filter: alpha(opacity=50); } body .pi { - font-size: 1.25em; -} + font-size: 1.25em; } body .p-link { font-size: 14px; font-family: "Open Sans", "Helvetica Neue", sans-serif; -moz-border-radius: 2px; -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; -} + border-radius: 2px; } + body .p-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; } body { - /* Validations */ -} -body .p-inputtext { - font-size: 14px; - color: #666666; - background: #f4f4f4; - padding: 0.429em; - border: 1px solid #dadada; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-inputtext:enabled:hover { - border-color: #a6a6a6; -} -body .p-inputtext:enabled:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; - border-color: #7B95A3; -} -body .p-checkbox { - display: inline-block; - vertical-align: middle; - margin: 0; - width: 20px; - height: 20px; -} -body .p-checkbox .p-checkbox-box { - border: 1px solid #dadada; - background-color: #f4f4f4; - width: 20px; - height: 20px; - text-align: center; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; - -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; -} -body .p-checkbox .p-checkbox-box:not(.p-disabled):hover { - border-color: #a6a6a6; -} -body .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; - border-color: #7B95A3; -} -body .p-checkbox .p-checkbox-box.p-highlight { - border-color: #7B95A3; - background-color: #7B95A3; - color: #ffffff; -} -body .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { - border-color: #617c8a; - background-color: #617c8a; - color: #ffffff; -} -body .p-checkbox .p-checkbox-box .p-checkbox-icon { - overflow: hidden; - position: relative; - font-size: 18px; -} -body .p-checkbox-label { - margin: 0 0 0 0.5em; -} -body .p-radiobutton { - display: inline-block; - vertical-align: middle; - margin: 0; - width: 20px; - height: 20px; -} -body .p-radiobutton .p-radiobutton-box { - border: 1px solid #dadada; - background-color: #f4f4f4; - width: 20px; - height: 20px; - text-align: center; - position: relative; - -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; -} -body .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { - border-color: #a6a6a6; -} -body .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; - border-color: #7B95A3; -} -body .p-radiobutton .p-radiobutton-box.p-highlight { - border-color: #7B95A3; - background-color: #7B95A3; - color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon { - background-color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { - border-color: #617c8a; - background-color: #617c8a; - color: #ffffff; -} -body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { - background: transparent; - width: 10px; - height: 10px; - display: inline-block; - position: absolute; - left: 50%; - top: 50%; - margin-left: -5px; - margin-top: -5px; - -moz-transition: background-color 0.2s; - -o-transition: background-color 0.2s; - -webkit-transition: background-color 0.2s; - transition: background-color 0.2s; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; -} -body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon:before { - display: none; -} -body .p-radiobutton-label { - margin: 0 0 0 0.5em; -} -body .p-inputswitch { - width: 3em; - height: 1.75em; -} -body .p-inputswitch .p-inputswitch-slider { - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - border-radius: 30px; - background: #f4f4f4; -} -body .p-inputswitch .p-inputswitch-slider:before { - background-color: #7B95A3; - height: 1.25em; - width: 1.25em; - left: 0.25em; - bottom: 0.25em; - border-radius: 50%; - -webkit-transition: 0.2s; - transition: 0.2s; -} -body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { - -webkit-transform: translateX(1.25em); - -ms-transform: translateX(1.25em); - transform: translateX(1.25em); -} -body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; -} -body .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { - background-color: #d8dae2; -} -body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { - background-color: #AFD3C8; -} -body .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { - background-color: #AFD3C8; -} -body .p-autocomplete .p-autocomplete-input { - padding: 0.429em; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { - padding: 0.2145em 0.429em; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: #a6a6a6; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; - border-color: #7B95A3; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { - margin: 0; - padding: 0.2145em 0; - color: #666666; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input { - font-family: "Open Sans", "Helvetica Neue", sans-serif; - font-size: 14px; - padding: 0; - margin: 0; -} -body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { - font-size: 14px; - padding: 0.2145em 0.429em; - margin: 0 0.286em 0 0; - background: #AFD3C8; - color: #385048; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-autocomplete-panel { - padding: 0; - border: 1px solid #eaeaea; - background-color: #ffffff; - -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-autocomplete-panel .p-autocomplete-items { - padding: 0; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #666666; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item:hover { - color: #666666; - background-color: #f4f4f4; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item.p-highlight { - color: #385048; - background-color: #AFD3C8; -} -body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group { - padding: 0.429em 0.857em; - background-color: #dadada; - color: #666666; -} -body .p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button { - width: 2.357em; -} -body .p-fluid .p-autocomplete.p-autocomplete-multiple.p-autocomplete-dd .p-autocomplete-multiple-container { - border-right: 0 none; - width: calc(100% - 2.357em); -} -body .p-fluid .p-autocomplete.p-autocomplete-dd .p-inputtext { - border-right: 0 none; - width: calc(100% - 2.357em); -} -body .p-chips > ul.p-inputtext { - padding: 0.2145em 0.429em; - display: inline-block; -} -body .p-chips > ul.p-inputtext:not(.p-disabled):hover { - border-color: #a6a6a6; -} -body .p-chips > ul.p-inputtext:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; - border-color: #7B95A3; -} -body .p-chips > ul.p-inputtext .p-chips-input-token { - padding: 0.2145em 0; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input { - font-family: "Open Sans", "Helvetica Neue", sans-serif; - font-size: 14px; - padding: 0; - margin: 0; - color: #666666; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input:hover { - border: 0 none; -} -body .p-chips > ul.p-inputtext .p-chips-input-token input:focus { - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; - outline: 0 none; - border: 0 none; -} -body .p-chips > ul.p-inputtext .p-chips-token { - font-size: 14px; - padding: 0.2145em 0.429em; - margin: 0 0.286em 0 0; - background: #AFD3C8; - color: #385048; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-dropdown { - background: #f4f4f4; - border: 1px solid #dadada; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-dropdown:not(.p-disabled):hover { - border-color: #a6a6a6; -} -body .p-dropdown:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; - border-color: #7B95A3; -} -body .p-dropdown .p-dropdown-label { - padding-right: 2em; -} -body .p-dropdown .p-dropdown-label.p-placeholder { - color: #a6a6a6; -} -body .p-dropdown .p-dropdown-label:focus { - outline: 0 none; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; -} -body .p-dropdown .p-dropdown-trigger { - background-color: #f4f4f4; - width: 2em; - line-height: 2em; - text-align: center; - padding: 0; - color: #666666; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-dropdown .p-dropdown-clear-icon { - color: #666666; -} -body .p-dropdown-panel { - padding: 0; - border: 1px solid #eaeaea; - background-color: #ffffff; - -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-dropdown-panel .p-dropdown-filter-container { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #dadada; - color: #666666; - background-color: #ffffff; - margin: 0; -} -body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter { - width: 100%; - padding-right: 2em; -} -body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon { - top: 50%; - margin-top: -0.5em; - right: 1.357em; - color: #a6a6a6; -} -body .p-dropdown-panel .p-dropdown-items { - padding: 0; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #666666; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group.p-highlight { - color: #385048; - background-color: #AFD3C8; -} -body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover { - color: #666666; - background-color: #f4f4f4; -} -body .p-multiselect { - background: #f4f4f4; - border: 1px solid #dadada; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-multiselect:not(.p-disabled):hover { - border-color: #a6a6a6; -} -body .p-multiselect:not(.p-disabled).p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; - border-color: #7B95A3; -} -body .p-multiselect .p-multiselect-label { - padding: 0.429em; - padding-right: 2em; - font-weight: 400; - color: #666666; -} -body .p-multiselect .p-multiselect-label.p-placeholder { - color: #a6a6a6; -} -body .p-multiselect .p-multiselect-trigger { - background-color: #f4f4f4; - width: 2em; - line-height: 2em; - text-align: center; - padding: 0; - color: #666666; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-multiselect-panel { - padding: 0; - border: 1px solid #eaeaea; - background-color: #ffffff; - -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-multiselect-panel .p-multiselect-header { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #dadada; - color: #666666; - background-color: #ffffff; - margin: 0; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container { - float: none; - width: 70%; - display: inline-block; - vertical-align: middle; - margin-left: 0; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { - padding: 0.429em; - padding-right: 2em; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { - color: #a6a6a6; - top: 50%; - margin-top: -0.5em; - right: 0.5em; - left: auto; -} -body .p-multiselect-panel .p-multiselect-header .p-checkbox { - margin-right: 0.5em; - float: none; - vertical-align: middle; -} -body .p-multiselect-panel .p-multiselect-header .p-multiselect-close { - line-height: 1; - color: #666666; - top: 50%; - margin-top: -0.5em; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-multiselect-panel .p-multiselect-items { - padding: 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #666666; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { - color: #666666; - background-color: #f4f4f4; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: inset 0 0 0 0.2em #e4e9ec; - box-shadow: inset 0 0 0 0.2em #e4e9ec; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { - color: #385048; - background-color: #AFD3C8; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { - position: static; - display: inline-block; - vertical-align: middle; - margin: 0 0.5em 0 0; -} -body .p-multiselect-panel .p-multiselect-items .p-multiselect-item label { - display: inline-block; - vertical-align: middle; -} -body .p-listbox { - padding: 0; - min-width: 12em; - background: #ffffff; - border: 1px solid #dadada; -} -body .p-listbox .p-checkbox { - margin: 0 0.5em 0 0; -} -body .p-listbox .p-listbox-header { - padding: 0.429em 0.857em 0.429em 0.857em; - border-bottom: 1px solid #dadada; - color: #666666; - background-color: #ffffff; - margin: 0; - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; -} -body .p-listbox .p-listbox-header .p-listbox-filter-container input { - padding: 0.429em; - padding-right: 2em; -} -body .p-listbox .p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon { - top: 50%; - left: auto; - margin-top: -0.5em; - right: 0.5em; - color: #a6a6a6; -} -body .p-listbox .p-listbox-list { - background-color: #ffffff; -} -body .p-listbox .p-listbox-list .p-listbox-item { - margin: 0; - padding: 0.429em 0.857em; - border: 0 none; - color: #666666; - background-color: transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-listbox .p-listbox-list .p-listbox-item.p-highlight { - color: #385048; - background-color: #AFD3C8; -} -body .p-listbox .p-listbox-list .p-listbox-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: inset 0 0 0 0.2em #e4e9ec; - box-shadow: inset 0 0 0 0.2em #e4e9ec; -} -body .p-listbox .p-listbox-list .p-listbox-item .p-checkbox { - position: static; - display: inline-block; - vertical-align: middle; - margin: 0 0.5em 0 0; -} -body .p-listbox .p-listbox-list .p-listbox-item label { - display: inline-block; - vertical-align: middle; -} -body .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { - color: #666666; - background-color: #f4f4f4; -} -body .p-listbox.p-disabled .p-checkbox-box:not(.p-disabled):not(.p-highlight):hover { - border: 1px solid #dadada; -} -body .p-listbox .p-listbox-list-wrapper { - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-listbox .p-listbox-footer { - padding: 0.429em 0.857em 0.429em 0.857em; - border-top: 1px solid #dadada; - color: #666666; - background-color: #ffffff; -} -body .p-editor-container .p-editor-toolbar { - border: 1px solid #7B95A3; - background-color: #7B95A3; -} -body .p-editor-container .p-editor-content { - border: 1px solid #dadada; -} -body .p-editor-container .p-editor-content .ql-editor { - background-color: #f4f4f4; - color: #666666; -} -body .p-editor-container .ql-picker.ql-expanded .ql-picker-label { - color: #ffffff; -} -body .p-editor-container .ql-stroke { - stroke: #ffffff; -} -body .p-editor-container .ql-picker-label { - color: #ffffff; -} -body .p-editor-container .ql-snow.ql-toolbar button:hover, -body .p-editor-container .ql-snow .ql-toolbar button:hover, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { - color: #AFD3C8; -} -body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, -body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, -body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, -body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { - stroke: #AFD3C8; -} -body .p-rating .p-rating-icon { - font-size: 1.429em; - text-align: center; - display: inline-block; - color: #666666; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-rating .p-rating-icon.p-rating-cancel { - color: #f3b9b9; -} -body .p-rating .p-rating-icon:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; -} -body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { - color: #7B95A3; -} -body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { - color: #d66161; -} -body .p-spinner .p-spinner-input { - padding-right: 1.858em; -} -body .p-spinner .p-spinner-button { - width: 1.429em; -} -body .p-spinner .p-spinner-button .p-spinner-button-icon { - position: absolute; - top: 50%; - left: 50%; - margin-top: -0.5em; - margin-left: -0.5em; - width: 1em; -} -body .p-spinner .p-spinner-button.p-spinner-button { - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-up { - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; -} -body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-down { - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; -} -body .p-spinner .p-spinner-button.p-spinner-button:focus { - z-index: 1; -} -body .p-fluid .p-spinner .p-spinner-input { - padding-right: 1.858em; -} -body .p-fluid .p-spinner .p-spinner-button { - width: 1.429em; -} -body .p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon { - left: 50%; -} -body .p-slider { - background-color: #c4c4c4; - border: 0 none; -} -body .p-slider.p-slider-horizontal { - height: 0.286em; -} -body .p-slider.p-slider-horizontal .p-slider-handle { - top: 50%; - margin-top: -0.7145em; -} -body .p-slider.p-slider-vertical { - width: 0.286em; -} -body .p-slider.p-slider-vertical .p-slider-handle { - left: 50%; - margin-left: -0.7145em; -} -body .p-slider .p-slider-handle { - height: 1.429em; - width: 1.429em; - background-color: #ffffff; - border: 2px solid #7f7f7f; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-slider .p-slider-handle:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; -} -body .p-slider .p-slider-range { - background-color: #7B95A3; -} -body .p-slider:not(.p-disabled) .p-slider-handle:hover { - background-color: 2px solid #7f7f7f; - border: 2px solid #7B95A3; -} -body .p-datepicker { - padding: 0.857em; - min-width: 18.571em; - background-color: #ffffff; - color: #666666; - border: 1px solid #dadada; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-datepicker:not(.p-datepicker-inline) { - border: 1px solid #eaeaea; - -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:hover, -body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:hover { - color: #666666; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled) { - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { - background-color: #f4f4f4; -} -body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker { - margin: 0.857em 0 0 0; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month { - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled) { - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { - background-color: #f4f4f4; -} -body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; -} -body .p-datepicker .p-datepicker-header { - padding: 0.429em 0.857em 0.429em 0.857em; - background-color: #ffffff; - color: #666666; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-datepicker .p-datepicker-header .p-datepicker-prev, -body .p-datepicker .p-datepicker-header .p-datepicker-next { - cursor: pointer; - top: 0; - color: #a6a6a6; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title { - margin: 0; - padding: 0; - line-height: 1; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title select { - margin-top: -0.35em; - margin-bottom: 0; - -moz-transition: border-color 0.2s, box-shadow 0.2s; - -o-transition: border-color 0.2s, box-shadow 0.2s; - -webkit-transition: border-color 0.2s, box-shadow 0.2s; - transition: border-color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; - border-color: #7B95A3; -} -body .p-datepicker table { - font-size: 14px; - margin: 0.857em 0 0 0; -} -body .p-datepicker table th { - padding: 0.5em; -} -body .p-datepicker table td { - padding: 0.5em; -} -body .p-datepicker table td > span { - display: block; - text-align: center; - color: #666666; - cursor: pointer; - padding: 0.5em; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-datepicker table td > span.p-highlight { - color: #ffffff; - background-color: #7B95A3; -} -body .p-datepicker table td.p-datepicker-today > span { - background-color: #d0d0d0; - color: #666666; -} -body .p-datepicker table td.p-datepicker-today > span.p-highlight { - color: #ffffff; - background-color: #7B95A3; -} -body .p-datepicker .p-datepicker-buttonbar { - border-top: 1px solid #d8dae2; -} -body .p-datepicker .p-timepicker { - border: 0 none; - border-top: 1px solid #a6a6a6; - padding: 0.857em; -} -body .p-datepicker .p-timepicker button { - color: #a6a6a6; - font-size: 1.286em; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datepicker .p-timepicker button:hover { - color: #666666; -} -body .p-datepicker .p-timepicker span { - font-size: 1.286em; -} -body .p-datepicker .p-monthpicker .p-monthpicker-month { - color: #666666; -} -body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { - color: #ffffff; - background-color: #7B95A3; -} -body .p-datepicker.p-datepicker-timeonly { - padding: 0; -} -body .p-datepicker.p-datepicker-timeonly .p-timepicker { - border-top: 0 none; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { - border-right: 1px solid #d8dae2; - padding-right: 0.857em; - padding-left: 0.857em; - padding-top: 0; - padding-bottom: 0; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child { - padding-left: 0; -} -body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child { - padding-right: 0; - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-inputtext { - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-error), body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-error) { - border-right: 0 none; -} -body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button { - width: 2.357em; - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; -} -body .p-fluid .p-calendar.p-calendar-w-btn .p-inputtext { - width: calc(100% - 2.357em); -} -body .p-fileupload .p-fileupload-buttonbar { - background-color: #7B95A3; - padding: 0.571em 1em; - border: 1px solid #7B95A3; - color: #ffffff; - border-bottom: 0 none; - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; -} -body .p-fileupload .p-fileupload-buttonbar .p-button { - margin-right: 8px; -} -body .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; -} -body .p-fileupload .p-fileupload-content { - background-color: #ffffff; - padding: 0.571em 1em; - border: 1px solid #dadada; - color: #666666; - -moz-border-radius-bottomleft: 2px; - -webkit-border-bottom-left-radius: 2px; - border-bottom-left-radius: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; -} -body .p-fileupload .p-progressbar { - top: 0; -} -body .p-fileupload-choose:not(.p-disabled):hover { - background-color: #6c8999; - color: #ffffff; - border-color: #6c8999; -} -body .p-fileupload-choose:not(.p-disabled):active { - background-color: #617c8a; - color: #ffffff; - border-color: #617c8a; -} -body .p-password-panel { - padding: 12px; - background-color: #ffffff; - color: #666666; - border: 1px solid #eaeaea; - -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-inputgroup .p-inputgroup-addon { - border-color: #dadada; - background-color: #dbdbdb; - color: #666666; - padding: 0.429em; - min-width: 2em; -} -body .p-inputgroup .p-inputgroup-addon:first-child { - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-bottomleft: 2px; - -webkit-border-bottom-left-radius: 2px; - border-bottom-left-radius: 2px; -} -body .p-inputgroup .p-inputgroup-addon:last-child { - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox { - position: relative; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox .p-checkbox { - position: absolute; - top: 50%; - left: 50%; - margin-left: -10px; - margin-top: -10px; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton { - position: relative; -} -body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton .p-radiobutton { - position: absolute; - top: 50%; - left: 50%; - margin-left: -10px; - margin-top: -10px; -} -body .p-inputgroup .p-button:first-child { - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-bottomleft: 2px; - -webkit-border-bottom-left-radius: 2px; - border-bottom-left-radius: 2px; -} -body .p-inputgroup .p-button:last-child { - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; -} -body .p-inputgroup .p-inputtext:focus { - z-index: 1; -} -body .p-fluid .p-inputgroup .p-button { - width: auto; -} -body .p-fluid .p-inputgroup .p-button.p-button-icon-only { - width: 2.357em; -} -body ::-webkit-input-placeholder { - color: #a6a6a6; -} -body :-moz-placeholder { - color: #a6a6a6; -} -body ::-moz-placeholder { - color: #a6a6a6; -} -body :-ms-input-placeholder { - color: #a6a6a6; -} -body .p-inputtext.p-error, -body .p-dropdown.p-error, -body .p-autocomplete.p-error > .p-inputtext, -body .p-calendar.p-error > .p-inputtext, -body .p-chips.p-error > .p-inputtext, -body .p-checkbox.p-error > .p-checkbox-box, -body .p-radiobutton.p-error > .p-radiobutton-box, -body .p-inputswitch.p-error, -body .p-listbox.p-error, -body .p-multiselect.p-error, -body .p-spinner.p-error > .p-inputtext, -body .p-selectbutton.p-error > .p-button, -body .p-togglebutton.p-error > .p-button { - border: 1px solid #e7a3a3; -} + /* Validations */ } + body .p-inputtext { + font-size: 14px; + color: #666666; + background: #f4f4f4; + padding: 0.429em; + border: 1px solid #dadada; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; } + body .p-inputtext:enabled:hover { + border-color: #a6a6a6; } + body .p-inputtext:enabled:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; + border-color: #7B95A3; } + body .p-checkbox { + display: inline-block; + vertical-align: middle; + margin: 0; + width: 20px; + height: 20px; } + body .p-checkbox .p-checkbox-box { + border: 1px solid #dadada; + background-color: #f4f4f4; + width: 20px; + height: 20px; + text-align: center; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; + -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; } + body .p-checkbox .p-checkbox-box:not(.p-disabled):hover { + border-color: #a6a6a6; } + body .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; + border-color: #7B95A3; } + body .p-checkbox .p-checkbox-box.p-highlight { + border-color: #7B95A3; + background-color: #7B95A3; + color: #ffffff; } + body .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover { + border-color: #617c8a; + background-color: #617c8a; + color: #ffffff; } + body .p-checkbox .p-checkbox-box .p-checkbox-icon { + overflow: hidden; + position: relative; + font-size: 18px; } + body .p-checkbox-label { + margin: 0 0 0 0.5em; } + body .p-radiobutton { + display: inline-block; + vertical-align: middle; + margin: 0; + width: 20px; + height: 20px; } + body .p-radiobutton .p-radiobutton-box { + border: 1px solid #dadada; + background-color: #f4f4f4; + width: 20px; + height: 20px; + text-align: center; + position: relative; + -moz-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; } + body .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { + border-color: #a6a6a6; } + body .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; + border-color: #7B95A3; } + body .p-radiobutton .p-radiobutton-box.p-highlight { + border-color: #7B95A3; + background-color: #7B95A3; + color: #ffffff; } + body .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon { + background-color: #ffffff; } + body .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { + border-color: #617c8a; + background-color: #617c8a; + color: #ffffff; } + body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { + background: transparent; + width: 10px; + height: 10px; + display: inline-block; + position: absolute; + left: 50%; + top: 50%; + margin-left: -5px; + margin-top: -5px; + -moz-transition: background-color 0.2s; + -o-transition: background-color 0.2s; + -webkit-transition: background-color 0.2s; + transition: background-color 0.2s; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; } + body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon:before { + display: none; } + body .p-radiobutton-label { + margin: 0 0 0 .5em; } + body .p-inputswitch { + width: 3em; + height: 1.75em; } + body .p-inputswitch .p-inputswitch-slider { + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + border-radius: 30px; + background: #f4f4f4; } + body .p-inputswitch .p-inputswitch-slider:before { + background-color: #7B95A3; + height: 1.250em; + width: 1.250em; + left: .25em; + bottom: .25em; + border-radius: 50%; + -webkit-transition: 0.2s; + transition: 0.2s; } + body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { + -webkit-transform: translateX(1.25em); + -ms-transform: translateX(1.25em); + transform: translateX(1.25em); } + body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; } + body .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { + background-color: #d8dae2; } + body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { + background-color: #AFD3C8; } + body .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { + background-color: #AFD3C8; } + body .p-autocomplete .p-autocomplete-input { + padding: 0.429em; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { + padding: 0.2145em 0.429em; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { + border-color: #a6a6a6; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; + border-color: #7B95A3; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token { + margin: 0; + padding: 0.2145em 0; + color: #666666; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input { + font-family: "Open Sans", "Helvetica Neue", sans-serif; + font-size: 14px; + padding: 0; + margin: 0; } + body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token { + font-size: 14px; + padding: 0.2145em 0.429em; + margin: 0 0.286em 0 0; + background: #AFD3C8; + color: #385048; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; } + body .p-autocomplete-panel { + padding: 0; + border: 1px solid #eaeaea; + background-color: #ffffff; + -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-autocomplete-panel .p-autocomplete-items { + padding: 0; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #666666; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item:hover { + color: #666666; + background-color: #f4f4f4; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item.p-highlight { + color: #385048; + background-color: #AFD3C8; } + body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group { + padding: 0.429em 0.857em; + background-color: #dadada; + color: #666666; } + body .p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button { + width: 2.357em; } + body .p-fluid .p-autocomplete.p-autocomplete-multiple.p-autocomplete-dd .p-autocomplete-multiple-container { + border-right: 0 none; + width: calc(100% - 2.357em); } + body .p-fluid .p-autocomplete.p-autocomplete-dd .p-inputtext { + border-right: 0 none; + width: calc(100% - 2.357em); } + body .p-chips > ul.p-inputtext { + padding: 0.2145em 0.429em; + display: inline-block; } + body .p-chips > ul.p-inputtext:not(.p-disabled):hover { + border-color: #a6a6a6; } + body .p-chips > ul.p-inputtext:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; + border-color: #7B95A3; } + body .p-chips > ul.p-inputtext .p-chips-input-token { + padding: 0.2145em 0; } + body .p-chips > ul.p-inputtext .p-chips-input-token input { + font-family: "Open Sans", "Helvetica Neue", sans-serif; + font-size: 14px; + padding: 0; + margin: 0; + color: #666666; } + body .p-chips > ul.p-inputtext .p-chips-input-token input:hover { + border: 0 none; } + body .p-chips > ul.p-inputtext .p-chips-input-token input:focus { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + outline: 0 none; + border: 0 none; } + body .p-chips > ul.p-inputtext .p-chips-token { + font-size: 14px; + padding: 0.2145em 0.429em; + margin: 0 0.286em 0 0; + background: #AFD3C8; + color: #385048; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; } + body .p-dropdown { + background: #f4f4f4; + border: 1px solid #dadada; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; } + body .p-dropdown:not(.p-disabled):hover { + border-color: #a6a6a6; } + body .p-dropdown:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; + border-color: #7B95A3; } + body .p-dropdown .p-dropdown-label { + padding-right: 2em; } + body .p-dropdown .p-dropdown-label.p-placeholder { + color: #a6a6a6; } + body .p-dropdown .p-dropdown-label:focus { + outline: 0 none; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; } + body .p-dropdown .p-dropdown-trigger { + background-color: #f4f4f4; + width: 2em; + line-height: 2em; + text-align: center; + padding: 0; + color: #666666; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; } + body .p-dropdown .p-dropdown-clear-icon { + color: #666666; } + body .p-dropdown-panel { + padding: 0; + border: 1px solid #eaeaea; + background-color: #ffffff; + -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-dropdown-panel .p-dropdown-filter-container { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #dadada; + color: #666666; + background-color: #ffffff; + margin: 0; } + body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter { + width: 100%; + padding-right: 2em; } + body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon { + top: 50%; + margin-top: -.5em; + right: 1.357em; + color: #a6a6a6; } + body .p-dropdown-panel .p-dropdown-items { + padding: 0; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #666666; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group.p-highlight { + color: #385048; + background-color: #AFD3C8; } + body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover, body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover { + color: #666666; + background-color: #f4f4f4; } + body .p-multiselect { + background: #f4f4f4; + border: 1px solid #dadada; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; } + body .p-multiselect:not(.p-disabled):hover { + border-color: #a6a6a6; } + body .p-multiselect:not(.p-disabled).p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; + border-color: #7B95A3; } + body .p-multiselect .p-multiselect-label { + padding: 0.429em; + padding-right: 2em; + font-weight: 400; + color: #666666; } + body .p-multiselect .p-multiselect-label.p-placeholder { + color: #a6a6a6; } + body .p-multiselect .p-multiselect-trigger { + background-color: #f4f4f4; + width: 2em; + line-height: 2em; + text-align: center; + padding: 0; + color: #666666; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; } + body .p-multiselect-panel { + padding: 0; + border: 1px solid #eaeaea; + background-color: #ffffff; + -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-multiselect-panel .p-multiselect-header { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #dadada; + color: #666666; + background-color: #ffffff; + margin: 0; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container { + float: none; + width: 70%; + display: inline-block; + vertical-align: middle; + margin-left: 0; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { + padding: 0.429em; + padding-right: 2em; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { + color: #a6a6a6; + top: 50%; + margin-top: -.5em; + right: .5em; + left: auto; } + body .p-multiselect-panel .p-multiselect-header .p-checkbox { + margin-right: 0.5em; + float: none; + vertical-align: middle; } + body .p-multiselect-panel .p-multiselect-header .p-multiselect-close { + line-height: 1; + color: #666666; + top: 50%; + margin-top: -.5em; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-multiselect-panel .p-multiselect-items { + padding: 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #666666; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { + color: #666666; + background-color: #f4f4f4; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: inset 0 0 0 0.2em #e4e9ec; + box-shadow: inset 0 0 0 0.2em #e4e9ec; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { + color: #385048; + background-color: #AFD3C8; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { + position: static; + display: inline-block; + vertical-align: middle; + margin: 0 0.5em 0 0; } + body .p-multiselect-panel .p-multiselect-items .p-multiselect-item label { + display: inline-block; + vertical-align: middle; } + body .p-listbox { + padding: 0; + min-width: 12em; + background: #ffffff; + border: 1px solid #dadada; } + body .p-listbox .p-checkbox { + margin: 0 0.5em 0 0; } + body .p-listbox .p-listbox-header { + padding: 0.429em 0.857em 0.429em 0.857em; + border-bottom: 1px solid #dadada; + color: #666666; + background-color: #ffffff; + margin: 0; + -moz-border-radius-topleft: 2px; + -webkit-border-top-left-radius: 2px; + border-top-left-radius: 2px; + -moz-border-radius-topright: 2px; + -webkit-border-top-right-radius: 2px; + border-top-right-radius: 2px; } + body .p-listbox .p-listbox-header .p-listbox-filter-container input { + padding: 0.429em; + padding-right: 2em; } + body .p-listbox .p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon { + top: 50%; + left: auto; + margin-top: -.5em; + right: .5em; + color: #a6a6a6; } + body .p-listbox .p-listbox-list { + background-color: #ffffff; } + body .p-listbox .p-listbox-list .p-listbox-item { + margin: 0; + padding: 0.429em 0.857em; + border: 0 none; + color: #666666; + background-color: transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-listbox .p-listbox-list .p-listbox-item.p-highlight { + color: #385048; + background-color: #AFD3C8; } + body .p-listbox .p-listbox-list .p-listbox-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: inset 0 0 0 0.2em #e4e9ec; + box-shadow: inset 0 0 0 0.2em #e4e9ec; } + body .p-listbox .p-listbox-list .p-listbox-item .p-checkbox { + position: static; + display: inline-block; + vertical-align: middle; + margin: 0 0.5em 0 0; } + body .p-listbox .p-listbox-list .p-listbox-item label { + display: inline-block; + vertical-align: middle; } + body .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { + color: #666666; + background-color: #f4f4f4; } + body .p-listbox.p-disabled .p-checkbox-box:not(.p-disabled):not(.p-highlight):hover { + border: 1px solid #dadada; } + body .p-listbox .p-listbox-list-wrapper { + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; } + body .p-listbox .p-listbox-footer { + padding: 0.429em 0.857em 0.429em 0.857em; + border-top: 1px solid #dadada; + color: #666666; + background-color: #ffffff; } + body .p-editor-container .p-editor-toolbar { + border: 1px solid #7B95A3; + background-color: #7B95A3; } + body .p-editor-container .p-editor-content { + border: 1px solid #dadada; } + body .p-editor-container .p-editor-content .ql-editor { + background-color: #f4f4f4; + color: #666666; } + body .p-editor-container .ql-picker.ql-expanded .ql-picker-label { + color: #ffffff; } + body .p-editor-container .ql-stroke { + stroke: #ffffff; } + body .p-editor-container .ql-picker-label { + color: #ffffff; } + body .p-editor-container .ql-snow.ql-toolbar button:hover, + body .p-editor-container .ql-snow .ql-toolbar button:hover, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected { + color: #AFD3C8; } + body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, + body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, + body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, + body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter { + stroke: #AFD3C8; } + body .p-rating .p-rating-icon { + font-size: 1.429em; + text-align: center; + display: inline-block; + color: #666666; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-rating .p-rating-icon.p-rating-cancel { + color: #f3b9b9; } + body .p-rating .p-rating-icon:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; } + body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover { + color: #7B95A3; } + body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover { + color: #d66161; } + body .p-spinner .p-spinner-input { + padding-right: 1.858em; } + body .p-spinner .p-spinner-button { + width: 1.429em; } + body .p-spinner .p-spinner-button .p-spinner-button-icon { + position: absolute; + top: 50%; + left: 50%; + margin-top: -.5em; + margin-left: -.5em; + width: 1em; } + body .p-spinner .p-spinner-button.p-spinner-button { + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-up { + -moz-border-radius-topright: 2px; + -webkit-border-top-right-radius: 2px; + border-top-right-radius: 2px; } + body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-down { + -moz-border-radius-bottomright: 2px; + -webkit-border-bottom-right-radius: 2px; + border-bottom-right-radius: 2px; } + body .p-spinner .p-spinner-button.p-spinner-button:focus { + z-index: 1; } + body .p-fluid .p-spinner .p-spinner-input { + padding-right: 1.858em; } + body .p-fluid .p-spinner .p-spinner-button { + width: 1.429em; } + body .p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon { + left: 50%; } + body .p-slider { + background-color: #c4c4c4; + border: 0 none; } + body .p-slider.p-slider-horizontal { + height: 0.286em; } + body .p-slider.p-slider-horizontal .p-slider-handle { + top: 50%; + margin-top: -0.7145em; } + body .p-slider.p-slider-vertical { + width: 0.286em; } + body .p-slider.p-slider-vertical .p-slider-handle { + left: 50%; + margin-left: -0.7145em; } + body .p-slider .p-slider-handle { + height: 1.429em; + width: 1.429em; + background-color: #ffffff; + border: 2px solid #7f7f7f; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-slider .p-slider-handle:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; } + body .p-slider .p-slider-range { + background-color: #7B95A3; } + body .p-slider:not(.p-disabled) .p-slider-handle:hover { + background-color: 2px solid #7f7f7f; + border: 2px solid #7B95A3; } + body .p-datepicker { + padding: 0.857em; + min-width: 18.571em; + background-color: #ffffff; + color: #666666; + border: 1px solid #dadada; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; } + body .p-datepicker:not(.p-datepicker-inline) { + border: 1px solid #eaeaea; + -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:hover, + body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:hover { + color: #666666; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled) { + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { + background-color: #f4f4f4; } + body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; } + body .p-datepicker:not(.p-disabled) .p-monthpicker { + margin: 0.857em 0 0 0; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month { + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled) { + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover { + background-color: #f4f4f4; } + body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; } + body .p-datepicker .p-datepicker-header { + padding: 0.429em 0.857em 0.429em 0.857em; + background-color: #ffffff; + color: #666666; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-datepicker .p-datepicker-header .p-datepicker-prev, + body .p-datepicker .p-datepicker-header .p-datepicker-next { + cursor: pointer; + top: 0; + color: #a6a6a6; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-datepicker-header .p-datepicker-title { + margin: 0; + padding: 0; + line-height: 1; } + body .p-datepicker .p-datepicker-header .p-datepicker-title select { + margin-top: -.35em; + margin-bottom: 0; + -moz-transition: border-color 0.2s, box-shadow 0.2s; + -o-transition: border-color 0.2s, box-shadow 0.2s; + -webkit-transition: border-color 0.2s, box-shadow 0.2s; + transition: border-color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-datepicker-header .p-datepicker-title select:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; + border-color: #7B95A3; } + body .p-datepicker table { + font-size: 14px; + margin: 0.857em 0 0 0; } + body .p-datepicker table th { + padding: 0.5em; } + body .p-datepicker table td { + padding: 0.5em; } + body .p-datepicker table td > span { + display: block; + text-align: center; + color: #666666; + cursor: pointer; + padding: 0.5em; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; } + body .p-datepicker table td > span.p-highlight { + color: #ffffff; + background-color: #7B95A3; } + body .p-datepicker table td.p-datepicker-today > span { + background-color: #d0d0d0; + color: #666666; } + body .p-datepicker table td.p-datepicker-today > span.p-highlight { + color: #ffffff; + background-color: #7B95A3; } + body .p-datepicker .p-datepicker-buttonbar { + border-top: 1px solid #d8dae2; } + body .p-datepicker .p-timepicker { + border: 0 none; + border-top: 1px solid #a6a6a6; + padding: 0.857em; } + body .p-datepicker .p-timepicker button { + color: #a6a6a6; + font-size: 1.286em; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datepicker .p-timepicker button:hover { + color: #666666; } + body .p-datepicker .p-timepicker span { + font-size: 1.286em; } + body .p-datepicker .p-monthpicker .p-monthpicker-month { + color: #666666; } + body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { + color: #ffffff; + background-color: #7B95A3; } + body .p-datepicker.p-datepicker-timeonly { + padding: 0; } + body .p-datepicker.p-datepicker-timeonly .p-timepicker { + border-top: 0 none; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { + border-right: 1px solid #d8dae2; + padding-right: 0.857em; + padding-left: 0.857em; + padding-top: 0; + padding-bottom: 0; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child { + padding-left: 0; } + body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child { + padding-right: 0; + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-inputtext { + -moz-border-radius-topright: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-error), body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-error) { + border-right: 0 none; } + body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button { + width: 2.357em; + -moz-border-radius-topleft: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; } + body .p-fluid .p-calendar.p-calendar-w-btn .p-inputtext { + width: calc(100% - 2.357em); } + body .p-fileupload .p-fileupload-buttonbar { + background-color: #7B95A3; + padding: 0.571em 1em; + border: 1px solid #7B95A3; + color: #ffffff; + border-bottom: 0 none; + -moz-border-radius-topleft: 2px; + -webkit-border-top-left-radius: 2px; + border-top-left-radius: 2px; + -moz-border-radius-topright: 2px; + -webkit-border-top-right-radius: 2px; + border-top-right-radius: 2px; } + body .p-fileupload .p-fileupload-buttonbar .p-button { + margin-right: 8px; } + body .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; } + body .p-fileupload .p-fileupload-content { + background-color: #ffffff; + padding: 0.571em 1em; + border: 1px solid #dadada; + color: #666666; + -moz-border-radius-bottomleft: 2px; + -webkit-border-bottom-left-radius: 2px; + border-bottom-left-radius: 2px; + -moz-border-radius-bottomright: 2px; + -webkit-border-bottom-right-radius: 2px; + border-bottom-right-radius: 2px; } + body .p-fileupload .p-progressbar { + top: 0; } + body .p-fileupload-choose:not(.p-disabled):hover { + background-color: #6c8999; + color: #ffffff; + border-color: #6c8999; } + body .p-fileupload-choose:not(.p-disabled):active { + background-color: #617c8a; + color: #ffffff; + border-color: #617c8a; } + body .p-password-panel { + padding: 12px; + background-color: #ffffff; + color: #666666; + border: 1px solid #eaeaea; + -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-inputgroup .p-inputgroup-addon { + border-color: #dadada; + background-color: #dbdbdb; + color: #666666; + padding: 0.429em; + min-width: 2em; } + body .p-inputgroup .p-inputgroup-addon:first-child { + -moz-border-radius-topleft: 2px; + -webkit-border-top-left-radius: 2px; + border-top-left-radius: 2px; + -moz-border-radius-bottomleft: 2px; + -webkit-border-bottom-left-radius: 2px; + border-bottom-left-radius: 2px; } + body .p-inputgroup .p-inputgroup-addon:last-child { + -moz-border-radius-topright: 2px; + -webkit-border-top-right-radius: 2px; + border-top-right-radius: 2px; + -moz-border-radius-bottomright: 2px; + -webkit-border-bottom-right-radius: 2px; + border-bottom-right-radius: 2px; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox { + position: relative; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox .p-checkbox { + position: absolute; + top: 50%; + left: 50%; + margin-left: -10px; + margin-top: -10px; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton { + position: relative; } + body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton .p-radiobutton { + position: absolute; + top: 50%; + left: 50%; + margin-left: -10px; + margin-top: -10px; } + body .p-inputgroup .p-button:first-child { + -moz-border-radius-topleft: 2px; + -webkit-border-top-left-radius: 2px; + border-top-left-radius: 2px; + -moz-border-radius-bottomleft: 2px; + -webkit-border-bottom-left-radius: 2px; + border-bottom-left-radius: 2px; } + body .p-inputgroup .p-button:last-child { + -moz-border-radius-topright: 2px; + -webkit-border-top-right-radius: 2px; + border-top-right-radius: 2px; + -moz-border-radius-bottomright: 2px; + -webkit-border-bottom-right-radius: 2px; + border-bottom-right-radius: 2px; } + body .p-inputgroup .p-inputtext:focus { + z-index: 1; } + body .p-fluid .p-inputgroup .p-button { + width: auto; } + body .p-fluid .p-inputgroup .p-button.p-button-icon-only { + width: 2.357em; } + body ::-webkit-input-placeholder { + color: #a6a6a6; } + body :-moz-placeholder { + color: #a6a6a6; } + body ::-moz-placeholder { + color: #a6a6a6; } + body :-ms-input-placeholder { + color: #a6a6a6; } + body .p-inputtext.p-error, + body .p-dropdown.p-error, + body .p-autocomplete.p-error > .p-inputtext, + body .p-calendar.p-error > .p-inputtext, + body .p-chips.p-error > .p-inputtext, + body .p-checkbox.p-error > .p-checkbox-box, + body .p-radiobutton.p-error > .p-radiobutton-box, + body .p-inputswitch.p-error, + body .p-listbox.p-error, + body .p-multiselect.p-error, + body .p-spinner.p-error > .p-inputtext, + body .p-selectbutton.p-error > .p-button, + body .p-togglebutton.p-error > .p-button { + border: 1px solid #e7a3a3; } body .p-button { margin: 0; @@ -1261,53 +1048,41 @@ body .p-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 2px; -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-button:enabled:hover { - background-color: #6c8999; - color: #ffffff; - border-color: #6c8999; -} -body .p-button:enabled:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; -} -body .p-button:enabled:active { - background-color: #617c8a; - color: #ffffff; - border-color: #617c8a; -} -body .p-button.p-button-text-only .p-button-text { - padding: 0.429em 1em; -} -body .p-button.p-button-text-icon-left .p-button-text { - padding: 0.429em 1em 0.429em 2em; -} -body .p-button.p-button-text-icon-right .p-button-text { - padding: 0.429em 2em 0.429em 1em; -} -body .p-button.p-button-icon-only { - width: 2.357em; -} -body .p-button.p-button-icon-only .p-button-text { - padding: 0.429em; -} -body .p-button.p-button-raised { - -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); - -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); - box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); -} -body .p-button.p-button-rounded { - -moz-border-radius: 15px; - -webkit-border-radius: 15px; - border-radius: 15px; -} + border-radius: 2px; } + body .p-button:enabled:hover { + background-color: #6c8999; + color: #ffffff; + border-color: #6c8999; } + body .p-button:enabled:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; } + body .p-button:enabled:active { + background-color: #617c8a; + color: #ffffff; + border-color: #617c8a; } + body .p-button.p-button-text-only .p-button-text { + padding: 0.429em 1em; } + body .p-button.p-button-text-icon-left .p-button-text { + padding: 0.429em 1em 0.429em 2em; } + body .p-button.p-button-text-icon-right .p-button-text { + padding: 0.429em 2em 0.429em 1em; } + body .p-button.p-button-icon-only { + width: 2.357em; } + body .p-button.p-button-icon-only .p-button-text { + padding: 0.429em; } + body .p-button.p-button-raised { + -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); + -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); + box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); } + body .p-button.p-button-rounded { + -moz-border-radius: 15px; + -webkit-border-radius: 15px; + border-radius: 15px; } body .p-fluid .p-button-icon-only { - width: 2.357em; -} + width: 2.357em; } body .p-togglebutton { background-color: #eaeaea; border: 1px solid #eaeaea; @@ -1315,42 +1090,33 @@ body .p-togglebutton { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-togglebutton .p-button-icon-left { - color: #666666; -} -body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover { - background-color: #c8c8c8; - border-color: #c8c8c8; - color: #333333; -} -body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { - color: #666666; -} -body .p-togglebutton.p-focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; -} -body .p-togglebutton.p-highlight { - background-color: #AFD3C8; - border-color: #AFD3C8; - color: #385048; -} -body .p-togglebutton.p-highlight .p-button-icon-left { - color: #385048; -} -body .p-togglebutton.p-highlight:hover { - background-color: #8DC8B5; - border-color: #8DC8B5; - color: #385048; -} -body .p-togglebutton.p-highlight:hover .p-button-icon-left { - color: #385048; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-togglebutton .p-button-icon-left { + color: #666666; } + body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover { + background-color: #c8c8c8; + border-color: #c8c8c8; + color: #333333; } + body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { + color: #666666; } + body .p-togglebutton.p-focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; } + body .p-togglebutton.p-highlight { + background-color: #AFD3C8; + border-color: #AFD3C8; + color: #385048; } + body .p-togglebutton.p-highlight .p-button-icon-left { + color: #385048; } + body .p-togglebutton.p-highlight:hover { + background-color: #8DC8B5; + border-color: #8DC8B5; + color: #385048; } + body .p-togglebutton.p-highlight:hover .p-button-icon-left { + color: #385048; } body .p-selectbutton .p-button { background-color: #eaeaea; border: 1px solid #eaeaea; @@ -1362,312 +1128,258 @@ body .p-selectbutton .p-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 0; -webkit-border-radius: 0; - border-radius: 0; -} -body .p-selectbutton .p-button .p-button-icon-left { - color: #666666; -} -body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { - background-color: #c8c8c8; - border-color: #c8c8c8; - color: #333333; -} -body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { - color: #666666; -} -body .p-selectbutton .p-button.p-focus, body .p-selectbutton .p-button:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; - z-index: 1; -} -body .p-selectbutton .p-button.p-highlight { - background-color: #AFD3C8; - border-color: #AFD3C8; - color: #385048; -} -body .p-selectbutton .p-button.p-highlight .p-button-icon-left { - color: #385048; -} -body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover { - background-color: #8DC8B5; - border-color: #8DC8B5; - color: #385048; -} -body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover .p-button-icon-left { - color: #385048; -} -body .p-selectbutton .p-button:first-child { - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-bottomleft: 2px; - -webkit-border-bottom-left-radius: 2px; - border-bottom-left-radius: 2px; -} -body .p-selectbutton .p-button:last-child { - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; -} + border-radius: 0; } + body .p-selectbutton .p-button .p-button-icon-left { + color: #666666; } + body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { + background-color: #c8c8c8; + border-color: #c8c8c8; + color: #333333; } + body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left { + color: #666666; } + body .p-selectbutton .p-button.p-focus, body .p-selectbutton .p-button:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; + z-index: 1; } + body .p-selectbutton .p-button.p-highlight { + background-color: #AFD3C8; + border-color: #AFD3C8; + color: #385048; } + body .p-selectbutton .p-button.p-highlight .p-button-icon-left { + color: #385048; } + body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover { + background-color: #8DC8B5; + border-color: #8DC8B5; + color: #385048; } + body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover .p-button-icon-left { + color: #385048; } + body .p-selectbutton .p-button:first-child { + -moz-border-radius-topleft: 2px; + -webkit-border-top-left-radius: 2px; + border-top-left-radius: 2px; + -moz-border-radius-bottomleft: 2px; + -webkit-border-bottom-left-radius: 2px; + border-bottom-left-radius: 2px; } + body .p-selectbutton .p-button:last-child { + -moz-border-radius-topright: 2px; + -webkit-border-top-right-radius: 2px; + border-top-right-radius: 2px; + -moz-border-radius-bottomright: 2px; + -webkit-border-bottom-right-radius: 2px; + border-bottom-right-radius: 2px; } body .p-splitbutton.p-buttonset .p-button { - border: 1px solid transparent; -} -body .p-splitbutton.p-buttonset .p-button:first-child { - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-splitbutton.p-buttonset .p-button.p-splitbutton-menubutton { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; -} -body .p-splitbutton.p-buttonset .p-button:focus { - z-index: 1; -} + border: 1px solid transparent; } + body .p-splitbutton.p-buttonset .p-button:first-child { + -moz-border-radius-topright: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-splitbutton.p-buttonset .p-button.p-splitbutton-menubutton { + -moz-border-radius-topleft: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; } + body .p-splitbutton.p-buttonset .p-button:focus { + z-index: 1; } body .p-splitbutton.p-buttonset .p-menu { - min-width: 100%; -} + min-width: 100%; } body .p-splitbutton.p-buttonset .p-splitbutton-menubutton .p-button-icon-left:before { - content: ""; -} + content: ""; } body .p-button.p-button-secondary, body .p-buttonset.p-button-secondary > .p-button { color: #333333; background-color: #f3f3f3; - border: 1px solid #f3f3f3; -} -body .p-button.p-button-secondary:enabled:hover, body .p-buttonset.p-button-secondary > .p-button:enabled:hover { - background-color: #d1d1d1; - color: #212121; - border-color: #d1d1d1; -} -body .p-button.p-button-secondary:enabled:focus, body .p-buttonset.p-button-secondary > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #99adb8; - -moz-box-shadow: 0 0 0 0.2em #99adb8; - box-shadow: 0 0 0 0.2em #99adb8; -} -body .p-button.p-button-secondary:enabled:active, body .p-buttonset.p-button-secondary > .p-button:enabled:active { - background-color: #7B95A3; - color: #ffffff; - border-color: #7B95A3; -} + border: 1px solid #f3f3f3; } + body .p-button.p-button-secondary:enabled:hover, body .p-buttonset.p-button-secondary > .p-button:enabled:hover { + background-color: #d1d1d1; + color: #212121; + border-color: #d1d1d1; } + body .p-button.p-button-secondary:enabled:focus, body .p-buttonset.p-button-secondary > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #99adb8; + -moz-box-shadow: 0 0 0 0.2em #99adb8; + box-shadow: 0 0 0 0.2em #99adb8; } + body .p-button.p-button-secondary:enabled:active, body .p-buttonset.p-button-secondary > .p-button:enabled:active { + background-color: #7B95A3; + color: #ffffff; + border-color: #7B95A3; } body .p-button.p-button-info, body .p-buttonset.p-button-info > .p-button { color: #3D4447; background-color: #A3DEF8; - border: 1px solid #79C8EB; -} -body .p-button.p-button-info:enabled:hover, body .p-buttonset.p-button-info > .p-button:enabled:hover { - background-color: #81CBEC; - color: #3D4447; - border-color: #60B7DE; -} -body .p-button.p-button-info:enabled:focus, body .p-buttonset.p-button-info > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #d2effc; - -moz-box-shadow: 0 0 0 0.2em #d2effc; - box-shadow: 0 0 0 0.2em #d2effc; -} -body .p-button.p-button-info:enabled:active, body .p-buttonset.p-button-info > .p-button:enabled:active { - background-color: #3ea9db; - color: #3D4447; - border-color: #2987B1; -} + border: 1px solid #79C8EB; } + body .p-button.p-button-info:enabled:hover, body .p-buttonset.p-button-info > .p-button:enabled:hover { + background-color: #81CBEC; + color: #3D4447; + border-color: #60B7DE; } + body .p-button.p-button-info:enabled:focus, body .p-buttonset.p-button-info > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #d2effc; + -moz-box-shadow: 0 0 0 0.2em #d2effc; + box-shadow: 0 0 0 0.2em #d2effc; } + body .p-button.p-button-info:enabled:active, body .p-buttonset.p-button-info > .p-button:enabled:active { + background-color: #3ea9db; + color: #3D4447; + border-color: #2987B1; } body .p-button.p-button-success, body .p-buttonset.p-button-success > .p-button { color: #323E39; background-color: #A3E2C6; - border: 1px solid #80CAAA; -} -body .p-button.p-button-success:enabled:hover, body .p-buttonset.p-button-success > .p-button:enabled:hover { - background-color: #80CAAA; - color: #323E39; - border-color: #5EA285; -} -body .p-button.p-button-success:enabled:focus, body .p-buttonset.p-button-success > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #caeede; - -moz-box-shadow: 0 0 0 0.2em #caeede; - box-shadow: 0 0 0 0.2em #caeede; -} -body .p-button.p-button-success:enabled:active, body .p-buttonset.p-button-success > .p-button:enabled:active { - background-color: #31B57C; - color: #323E39; - border-color: #5EA285; -} + border: 1px solid #80CAAA; } + body .p-button.p-button-success:enabled:hover, body .p-buttonset.p-button-success > .p-button:enabled:hover { + background-color: #80CAAA; + color: #323E39; + border-color: #5EA285; } + body .p-button.p-button-success:enabled:focus, body .p-buttonset.p-button-success > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #caeede; + -moz-box-shadow: 0 0 0 0.2em #caeede; + box-shadow: 0 0 0 0.2em #caeede; } + body .p-button.p-button-success:enabled:active, body .p-buttonset.p-button-success > .p-button:enabled:active { + background-color: #31B57C; + color: #323E39; + border-color: #5EA285; } body .p-button.p-button-warning, body .p-buttonset.p-button-warning > .p-button { color: #333333; background-color: #FEEDBC; - border: 1px solid #F7DB8A; -} -body .p-button.p-button-warning:enabled:hover, body .p-buttonset.p-button-warning > .p-button:enabled:hover { - background-color: #FFDE87; - color: #333333; - border-color: #F3CE61; -} -body .p-button.p-button-warning:enabled:focus, body .p-buttonset.p-button-warning > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #fef4d5; - -moz-box-shadow: 0 0 0 0.2em #fef4d5; - box-shadow: 0 0 0 0.2em #fef4d5; -} -body .p-button.p-button-warning:enabled:active, body .p-buttonset.p-button-warning > .p-button:enabled:active { - background-color: #FDC328; - color: #333333; - border-color: #DEA818; -} + border: 1px solid #F7DB8A; } + body .p-button.p-button-warning:enabled:hover, body .p-buttonset.p-button-warning > .p-button:enabled:hover { + background-color: #FFDE87; + color: #333333; + border-color: #F3CE61; } + body .p-button.p-button-warning:enabled:focus, body .p-buttonset.p-button-warning > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #fef4d5; + -moz-box-shadow: 0 0 0 0.2em #fef4d5; + box-shadow: 0 0 0 0.2em #fef4d5; } + body .p-button.p-button-warning:enabled:active, body .p-buttonset.p-button-warning > .p-button:enabled:active { + background-color: #FDC328; + color: #333333; + border-color: #DEA818; } body .p-button.p-button-danger, body .p-buttonset.p-button-danger > .p-button { color: #262222; background-color: #F4B6B6; - border: 1px solid #E38787; -} -body .p-button.p-button-danger:enabled:hover, body .p-buttonset.p-button-danger > .p-button:enabled:hover { - background-color: #EF9999; - color: #262222; - border-color: #CB5858; -} -body .p-button.p-button-danger:enabled:focus, body .p-buttonset.p-button-danger > .p-button:enabled:focus { - -webkit-box-shadow: 0 0 0 0.2em #fbe2e2; - -moz-box-shadow: 0 0 0 0.2em #fbe2e2; - box-shadow: 0 0 0 0.2em #fbe2e2; -} -body .p-button.p-button-danger:enabled:active, body .p-buttonset.p-button-danger > .p-button:enabled:active { - background-color: #EB5656; - color: #262222; - border-color: #B73737; -} + border: 1px solid #E38787; } + body .p-button.p-button-danger:enabled:hover, body .p-buttonset.p-button-danger > .p-button:enabled:hover { + background-color: #EF9999; + color: #262222; + border-color: #CB5858; } + body .p-button.p-button-danger:enabled:focus, body .p-buttonset.p-button-danger > .p-button:enabled:focus { + -webkit-box-shadow: 0 0 0 0.2em #fbe2e2; + -moz-box-shadow: 0 0 0 0.2em #fbe2e2; + box-shadow: 0 0 0 0.2em #fbe2e2; } + body .p-button.p-button-danger:enabled:active, body .p-buttonset.p-button-danger > .p-button:enabled:active { + background-color: #EB5656; + color: #262222; + border-color: #B73737; } body .p-panel { padding: 0; - border: 0 none; -} -body .p-panel .p-panel-titlebar { - border: 1px solid #7B95A3; - padding: 0.571em 1em; - background-color: #7B95A3; - color: #ffffff; - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-panel .p-panel-titlebar .p-panel-title { - vertical-align: middle; - font-weight: 700; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon { - margin: 0.143em 0 0 0; - position: relative; - font-size: 14px; - color: #ffffff; - border: 1px solid transparent; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; - -moz-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:hover { - color: #ffffff; -} -body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; -} -body .p-panel .p-panel-content { - padding: 0.571em 1em; - border: 1px solid #dadada; - background-color: #ffffff; - color: #666666; - border-top: 0 none; - -moz-border-radius-bottomleft: 2px; - -webkit-border-bottom-left-radius: 2px; - border-bottom-left-radius: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; -} -body .p-panel .p-panel-footer { - padding: 0.571em 1em; - border: 1px solid #dadada; - background-color: #ffffff; - color: #666666; - border-top: 0 none; - margin: 0; -} + border: 0 none; } + body .p-panel .p-panel-titlebar { + border: 1px solid #7B95A3; + padding: 0.571em 1em; + background-color: #7B95A3; + color: #ffffff; + -moz-border-radius-topleft: 2px; + -webkit-border-top-left-radius: 2px; + border-top-left-radius: 2px; + -moz-border-radius-topright: 2px; + -webkit-border-top-right-radius: 2px; + border-top-right-radius: 2px; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-panel .p-panel-titlebar .p-panel-title { + vertical-align: middle; + font-weight: 700; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon { + margin: 0.143em 0 0 0; + position: relative; + font-size: 14px; + color: #ffffff; + border: 1px solid transparent; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; + -moz-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: color 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:hover { + color: #ffffff; } + body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; } + body .p-panel .p-panel-content { + padding: 0.571em 1em; + border: 1px solid #dadada; + background-color: #ffffff; + color: #666666; + border-top: 0 none; + -moz-border-radius-bottomleft: 2px; + -webkit-border-bottom-left-radius: 2px; + border-bottom-left-radius: 2px; + -moz-border-radius-bottomright: 2px; + -webkit-border-bottom-right-radius: 2px; + border-bottom-right-radius: 2px; } + body .p-panel .p-panel-footer { + padding: 0.571em 1em; + border: 1px solid #dadada; + background-color: #ffffff; + color: #666666; + border-top: 0 none; + margin: 0; } body .p-fieldset { border: 1px solid #dadada; background-color: #ffffff; color: #666666; -moz-border-radius: 2px; -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-fieldset .p-fieldset-legend a { - padding: 0.571em 1em; - border: 1px solid #7B95A3; - color: #ffffff; - background-color: #7B95A3; - font-weight: 700; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-fieldset .p-fieldset-legend a .p-fieldset-toggler { - float: none; - display: inline-block; - vertical-align: middle; - margin-right: 0.5em; - color: #ffffff; -} -body .p-fieldset .p-fieldset-legend a .p-fieldset-legend-text { - padding: 0; -} -body .p-fieldset .p-fieldset-legend a:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; -} -body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { - background-color: #617c8a; - border: 1px solid #617c8a; - color: #ffffff; -} -body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover .p-fieldset-toggler { - color: #ffffff; -} -body .p-fieldset .p-fieldset-content { - padding: 0; -} + border-radius: 2px; } + body .p-fieldset .p-fieldset-legend a { + padding: 0.571em 1em; + border: 1px solid #7B95A3; + color: #ffffff; + background-color: #7B95A3; + font-weight: 700; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-fieldset .p-fieldset-legend a .p-fieldset-toggler { + float: none; + display: inline-block; + vertical-align: middle; + margin-right: .5em; + color: #ffffff; } + body .p-fieldset .p-fieldset-legend a .p-fieldset-legend-text { + padding: 0; } + body .p-fieldset .p-fieldset-legend a:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; } + body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { + background-color: #617c8a; + border: 1px solid #617c8a; + color: #ffffff; } + body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover .p-fieldset-toggler { + color: #ffffff; } + body .p-fieldset .p-fieldset-content { + padding: 0; } body .p-accordion .p-accordion-tab { - margin-bottom: 2px; -} + margin-bottom: 2px; } body .p-accordion .p-accordion-header a { padding: 0.571em 1em; border: 1px solid #7B95A3; @@ -1681,57 +1393,45 @@ body .p-accordion .p-accordion-header a { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon { - color: #ffffff; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-right:before { - content: ""; -} -body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-down:before { - content: ""; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon { + color: #ffffff; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-right:before { + content: ""; } + body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-down:before { + content: ""; } body .p-accordion .p-accordion-header:not(.p-disabled) a:focus { outline: 0 none; outline-offset: 0; -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; -} + box-shadow: 0 0 0 0.2em #e4e9ec; } body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a { background-color: #617c8a; border: 1px solid #617c8a; - color: #ffffff; -} -body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a .p-accordion-toggle-icon { - color: #ffffff; -} + color: #ffffff; } + body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a .p-accordion-toggle-icon { + color: #ffffff; } body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight { - margin-bottom: 0; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a { - background-color: #AFD3C8; - border: 1px solid #dadada; - color: #385048; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a .p-accordion-toggle-icon { - color: #385048; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a { - border: 1px solid #8DC8B5; - background-color: #8DC8B5; - color: #385048; -} -body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a .p-accordion-toggle-icon { - color: #385048; -} + margin-bottom: 0; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a { + background-color: #AFD3C8; + border: 1px solid #dadada; + color: #385048; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a .p-accordion-toggle-icon { + color: #385048; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a { + border: 1px solid #8DC8B5; + background-color: #8DC8B5; + color: #385048; } + body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a .p-accordion-toggle-icon { + color: #385048; } body .p-accordion .p-accordion-content { padding: 0.571em 1em; border: 1px solid #dadada; @@ -1750,122 +1450,99 @@ body .p-accordion .p-accordion-content { border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; -} + border-bottom-right-radius: 2px; } body .p-tabview.p-tabview-top, body .p-tabview.p-tabview-bottom, body .p-tabview.p-tabview-left, body .p-tabview.p-tabview-right { - border: 0 none; -} -body .p-tabview.p-tabview-top .p-tabview-nav, body .p-tabview.p-tabview-bottom .p-tabview-nav, body .p-tabview.p-tabview-left .p-tabview-nav, body .p-tabview.p-tabview-right .p-tabview-nav { - padding: 0; - background: #ffffff; - border: 0 none; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a, body .p-tabview.p-tabview-bottom .p-tabview-nav li a, body .p-tabview.p-tabview-left .p-tabview-nav li a, body .p-tabview.p-tabview-right .p-tabview-nav li a { - border: 1px solid #7B95A3; - background-color: #7B95A3; - float: none; - display: inline-block; - color: #ffffff; - padding: 0.571em 1em; - font-weight: 700; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-left-icon { - margin-right: 0.5em; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-right-icon { - margin-left: 0.5em; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-bottom .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-left .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-right .p-tabview-nav li a:not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; -} -body .p-tabview.p-tabview-top .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li .p-tabview-close { - color: #ffffff; - margin: 0 0.5em 0 0; - vertical-align: middle; -} -body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { - background-color: #617c8a; - border: 1px solid #617c8a; - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close { - color: #ffffff; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight a { - background-color: #AFD3C8; - border: 1px solid #dadada; - color: #385048; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight .p-tabview-close { - color: #385048; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a { - border: 1px solid #8DC8B5; - background-color: #8DC8B5; - color: #385048; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon { - color: #385048; -} -body .p-tabview.p-tabview-top .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-tabview-selected a { - cursor: pointer; -} + border: 0 none; } + body .p-tabview.p-tabview-top .p-tabview-nav, body .p-tabview.p-tabview-bottom .p-tabview-nav, body .p-tabview.p-tabview-left .p-tabview-nav, body .p-tabview.p-tabview-right .p-tabview-nav { + padding: 0; + background: #ffffff; + border: 0 none; } + body .p-tabview.p-tabview-top .p-tabview-nav li a, body .p-tabview.p-tabview-bottom .p-tabview-nav li a, body .p-tabview.p-tabview-left .p-tabview-nav li a, body .p-tabview.p-tabview-right .p-tabview-nav li a { + border: 1px solid #7B95A3; + background-color: #7B95A3; + float: none; + display: inline-block; + color: #ffffff; + padding: 0.571em 1em; + font-weight: 700; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-left-icon { + margin-right: 0.5em; } + body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-right-icon { + margin-left: 0.5em; } + body .p-tabview.p-tabview-top .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-bottom .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-left .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-right .p-tabview-nav li a:not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; } + body .p-tabview.p-tabview-top .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li .p-tabview-close { + color: #ffffff; + margin: 0 0.5em 0 0; + vertical-align: middle; } + body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a { + background-color: #617c8a; + border: 1px solid #617c8a; + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close { + color: #ffffff; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight a { + background-color: #AFD3C8; + border: 1px solid #dadada; + color: #385048; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight .p-tabview-close { + color: #385048; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a { + border: 1px solid #8DC8B5; + background-color: #8DC8B5; + color: #385048; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon { + color: #385048; } + body .p-tabview.p-tabview-top .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-tabview-selected a { + cursor: pointer; } body .p-tabview.p-tabview-top .p-tabview-nav { - margin-bottom: -1px; -} -body .p-tabview.p-tabview-top .p-tabview-nav li a { - margin-right: 0.214em; - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; -} + margin-bottom: -1px; } + body .p-tabview.p-tabview-top .p-tabview-nav li a { + margin-right: 0.214em; + -moz-border-radius-topleft: 2px; + -webkit-border-top-left-radius: 2px; + border-top-left-radius: 2px; + -moz-border-radius-topright: 2px; + -webkit-border-top-right-radius: 2px; + border-top-right-radius: 2px; } body .p-tabview.p-tabview-bottom .p-tabview-nav { - margin-top: -1px; -} -body .p-tabview.p-tabview-bottom .p-tabview-nav li a { - margin-right: 0.214em; - -moz-border-radius-bottomleft: 2px; - -webkit-border-bottom-left-radius: 2px; - border-bottom-left-radius: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; -} + margin-top: -1px; } + body .p-tabview.p-tabview-bottom .p-tabview-nav li a { + margin-right: 0.214em; + -moz-border-radius-bottomleft: 2px; + -webkit-border-bottom-left-radius: 2px; + border-bottom-left-radius: 2px; + -moz-border-radius-bottomright: 2px; + -webkit-border-bottom-right-radius: 2px; + border-bottom-right-radius: 2px; } body .p-tabview.p-tabview-left .p-tabview-nav { - margin-right: -px; -} -body .p-tabview.p-tabview-left .p-tabview-nav li a { - margin-bottom: 0.214em; - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-bottomleft: 2px; - -webkit-border-bottom-left-radius: 2px; - border-bottom-left-radius: 2px; -} + margin-right: -px; } + body .p-tabview.p-tabview-left .p-tabview-nav li a { + margin-bottom: 0.214em; + -moz-border-radius-topleft: 2px; + -webkit-border-top-left-radius: 2px; + border-top-left-radius: 2px; + -moz-border-radius-bottomleft: 2px; + -webkit-border-bottom-left-radius: 2px; + border-bottom-left-radius: 2px; } body .p-tabview.p-tabview-right .p-tabview-nav { - margin-right: -1px; -} -body .p-tabview.p-tabview-right .p-tabview-nav li a { - margin-bottom: 0.214em; - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; -} + margin-right: -1px; } + body .p-tabview.p-tabview-right .p-tabview-nav li a { + margin-bottom: 0.214em; + -moz-border-radius-topright: 2px; + -webkit-border-top-right-radius: 2px; + border-top-right-radius: 2px; + -moz-border-radius-bottomright: 2px; + -webkit-border-bottom-right-radius: 2px; + border-bottom-right-radius: 2px; } body .p-tabview .p-tabview-panels { background-color: #ffffff; padding: 0.571em 1em; @@ -1876,142 +1553,119 @@ body .p-tabview .p-tabview-panels { border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; -} -body .p-tabview .p-tabview-panels .p-tabview-panel { - padding: 0; -} + border-bottom-right-radius: 2px; } + body .p-tabview .p-tabview-panels .p-tabview-panel { + padding: 0; } body .p-toolbar { background-color: #7B95A3; border: 1px solid #7B95A3; padding: 0.571em 1em; -moz-border-radius: 2px; -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-toolbar button { - vertical-align: middle; -} -body .p-toolbar .p-toolbar-separator { - vertical-align: middle; - color: #ffffff; - margin: 0 0.5em; -} + border-radius: 2px; } + body .p-toolbar button { + vertical-align: middle; } + body .p-toolbar .p-toolbar-separator { + vertical-align: middle; + color: #ffffff; + margin: 0 0.5em; } body .p-card { background-color: #ffffff; color: #666666; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } body .p-paginator { background-color: #ffffff; border: 1px solid #dadada; - padding: 0; -} -body .p-paginator .p-paginator-first, -body .p-paginator .p-paginator-prev, -body .p-paginator .p-paginator-next, -body .p-paginator .p-paginator-last { - color: #666666; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; - padding: 0; - margin: 0; - vertical-align: top; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, -body .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { - background-color: #f4f4f4; - color: #666666; -} -body .p-paginator .p-dropdown { - border: 0 none; -} -body .p-paginator .p-dropdown .p-dropdown-trigger, body .p-paginator .p-dropdown .p-dropdown-label { - color: #666666; -} -body .p-paginator .p-dropdown:hover .p-dropdown-trigger, body .p-paginator .p-dropdown:hover .p-dropdown-label { - color: #666666; -} -body .p-paginator .p-paginator-first:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-prev:before { - position: relative; -} -body .p-paginator .p-paginator-next:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-last:before { - position: relative; - top: 1px; -} -body .p-paginator .p-paginator-current { - vertical-align: top; - display: inline-block; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; -} -body .p-paginator .p-paginator-pages { - vertical-align: top; - display: inline-block; - padding: 0; -} -body .p-paginator .p-paginator-pages .p-paginator-page { - color: #666666; - height: 2.286em; - min-width: 2.286em; - border: 0 none; - line-height: 2.286em; - padding: 0; - margin: 0; - vertical-align: top; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background-color: #AFD3C8; - color: #385048; -} -body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { - background-color: #f4f4f4; - color: #666666; -} -body .p-paginator .p-dropdown { - margin-left: 0.5em; - height: 2.286em; - min-width: auto; -} + padding: 0; } + body .p-paginator .p-paginator-first, + body .p-paginator .p-paginator-prev, + body .p-paginator .p-paginator-next, + body .p-paginator .p-paginator-last { + color: #666666; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; + padding: 0; + margin: 0; + vertical-align: top; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, + body .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { + background-color: #f4f4f4; + color: #666666; } + body .p-paginator .p-dropdown { + border: 0 none; } + body .p-paginator .p-dropdown .p-dropdown-trigger, body .p-paginator .p-dropdown .p-dropdown-label { + color: #666666; } + body .p-paginator .p-dropdown:hover .p-dropdown-trigger, body .p-paginator .p-dropdown:hover .p-dropdown-label { + color: #666666; } + body .p-paginator .p-paginator-first:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-prev:before { + position: relative; } + body .p-paginator .p-paginator-next:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-last:before { + position: relative; + top: 1px; } + body .p-paginator .p-paginator-current { + vertical-align: top; + display: inline-block; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; } + body .p-paginator .p-paginator-pages { + vertical-align: top; + display: inline-block; + padding: 0; } + body .p-paginator .p-paginator-pages .p-paginator-page { + color: #666666; + height: 2.286em; + min-width: 2.286em; + border: 0 none; + line-height: 2.286em; + padding: 0; + margin: 0; + vertical-align: top; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { + background-color: #AFD3C8; + color: #385048; } + body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { + background-color: #f4f4f4; + color: #666666; } + body .p-paginator .p-dropdown { + margin-left: 0.5em; + height: 2.286em; + min-width: auto; } body .p-datatable .p-datatable-header, body .p-datatable .p-datatable-footer { background-color: #7B95A3; color: #ffffff; border: 1px solid #7B95A3; padding: 0.571em 1em; - text-align: center; -} + text-align: center; } body .p-datatable .p-datatable-header { border-bottom: 0 none; font-weight: 700; @@ -2020,8 +1674,7 @@ body .p-datatable .p-datatable-header { border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; -} + border-top-right-radius: 2px; } body .p-datatable .p-datatable-footer { border-top: 0 none; font-weight: 700; @@ -2030,206 +1683,158 @@ body .p-datatable .p-datatable-footer { border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; -} + border-bottom-right-radius: 2px; } body .p-datatable .p-datatable-thead > tr > th { padding: 0.571em 0.857em; border: 1px solid #dadada; font-weight: 700; color: #666666; background-color: #ffffff; - text-align: center; -} + text-align: center; } body .p-datatable .p-datatable-tfoot > tr > td { padding: 0.571em 0.857em; border: 1px solid #dadada; font-weight: 700; color: #666666; background-color: #ffffff; - text-align: center; -} + text-align: center; } body .p-datatable .p-sortable-column { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-sortable-column .p-sortable-column-icon { - color: #666666; -} -body .p-datatable .p-sortable-column:not(.p-highlight):hover { - background-color: #eaeaea; - color: #666666; -} -body .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: #666666; -} -body .p-datatable .p-sortable-column:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: inset 0 0 0 0.2em #e4e9ec; - box-shadow: inset 0 0 0 0.2em #e4e9ec; -} -body .p-datatable .p-sortable-column.p-highlight { - background-color: #AFD3C8; - color: #385048; -} -body .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #385048; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-sortable-column .p-sortable-column-icon { + color: #666666; } + body .p-datatable .p-sortable-column:not(.p-highlight):hover { + background-color: #eaeaea; + color: #666666; } + body .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { + color: #666666; } + body .p-datatable .p-sortable-column:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: inset 0 0 0 0.2em #e4e9ec; + box-shadow: inset 0 0 0 0.2em #e4e9ec; } + body .p-datatable .p-sortable-column.p-highlight { + background-color: #AFD3C8; + color: #385048; } + body .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { + color: #385048; } body .p-datatable .p-editable-column input { font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} + font-family: "Open Sans", "Helvetica Neue", sans-serif; } body .p-datatable .p-row-editor-init { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} + transition: background-color 0.2s, box-shadow 0.2s; } body .p-datatable .p-datatable-tbody > tr { background: #ffffff; color: #666666; -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-datatable-tbody > tr > td { - background: inherit; - border: 1px solid #dadada; - padding: 0.571em 0.857em; -} -body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler { - color: #a6a6a6; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { - color: #666666; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight { - background-color: #AFD3C8; - color: #385048; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { - color: #385048; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler:hover { - color: #385048; -} -body .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { - background-color: white; - color: #385048; -} -body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #AFD3C8; -} -body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #AFD3C8; -} -body .p-datatable .p-datatable-tbody > tr:focus { - outline: none; -} -body .p-datatable .p-datatable-tbody > tr:focus + tr > td { - box-shadow: 0 -0.2em 0 0 #e4e9ec; -} -body .p-datatable .p-datatable-tbody > tr:focus > td { - box-shadow: 0 -0.2em 0 0 #e4e9ec, 0 0.2em 0 0 #e4e9ec; -} -body .p-datatable .p-datatable-tbody > tr:focus > td:first-child { - box-shadow: 0 -0.2em 0 0 #e4e9ec, 0 0.2em 0 0 #e4e9ec, -0.1em -0.1em 0 0.1em #e4e9ec; -} -body .p-datatable .p-datatable-tbody > tr:focus > td:last-child { - box-shadow: 0 -0.2em 0 0 #e4e9ec, 0 0.2em 0 0 #e4e9ec, 0.1em -0.1em 0 0.1em #e4e9ec; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-datatable-tbody > tr > td { + background: inherit; + border: 1px solid #dadada; + padding: 0.571em 0.857em; } + body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler { + color: #a6a6a6; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover { + color: #666666; } + body .p-datatable .p-datatable-tbody > tr.p-highlight { + background-color: #AFD3C8; + color: #385048; } + body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler { + color: #385048; } + body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler:hover { + color: #385048; } + body .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { + background-color: white; + color: #385048; } + body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { + box-shadow: inset 0 2px 0 0 #AFD3C8; } + body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { + box-shadow: inset 0 -2px 0 0 #AFD3C8; } + body .p-datatable .p-datatable-tbody > tr:focus { + outline: none; } + body .p-datatable .p-datatable-tbody > tr:focus + tr > td { + box-shadow: 0 -0.2em 0 0 #e4e9ec; } + body .p-datatable .p-datatable-tbody > tr:focus > td { + box-shadow: 0 -0.2em 0 0 #e4e9ec, 0 0.2em 0 0 #e4e9ec; } + body .p-datatable .p-datatable-tbody > tr:focus > td:first-child { + box-shadow: 0 -0.2em 0 0 #e4e9ec, 0 0.2em 0 0 #e4e9ec, -0.1em -0.1em 0 0.1em #e4e9ec; } + body .p-datatable .p-datatable-tbody > tr:focus > td:last-child { + box-shadow: 0 -0.2em 0 0 #e4e9ec, 0 0.2em 0 0 #e4e9ec, 0.1em -0.1em 0 0.1em #e4e9ec; } body .p-datatable .p-datatable-tbody > tr:nth-child(even) { - background-color: #f8f8f8; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { - background-color: #AFD3C8; - color: #385048; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { - color: #385048; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover { - color: #385048; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu { - background-color: white; - color: #385048; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler { - color: #385048; -} -body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler:hover { - color: #385048; -} + background-color: #f8f8f8; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight { + background-color: #AFD3C8; + color: #385048; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { + color: #385048; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover { + color: #385048; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu { + background-color: white; + color: #385048; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler { + color: #385048; } + body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-highlight-contextmenu .p-row-toggler:hover { + color: #385048; } body .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover { cursor: pointer; background-color: #eaeaea; - color: #333333; -} + color: #333333; } body .p-datatable .p-column-resizer-helper { - background-color: #7B95A3; -} + background-color: #7B95A3; } body .p-datatable .p-datatable-scrollable-header, body .p-datatable .p-datatable-scrollable-footer { - background-color: #7B95A3; -} + background-color: #7B95A3; } body .p-datatable .p-column-filter { - width: 100%; -} + width: 100%; } body .p-datatable.p-datatable-borderless .p-datatable-header { border: 0 none; - border-bottom: 1px solid #dadada; -} + border-bottom: 1px solid #dadada; } body .p-datatable.p-datatable-borderless .p-datatable-thead > tr > th { border: 0 none; text-align: left; - padding: 0.857em; -} + padding: 0.857em; } body .p-datatable.p-datatable-borderless .p-datatable-tbody { - border: 0 none; -} -body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr { - border: 0 none; -} -body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr > td { - border: 0 none; -} + border: 0 none; } + body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr { + border: 0 none; } + body .p-datatable.p-datatable-borderless .p-datatable-tbody > tr > td { + border: 0 none; } body .p-datatable.p-datatable-borderless .p-datatable-tfoot > tr > td { - border: 0 none; -} + border: 0 none; } body .p-datatable.p-datatable-borderless .p-paginator { - border: 0 none; -} + border: 0 none; } body .p-datascroller .p-datascroller-header { background-color: #7B95A3; color: #ffffff; border: 1px solid #7B95A3; padding: 0.571em 1em; font-weight: 700; - border-bottom: 0 none; -} + border-bottom: 0 none; } body .p-datascroller .p-datascroller-content { padding: 0.571em 1em; border: 1px solid #dadada; background-color: #ffffff; color: #666666; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-datascroller .p-datascroller-footer { background-color: #ffffff; color: #666666; border: 1px solid #dadada; padding: 0.571em 1em; - border-top: 0 none; -} + border-top: 0 none; } body .p-dataview .p-dataview-header { background-color: #7B95A3; color: #ffffff; @@ -2242,18 +1847,15 @@ body .p-dataview .p-dataview-header { border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; -} + border-top-right-radius: 2px; } body .p-dataview .p-dataview-content { padding: 0.571em 1em; border: 1px solid #dadada; background-color: #ffffff; color: #666666; - padding: 0.571em 1em; -} -body .p-dataview .p-dataview-content > .p-grid > div { - border-bottom: 1px solid #dadada; -} + padding: 0.571em 1em; } + body .p-dataview .p-dataview-content > .p-grid > div { + border-bottom: 1px solid #dadada; } body .p-dataview .p-dataview-footer { background-color: #ffffff; color: #666666; @@ -2265,30 +1867,24 @@ body .p-dataview .p-dataview-footer { border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; -} + border-bottom-right-radius: 2px; } body .fc th { background-color: #7B95A3; border: 1px solid #7B95A3; color: #ffffff; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .fc td.ui-widget-content { background-color: #ffffff; border: 1px solid #dadada; - color: #666666; -} + color: #666666; } body .fc td.fc-head-container { - border: 1px solid #7B95A3; -} + border: 1px solid #7B95A3; } body .fc .fc-row { - border-right: 1px solid #7B95A3; -} + border-right: 1px solid #7B95A3; } body .fc .fc-event { background-color: #AFD3C8; border: 1px solid #6c8999; - color: #385048; -} + color: #385048; } body .fc .fc-toolbar .fc-button { color: #ffffff; background-color: #7B95A3; @@ -2300,65 +1896,52 @@ body .fc .fc-toolbar .fc-button { transition: background-color 0.2s, box-shadow 0.2s; -moz-border-radius: 2px; -webkit-border-radius: 2px; - border-radius: 2px; -} -body .fc .fc-toolbar .fc-button:enabled:hover { - background-color: #6c8999; - color: #ffffff; - border-color: #6c8999; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-left { - font-family: "PrimeIcons" !important; - text-indent: 0; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before { - content: ""; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-right { - font-family: "PrimeIcons" !important; - text-indent: 0; -} -body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before { - content: ""; -} -body .fc .fc-toolbar .fc-button:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; -} + border-radius: 2px; } + body .fc .fc-toolbar .fc-button:enabled:hover { + background-color: #6c8999; + color: #ffffff; + border-color: #6c8999; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-left { + font-family: 'PrimeIcons' !important; + text-indent: 0; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before { + content: ""; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-right { + font-family: 'PrimeIcons' !important; + text-indent: 0; } + body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before { + content: ""; } + body .fc .fc-toolbar .fc-button:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; } body .fc .fc-toolbar .fc-button-group .fc-button { -moz-border-radius: 0; -webkit-border-radius: 0; - border-radius: 0; -} -body .fc .fc-toolbar .fc-button-group .fc-button:first-child { - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-bottomleft: 2px; - -webkit-border-bottom-left-radius: 2px; - border-bottom-left-radius: 2px; -} -body .fc .fc-toolbar .fc-button-group .fc-button:last-child { - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; - -moz-border-radius-bottomright: 2px; - -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; -} + border-radius: 0; } + body .fc .fc-toolbar .fc-button-group .fc-button:first-child { + -moz-border-radius-topleft: 2px; + -webkit-border-top-left-radius: 2px; + border-top-left-radius: 2px; + -moz-border-radius-bottomleft: 2px; + -webkit-border-bottom-left-radius: 2px; + border-bottom-left-radius: 2px; } + body .fc .fc-toolbar .fc-button-group .fc-button:last-child { + -moz-border-radius-topright: 2px; + -webkit-border-top-right-radius: 2px; + border-top-right-radius: 2px; + -moz-border-radius-bottomright: 2px; + -webkit-border-bottom-right-radius: 2px; + border-bottom-right-radius: 2px; } body .fc .fc-divider { background-color: #7B95A3; - border: 1px solid #7B95A3; -} + border: 1px solid #7B95A3; } body .p-fluid .fc .fc-toolbar .ui-button { - width: auto; -} + width: auto; } body .p-picklist .p-picklist-buttons button { - font-size: 16px; -} + font-size: 16px; } body .p-picklist .p-picklist-caption { background-color: #7B95A3; color: #ffffff; @@ -2371,31 +1954,26 @@ body .p-picklist .p-picklist-caption { border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; -} + border-top-right-radius: 2px; } body .p-picklist .p-picklist-filter-container { padding: 0.429em 0.857em 0.429em 0.857em; border: 1px solid #7B95A3; color: #666666; background-color: #ffffff; margin: 0; - border-bottom: 0 none; -} -body .p-picklist .p-picklist-filter-container input { - width: 100%; - padding-right: 2em; - text-indent: 0; -} -body .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { - top: 50%; - margin-top: -0.5em; - left: auto; - right: 1.357em; - color: #a6a6a6; -} + border-bottom: 0 none; } + body .p-picklist .p-picklist-filter-container input { + width: 100%; + padding-right: 2em; + text-indent: 0; } + body .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { + top: 50%; + margin-top: -.5em; + left: auto; + right: 1.357em; + color: #a6a6a6; } body .p-picklist .p-picklist-buttons { - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-picklist .p-picklist-list { border: 1px solid #dadada; background-color: #ffffff; @@ -2406,48 +1984,38 @@ body .p-picklist .p-picklist-list { border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; -} -body .p-picklist .p-picklist-list .p-picklist-item { - padding: 0.429em 0.857em; - margin: 0; - border: 0 none; - color: #666666; - background-color: transparent; - -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { - background-color: #f4f4f4; - color: #666666; -} -body .p-picklist .p-picklist-list .p-picklist-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: inset 0 0 0 0.2em #e4e9ec; - box-shadow: inset 0 0 0 0.2em #e4e9ec; -} -body .p-picklist .p-picklist-list .p-picklist-item.p-highlight { - background-color: #AFD3C8; - color: #385048; -} -body .p-picklist .p-picklist-list .p-picklist-droppoint-highlight { - background-color: #AFD3C8; -} + border-bottom-right-radius: 2px; } + body .p-picklist .p-picklist-list .p-picklist-item { + padding: 0.429em 0.857em; + margin: 0; + border: 0 none; + color: #666666; + background-color: transparent; + -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { + background-color: #f4f4f4; + color: #666666; } + body .p-picklist .p-picklist-list .p-picklist-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: inset 0 0 0 0.2em #e4e9ec; + box-shadow: inset 0 0 0 0.2em #e4e9ec; } + body .p-picklist .p-picklist-list .p-picklist-item.p-highlight { + background-color: #AFD3C8; + color: #385048; } + body .p-picklist .p-picklist-list .p-picklist-droppoint-highlight { + background-color: #AFD3C8; } @media (max-width: 40em) { body .p-picklist.p-picklist-responsive .p-picklist-buttons { - padding: 0.571em 1em; - } -} + padding: 0.571em 1em; } } body .p-orderlist .p-orderlist-controls { - padding: 0.571em 1em; -} -body .p-orderlist .p-orderlist-controls button { - font-size: 16px; -} + padding: 0.571em 1em; } + body .p-orderlist .p-orderlist-controls button { + font-size: 16px; } body .p-orderlist .p-orderlist-caption { background-color: #7B95A3; color: #ffffff; @@ -2460,28 +2028,24 @@ body .p-orderlist .p-orderlist-caption { border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; -} + border-top-right-radius: 2px; } body .p-orderlist .p-orderlist-filter-container { padding: 0.429em 0.857em 0.429em 0.857em; border: 1px solid #7B95A3; color: #666666; background-color: #ffffff; margin: 0; - border-bottom: 0 none; -} -body .p-orderlist .p-orderlist-filter-container input { - width: 100%; - padding-right: 2em; - text-indent: 0; -} -body .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { - top: 50%; - margin-top: -0.5em; - left: auto; - right: 1.357em; - color: #a6a6a6; -} + border-bottom: 0 none; } + body .p-orderlist .p-orderlist-filter-container input { + width: 100%; + padding-right: 2em; + text-indent: 0; } + body .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { + top: 50%; + margin-top: -.5em; + left: auto; + right: 1.357em; + color: #a6a6a6; } body .p-orderlist .p-orderlist-list { border: 1px solid #dadada; background-color: #ffffff; @@ -2492,37 +2056,31 @@ body .p-orderlist .p-orderlist-list { border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item { - padding: 0.429em 0.857em; - margin: 0; - border: 0 none; - color: #666666; - background-color: transparent; - -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; - transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { - background-color: #f4f4f4; - color: #666666; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: inset 0 0 0 0.2em #e4e9ec; - box-shadow: inset 0 0 0 0.2em #e4e9ec; -} -body .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - background-color: #AFD3C8; - color: #385048; -} -body .p-orderlist .p-orderlist-list .p-orderlist-droppoint-highlight { - background-color: #AFD3C8; -} + border-bottom-right-radius: 2px; } + body .p-orderlist .p-orderlist-list .p-orderlist-item { + padding: 0.429em 0.857em; + margin: 0; + border: 0 none; + color: #666666; + background-color: transparent; + -moz-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -o-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + -webkit-transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; } + body .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { + background-color: #f4f4f4; + color: #666666; } + body .p-orderlist .p-orderlist-list .p-orderlist-item:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: inset 0 0 0 0.2em #e4e9ec; + box-shadow: inset 0 0 0 0.2em #e4e9ec; } + body .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { + background-color: #AFD3C8; + color: #385048; } + body .p-orderlist .p-orderlist-list .p-orderlist-droppoint-highlight { + background-color: #AFD3C8; } body .p-tree { border: 1px solid #dadada; background-color: #ffffff; @@ -2530,159 +2088,126 @@ body .p-tree { padding: 0.571em 1em; -moz-border-radius: 2px; -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-tree .p-tree-container { - padding: 0.286em; - margin: 0; -} -body .p-tree .p-tree-container .p-treenode { - padding: 0.143em 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content { - padding: 0; - border: 1px solid transparent; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { - vertical-align: middle; - display: inline-block; - float: none; - margin: 0 0.143em 0 0; - color: #a6a6a6; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler b .p-tree-toggler-icon { - line-height: 1.25em; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { - vertical-align: middle; - display: inline-block; - margin: 0 0.143em 0 0; - color: #a6a6a6; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-label { - margin: 0; - vertical-align: middle; - display: inline-block; - padding: 0.286em; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { - margin: 0 0.143em 0 0; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background-color: #AFD3C8; - color: #385048; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { - color: #385048; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-checkbox .p-checkbox-box { - border-color: #385048; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight-contextmenu { - border: 1px dashed #AFD3C8; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background-color: #f4f4f4; - color: #666666; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover .p-treenode-icon { - color: #666666; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content > span { - line-height: inherit; -} -body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { - background-color: #f4f4f4; - color: #666666; -} -body .p-tree .p-tree-container .p-treenode-droppoint.p-treenode-droppoint-active { - background-color: #AFD3C8; -} -body .p-tree.p-tree-horizontal { - padding-left: 0; - padding-right: 0; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content { - border: 1px solid #dadada; - background-color: #ffffff; - color: #666666; - padding: 0.571em 1em; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight { - background-color: #AFD3C8; - color: #385048; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox .p-icon { - color: #7B95A3; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover { - background-color: inherit; - color: inherit; -} -body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background-color: #f4f4f4; - color: #666666; -} -body .p-tree .p-tree-filter-container .p-tree-filter { - width: 100%; - padding-right: 2em; -} -body .p-tree .p-tree-filter-container .p-tree-filter-icon { - top: 50%; - left: auto; - margin-top: -0.5em; - right: 0.8em; - color: #a6a6a6; -} + border-radius: 2px; } + body .p-tree .p-tree-container { + padding: 0.286em; + margin: 0; } + body .p-tree .p-tree-container .p-treenode { + padding: 0.143em 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content { + padding: 0; + border: 1px solid transparent; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { + vertical-align: middle; + display: inline-block; + float: none; + margin: 0 0.143em 0 0; + color: #a6a6a6; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler b + .p-tree-toggler-icon { + line-height: 1.25em; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { + vertical-align: middle; + display: inline-block; + margin: 0 0.143em 0 0; + color: #a6a6a6; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-label { + margin: 0; + vertical-align: middle; + display: inline-block; + padding: 0.286em; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { + margin: 0 0.143em 0 0; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { + background-color: #AFD3C8; + color: #385048; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { + color: #385048; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-checkbox .p-checkbox-box { + border-color: #385048; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight-contextmenu { + border: 1px dashed #AFD3C8; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { + background-color: #f4f4f4; + color: #666666; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover .p-treenode-icon { + color: #666666; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content > span { + line-height: inherit; } + body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { + background-color: #f4f4f4; + color: #666666; } + body .p-tree .p-tree-container .p-treenode-droppoint.p-treenode-droppoint-active { + background-color: #AFD3C8; } + body .p-tree.p-tree-horizontal { + padding-left: 0; + padding-right: 0; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content { + border: 1px solid #dadada; + background-color: #ffffff; + color: #666666; + padding: 0.571em 1em; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight { + background-color: #AFD3C8; + color: #385048; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox .p-icon { + color: #7B95A3; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover { + background-color: inherit; + color: inherit; } + body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { + background-color: #f4f4f4; + color: #666666; } + body .p-tree .p-tree-filter-container .p-tree-filter { + width: 100%; + padding-right: 2em; } + body .p-tree .p-tree-filter-container .p-tree-filter-icon { + top: 50%; + left: auto; + margin-top: -.5em; + right: .8em; + color: #a6a6a6; } body .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { background-color: #f4f4f4; - color: #666666; -} + color: #666666; } body .p-organizationchart .p-organizationchart-node-content.p-highlight { background-color: #AFD3C8; - color: #385048; -} -body .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: #5da68f; -} + color: #385048; } + body .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { + color: #5da68f; } body .p-organizationchart .p-organizationchart-line-down { - background-color: #c8c8c8; -} + background-color: #c8c8c8; } body .p-organizationchart .p-organizationchart-line-left { border-right: 1px solid #dadada; - border-color: #c8c8c8; -} + border-color: #c8c8c8; } body .p-organizationchart .p-organizationchart-line-top { border-top: 1px solid #dadada; - border-color: #c8c8c8; -} + border-color: #c8c8c8; } body .p-organizationchart .p-organizationchart-node-content { border: 1px solid #dadada; background-color: #ffffff; color: #666666; - padding: 0.571em 1em; -} + padding: 0.571em 1em; } body .p-organizationchart .p-organizationchart-node-content .p-node-toggler { - bottom: -0.7em; - margin-left: -0.46em; + bottom: -.7em; + margin-left: -.46em; color: #a6a6a6; -moz-border-radius: 2px; -webkit-border-radius: 2px; @@ -2690,23 +2215,20 @@ body .p-organizationchart .p-organizationchart-node-content .p-node-toggler { -moz-transition: box-shadow 0.2s; -o-transition: box-shadow 0.2s; -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; -} + transition: box-shadow 0.2s; } + body .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; } body .p-treetable .p-treetable-header, body .p-treetable .p-treetable-footer { background-color: #7B95A3; color: #ffffff; border: 1px solid #7B95A3; padding: 0.571em 1em; - text-align: center; -} + text-align: center; } body .p-treetable .p-treetable-header { border-bottom: 0 none; font-weight: 700; @@ -2715,8 +2237,7 @@ body .p-treetable .p-treetable-header { border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; -} + border-top-right-radius: 2px; } body .p-treetable .p-treetable-footer { border-top: 0 none; font-weight: 700; @@ -2725,119 +2246,92 @@ body .p-treetable .p-treetable-footer { border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; - border-bottom-right-radius: 2px; -} + border-bottom-right-radius: 2px; } body .p-treetable .p-treetable-thead > tr > th { padding: 0.571em 0.857em; border: 1px solid #dadada; font-weight: 700; color: #666666; background-color: #ffffff; - text-align: center; -} + text-align: center; } body .p-treetable .p-treetable-tfoot > tr > td { padding: 0.571em 0.857em; border: 1px solid #dadada; font-weight: 700; color: #666666; background-color: #ffffff; - text-align: center; -} + text-align: center; } body .p-treetable .p-sortable-column { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-treetable .p-sortable-column .p-sortable-column-icon { - color: #666666; -} -body .p-treetable .p-sortable-column:not(.p-highlight):hover { - background-color: #eaeaea; - color: #666666; -} -body .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: #666666; -} -body .p-treetable .p-sortable-column:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: inset 0 0 0 0.2em #e4e9ec; - box-shadow: inset 0 0 0 0.2em #e4e9ec; -} -body .p-treetable .p-sortable-column.p-highlight { - background-color: #AFD3C8; - color: #385048; -} -body .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #385048; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-treetable .p-sortable-column .p-sortable-column-icon { + color: #666666; } + body .p-treetable .p-sortable-column:not(.p-highlight):hover { + background-color: #eaeaea; + color: #666666; } + body .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { + color: #666666; } + body .p-treetable .p-sortable-column:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: inset 0 0 0 0.2em #e4e9ec; + box-shadow: inset 0 0 0 0.2em #e4e9ec; } + body .p-treetable .p-sortable-column.p-highlight { + background-color: #AFD3C8; + color: #385048; } + body .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { + color: #385048; } body .p-treetable .p-editable-column input { font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} + font-family: "Open Sans", "Helvetica Neue", sans-serif; } body .p-treetable .p-treetable-tbody > tr { background: #ffffff; color: #666666; -moz-transition: background-color 0.2s; -o-transition: background-color 0.2s; -webkit-transition: background-color 0.2s; - transition: background-color 0.2s; -} -body .p-treetable .p-treetable-tbody > tr > td { - background: inherit; - border: 1px solid #dadada; - padding: 0.571em 0.857em; -} -body .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { - color: #a6a6a6; - vertical-align: middle; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight { - background-color: #AFD3C8; - color: #385048; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { - color: #385048; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu { - background-color: white; - color: #385048; -} -body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu .p-treetable-toggler { - color: #385048; -} -body .p-treetable .p-treetable-tbody > tr:focus { - outline: none; -} -body .p-treetable .p-treetable-tbody > tr:focus + tr > td { - box-shadow: 0 -0.2em 0 0 #e4e9ec; -} -body .p-treetable .p-treetable-tbody > tr:focus > td { - box-shadow: 0 -0.2em 0 0 #e4e9ec, 0 0.2em 0 0 #e4e9ec; -} -body .p-treetable .p-treetable-tbody > tr:focus > td:first-child { - box-shadow: 0 -0.2em 0 0 #e4e9ec, 0 0.2em 0 0 #e4e9ec, -0.1em -0.1em 0 0.1em #e4e9ec; -} -body .p-treetable .p-treetable-tbody > tr:focus > td:last-child { - box-shadow: 0 -0.2em 0 0 #e4e9ec, 0 0.2em 0 0 #e4e9ec, 0.1em -0.1em 0 0.1em #e4e9ec; -} + transition: background-color 0.2s; } + body .p-treetable .p-treetable-tbody > tr > td { + background: inherit; + border: 1px solid #dadada; + padding: 0.571em 0.857em; } + body .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { + color: #a6a6a6; + vertical-align: middle; } + body .p-treetable .p-treetable-tbody > tr.p-highlight { + background-color: #AFD3C8; + color: #385048; } + body .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { + color: #385048; } + body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu { + background-color: white; + color: #385048; } + body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu .p-treetable-toggler { + color: #385048; } + body .p-treetable .p-treetable-tbody > tr:focus { + outline: none; } + body .p-treetable .p-treetable-tbody > tr:focus + tr > td { + box-shadow: 0 -0.2em 0 0 #e4e9ec; } + body .p-treetable .p-treetable-tbody > tr:focus > td { + box-shadow: 0 -0.2em 0 0 #e4e9ec, 0 0.2em 0 0 #e4e9ec; } + body .p-treetable .p-treetable-tbody > tr:focus > td:first-child { + box-shadow: 0 -0.2em 0 0 #e4e9ec, 0 0.2em 0 0 #e4e9ec, -0.1em -0.1em 0 0.1em #e4e9ec; } + body .p-treetable .p-treetable-tbody > tr:focus > td:last-child { + box-shadow: 0 -0.2em 0 0 #e4e9ec, 0 0.2em 0 0 #e4e9ec, 0.1em -0.1em 0 0.1em #e4e9ec; } body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover { cursor: pointer; background-color: #eaeaea; - color: #333333; -} -body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover .p-treetable-toggler { - color: #333333; -} + color: #333333; } + body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover .p-treetable-toggler { + color: #333333; } body .p-treetable .p-column-resizer-helper { - background-color: #7B95A3; -} + background-color: #7B95A3; } body .p-treetable .p-treetable-scrollable-header, body .p-treetable .p-treetable-scrollable-footer { - background-color: #7B95A3; -} + background-color: #7B95A3; } body .p-carousel .p-carousel-content .p-carousel-prev, body .p-carousel .p-carousel-content .p-carousel-next { background-color: #7B95A3; @@ -2850,273 +2344,212 @@ body .p-carousel .p-carousel-content .p-carousel-next { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover, -body .p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover { - background-color: #6c8999; - color: #ffffff; - border-color: #6c8999; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover, + body .p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover { + background-color: #6c8999; + color: #ffffff; + border-color: #6c8999; } body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon { width: 20px; height: 6px; background-color: #b2c1cd; - margin: 0 0.2em; -} -body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon::before { - content: " "; -} + margin: 0 0.2em; } + body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon::before { + content: ' '; } body .p-carousel .p-carousel-dots-container .p-carousel-dot-item.p-highlight .p-carousel-dot-icon { - background-color: #7B95A3; -} + background-color: #7B95A3; } body .p-messages { margin: 1em 0; -moz-border-radius: 2px; -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-messages .p-messages-wrapper { - padding: 1em; -} -body .p-messages.p-messages-info { - background-color: #A3DEF8; - border: 1px solid #79C8EB; - color: #212121; -} -body .p-messages.p-messages-info .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-info .p-messages-close { - background-color: #A3DEF8; - color: #212121; -} -body .p-messages.p-messages-success { - background-color: #A3E2C6; - border: 1px solid #A3E2C6; - color: #212121; -} -body .p-messages.p-messages-success .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-success .p-messages-close { - background-color: #A3E2C6; - color: #212121; -} -body .p-messages.p-messages-warn { - background-color: #ffe277; - border: 1px solid #ffe277; - color: #212121; -} -body .p-messages.p-messages-warn .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-warn .p-messages-close { - background-color: #ffe277; - color: #212121; -} -body .p-messages.p-messages-error { - background-color: #ff8b8b; - border: 1px solid #ff8b8b; - color: #212121; -} -body .p-messages.p-messages-error .p-messages-icon { - color: #212121; -} -body .p-messages.p-messages-error .p-messages-close { - background-color: #ff8b8b; - color: #212121; -} -body .p-messages .p-messages-close { - top: -0.769em; - right: -0.769em; - width: 1.538em; - height: 1.538em; - line-height: 1.538em; - text-align: center; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} -body .p-messages .p-messages-close .p-messages-close-icon { - line-height: inherit; - font-size: 1.5em; -} -body .p-messages .p-messages-close:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; -} -body .p-messages .p-messages-icon { - font-size: 2em; -} + border-radius: 2px; } + body .p-messages .p-messages-wrapper { + padding: 1em; } + body .p-messages.p-messages-info { + background-color: #A3DEF8; + border: 1px solid #79C8EB; + color: #212121; } + body .p-messages.p-messages-info .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-info .p-messages-close { + background-color: #A3DEF8; + color: #212121; } + body .p-messages.p-messages-success { + background-color: #A3E2C6; + border: 1px solid #A3E2C6; + color: #212121; } + body .p-messages.p-messages-success .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-success .p-messages-close { + background-color: #A3E2C6; + color: #212121; } + body .p-messages.p-messages-warn { + background-color: #ffe277; + border: 1px solid #ffe277; + color: #212121; } + body .p-messages.p-messages-warn .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-warn .p-messages-close { + background-color: #ffe277; + color: #212121; } + body .p-messages.p-messages-error { + background-color: #ff8b8b; + border: 1px solid #ff8b8b; + color: #212121; } + body .p-messages.p-messages-error .p-messages-icon { + color: #212121; } + body .p-messages.p-messages-error .p-messages-close { + background-color: #ff8b8b; + color: #212121; } + body .p-messages .p-messages-close { + top: -0.769em; + right: -0.769em; + width: 1.538em; + height: 1.538em; + line-height: 1.538em; + text-align: center; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; } + body .p-messages .p-messages-close .p-messages-close-icon { + line-height: inherit; + font-size: 1.5em; } + body .p-messages .p-messages-close:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; } + body .p-messages .p-messages-icon { + font-size: 2em; } body .p-message { padding: 0.429em; margin: 0; -moz-border-radius: 2px; -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-message.p-message-info { - background-color: #A3DEF8; - border: 1px solid #79C8EB; - color: #212121; -} -body .p-message.p-message-info .p-message-icon { - color: #212121; -} -body .p-message.p-message-success { - background-color: #A3E2C6; - border: 1px solid #A3E2C6; - color: #212121; -} -body .p-message.p-message-success .p-message-icon { - color: #212121; -} -body .p-message.p-message-warn { - background-color: #ffe277; - border: 1px solid #ffe277; - color: #212121; -} -body .p-message.p-message-warn .p-message-icon { - color: #212121; -} -body .p-message.p-message-error { - background-color: #ff8b8b; - border: 1px solid #ff8b8b; - color: #212121; -} -body .p-message.p-message-error .p-message-icon { - color: #212121; -} -body .p-message .p-message-icon { - font-size: 1.714em; -} -body .p-message .p-message-text { - font-size: 14px; -} + border-radius: 2px; } + body .p-message.p-message-info { + background-color: #A3DEF8; + border: 1px solid #79C8EB; + color: #212121; } + body .p-message.p-message-info .p-message-icon { + color: #212121; } + body .p-message.p-message-success { + background-color: #A3E2C6; + border: 1px solid #A3E2C6; + color: #212121; } + body .p-message.p-message-success .p-message-icon { + color: #212121; } + body .p-message.p-message-warn { + background-color: #ffe277; + border: 1px solid #ffe277; + color: #212121; } + body .p-message.p-message-warn .p-message-icon { + color: #212121; } + body .p-message.p-message-error { + background-color: #ff8b8b; + border: 1px solid #ff8b8b; + color: #212121; } + body .p-message.p-message-error .p-message-icon { + color: #212121; } + body .p-message .p-message-icon { + font-size: 1.714em; } + body .p-message .p-message-text { + font-size: 14px; } body .p-growl { top: 120px; opacity: 0.9; - filter: alpha(opacity=90); -} -body .p-growl .p-growl-item-container { - margin: 0 0 1em 0; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-growl .p-growl-item-container .p-growl-item { - padding: 1em; -} -body .p-growl .p-growl-item-container .p-growl-item .p-growl-message { - margin: 0 0 0 4em; -} -body .p-growl .p-growl-item-container .p-growl-item .p-growl-image { - font-size: 3.429em; -} -body .p-growl .p-growl-item-container.p-growl-message-info { - background-color: #A3DEF8; - border: 1px solid #79C8EB; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-success { - background-color: #A3E2C6; - border: 1px solid #A3E2C6; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-warn { - background-color: #ffe277; - border: 1px solid #ffe277; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-icon-close { - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-error { - background-color: #ff8b8b; - border: 1px solid #ff8b8b; - color: #212121; -} -body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-image, -body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-icon-close { - color: #212121; -} + filter: alpha(opacity=90); } + body .p-growl .p-growl-item-container { + margin: 0 0 1em 0; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-growl .p-growl-item-container .p-growl-item { + padding: 1em; } + body .p-growl .p-growl-item-container .p-growl-item .p-growl-message { + margin: 0 0 0 4em; } + body .p-growl .p-growl-item-container .p-growl-item .p-growl-image { + font-size: 3.429em; } + body .p-growl .p-growl-item-container.p-growl-message-info { + background-color: #A3DEF8; + border: 1px solid #79C8EB; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-success { + background-color: #A3E2C6; + border: 1px solid #A3E2C6; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-warn { + background-color: #ffe277; + border: 1px solid #ffe277; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-icon-close { + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-error { + background-color: #ff8b8b; + border: 1px solid #ff8b8b; + color: #212121; } + body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-image, + body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-icon-close { + color: #212121; } body .p-toast { opacity: 0.9; - filter: alpha(opacity=90); -} -body .p-toast .p-toast-item-container { - margin: 0 0 1em 0; - -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-toast .p-toast-item-container .p-toast-item { - padding: 1em; -} -body .p-toast .p-toast-item-container .p-toast-item .p-toast-message { - margin: 0 0 0 4em; -} -body .p-toast .p-toast-item-container .p-toast-item .p-toast-image { - font-size: 3.429em; -} -body .p-toast .p-toast-item-container.p-toast-message-info { - background-color: #A3DEF8; - border: 1px solid #79C8EB; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-success { - background-color: #A3E2C6; - border: 1px solid #A3E2C6; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-warn { - background-color: #ffe277; - border: 1px solid #ffe277; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-error { - background-color: #ff8b8b; - border: 1px solid #ff8b8b; - color: #212121; -} -body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, -body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { - color: #212121; -} + filter: alpha(opacity=90); } + body .p-toast .p-toast-item-container { + margin: 0 0 1em 0; + -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } + body .p-toast .p-toast-item-container .p-toast-item { + padding: 1em; } + body .p-toast .p-toast-item-container .p-toast-item .p-toast-message { + margin: 0 0 0 4em; } + body .p-toast .p-toast-item-container .p-toast-item .p-toast-image { + font-size: 3.429em; } + body .p-toast .p-toast-item-container.p-toast-message-info { + background-color: #A3DEF8; + border: 1px solid #79C8EB; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-success { + background-color: #A3E2C6; + border: 1px solid #A3E2C6; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-warn { + background-color: #ffe277; + border: 1px solid #ffe277; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close { + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-error { + background-color: #ff8b8b; + border: 1px solid #ff8b8b; + color: #212121; } + body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image, + body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close { + color: #212121; } body .p-component-overlay { - background-color: rgba(0, 0, 0, 0.4); -} + background-color: rgba(0, 0, 0, 0.4); } body .p-overlaypanel { background-color: #ffffff; color: #666666; @@ -3127,50 +2560,41 @@ body .p-overlaypanel { border-radius: 2px; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-overlaypanel .p-overlaypanel-content { - padding: 1em; -} -body .p-overlaypanel .p-overlaypanel-close { - background-color: #7B95A3; - color: #ffffff; - width: 1.538em; - height: 1.538em; - line-height: 1.538em; - text-align: center; - position: absolute; - top: -0.769em; - right: -0.769em; - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-overlaypanel .p-overlaypanel-close:hover { - background-color: #617c8a; - color: #ffffff; -} -body .p-overlaypanel .p-overlaypanel-close > span { - line-height: inherit; -} -body .p-overlaypanel:after { - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #ffffff; -} -body .p-overlaypanel:before { - border-color: rgba(241, 241, 241, 0); - border-bottom-color: #f1f1f1; -} -body .p-overlaypanel.p-overlaypanel-flipped:after { - border-top-color: #ffffff; -} -body .p-overlaypanel.p-overlaypanel-flipped:before { - border-top-color: #f1f1f1; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-overlaypanel .p-overlaypanel-content { + padding: 1em; } + body .p-overlaypanel .p-overlaypanel-close { + background-color: #7B95A3; + color: #ffffff; + width: 1.538em; + height: 1.538em; + line-height: 1.538em; + text-align: center; + position: absolute; + top: -0.769em; + right: -0.769em; + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-overlaypanel .p-overlaypanel-close:hover { + background-color: #617c8a; + color: #ffffff; } + body .p-overlaypanel .p-overlaypanel-close > span { + line-height: inherit; } + body .p-overlaypanel:after { + border-color: rgba(255, 255, 255, 0); + border-bottom-color: #ffffff; } + body .p-overlaypanel:before { + border-color: rgba(241, 241, 241, 0); + border-bottom-color: #f1f1f1; } + body .p-overlaypanel.p-overlaypanel-flipped:after { + border-top-color: #ffffff; } + body .p-overlaypanel.p-overlaypanel-flipped:before { + border-top-color: #f1f1f1; } body .p-dialog { padding: 0; -moz-border-radius: 2px; @@ -3178,73 +2602,62 @@ body .p-dialog { border-radius: 2px; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-dialog .p-dialog-titlebar { - border: 1px solid #7B95A3; - background-color: #7B95A3; - color: #ffffff; - padding: 1em; - font-weight: 700; - border-bottom: 0 none; - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; -} -body .p-dialog .p-dialog-titlebar .p-dialog-title { - margin: 0; - float: none; - font-weight: 700; -} -body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon { - color: #ffffff; - border: 0 none; - padding: 0; - margin-left: 0.5em; - -moz-transition: color 0.2s, box-shadow 0.2s; - -o-transition: color 0.2s, box-shadow 0.2s; - -webkit-transition: color 0.2s, box-shadow 0.2s; - transition: color 0.2s, box-shadow 0.2s; -} -body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover { - color: #ffffff; -} -body .p-dialog .p-dialog-content { - background-color: #ffffff; - color: #666666; - border: 1px solid #f1f1f1; - padding: 1em; -} -body .p-dialog .p-dialog-footer { - border: 1px solid #dadada; - border-top: 0 none; - background-color: #ffffff; - color: #666666; - padding: 0.571em 1em; - margin: 0; - text-align: right; -} -body .p-dialog .p-dialog-footer button { - margin: 0 0.5em 0 0; - width: auto; -} -body .p-dialog.p-confirm-dialog .p-dialog-content { - padding: 1.5em; -} -body .p-dialog.p-confirm-dialog .p-dialog-content > span { - float: none; - display: inline-block; - vertical-align: middle; - line-height: 14px; - margin: 0; -} -body .p-dialog.p-confirm-dialog .p-dialog-content > span.p-icon { - margin-right: 0.35em; - font-size: 16px; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-dialog .p-dialog-titlebar { + border: 1px solid #7B95A3; + background-color: #7B95A3; + color: #ffffff; + padding: 1em; + font-weight: 700; + border-bottom: 0 none; + -moz-border-radius-topleft: 2px; + -webkit-border-top-left-radius: 2px; + border-top-left-radius: 2px; + -moz-border-radius-topright: 2px; + -webkit-border-top-right-radius: 2px; + border-top-right-radius: 2px; } + body .p-dialog .p-dialog-titlebar .p-dialog-title { + margin: 0; + float: none; + font-weight: 700; } + body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon { + color: #ffffff; + border: 0 none; + padding: 0; + margin-left: 0.5em; + -moz-transition: color 0.2s, box-shadow 0.2s; + -o-transition: color 0.2s, box-shadow 0.2s; + -webkit-transition: color 0.2s, box-shadow 0.2s; + transition: color 0.2s, box-shadow 0.2s; } + body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover { + color: #ffffff; } + body .p-dialog .p-dialog-content { + background-color: #ffffff; + color: #666666; + border: 1px solid #f1f1f1; + padding: 1em; } + body .p-dialog .p-dialog-footer { + border: 1px solid #dadada; + border-top: 0 none; + background-color: #ffffff; + color: #666666; + padding: 0.571em 1em; + margin: 0; + text-align: right; } + body .p-dialog .p-dialog-footer button { + margin: 0 0.5em 0 0; + width: auto; } + body .p-dialog.p-confirm-dialog .p-dialog-content { + padding: 1.5em; } + body .p-dialog.p-confirm-dialog .p-dialog-content > span { + float: none; + display: inline-block; + vertical-align: middle; + line-height: 14px; + margin: 0; } + body .p-dialog.p-confirm-dialog .p-dialog-content > span.p-icon { + margin-right: .35em; + font-size: 16px; } body .p-sidebar { background-color: #ffffff; color: #666666; @@ -3252,21 +2665,17 @@ body .p-sidebar { border: 1px solid #f1f1f1; -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-sidebar .p-sidebar-close { - color: #a6a6a6; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-sidebar .p-sidebar-close:hover { - color: #666666; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-sidebar .p-sidebar-close { + color: #a6a6a6; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-sidebar .p-sidebar-close:hover { + color: #666666; } body .p-sidebar-mask { - transition-duration: 0.2s; -} + transition-duration: 0.2s; } body .p-tooltip .p-tooltip-text { background-color: #AFD3C8; color: #385048; @@ -3276,76 +2685,62 @@ body .p-tooltip .p-tooltip-text { box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-border-radius: 2px; -webkit-border-radius: 2px; - border-radius: 2px; -} + border-radius: 2px; } body .p-tooltip.p-tooltip-right .p-tooltip-arrow { - border-right-color: #AFD3C8; -} + border-right-color: #AFD3C8; } body .p-tooltip.p-tooltip-left .p-tooltip-arrow { - border-left-color: #AFD3C8; -} + border-left-color: #AFD3C8; } body .p-tooltip.p-tooltip-top .p-tooltip-arrow { - border-top-color: #AFD3C8; -} + border-top-color: #AFD3C8; } body .p-tooltip.p-tooltip-bottom .p-tooltip-arrow { - border-bottom-color: #AFD3C8; -} + border-bottom-color: #AFD3C8; } body .p-lightbox { -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-lightbox .p-lightbox-caption { - border: 1px solid #7B95A3; - background-color: #7B95A3; - color: #ffffff; - padding: 0.571em 1em; - font-weight: 700; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text { - color: #ffffff; - margin: 0; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-close { - padding: 0; - color: #ffffff; - -moz-transition: color 0.2s; - -o-transition: color 0.2s; - -webkit-transition: color 0.2s; - transition: color 0.2s; -} -body .p-lightbox .p-lightbox-caption .p-lightbox-close:hover { - color: #ffffff; -} -body .p-lightbox .p-lightbox-content-wrapper { - overflow: hidden; - background-color: #ffffff; - color: #666666; - border: 0 none; - padding: 0; - -moz-border-radius: 0; - -webkit-border-radius: 0; - border-radius: 0; -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right { - -moz-transition: all 0.2s; - -o-transition: all 0.2s; - -webkit-transition: all 0.2s; - transition: all 0.2s; - font-size: 3em; - color: #ffffff; - margin-top: -0.5em; -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover { - -webkit-transform: scale(1.2); - -moz-transform: scale(1.2); - -o-transform: scale(1.2); - -ms-transform: scale(1.2); - transform: scale(1.2); -} -body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-content.p-lightbox-loading ~ a { - display: none; -} + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-lightbox .p-lightbox-caption { + border: 1px solid #7B95A3; + background-color: #7B95A3; + color: #ffffff; + padding: 0.571em 1em; + font-weight: 700; } + body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text { + color: #ffffff; + margin: 0; } + body .p-lightbox .p-lightbox-caption .p-lightbox-close { + padding: 0; + color: #ffffff; + -moz-transition: color 0.2s; + -o-transition: color 0.2s; + -webkit-transition: color 0.2s; + transition: color 0.2s; } + body .p-lightbox .p-lightbox-caption .p-lightbox-close:hover { + color: #ffffff; } + body .p-lightbox .p-lightbox-content-wrapper { + overflow: hidden; + background-color: #ffffff; + color: #666666; + border: 0 none; + padding: 0; + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right { + -moz-transition: all 0.2s; + -o-transition: all 0.2s; + -webkit-transition: all 0.2s; + transition: all 0.2s; + font-size: 3em; + color: #ffffff; + margin-top: -.5em; } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover, body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover { + -webkit-transform: scale(1.2); + -moz-transform: scale(1.2); + -o-transform: scale(1.2); + -ms-transform: scale(1.2); + transform: scale(1.2); } + body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-content.p-lightbox-loading ~ a { + display: none; } body .p-breadcrumb { background-color: #ffffff; @@ -3353,106 +2748,85 @@ body .p-breadcrumb { padding: 0.571em 1em; -moz-border-radius: 2px; -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-breadcrumb ul li .p-menuitem-link { - color: #666666; - margin: 0; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-breadcrumb ul li .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; -} -body .p-breadcrumb ul li.p-breadcrumb-chevron { - margin: 0 0.5em 0 0.5em; - color: #a6a6a6; -} -body .p-breadcrumb ul li:first-child a { - color: #a6a6a6; - margin: 0; -} -body .p-breadcrumb ul li .p-menuitem-icon { - color: #a6a6a6; -} + border-radius: 2px; } + body .p-breadcrumb ul li .p-menuitem-link { + color: #666666; + margin: 0; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; } + body .p-breadcrumb ul li .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; } + body .p-breadcrumb ul li.p-breadcrumb-chevron { + margin: 0 0.5em 0 0.5em; + color: #a6a6a6; } + body .p-breadcrumb ul li:first-child a { + color: #a6a6a6; + margin: 0; } + body .p-breadcrumb ul li .p-menuitem-icon { + color: #a6a6a6; } body .p-steps { - position: relative; -} -body .p-steps .p-steps-item { - background-color: transparent; - text-align: center; -} -body .p-steps .p-steps-item .p-menuitem-link { - display: inline-block; - text-align: center; - background-color: transparent; - overflow: hidden; - -moz-transition: box-shadow 0.2s; - -o-transition: box-shadow 0.2s; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-steps .p-steps-item .p-menuitem-link .p-steps-number { - -moz-border-radius: 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - display: inline-block; - color: #a6a6a6; - background-color: #ffffff; - border: 1px solid #c8c8c8; - position: relative; - top: 16px; - margin-bottom: 14px; - width: 28px; - height: 28px; - font-size: 16px; - line-height: 24px; - text-align: center; -} -body .p-steps .p-steps-item .p-menuitem-link .p-steps-title { - display: block; - margin-top: 6px; - color: #a6a6a6; -} -body .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; -} -body .p-steps .p-steps-item.p-highlight .p-steps-number { - background: #AFD3C8; - color: #385048; -} -body .p-steps .p-steps-item.p-highlight .p-steps-title { - font-weight: 700; - color: #666666; -} -body .p-steps .p-steps-item:last-child .p-menuitem-link { - display: block; -} -body .p-steps:before { - content: " "; - border-top: 1px solid #dadada; - width: 100%; - top: 45%; - left: 0; - display: block; - position: absolute; -} + position: relative; } + body .p-steps .p-steps-item { + background-color: transparent; } + body .p-steps .p-steps-item .p-menuitem-link { + background-color: transparent; + overflow: hidden; + -moz-transition: box-shadow 0.2s; + -o-transition: box-shadow 0.2s; + -webkit-transition: box-shadow 0.2s; + transition: box-shadow 0.2s; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; } + body .p-steps .p-steps-item .p-menuitem-link .p-steps-number { + -moz-border-radius: 50%; + -webkit-border-radius: 50%; + border-radius: 50%; + display: inline-block; + color: #a6a6a6; + background-color: #ffffff; + border: 1px solid #c8c8c8; + min-width: 28px; + height: 28px; + font-size: 16px; + line-height: 24px; + text-align: center; + position: relative; + z-index: 1; } + body .p-steps .p-steps-item .p-menuitem-link .p-steps-title { + display: block; + margin-top: 6px; + color: #a6a6a6; } + body .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; } + body .p-steps .p-steps-item.p-highlight .p-steps-number { + background: #AFD3C8; + color: #385048; } + body .p-steps .p-steps-item.p-highlight .p-steps-title { + font-weight: 700; + color: #666666; } + body .p-steps .p-steps-item:before { + content: ' '; + border-top: 1px solid #dadada; + width: 100%; + top: 50%; + left: 0; + display: block; + position: absolute; + margin-top: -14px; } body .p-menu .p-menuitem-link, body .p-menubar .p-menuitem-link, body .p-tieredmenu .p-menuitem-link, @@ -3468,134 +2842,113 @@ body .p-slidemenu .p-menuitem-link { -moz-transition: background-color 0.2s, box-shadow 0.2s; -o-transition: background-color 0.2s, box-shadow 0.2s; -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-menu .p-menuitem-link .p-menuitem-text, -body .p-menubar .p-menuitem-link .p-menuitem-text, -body .p-tieredmenu .p-menuitem-link .p-menuitem-text, -body .p-contextmenu .p-menuitem-link .p-menuitem-text, -body .p-megamenu .p-menuitem-link .p-menuitem-text, -body .p-slidemenu .p-menuitem-link .p-menuitem-text { - color: #666666; -} -body .p-menu .p-menuitem-link .p-menuitem-icon, -body .p-menubar .p-menuitem-link .p-menuitem-icon, -body .p-tieredmenu .p-menuitem-link .p-menuitem-icon, -body .p-contextmenu .p-menuitem-link .p-menuitem-icon, -body .p-megamenu .p-menuitem-link .p-menuitem-icon, -body .p-slidemenu .p-menuitem-link .p-menuitem-icon { - color: #666666; - margin-right: 0.5em; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover { - background-color: #eaeaea; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { - color: #666666; -} -body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, -body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { - color: #666666; -} -body .p-menu .p-menuitem-link:focus, -body .p-menubar .p-menuitem-link:focus, -body .p-tieredmenu .p-menuitem-link:focus, -body .p-contextmenu .p-menuitem-link:focus, -body .p-megamenu .p-menuitem-link:focus, -body .p-slidemenu .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: inset 0 0 0 0.2em #e4e9ec; - box-shadow: inset 0 0 0 0.2em #e4e9ec; -} + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-menu .p-menuitem-link .p-menuitem-text, + body .p-menubar .p-menuitem-link .p-menuitem-text, + body .p-tieredmenu .p-menuitem-link .p-menuitem-text, + body .p-contextmenu .p-menuitem-link .p-menuitem-text, + body .p-megamenu .p-menuitem-link .p-menuitem-text, + body .p-slidemenu .p-menuitem-link .p-menuitem-text { + color: #666666; } + body .p-menu .p-menuitem-link .p-menuitem-icon, + body .p-menubar .p-menuitem-link .p-menuitem-icon, + body .p-tieredmenu .p-menuitem-link .p-menuitem-icon, + body .p-contextmenu .p-menuitem-link .p-menuitem-icon, + body .p-megamenu .p-menuitem-link .p-menuitem-icon, + body .p-slidemenu .p-menuitem-link .p-menuitem-icon { + color: #666666; + margin-right: 0.5em; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover { + background-color: #eaeaea; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text { + color: #666666; } + body .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, + body .p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon { + color: #666666; } + body .p-menu .p-menuitem-link:focus, + body .p-menubar .p-menuitem-link:focus, + body .p-tieredmenu .p-menuitem-link:focus, + body .p-contextmenu .p-menuitem-link:focus, + body .p-megamenu .p-menuitem-link:focus, + body .p-slidemenu .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: inset 0 0 0 0.2em #e4e9ec; + box-shadow: inset 0 0 0 0.2em #e4e9ec; } body .p-menu { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 2px; -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-menu .p-menuitem { - margin: 0; -} -body .p-menu.p-menu-overlay { - border: 1px solid #eaeaea; - -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-menu .p-submenu-header { - margin: 0; - padding: 0.714em 0.857em; - color: #ffffff; - background-color: #7B95A3; - font-weight: 700; - border: 0 none; - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; -} -body .p-menu .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} + border-radius: 2px; } + body .p-menu .p-menuitem { + margin: 0; } + body .p-menu.p-menu-overlay { + border: 1px solid #eaeaea; + -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-menu .p-submenu-header { + margin: 0; + padding: 0.714em 0.857em; + color: #ffffff; + background-color: #7B95A3; + font-weight: 700; + border: 0 none; + -moz-border-radius-topleft: 2px; + -webkit-border-top-left-radius: 2px; + border-top-left-radius: 2px; + -moz-border-radius-topright: 2px; + -webkit-border-top-right-radius: 2px; + border-top-right-radius: 2px; } + body .p-menu .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } body .p-menubar { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 2px; -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { - padding: 0.714em 0.857em; -} -body .p-menubar .p-submenu-list { - padding: 0; - background-color: #ffffff; - border: 1px solid #eaeaea; - -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-menubar .p-submenu-list .p-menuitem { - margin: 0; -} -body .p-menubar .p-submenu-list .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} -body .p-menubar .p-menuitem { - margin: 0; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #666666; -} -body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #666666; -} + border-radius: 2px; } + body .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { + padding: 0.714em 0.857em; } + body .p-menubar .p-submenu-list { + padding: 0; + background-color: #ffffff; + border: 1px solid #eaeaea; + -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-menubar .p-submenu-list .p-menuitem { + margin: 0; } + body .p-menubar .p-submenu-list .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } + body .p-menubar .p-menuitem { + margin: 0; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #666666; } + body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #666666; } body .p-contextmenu { padding: 0; background-color: #ffffff; @@ -3605,351 +2958,277 @@ body .p-contextmenu { box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -moz-border-radius: 2px; -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-contextmenu .p-submenu-list { - padding: 0; - background-color: #ffffff; - border: 1px solid #eaeaea; - -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-contextmenu .p-menuitem { - margin: 0; -} -body .p-contextmenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #666666; -} -body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #666666; -} -body .p-contextmenu .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} + border-radius: 2px; } + body .p-contextmenu .p-submenu-list { + padding: 0; + background-color: #ffffff; + border: 1px solid #eaeaea; + -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-contextmenu .p-menuitem { + margin: 0; } + body .p-contextmenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #666666; } + body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #666666; } + body .p-contextmenu .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } body .p-tieredmenu { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 2px; -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-tieredmenu .p-submenu-list { - padding: 0; - background-color: #ffffff; - border: 1px solid #eaeaea; - -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-tieredmenu .p-menuitem { - margin: 0; -} -body .p-tieredmenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #666666; -} -body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #666666; -} -body .p-tieredmenu .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} -body .p-tieredmenu.p-menu-overlay { - border: 1px solid #eaeaea; - -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} + border-radius: 2px; } + body .p-tieredmenu .p-submenu-list { + padding: 0; + background-color: #ffffff; + border: 1px solid #eaeaea; + -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-tieredmenu .p-menuitem { + margin: 0; } + body .p-tieredmenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #666666; } + body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #666666; } + body .p-tieredmenu .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } + body .p-tieredmenu.p-menu-overlay { + border: 1px solid #eaeaea; + -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } body .p-slidemenu { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 2px; -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-slidemenu .p-submenu-list { - padding: 0; - background-color: #ffffff; - border: 0 none; -} -body .p-slidemenu .p-menuitem { - margin: 0; -} -body .p-slidemenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #666666; -} -body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #666666; -} -body .p-slidemenu .p-slidemenu-backward { - margin: 0; - padding: 0.571em 1em; - color: #ffffff; - background-color: #7B95A3; - font-weight: 700; - border: 0 none; -} -body .p-slidemenu .p-slidemenu-backward:hover { - background-color: #617c8a; - color: #ffffff; -} -body .p-slidemenu .p-menu-separator { - border: 1px solid #c8c8c8; - border-width: 1px 0 0 0; -} -body .p-slidemenu.p-menu-overlay { - border: 1px solid #eaeaea; - -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} + border-radius: 2px; } + body .p-slidemenu .p-submenu-list { + padding: 0; + background-color: #ffffff; + border: 0 none; } + body .p-slidemenu .p-menuitem { + margin: 0; } + body .p-slidemenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #666666; } + body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #666666; } + body .p-slidemenu .p-slidemenu-backward { + margin: 0; + padding: 0.571em 1em; + color: #ffffff; + background-color: #7B95A3; + font-weight: 700; + border: 0 none; } + body .p-slidemenu .p-slidemenu-backward:hover { + background-color: #617c8a; + color: #ffffff; } + body .p-slidemenu .p-menu-separator { + border: 1px solid #c8c8c8; + border-width: 1px 0 0 0; } + body .p-slidemenu.p-menu-overlay { + border: 1px solid #eaeaea; + -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } body .p-tabmenu { - border: 0 none; -} -body .p-tabmenu .p-tabmenu-nav { - padding: 0; - background: #ffffff; - border-bottom: 1px solid #7B95A3; -} -body .p-tabmenu .p-tabmenu-nav:after { - content: ""; - display: table; - clear: both; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - margin-bottom: -1px; - border: 1px solid #7B95A3; - background-color: #7B95A3; - color: #ffffff; - padding: 0.571em 1em; - margin-right: 0.214em; - -moz-border-radius-topleft: 2px; - -webkit-border-top-left-radius: 2px; - border-top-left-radius: 2px; - -moz-border-radius-topright: 2px; - -webkit-border-top-right-radius: 2px; - border-top-right-radius: 2px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { - color: #ffffff; - margin-right: 0.5em; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { - background-color: #617c8a; - border: 1px solid #617c8a; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-text { - color: #ffffff; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-icon { - color: #ffffff; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { - background-color: #AFD3C8; - border: 1px solid #dadada; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-text { - color: #385048; -} -body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-icon { - color: #385048; -} + border: 0 none; } + body .p-tabmenu .p-tabmenu-nav { + padding: 0; + background: #ffffff; + border-bottom: 1px solid #7B95A3; } + body .p-tabmenu .p-tabmenu-nav:after { + content: ""; + display: table; + clear: both; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { + margin-bottom: -1px; + border: 1px solid #7B95A3; + background-color: #7B95A3; + color: #ffffff; + padding: 0.571em 1em; + margin-right: 0.214em; + -moz-border-radius-topleft: 2px; + -webkit-border-top-left-radius: 2px; + border-top-left-radius: 2px; + -moz-border-radius-topright: 2px; + -webkit-border-top-right-radius: 2px; + border-top-right-radius: 2px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { + color: #ffffff; + margin-right: 0.5em; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { + background-color: #617c8a; + border: 1px solid #617c8a; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-text { + color: #ffffff; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-icon { + color: #ffffff; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { + background-color: #AFD3C8; + border: 1px solid #dadada; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-text { + color: #385048; } + body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-icon { + color: #385048; } body .p-megamenu { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; -moz-border-radius: 2px; -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-megamenu .p-megamenu-submenu-header { - margin: 0; - padding: 0.571em 1em; - color: #ffffff; - background-color: #7B95A3; - font-weight: 700; - border: 0 none; -} -body .p-megamenu .p-megamenu-panel { - padding: 0; - background-color: #ffffff; - border: 1px solid #eaeaea; - -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); -} -body .p-megamenu .p-menuitem { - margin: 0; -} -body .p-megamenu .p-menuitem .p-menuitem-link .p-submenu-icon { - right: 0.429em; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link { - background-color: #eaeaea; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { - color: #666666; -} -body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { - color: #666666; -} -body .p-megamenu.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { - right: 0.429em; -} + border-radius: 2px; } + body .p-megamenu .p-megamenu-submenu-header { + margin: 0; + padding: 0.571em 1em; + color: #ffffff; + background-color: #7B95A3; + font-weight: 700; + border: 0 none; } + body .p-megamenu .p-megamenu-panel { + padding: 0; + background-color: #ffffff; + border: 1px solid #eaeaea; + -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } + body .p-megamenu .p-menuitem { + margin: 0; } + body .p-megamenu .p-menuitem .p-menuitem-link .p-submenu-icon { + right: 0.429em; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link { + background-color: #eaeaea; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text { + color: #666666; } + body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon { + color: #666666; } + body .p-megamenu.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { + right: 0.429em; } body .p-panelmenu .p-icon { - position: static; -} + position: static; } body .p-panelmenu .p-panelmenu-panel .p-panelmenu-header { - margin-top: 2px; -} + margin-top: 2px; } body .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header { - margin-top: 0; -} + margin-top: 0; } body .p-panelmenu .p-panelmenu-header { - padding: 0; -} -body .p-panelmenu .p-panelmenu-header > a { - border: 1px solid #7B95A3; - background-color: #7B95A3; - color: #ffffff; - padding: 0.714em 0.857em; - font-weight: 700; - position: static; - font-size: 14px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { - color: #ffffff; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-right:before { - content: ""; -} -body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-down:before { - content: ""; -} -body .p-panelmenu .p-panelmenu-header > a:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; - z-index: 100; -} -body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover { - outline: 0 none; - border: 1px solid #617c8a; - background-color: #617c8a; - color: #ffffff; -} -body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover .p-panelmenu-icon { - color: #ffffff; -} -body .p-panelmenu .p-panelmenu-header.p-highlight { - margin-bottom: 0; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a { - border: 1px solid #dadada; - background-color: #AFD3C8; - color: #385048; - -moz-border-radius-bottomleft: 0; - -webkit-border-bottom-left-radius: 0; - border-bottom-left-radius: 0; - -moz-border-radius-bottomright: 0; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a .p-panelmenu-icon { - color: #385048; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover { - outline: 0 none; - border: 1px solid #8DC8B5; - background-color: #8DC8B5; - color: #385048; -} -body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover .p-panelmenu-icon { - color: #385048; -} + padding: 0; } + body .p-panelmenu .p-panelmenu-header > a { + border: 1px solid #7B95A3; + background-color: #7B95A3; + color: #ffffff; + padding: 0.714em 0.857em; + font-weight: 700; + position: static; + font-size: 14px; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { + color: #ffffff; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-right:before { + content: ""; } + body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-down:before { + content: ""; } + body .p-panelmenu .p-panelmenu-header > a:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; + z-index: 100; } + body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover { + outline: 0 none; + border: 1px solid #617c8a; + background-color: #617c8a; + color: #ffffff; } + body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover .p-panelmenu-icon { + color: #ffffff; } + body .p-panelmenu .p-panelmenu-header.p-highlight { + margin-bottom: 0; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a { + border: 1px solid #dadada; + background-color: #AFD3C8; + color: #385048; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a .p-panelmenu-icon { + color: #385048; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover { + outline: 0 none; + border: 1px solid #8DC8B5; + background-color: #8DC8B5; + color: #385048; } + body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover .p-panelmenu-icon { + color: #385048; } body .p-panelmenu .p-panelmenu-panel:first-child { - margin-top: 0; -} + margin-top: 0; } body .p-panelmenu .p-panelmenu-content { padding: 0; background-color: #ffffff; border: 1px solid #c8c8c8; margin-top: 0; position: static; - border-top: 0 none; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem { - margin: 0; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { - padding: 0.714em 0.857em; - color: #666666; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover { - background-color: #eaeaea; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-icon, body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-panelmenu-icon { - color: #666666; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-text { - color: #666666; -} -body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: inset 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: inset 0 0 0 0.2em #e4e9ec; - box-shadow: inset 0 0 0 0.2em #e4e9ec; -} + border-top: 0 none; } + body .p-panelmenu .p-panelmenu-content .p-menuitem { + margin: 0; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { + padding: 0.714em 0.857em; + color: #666666; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover { + background-color: #eaeaea; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-icon, body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-panelmenu-icon { + color: #666666; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-text { + color: #666666; } + body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: inset 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: inset 0 0 0 0.2em #e4e9ec; + box-shadow: inset 0 0 0 0.2em #e4e9ec; } body .p-progressbar { border: 0 none; @@ -3957,61 +3236,49 @@ body .p-progressbar { background-color: #efefef; -moz-border-radius: 2px; -webkit-border-radius: 2px; - border-radius: 2px; -} -body .p-progressbar .p-progressbar-value { - border: 0 none; - margin: 0; - background: #7B95A3; -} -body .p-progressbar .p-progressbar-label { - margin-top: 0; - color: #666666; - line-height: 1.714em; -} + border-radius: 2px; } + body .p-progressbar .p-progressbar-value { + border: 0 none; + margin: 0; + background: #7B95A3; } + body .p-progressbar .p-progressbar-label { + margin-top: 0; + color: #666666; + line-height: 1.714em; } body .p-terminal { background-color: #ffffff; color: #666666; border: 1px solid #dadada; - padding: 0.571em 1em; -} -body .p-terminal .p-terminal-input { - font-size: 14px; - font-family: "Open Sans", "Helvetica Neue", sans-serif; -} -body .p-terminal .p-terminal-command { - height: 16px; -} + padding: 0.571em 1em; } + body .p-terminal .p-terminal-input { + font-size: 14px; + font-family: "Open Sans", "Helvetica Neue", sans-serif; } + body .p-terminal .p-terminal-command { + height: 16px; } body .p-inplace { - min-height: 2.357em; -} -body .p-inplace .p-inplace-display { - padding: 0.429em; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; - -moz-transition: background-color 0.2s, box-shadow 0.2s; - -o-transition: background-color 0.2s, box-shadow 0.2s; - -webkit-transition: background-color 0.2s, box-shadow 0.2s; - transition: background-color 0.2s, box-shadow 0.2s; -} -body .p-inplace .p-inplace-display:not(.p-disabled):hover { - background-color: #f4f4f4; - color: #666666; -} -body .p-inplace .p-inplace-display:focus { - outline: 0 none; - outline-offset: 0; - -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; - -moz-box-shadow: 0 0 0 0.2em #e4e9ec; - box-shadow: 0 0 0 0.2em #e4e9ec; -} + min-height: 2.357em; } + body .p-inplace .p-inplace-display { + padding: 0.429em; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; + -moz-transition: background-color 0.2s, box-shadow 0.2s; + -o-transition: background-color 0.2s, box-shadow 0.2s; + -webkit-transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } + body .p-inplace .p-inplace-display:not(.p-disabled):hover { + background-color: #f4f4f4; + color: #666666; } + body .p-inplace .p-inplace-display:focus { + outline: 0 none; + outline-offset: 0; + -webkit-box-shadow: 0 0 0 0.2em #e4e9ec; + -moz-box-shadow: 0 0 0 0.2em #e4e9ec; + box-shadow: 0 0 0 0.2em #e4e9ec; } body .p-fluid .p-inplace.p-inplace-closable .p-inplace-content > :first-child { display: inline-block; - width: calc(100% - 2.357em); -} + width: calc(100% - 2.357em); } body .p-blockui { - transition-duration: 0.2s; -} + transition-duration: 0.2s; } /* Add your customizations of theme here */ diff --git a/src/components/steps/Steps.vue b/src/components/steps/Steps.vue index 2a87b6e2a..1d04212d2 100644 --- a/src/components/steps/Steps.vue +++ b/src/components/steps/Steps.vue @@ -1,5 +1,5 @@