2019-12-20 14:06:47 +00:00
@ charset "UTF-8" ;
/* open-sans-300 - latin */
@ font-face {
2020-04-07 08:19:09 +00:00
font-family : "Open Sans" ;
2019-12-20 14:06:47 +00:00
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" ) ;
2020-04-07 08:19:09 +00:00
/* Legacy iOS */
}
2019-12-20 14:06:47 +00:00
/* open-sans-regular - latin */
@ font-face {
2020-04-07 08:19:09 +00:00
font-family : "Open Sans" ;
2019-12-20 14:06:47 +00:00
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" ) ;
2020-04-07 08:19:09 +00:00
/* Legacy iOS */
}
2019-12-20 14:06:47 +00:00
/* open-sans-700 - latin */
@ font-face {
2020-04-07 08:19:09 +00:00
font-family : "Open Sans" ;
2019-12-20 14:06:47 +00:00
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" ) ;
2020-04-07 08:19:09 +00:00
/* Legacy iOS */
}
2019-12-20 14:06:47 +00:00
* {
2020-04-07 08:19:09 +00:00
box-sizing : border-box ;
}
2019-12-20 14:06:47 +00:00
2020-04-28 11:53:21 +00:00
. p-component {
2019-12-20 14:06:47 +00:00
font-family : "Open Sans" , "Helvetica Neue" , sans-serif ;
font-size : 14px ;
2020-04-07 08:19:09 +00:00
text-decoration : none ;
}
2020-04-28 11:53:21 +00:00
. p-component-overlay {
background-color : rgba ( 0 , 0 , 0 , 0 . 4 ) ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-disabled , . p-component : disabled {
2019-12-20 14:06:47 +00:00
opacity : 0 . 5 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. pi {
font-size : 1em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-link {
2019-12-20 14:06:47 +00:00
font-size : 14px ;
font-family : "Open Sans" , "Helvetica Neue" , sans-serif ;
2020-04-07 08:19:09 +00:00
border-radius : 3px ;
}
2020-04-28 11:53:21 +00:00
. p-link : focus {
2020-04-07 08:19:09 +00:00
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
}
2019-12-20 14:06:47 +00:00
2020-04-28 11:53:21 +00:00
:: -webkit-input-placeholder {
color : # 666666 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
: -moz-placeholder {
color : # 666666 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
:: -moz-placeholder {
color : # 666666 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
: -ms-input-placeholder {
color : # 666666 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-autocomplete . p-autocomplete-loader {
right : 0 . 429em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-autocomplete . p-autocomplete-dd . p-autocomplete-loader {
right : 2 . 786em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-autocomplete . p-autocomplete-multiple . p-autocomplete-multiple-container {
2020-04-07 08:19:09 +00:00
padding : 0 . 2145em 0 . 429em ;
}
2020-04-28 11:53:21 +00:00
. p-autocomplete . p-autocomplete-multiple . p-autocomplete-multiple-container : not ( . p-disabled ) : hover {
2020-04-07 08:19:09 +00:00
border-color : # 212121 ;
}
2020-04-28 11:53:21 +00:00
. p-autocomplete . p-autocomplete-multiple . p-autocomplete-multiple-container : not ( . p-disabled ) . p-focus {
2020-04-07 08:19:09 +00:00
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
border-color : # 41b883 ;
}
2020-04-28 11:53:21 +00:00
. p-autocomplete . p-autocomplete-multiple . p-autocomplete-multiple-container . p-autocomplete-input-token {
2020-04-07 08:19:09 +00:00
padding : 0 . 2145em 0 ;
}
2020-04-28 11:53:21 +00:00
. p-autocomplete . p-autocomplete-multiple . p-autocomplete-multiple-container . p-autocomplete-input-token input {
2020-04-07 08:19:09 +00:00
font-family : "Open Sans" , "Helvetica Neue" , sans-serif ;
font-size : 14px ;
2020-04-28 11:53:21 +00:00
color : # 333333 ;
2020-04-07 08:19:09 +00:00
padding : 0 ;
margin : 0 ;
}
2020-04-28 11:53:21 +00:00
. p-autocomplete . p-autocomplete-multiple . p-autocomplete-multiple-container . p-autocomplete-token {
2020-04-07 08:19:09 +00:00
padding : 0 . 2145em 0 . 429em ;
margin : 0 0 . 286em 0 0 ;
background : # 41b883 ;
color : # ffffff ;
border-radius : 3px ;
}
2020-04-28 11:53:21 +00:00
. p-autocomplete . p-autocomplete-multiple . p-autocomplete-multiple-container . p-autocomplete-token . p-autocomplete-token-icon {
margin-left : 0 . 5em ;
}
. p-autocomplete-panel {
2020-04-07 08:19:09 +00:00
background-color : # ffffff ;
2020-04-28 11:53:21 +00:00
color : # 333333 ;
border : 1px solid # c8c8c8 ;
border-radius : 3px ;
2020-04-07 08:19:09 +00:00
box-shadow : 0 3px 6px 0 rgba ( 0 , 0 , 0 , 0 . 16 ) ;
}
2020-04-28 11:53:21 +00:00
. p-autocomplete-panel . p-autocomplete-items {
2020-04-07 08:19:09 +00:00
padding : 0 ;
}
2020-04-28 11:53:21 +00:00
. p-autocomplete-panel . p-autocomplete-items . p-autocomplete-item {
2020-04-07 08:19:09 +00:00
margin : 0 ;
padding : 0 . 429em 0 . 857em ;
border : 0 none ;
color : # 333333 ;
background-color : transparent ;
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
border-radius : 0 ;
}
2020-04-28 11:53:21 +00:00
. p-autocomplete-panel . p-autocomplete-items . p-autocomplete-item : hover {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
background-color : # eaeaea ;
}
2020-04-28 11:53:21 +00:00
. p-autocomplete-panel . p-autocomplete-items . p-autocomplete-item . p-highlight {
2020-04-07 08:19:09 +00:00
color : # ffffff ;
background-color : # 41b883 ;
}
2020-04-28 11:53:21 +00:00
. p-autocomplete-panel . p-error > . p-inputtext {
border : 1px solid # a80000 ;
}
. p-calendar . p-error > . p-inputtext {
border : 1px solid # a80000 ;
}
. p-datepicker {
padding : 0 . 857em ;
background-color : # ffffff ;
2020-04-07 08:19:09 +00:00
color : # 333333 ;
2020-04-28 11:53:21 +00:00
border : 1px solid # a6a6a6 ;
border-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker : not ( . p-datepicker-inline ) {
border : 1px solid # c8c8c8 ;
box-shadow : 0 3px 6px 0 rgba ( 0 , 0 , 0 , 0 . 16 ) ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker . p-datepicker-header {
padding : 0 . 429em 0 . 857em ;
color : # 333333 ;
background-color : # ffffff ;
margin : 0 ;
border-top-right-radius : 3px ;
border-top-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker . p-datepicker-header . p-datepicker-prev ,
. p-datepicker . p-datepicker-header . p-datepicker-next {
color : # a6a6a6 ;
transition : color 0 . 2s , box-shadow 0 . 2s ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker . p-datepicker-header . p-datepicker-title {
line-height : 1 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker . p-datepicker-header . p-datepicker-title select {
transition : border-color 0 . 2s , box-shadow 0 . 2s ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker . p-datepicker-header . p-datepicker-title select : focus {
2020-04-07 08:19:09 +00:00
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
border-color : # 41b883 ;
}
2020-04-28 11:53:21 +00:00
. p-datepicker . p-datepicker-header . p-datepicker-title . p-datepicker-month {
margin-right : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker table {
2020-04-07 08:19:09 +00:00
font-size : 14px ;
2020-04-28 11:53:21 +00:00
margin : 0 . 857em 0 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker table th {
padding : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker table td {
padding : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker table td > span {
padding : 0 . 5em ;
2020-04-07 08:19:09 +00:00
border-radius : 3px ;
2020-04-28 11:53:21 +00:00
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker table td > span . p-highlight {
color : # ffffff ;
background-color : # 41b883 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker table td . p-datepicker-today > span {
background-color : # d0d0d0 ;
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker table td . p-datepicker-today > span . p-highlight {
color : # ffffff ;
background-color : # 41b883 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker . p-datepicker-buttonbar {
padding : 0 . 857em 0 0 . 429em 0 ;
border-top : 1px solid # d8dae2 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker . p-datepicker-buttonbar . p-button {
width : auto ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker . p-timepicker {
border-top : 1px solid # d8dae2 ;
padding : 0 . 857em 0 0 . 429em 0 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker . p-timepicker button {
color : # a6a6a6 ;
transition : color 0 . 2s , box-shadow 0 . 2s ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker . p-timepicker button : last-child {
margin-top : 0 . 2em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker . p-timepicker span {
font-size : 1 . 286em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker . p-timepicker > div {
padding : 0 0 . 429em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker . p-datepicker-timeonly . p-timepicker {
border-top : 0 none ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker . p-monthpicker {
margin : 0 . 857em 0 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker . p-monthpicker . p-monthpicker-month {
padding : 0 . 5em ;
2020-04-07 08:19:09 +00:00
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
2020-04-28 11:53:21 +00:00
border-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker . p-monthpicker . p-monthpicker-month . p-highlight {
2020-04-07 08:19:09 +00:00
color : # ffffff ;
background-color : # 41b883 ;
}
2020-04-28 11:53:21 +00:00
. 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 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker . p-datepicker-multiple-month . p-datepicker-group : first-child {
padding-left : 0 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker . p-datepicker-multiple-month . p-datepicker-group : last-child {
padding-right : 0 ;
border-right : 0 none ;
}
. p-datepicker : not ( . p-disabled ) . p-datepicker-header . p-datepicker-prev : hover ,
. p-datepicker : not ( . p-disabled ) . p-datepicker-header . p-datepicker-next : hover {
color : # 41b883 ;
}
. p-datepicker : not ( . p-disabled ) table td span : not ( . p-highlight ) : not ( . p-disabled ) : hover {
background-color : # eaeaea ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker : not ( . p-disabled ) table td span : not ( . p-highlight ) : not ( . p-disabled ) : focus {
2020-04-07 08:19:09 +00:00
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
}
2020-04-28 11:53:21 +00:00
. p-datepicker : not ( . p-disabled ) . p-monthpicker . p-monthpicker-month : not ( . p-highlight ) : not ( . p-disabled ) : hover {
background-color : # eaeaea ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker : not ( . p-disabled ) . p-monthpicker . p-monthpicker-month : not ( . p-highlight ) : not ( . p-disabled ) : focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datepicker : not ( . p-disabled ) . p-timepicker button : hover {
color : # 41b883 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-checkbox {
width : 20px ;
height : 20px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-checkbox . p-checkbox-box {
border : 1px solid # a6a6a6 ;
2020-04-07 08:19:09 +00:00
background-color : # ffffff ;
2020-04-28 11:53:21 +00:00
width : 20px ;
height : 20px ;
color : # 333333 ;
border-radius : 3px ;
transition : background-color 0 . 2s , border-color 0 . 2s , box-shadow 0 . 2s ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-checkbox . p-checkbox-box : not ( . p-disabled ) : hover {
border-color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-checkbox . p-checkbox-box : not ( . p-disabled ) . p-focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
border-color : # 41b883 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-checkbox . p-checkbox-box . p-highlight {
border-color : # 41b883 ;
background-color : # 41b883 ;
color : # ffffff ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-checkbox . p-checkbox-box . p-highlight : not ( . p-disabled ) : hover {
border-color : # 246749 ;
background-color : # 246749 ;
color : # ffffff ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-checkbox . p-error > . p-checkbox-box {
border : 1px solid # a80000 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-chips . p-chips-multiple-container {
padding : 0 . 2145em 0 . 429em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-chips . p-chips-multiple-container : not ( . p-disabled ) : hover {
border-color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-chips . p-chips-multiple-container : not ( . p-disabled ) . p-focus {
2020-04-07 08:19:09 +00:00
outline : 0 none ;
outline-offset : 0 ;
2020-04-28 11:53:21 +00:00
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
border-color : # 41b883 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-chips . p-chips-multiple-container . p-chips-token {
padding : 0 . 2145em 0 . 429em ;
margin : 0 0 . 286em 0 0 ;
background : # 41b883 ;
2020-04-07 08:19:09 +00:00
color : # ffffff ;
2020-04-28 11:53:21 +00:00
border-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-chips . p-chips-multiple-container . p-chips-token . p-chips-token-icon {
margin-left : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-chips . p-chips-multiple-container . p-chips-input-token {
padding : 0 . 2145em 0 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-chips . p-chips-multiple-container . p-chips-input-token input {
font-family : "Open Sans" , "Helvetica Neue" , sans-serif ;
font-size : 14px ;
color : # 333333 ;
2020-04-07 08:19:09 +00:00
padding : 0 ;
2020-04-28 11:53:21 +00:00
margin : 0 ;
}
. p-chips . p-error > . p-inputtext {
border : 1px solid # a80000 ;
}
. p-colorpicker-preview {
width : 2em ;
height : 2em ;
}
. p-colorpicker-panel {
background-color : # 323232 ;
border : # 191919 ;
}
. p-colorpicker-panel . p-colorpicker-color-handle ,
. p-colorpicker-panel . p-colorpicker-hue-handle {
border-color : # ffffff ;
}
. p-colorpicker-overlay-panel {
box-shadow : 0 3px 6px 0 rgba ( 0 , 0 , 0 , 0 . 16 ) ;
}
. p-dropdown {
2020-04-07 08:19:09 +00:00
background : # ffffff ;
border : 1px solid # a6a6a6 ;
2020-04-28 11:53:21 +00:00
transition : border-color 0 . 2s , box-shadow 0 . 2s ;
border-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-dropdown : not ( . p-disabled ) : hover {
border-color : # 212121 ;
}
. p-dropdown : not ( . p-disabled ) . p-focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
border-color : # 41b883 ;
}
. p-dropdown . p-dropdown-label {
border : 0 none ;
padding-right : 1 . 858em ;
}
. p-dropdown . p-dropdown-label . p-placeholder {
color : # 666666 ;
}
. p-dropdown . p-dropdown-label : enabled : focus {
outline : 0 none ;
box-shadow : none ;
}
. p-dropdown . p-dropdown-trigger {
background-color : # ffffff ;
color : # 848484 ;
width : 2 . 357em ;
border-top-right-radius : 3px ;
border-bottom-right-radius : 3px ;
}
. p-dropdown . p-dropdown-clear-icon {
color : # 848484 ;
right : 2 . 786em ;
}
. p-dropdown-panel {
background-color : # ffffff ;
color : # 333333 ;
border : 1px solid # c8c8c8 ;
border-radius : 3px ;
box-shadow : 0 3px 6px 0 rgba ( 0 , 0 , 0 , 0 . 16 ) ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-dropdown-panel . p-dropdown-header {
padding : 0 . 429em 0 . 857em ;
2020-04-07 08:19:09 +00:00
border-bottom : 1px solid # eaeaea ;
color : # 333333 ;
background-color : # ffffff ;
margin : 0 ;
border-top-right-radius : 3px ;
2020-04-28 11:53:21 +00:00
border-top-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-dropdown-panel . p-dropdown-header . p-dropdown-filter {
padding-right : 1 . 429em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-dropdown-panel . p-dropdown-header . p-dropdown-filter-icon {
right : 0 . 429em ;
2020-04-07 08:19:09 +00:00
color : # 41b883 ;
}
2020-04-28 11:53:21 +00:00
. p-dropdown-panel . p-dropdown-items {
padding : 0 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-dropdown-panel . p-dropdown-items . p-dropdown-item {
2020-04-07 08:19:09 +00:00
margin : 0 ;
padding : 0 . 429em 0 . 857em ;
border : 0 none ;
color : # 333333 ;
background-color : transparent ;
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
border-radius : 0 ;
}
2020-04-28 11:53:21 +00:00
. p-dropdown-panel . p-dropdown-items . p-dropdown-item . p-highlight {
2020-04-07 08:19:09 +00:00
color : # ffffff ;
background-color : # 41b883 ;
}
2020-04-28 11:53:21 +00:00
. p-dropdown-panel . p-dropdown-items . p-dropdown-item : not ( . p-highlight ) : not ( . p-disabled ) : hover {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
background-color : # eaeaea ;
}
2020-04-28 11:53:21 +00:00
. p-dropdown-panel . p-error > . p-inputtext {
border : 1px solid # a80000 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-editor-container . p-editor-toolbar {
2020-04-07 08:19:09 +00:00
border : 1px solid # c8c8c8 ;
background-color : # f4f4f4 ;
2020-04-28 11:53:21 +00:00
border-top-right-radius : 3px ;
border-top-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-editor-container . p-editor-content {
2020-04-07 08:19:09 +00:00
border : 1px solid # c8c8c8 ;
2020-04-28 11:53:21 +00:00
border-bottom-right-radius : 3px ;
border-bottom-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-editor-container . p-editor-content . ql-editor {
2020-04-07 08:19:09 +00:00
background-color : # ffffff ;
color : # 333333 ;
2020-04-28 11:53:21 +00:00
border-bottom-right-radius : 3px ;
border-bottom-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-editor-container . ql-picker . ql-expanded . ql-picker-label {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-editor-container . ql-stroke {
2020-04-07 08:19:09 +00:00
stroke : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-editor-container . ql-picker-label {
color : # 333333 ;
}
. p-editor-container . ql-snow . ql-toolbar button : hover ,
. p-editor-container . ql-snow . ql-toolbar button : hover ,
. p-editor-container . ql-snow . ql-toolbar button . ql-active ,
. p-editor-container . ql-snow . ql-toolbar button . ql-active ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-label : hover ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-label : hover ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-label . ql-active ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-label . ql-active ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-item : hover ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-item : hover ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-item . ql-selected ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-item . ql-selected {
2020-04-07 08:19:09 +00:00
color : # 41b883 ;
}
2020-04-28 11:53:21 +00:00
. p-editor-container . ql-snow . ql-toolbar button : hover . ql-stroke ,
. p-editor-container . ql-snow . ql-toolbar button : hover . ql-stroke ,
. p-editor-container . ql-snow . ql-toolbar button . ql-active . ql-stroke ,
. p-editor-container . ql-snow . ql-toolbar button . ql-active . ql-stroke ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-label : hover . ql-stroke ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-label : hover . ql-stroke ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-label . ql-active . ql-stroke ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-label . ql-active . ql-stroke ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-item : hover . ql-stroke ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-item : hover . ql-stroke ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-item . ql-selected . ql-stroke ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-item . ql-selected . ql-stroke ,
. p-editor-container . ql-snow . ql-toolbar button : hover . ql-stroke-miter ,
. p-editor-container . ql-snow . ql-toolbar button : hover . ql-stroke-miter ,
. p-editor-container . ql-snow . ql-toolbar button . ql-active . ql-stroke-miter ,
. p-editor-container . ql-snow . ql-toolbar button . ql-active . ql-stroke-miter ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-label : hover . ql-stroke-miter ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-label : hover . ql-stroke-miter ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-label . ql-active . ql-stroke-miter ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-label . ql-active . ql-stroke-miter ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-item : hover . ql-stroke-miter ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-item : hover . ql-stroke-miter ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-item . ql-selected . ql-stroke-miter ,
. p-editor-container . ql-snow . ql-toolbar . ql-picker-item . ql-selected . ql-stroke-miter {
2020-04-07 08:19:09 +00:00
stroke : # 41b883 ;
}
2020-04-28 11:53:21 +00:00
. p-inputgroup-addon {
background-color : # eaeaea ;
color : # 848484 ;
border-top : 1px solid # a6a6a6 ;
border-left : 1px solid # a6a6a6 ;
border-bottom : 1px solid # a6a6a6 ;
padding : 0 . 429em ;
min-width : 2 . 357em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-inputgroup-addon : last-child {
border-right : 1px solid # a6a6a6 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-inputgroup > . p-component {
2020-04-07 08:19:09 +00:00
border-radius : 0 ;
2020-04-28 11:53:21 +00:00
margin : 0 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-inputgroup > . p-component + . p-inputgroup-addon {
border-left : 0 none ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-inputgroup > . p-component : focus {
2020-04-07 08:19:09 +00:00
z-index : 1 ;
}
2020-04-28 11:53:21 +00:00
. p-inputgroup-addon : first-child ,
. p-inputgroup button : first-child ,
. p-inputgroup input : first-child {
border-top-left-radius : 3px ;
border-bottom-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-inputgroup-addon : last-child ,
. p-inputgroup button : last-child ,
. p-inputgroup input : last-child {
border-top-right-radius : 3px ;
border-bottom-right-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-fluid . p-inputgroup . p-button {
width : auto ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-fluid . p-inputgroup . p-button . p-button-icon-only {
width : 2 . 357em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-inputswitch {
width : 3em ;
height : 1 . 75em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-inputswitch . p-inputswitch-slider {
background : # cccccc ;
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
border-radius : 30px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-inputswitch . p-inputswitch-slider : before {
2020-04-07 08:19:09 +00:00
background-color : # ffffff ;
2020-04-28 11:53:21 +00:00
width : 1 . 25em ;
height : 1 . 25em ;
left : 0 . 25em ;
margin-top : -0 . 625em ;
border-radius : 50 % ;
transition-duration : 0 . 2s ;
}
. p-inputswitch . p-inputswitch-checked . p-inputswitch-slider : before {
transform : translateX ( 1 . 25em ) ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-inputswitch . p-inputswitch-focus . p-inputswitch-slider {
2020-04-07 08:19:09 +00:00
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
}
2020-04-28 11:53:21 +00:00
. p-inputswitch : not ( . p-disabled ) : hover . p-inputswitch-slider {
background-color : # b7b7b7 ;
}
. p-inputswitch . p-inputswitch-checked . p-inputswitch-slider {
2020-04-07 08:19:09 +00:00
background-color : # 41b883 ;
}
2020-04-28 11:53:21 +00:00
. p-inputswitch . p-inputswitch-checked : not ( . p-disabled ) : hover . p-inputswitch-slider {
background-color : # 318c63 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-inputswitch . p-error {
border : 1px solid # a80000 ;
}
. p-inputtext {
font-size : 14px ;
2020-04-07 08:19:09 +00:00
color : # 333333 ;
2020-04-28 11:53:21 +00:00
background : # ffffff ;
padding : 0 . 429em ;
2020-04-07 08:19:09 +00:00
border : 1px solid # a6a6a6 ;
transition : border-color 0 . 2s , box-shadow 0 . 2s ;
2020-04-28 11:53:21 +00:00
appearance : none ;
border-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-inputtext : enabled : hover {
border-color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-inputtext : enabled : focus {
2020-04-07 08:19:09 +00:00
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
2020-04-28 11:53:21 +00:00
border-color : # 41b883 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-inputtext . p-error {
border : 1px solid # a80000 ;
}
. p-float-label label {
left : 0 . 429em ;
color : # 666666 ;
transition-duration : 0 . 2s ;
}
. p-listbox {
background-color : # ffffff ;
color : # 333333 ;
border : 1px solid # a6a6a6 ;
2020-04-07 08:19:09 +00:00
border-radius : 3px ;
}
2020-04-28 11:53:21 +00:00
. p-listbox . p-listbox-header {
padding : 0 . 429em 0 . 857em ;
border-bottom : 1px solid # eaeaea ;
color : # 333333 ;
background-color : # ffffff ;
margin : 0 ;
border-top-right-radius : 3px ;
border-top-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-listbox . p-listbox-header . p-listbox-filter {
padding-right : 1 . 429em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-listbox . p-listbox-header . p-listbox-filter-icon {
right : 0 . 429em ;
color : # 41b883 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-listbox . p-listbox-list {
padding : 0 ;
}
. p-listbox . p-listbox-list . p-listbox-item {
margin : 0 ;
padding : 0 . 429em 0 . 857em ;
border : 0 none ;
2020-04-07 08:19:09 +00:00
color : # 333333 ;
2020-04-28 11:53:21 +00:00
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
2020-04-07 08:19:09 +00:00
border-radius : 0 ;
}
2020-04-28 11:53:21 +00:00
. p-listbox . p-listbox-list . p-listbox-item . p-highlight {
color : # ffffff ;
background-color : # 41b883 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-listbox . p-listbox-list . p-listbox-item : focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : inset 0 0 0 0 . 2em # c2e9d8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-listbox : not ( . p-disabled ) . p-listbox-item : not ( . p-highlight ) : not ( . p-disabled ) : hover {
color : # 333333 ;
background-color : # eaeaea ;
}
. p-listbox . p-error {
border : 1px solid # a80000 ;
}
. p-multiselect {
background : # ffffff ;
border : 1px solid # a6a6a6 ;
2020-04-07 08:19:09 +00:00
transition : border-color 0 . 2s , box-shadow 0 . 2s ;
2020-04-28 11:53:21 +00:00
border-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-multiselect : not ( . p-disabled ) : hover {
border-color : # 212121 ;
}
. p-multiselect : not ( . p-disabled ) . p-focus {
2020-04-07 08:19:09 +00:00
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
border-color : # 41b883 ;
}
2020-04-28 11:53:21 +00:00
. p-multiselect . p-multiselect-label {
padding : 0 . 429em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-multiselect . p-multiselect-label . p-placeholder {
color : # 666666 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-multiselect . p-multiselect-trigger {
background-color : # ffffff ;
color : # 848484 ;
width : 2 . 357em ;
border-top-right-radius : 3px ;
border-bottom-right-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-multiselect-panel {
background-color : # ffffff ;
2020-04-07 08:19:09 +00:00
color : # 333333 ;
2020-04-28 11:53:21 +00:00
border : 1px solid # c8c8c8 ;
2020-04-07 08:19:09 +00:00
border-radius : 3px ;
2020-04-28 11:53:21 +00:00
box-shadow : 0 3px 6px 0 rgba ( 0 , 0 , 0 , 0 . 16 ) ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-multiselect-panel . p-multiselect-header {
padding : 0 . 429em 0 . 857em ;
border-bottom : 1px solid # eaeaea ;
2020-04-07 08:19:09 +00:00
color : # 333333 ;
2020-04-28 11:53:21 +00:00
background-color : # ffffff ;
margin : 0 ;
border-top-right-radius : 3px ;
border-top-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-multiselect-panel . p-multiselect-header . p-multiselect-filter-container . p-inputtext {
padding-right : 1 . 429em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-multiselect-panel . p-multiselect-header . p-multiselect-filter-container . p-multiselect-filter-icon {
right : 0 . 429em ;
color : # 41b883 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-multiselect-panel . p-multiselect-header . p-checkbox {
margin-right : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-multiselect-panel . p-multiselect-header . p-multiselect-close {
color : # 848484 ;
2020-04-07 08:19:09 +00:00
transition : color 0 . 2s , box-shadow 0 . 2s ;
2020-04-28 11:53:21 +00:00
margin-left : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-multiselect-panel . p-multiselect-header . p-multiselect-close : hover {
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-multiselect-panel . p-multiselect-items {
padding : 0 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-multiselect-panel . p-multiselect-items . p-multiselect-item {
margin : 0 ;
padding : 0 . 429em 0 . 857em ;
border : 0 none ;
2020-04-07 08:19:09 +00:00
color : # 333333 ;
2020-04-28 11:53:21 +00:00
background-color : transparent ;
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
border-radius : 0 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-multiselect-panel . p-multiselect-items . p-multiselect-item . p-highlight {
2020-04-07 08:19:09 +00:00
color : # ffffff ;
background-color : # 41b883 ;
}
2020-04-28 11:53:21 +00:00
. p-multiselect-panel . p-multiselect-items . p-multiselect-item : not ( . p-highlight ) : not ( . p-disabled ) : hover {
color : # 333333 ;
background-color : # eaeaea ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-multiselect-panel . p-multiselect-items . p-multiselect-item : focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : inset 0 0 0 0 . 2em # c2e9d8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-multiselect-panel . p-multiselect-items . p-multiselect-item . p-checkbox {
margin-right : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-multiselect-panel . p-error {
border : 1px solid # a80000 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-password-panel {
2020-04-07 08:19:09 +00:00
padding : 0 . 571em 1em ;
2020-04-28 11:53:21 +00:00
background-color : # ffffff ;
color : # 333333 ;
2020-04-07 08:19:09 +00:00
border : 1px solid # c8c8c8 ;
2020-04-28 11:53:21 +00:00
box-shadow : 0 0 6px 0 rgba ( 0 , 0 , 0 , 0 . 16 ) ;
}
. p-radiobutton {
width : 20px ;
height : 20px ;
}
. p-radiobutton . p-radiobutton-box {
border : 1px solid # a6a6a6 ;
background-color : # ffffff ;
width : 20px ;
height : 20px ;
2020-04-07 08:19:09 +00:00
color : # 333333 ;
2020-04-28 11:53:21 +00:00
border-radius : 50 % ;
transition : background-color 0 . 2s , border-color 0 . 2s , box-shadow 0 . 2s ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-radiobutton . p-radiobutton-box : not ( . p-disabled ) : not ( . p-highlight ) : hover {
border-color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-radiobutton . p-radiobutton-box : not ( . p-disabled ) . p-focus {
2020-04-07 08:19:09 +00:00
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
2020-04-28 11:53:21 +00:00
border-color : # 41b883 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-radiobutton . p-radiobutton-box . p-radiobutton-icon {
font-size : 12px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-radiobutton . p-radiobutton-box . p-highlight {
border-color : # 41b883 ;
background-color : # 41b883 ;
2020-04-07 08:19:09 +00:00
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-radiobutton . p-radiobutton-box . p-highlight : not ( . p-disabled ) : hover {
border-color : # 246749 ;
2020-04-07 08:19:09 +00:00
background-color : # 246749 ;
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-radiobutton . p-error > . p-radiobutton-box {
2020-04-07 08:19:09 +00:00
border : 1px solid # a80000 ;
}
2019-12-20 14:06:47 +00:00
2020-04-28 11:53:21 +00:00
. p-rating . p-rating-icon {
font-size : 20px ;
color : # 333333 ;
margin-left : 0 . 5em ;
transition : color 0 . 2s , box-shadow 0 . 2s ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-rating . p-rating-icon . p-rating-cancel {
color : # e4018d ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-rating . p-rating-icon : focus {
2020-04-07 08:19:09 +00:00
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
}
2020-04-28 11:53:21 +00:00
. p-rating . p-rating-icon : first-child {
margin-left : 0 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-rating : not ( . p-disabled ) : not ( . p-rating-readonly ) . p-rating-icon : hover {
color : # 41b883 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-rating : not ( . p-disabled ) : not ( . p-rating-readonly ) . p-rating-icon . p-rating-cancel : hover {
color : # b5019f ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-selectbutton . p-button {
2019-12-20 14:06:47 +00:00
background-color : # dadada ;
border : 1px solid # dadada ;
color : # 333333 ;
2020-04-07 08:19:09 +00:00
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
}
2020-04-28 11:53:21 +00:00
. p-selectbutton . p-button . p-button-icon-left ,
. p-selectbutton . p-button . p-button-icon-right {
2020-04-07 08:19:09 +00:00
color : # 666666 ;
}
2020-04-28 11:53:21 +00:00
. p-selectbutton . p-button : not ( . p-disabled ) : not ( . p-highlight ) : hover {
2020-04-07 08:19:09 +00:00
background-color : # c8c8c8 ;
border-color : # c8c8c8 ;
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-selectbutton . p-button : not ( . p-disabled ) : not ( . p-highlight ) : hover . p-button-icon-left ,
. p-selectbutton . p-button : not ( . p-disabled ) : not ( . p-highlight ) : hover . p-button-icon-right {
2020-04-07 08:19:09 +00:00
color : # 212121 ;
}
2020-04-28 11:53:21 +00:00
. p-selectbutton . p-button . p-focus , . p-selectbutton . p-button : focus {
2020-04-07 08:19:09 +00:00
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
2020-04-28 11:53:21 +00:00
z-index : 1 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-selectbutton . p-button . p-highlight {
2020-04-07 08:19:09 +00:00
background-color : # 41b883 ;
border-color : # 41b883 ;
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-selectbutton . p-button . p-highlight . p-button-icon-left ,
. p-selectbutton . p-button . p-highlight . p-button-icon-right {
2020-04-07 08:19:09 +00:00
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-selectbutton . p-button . p-highlight : hover {
2020-04-07 08:19:09 +00:00
background-color : # 318c63 ;
border-color : # 318c63 ;
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-selectbutton . p-button . p-highlight : hover . p-button-icon-left ,
. p-selectbutton . p-button . p-highlight : hover . p-button-icon-right {
2020-04-07 08:19:09 +00:00
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-selectbutton . p-error > . p-button {
border : 1px solid # a80000 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-slider {
background-color : # c8c8c8 ;
border : 0 none ;
}
. p-slider . p-slider-horizontal {
height : 0 . 286em ;
}
. p-slider . p-slider-horizontal . p-slider-handle {
top : 50 % ;
margin-top : -0 . 5715em ;
}
. p-slider . p-slider-vertical {
width : 0 . 286em ;
}
. p-slider . p-slider-vertical . p-slider-handle {
left : 50 % ;
margin-left : -0 . 5715em ;
}
. p-slider . p-slider-handle {
height : 1 . 143em ;
width : 1 . 143em ;
background-color : # ffffff ;
border : 2px solid # 666666 ;
border-radius : 100 % ;
transition : box-shadow 0 . 2s ;
}
. p-slider . p-slider-handle : focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
}
. p-slider . p-slider-range {
background-color : # 41b883 ;
}
. p-slider : not ( . p-disabled ) . p-slider-handle : hover {
background-color : 2px solid # 666666 ;
border : 2px solid # 41b883 ;
}
. p-spinner . p-spinner-input {
padding-right : 2 . 786em ;
}
. p-spinner . p-spinner-button {
width : 2 . 357em ;
}
. 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 ;
}
. p-spinner . p-spinner-button . p-spinner-button {
border-radius : 0 ;
}
. p-spinner . p-spinner-button . p-spinner-button . p-spinner-button-up {
border-top-right-radius : 3px ;
border-top-left-radius : 3px ;
}
. p-spinner . p-spinner-button . p-spinner-button . p-spinner-button-down {
border-bottom-right-radius : 3px ;
border-bottom-left-radius : 3px ;
}
. p-spinner . p-spinner-button . p-spinner-button : focus {
z-index : 1 ;
}
. p-fluid . p-spinner . p-spinner-input {
padding-right : 2 . 786em ;
}
. p-fluid . p-spinner . p-spinner-button {
width : 2 . 357em ;
}
. p-fluid . p-spinner . p-spinner-button . p-spinner-button-icon {
left : 50 % ;
}
. p-spinner . p-error > . p-inputtext {
border : 1px solid # a80000 ;
}
. p-togglebutton . p-button {
background-color : # dadada ;
border : 1px solid # dadada ;
color : # 333333 ;
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
}
. p-togglebutton . p-button . p-button-icon-left ,
. p-togglebutton . p-button . p-button-icon-right {
color : # 666666 ;
}
. p-togglebutton . p-button : not ( . p-disabled ) : not ( . p-highlight ) : hover {
2020-04-07 08:19:09 +00:00
background-color : # c8c8c8 ;
border-color : # c8c8c8 ;
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-togglebutton . p-button : not ( . p-disabled ) : not ( . p-highlight ) : hover . p-button-icon-left ,
. p-togglebutton . p-button : not ( . p-disabled ) : not ( . p-highlight ) : hover . p-button-icon-right {
2020-04-07 08:19:09 +00:00
color : # 212121 ;
}
2020-04-28 11:53:21 +00:00
. p-togglebutton . p-button . p-focus {
2020-04-07 08:19:09 +00:00
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
}
2020-04-28 11:53:21 +00:00
. p-togglebutton . p-button . p-highlight {
2020-04-07 08:19:09 +00:00
background-color : # 41b883 ;
border-color : # 41b883 ;
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-togglebutton . p-button . p-highlight . p-button-icon-left ,
. p-togglebutton . p-button . p-highlight . p-button-icon-right {
2020-04-07 08:19:09 +00:00
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-togglebutton . p-button . p-highlight : hover {
2020-04-07 08:19:09 +00:00
background-color : # 318c63 ;
border-color : # 318c63 ;
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-togglebutton . p-button . p-highlight : hover . p-button-icon-left ,
. p-togglebutton . p-button . p-highlight : hover . p-button-icon-right {
2020-04-07 08:19:09 +00:00
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-togglebutton . p-button . p-error > . p-button {
border : 1px solid # a80000 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-button {
color : # ffffff ;
background-color : # 41b883 ;
border : 1px solid # 41b883 ;
padding : 0 . 429em 1em ;
font-size : 14px ;
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
border-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-button : enabled : hover {
background-color : # 318c63 ;
color : # ffffff ;
border-color : # 318c63 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-button : enabled : focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-button : enabled : active {
background-color : # 246749 ;
color : # ffffff ;
border-color : # 246749 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-button . p-button-icon-left {
margin-right : 0 . 5em ;
}
. p-button . p-button-icon-right {
margin-left : 0 . 5em ;
}
. p-button . p-button-icon-only {
width : 2 . 357em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-button . p-button-icon-only . p-button-icon-left ,
. p-button . p-button-icon-only . p-button-icon-right {
margin : 0 ;
}
. p-button . p-button-raised {
box-shadow : 0 2px 3px 0 rgba ( 0 , 0 , 0 , 0 . 15 ) ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-button . p-button-rounded {
border-radius : 15px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-fluid . p-button {
width : 100 % ;
}
. p-fluid . p-button-icon-only {
width : 2 . 357em ;
}
. p-button . p-button-secondary , . p-buttonset . p-button-secondary > . p-button {
2019-12-20 14:06:47 +00:00
color : # 333333 ;
background-color : # f4f4f4 ;
2020-04-07 08:19:09 +00:00
border : 1px solid # f4f4f4 ;
}
2020-04-28 11:53:21 +00:00
. p-button . p-button-secondary : enabled : hover , . p-buttonset . p-button-secondary > . p-button : enabled : hover {
2020-04-07 08:19:09 +00:00
background-color : # c8c8c8 ;
color : # 333333 ;
border-color : # c8c8c8 ;
}
2020-04-28 11:53:21 +00:00
. p-button . p-button-secondary : enabled : focus , . p-buttonset . p-button-secondary > . p-button : enabled : focus {
2020-04-07 08:19:09 +00:00
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
}
2020-04-28 11:53:21 +00:00
. p-button . p-button-secondary : enabled : active , . p-buttonset . p-button-secondary > . p-button : enabled : active {
2020-04-07 08:19:09 +00:00
background-color : # a0a0a0 ;
color : # 333333 ;
border-color : # a0a0a0 ;
}
2020-04-28 11:53:21 +00:00
. p-button . p-button-info , . p-buttonset . p-button-info > . p-button {
2019-12-20 14:06:47 +00:00
color : # ffffff ;
background-color : # 007ad9 ;
2020-04-07 08:19:09 +00:00
border : 1px solid # 007ad9 ;
}
2020-04-28 11:53:21 +00:00
. p-button . p-button-info : enabled : hover , . p-buttonset . p-button-info > . p-button : enabled : hover {
2020-04-07 08:19:09 +00:00
background-color : # 116fbf ;
color : # ffffff ;
border-color : # 116fbf ;
}
2020-04-28 11:53:21 +00:00
. p-button . p-button-info : enabled : focus , . p-buttonset . p-button-info > . p-button : enabled : focus {
2020-04-07 08:19:09 +00:00
box-shadow : 0 0 0 0 . 2em # 8dcdff ;
}
2020-04-28 11:53:21 +00:00
. p-button . p-button-info : enabled : active , . p-buttonset . p-button-info > . p-button : enabled : active {
2020-04-07 08:19:09 +00:00
background-color : # 005b9f ;
color : # ffffff ;
border-color : # 005b9f ;
}
2020-04-28 11:53:21 +00:00
. p-button . p-button-success , . p-buttonset . p-button-success > . p-button {
2019-12-20 14:06:47 +00:00
color : # ffffff ;
background-color : # 34A835 ;
2020-04-07 08:19:09 +00:00
border : 1px solid # 34A835 ;
}
2020-04-28 11:53:21 +00:00
. p-button . p-button-success : enabled : hover , . p-buttonset . p-button-success > . p-button : enabled : hover {
2020-04-07 08:19:09 +00:00
background-color : # 107D11 ;
color : # ffffff ;
border-color : # 107D11 ;
}
2020-04-28 11:53:21 +00:00
. p-button . p-button-success : enabled : focus , . p-buttonset . p-button-success > . p-button : enabled : focus {
2020-04-07 08:19:09 +00:00
box-shadow : 0 0 0 0 . 2em # aae5aa ;
}
2020-04-28 11:53:21 +00:00
. p-button . p-button-success : enabled : active , . p-buttonset . p-button-success > . p-button : enabled : active {
2020-04-07 08:19:09 +00:00
background-color : # 0C6B0D ;
color : # ffffff ;
border-color : # 0C6B0D ;
}
2020-04-28 11:53:21 +00:00
. p-button . p-button-warning , . p-buttonset . p-button-warning > . p-button {
2019-12-20 14:06:47 +00:00
color : # 333333 ;
background-color : # ffba01 ;
2020-04-07 08:19:09 +00:00
border : 1px solid # ffba01 ;
}
2020-04-28 11:53:21 +00:00
. p-button . p-button-warning : enabled : hover , . p-buttonset . p-button-warning > . p-button : enabled : hover {
2020-04-07 08:19:09 +00:00
background-color : # ED990B ;
color : # 333333 ;
border-color : # ED990B ;
}
2020-04-28 11:53:21 +00:00
. p-button . p-button-warning : enabled : focus , . p-buttonset . p-button-warning > . p-button : enabled : focus {
2020-04-07 08:19:09 +00:00
box-shadow : 0 0 0 0 . 2em # ffeab4 ;
}
2020-04-28 11:53:21 +00:00
. p-button . p-button-warning : enabled : active , . p-buttonset . p-button-warning > . p-button : enabled : active {
2020-04-07 08:19:09 +00:00
background-color : # D38B10 ;
color : # 333333 ;
border-color : # D38B10 ;
}
2020-04-28 11:53:21 +00:00
. p-button . p-button-danger , . p-buttonset . p-button-danger > . p-button {
2019-12-20 14:06:47 +00:00
color : # ffffff ;
background-color : # e91224 ;
2020-04-07 08:19:09 +00:00
border : 1px solid # e91224 ;
}
2020-04-28 11:53:21 +00:00
. p-button . p-button-danger : enabled : hover , . p-buttonset . p-button-danger > . p-button : enabled : hover {
2020-04-07 08:19:09 +00:00
background-color : # c01120 ;
color : # ffffff ;
border-color : # c01120 ;
}
2020-04-28 11:53:21 +00:00
. p-button . p-button-danger : enabled : focus , . p-buttonset . p-button-danger > . p-button : enabled : focus {
2020-04-07 08:19:09 +00:00
box-shadow : 0 0 0 0 . 2em # f9b4ba ;
}
2020-04-28 11:53:21 +00:00
. p-button . p-button-danger : enabled : active , . p-buttonset . p-button-danger > . p-button : enabled : active {
2020-04-07 08:19:09 +00:00
background-color : # a90000 ;
color : # ffffff ;
border-color : # a90000 ;
}
2019-12-20 14:06:47 +00:00
2020-04-28 11:53:21 +00:00
. p-buttonset . p-button {
border-radius : 0 ;
2020-04-07 08:19:09 +00:00
margin : 0 ;
}
2020-04-28 11:53:21 +00:00
. p-buttonset . p-button : first-child {
2020-04-07 08:19:09 +00:00
border-top-left-radius : 3px ;
border-bottom-left-radius : 3px ;
}
2020-04-28 11:53:21 +00:00
. p-buttonset . p-button : last-child {
2020-04-07 08:19:09 +00:00
border-top-right-radius : 3px ;
border-bottom-right-radius : 3px ;
}
2019-12-20 14:06:47 +00:00
2020-04-28 11:53:21 +00:00
. p-carousel . p-carousel-content . p-carousel-prev ,
. p-carousel . p-carousel-content . p-carousel-next {
background-color : # ffffff ;
2019-12-20 14:06:47 +00:00
border : 1px solid # c8c8c8 ;
2020-04-28 11:53:21 +00:00
margin : 0 . 2em ;
2020-04-07 08:19:09 +00:00
color : # 848484 ;
2020-04-28 11:53:21 +00:00
border-radius : 50 % ;
2020-04-07 08:19:09 +00:00
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
2020-04-28 11:53:21 +00:00
width : 2 . 357em ;
height : 2 . 357em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-carousel . p-carousel-content . p-carousel-prev : not ( . p-disabled ) : hover ,
. p-carousel . p-carousel-content . p-carousel-next : not ( . p-disabled ) : hover {
background-color : # eaeaea ;
2020-04-07 08:19:09 +00:00
color : # 333333 ;
2020-04-28 11:53:21 +00:00
border-color : # eaeaea ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-carousel . p-carousel-dots-container {
padding : 0 . 571em 0 . 857em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-carousel . p-carousel-dots-container . p-carousel-dot-item {
2020-04-07 08:19:09 +00:00
margin : 0 ;
2020-04-28 11:53:21 +00:00
}
. p-carousel . p-carousel-dots-container . p-carousel-dot-item button {
padding : 0 . 286em ;
2020-04-07 08:19:09 +00:00
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
}
2020-04-28 11:53:21 +00:00
. p-carousel . p-carousel-dots-container . p-carousel-dot-item . p-carousel-dot-icon {
width : 20px ;
height : 6px ;
background-color : # eaeaea ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-carousel . p-carousel-dots-container . p-carousel-dot-item . p-carousel-dot-icon : before {
content : " " ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-carousel . p-carousel-dots-container . p-carousel-dot-item . p-highlight . p-carousel-dot-icon {
background-color : # 41b883 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-datatable-header ,
. p-datatable . p-datatable-footer {
2019-12-20 14:06:47 +00:00
background-color : # f4f4f4 ;
color : # 333333 ;
border : 1px solid # c8c8c8 ;
2020-04-28 11:53:21 +00:00
padding : 0 . 857em 1em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-datatable-header {
2019-12-20 14:06:47 +00:00
border-bottom : 0 none ;
font-weight : 700 ;
border-top-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
border-top-right-radius : 3px ;
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-datatable-footer {
2019-12-20 14:06:47 +00:00
border-top : 0 none ;
font-weight : 700 ;
border-bottom-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
border-bottom-right-radius : 3px ;
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-datatable-thead > tr > th {
text-align : left ;
2019-12-20 14:06:47 +00:00
padding : 0 . 571em 0 . 857em ;
border : 1px solid # c8c8c8 ;
font-weight : 700 ;
color : # 333333 ;
background-color : # f4f4f4 ;
2020-04-28 11:53:21 +00:00
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-datatable-tfoot > tr > td {
text-align : left ;
2019-12-20 14:06:47 +00:00
padding : 0 . 571em 0 . 857em ;
border : 1px solid # c8c8c8 ;
font-weight : 700 ;
color : # 333333 ;
background-color : # f4f4f4 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-sortable-column . p-sortable-column-icon {
2020-04-07 08:19:09 +00:00
color : # 848484 ;
2020-04-28 11:53:21 +00:00
margin-left : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-sortable-column . p-sortable-column-badge {
2020-04-18 16:03:21 +00:00
border-radius : 50 % ;
height : 18px ;
min-width : 18px ;
line-height : 18px ;
color : # 41b883 ;
background-color : # ffffff ;
2020-04-28 11:53:21 +00:00
margin-left : 0 . 5em ;
2020-04-18 16:03:21 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-sortable-column : not ( . p-highlight ) : hover {
2020-04-07 08:19:09 +00:00
background-color : # e0e0e0 ;
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-sortable-column : not ( . p-highlight ) : hover . p-sortable-column-icon {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-sortable-column : focus {
2020-04-07 08:19:09 +00:00
outline : 0 none ;
outline-offset : 0 ;
box-shadow : inset 0 0 0 0 . 2em # c2e9d8 ;
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-sortable-column . p-highlight {
2020-04-07 08:19:09 +00:00
background-color : # 41b883 ;
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-sortable-column . p-highlight . p-sortable-column-icon {
2020-04-07 08:19:09 +00:00
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-datatable-tbody > tr {
2020-03-23 22:29:10 +00:00
background : # ffffff ;
color : # 333333 ;
2020-04-07 08:19:09 +00:00
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-datatable-tbody > tr > td {
2020-04-07 08:19:09 +00:00
border : 1px solid # c8c8c8 ;
2020-04-28 11:53:21 +00:00
padding : 0 . 571em 0 . 857em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-datatable-tbody > tr > td . p-row-toggler {
2020-04-07 08:19:09 +00:00
color : # 848484 ;
transition : color 0 . 2s , box-shadow 0 . 2s ;
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-datatable-tbody > tr > td . p-row-toggler : hover {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-datatable-tbody > tr . p-highlight {
2020-04-07 08:19:09 +00:00
background-color : # 41b883 ;
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-datatable-tbody > tr . p-highlight . p-row-toggler {
2020-04-07 08:19:09 +00:00
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-datatable-tbody > tr . p-highlight . p-row-toggler : hover {
2020-04-07 08:19:09 +00:00
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-datatable-tbody > tr . p-datatable-dragpoint-top > td {
2020-04-07 08:19:09 +00:00
box-shadow : inset 0 2px 0 0 # 41b883 ;
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-datatable-tbody > tr . p-datatable-dragpoint-bottom > td {
2020-04-07 08:19:09 +00:00
box-shadow : inset 0 -2px 0 0 # 41b883 ;
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-datatable-tbody > tr : nth-child ( even ) {
2020-04-07 08:19:09 +00:00
background-color : # f9f9f9 ;
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-datatable-tbody > tr : nth-child ( even ) . p-highlight {
2020-04-07 08:19:09 +00:00
background-color : # 41b883 ;
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-datatable-tbody > tr : nth-child ( even ) . p-highlight . p-row-toggler {
2020-04-07 08:19:09 +00:00
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-datatable-tbody > tr : nth-child ( even ) . p-highlight . p-row-toggler : hover {
2020-04-07 08:19:09 +00:00
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-datatable-hoverable-rows . p-datatable-tbody > tr : not ( . p-highlight ) : hover {
2019-12-20 14:06:47 +00:00
background-color : # eaeaea ;
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-column-resizer-helper {
2020-04-07 08:19:09 +00:00
background-color : # 41b883 ;
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-datatable-scrollable-header ,
. p-datatable . p-datatable-scrollable-footer {
2020-04-07 08:19:09 +00:00
background-color : # f4f4f4 ;
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-paginator-top {
2020-04-07 08:19:09 +00:00
border-bottom : 0 none ;
}
2020-04-28 11:53:21 +00:00
. p-datatable . p-paginator-bottom {
2020-04-07 08:19:09 +00:00
border-top : 0 none ;
}
2020-04-28 11:53:21 +00:00
. p-dataview . p-dataview-header {
2019-12-20 14:06:47 +00:00
background-color : # f4f4f4 ;
color : # 333333 ;
border : 1px solid # c8c8c8 ;
2020-04-28 11:53:21 +00:00
padding : 0 . 857em 1em ;
2019-12-20 14:06:47 +00:00
font-weight : 700 ;
border-bottom : 0 none ;
border-top-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
border-top-right-radius : 3px ;
}
2020-04-28 11:53:21 +00:00
. p-dataview . p-dataview-content {
2019-12-20 14:06:47 +00:00
padding : 0 . 571em 1em ;
border : 1px solid # c8c8c8 ;
background-color : # ffffff ;
color : # 333333 ;
2020-04-07 08:19:09 +00:00
padding : 0 . 571em 1em ;
}
2020-04-28 11:53:21 +00:00
. p-dataview . p-dataview-content > . p-grid > div {
border-bottom : 1px solid # d8dae2 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-dataview . p-dataview-footer {
2019-12-20 14:06:47 +00:00
background-color : # ffffff ;
color : # 333333 ;
border : 1px solid # c8c8c8 ;
padding : 0 . 571em 1em ;
border-top : 0 none ;
border-bottom-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
border-bottom-right-radius : 3px ;
}
2020-04-28 11:53:21 +00:00
. p-dataview . p-paginator-top {
border-bottom : 0 none ;
}
. p-dataview . p-paginator-bottom {
border-top : 0 none ;
}
. fc . fc-view-container th {
2019-12-20 14:06:47 +00:00
background-color : # f4f4f4 ;
border : 1px solid # c8c8c8 ;
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. fc . fc-view-container td . fc-widget-content {
2019-12-20 14:06:47 +00:00
background-color : # ffffff ;
border : 1px solid # c8c8c8 ;
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. fc . fc-view-container td . fc-head-container {
2020-04-07 08:19:09 +00:00
border : 1px solid # c8c8c8 ;
}
2020-04-28 11:53:21 +00:00
. fc . fc-view-container . fc-row {
2020-04-07 08:19:09 +00:00
border-right : 1px solid # c8c8c8 ;
}
2020-04-28 11:53:21 +00:00
. fc . fc-view-container . fc-event {
2019-12-20 14:06:47 +00:00
background-color : # 318c63 ;
border : 1px solid # 318c63 ;
2020-04-07 08:19:09 +00:00
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. fc . fc-view-container . fc-divider {
background-color : # f4f4f4 ;
border : 1px solid # c8c8c8 ;
}
. fc . fc-toolbar . fc-button {
2019-12-20 14:06:47 +00:00
color : # ffffff ;
background-color : # 41b883 ;
border : 1px solid # 41b883 ;
font-size : 14px ;
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
2020-04-07 08:19:09 +00:00
border-radius : 3px ;
2020-04-28 11:53:21 +00:00
display : flex ;
align-items : center ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. fc . fc-toolbar . fc-button : enabled : hover {
2020-04-07 08:19:09 +00:00
background-color : # 318c63 ;
color : # ffffff ;
border-color : # 318c63 ;
}
2020-04-28 11:53:21 +00:00
. fc . fc-toolbar . fc-button . fc-icon-chevron-left {
2020-04-07 08:19:09 +00:00
font-family : "PrimeIcons" ! important ;
text-indent : 0 ;
2020-04-28 11:53:21 +00:00
font-size : 1em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. fc . fc-toolbar . fc-button . fc-icon-chevron-left : before {
2020-04-07 08:19:09 +00:00
content : "" ;
}
2020-04-28 11:53:21 +00:00
. fc . fc-toolbar . fc-button . fc-icon-chevron-right {
2020-04-07 08:19:09 +00:00
font-family : "PrimeIcons" ! important ;
text-indent : 0 ;
2020-04-28 11:53:21 +00:00
font-size : 1em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. fc . fc-toolbar . fc-button . fc-icon-chevron-right : before {
2020-04-07 08:19:09 +00:00
content : "" ;
}
2020-04-28 11:53:21 +00:00
. fc . fc-toolbar . fc-button : focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
}
. fc . fc-toolbar . fc-button . fc-dayGridMonth-button , . fc . fc-toolbar . fc-button . fc-timeGridWeek-button , . fc . fc-toolbar . fc-button . fc-timeGridDay-button {
background-color : # dadada ;
border : 1px solid # dadada ;
color : # 333333 ;
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
}
. fc . fc-toolbar . fc-button . fc-dayGridMonth-button : not ( . p-disabled ) : not ( . fc-active ) : hover , . fc . fc-toolbar . fc-button . fc-timeGridWeek-button : not ( . p-disabled ) : not ( . fc-active ) : hover , . fc . fc-toolbar . fc-button . fc-timeGridDay-button : not ( . p-disabled ) : not ( . fc-active ) : hover {
background-color : # c8c8c8 ;
border-color : # c8c8c8 ;
color : # 333333 ;
}
. fc . fc-toolbar . fc-button . fc-dayGridMonth-button . fc-button-active , . fc . fc-toolbar . fc-button . fc-timeGridWeek-button . fc-button-active , . fc . fc-toolbar . fc-button . fc-timeGridDay-button . fc-button-active {
background-color : # 41b883 ;
border-color : # 41b883 ;
color : # ffffff ;
}
. fc . fc-toolbar . fc-button . fc-dayGridMonth-button . p-focus , . fc . fc-toolbar . fc-button . fc-dayGridMonth-button : focus , . fc . fc-toolbar . fc-button . fc-timeGridWeek-button . p-focus , . fc . fc-toolbar . fc-button . fc-timeGridWeek-button : focus , . fc . fc-toolbar . fc-button . fc-timeGridDay-button . p-focus , . fc . fc-toolbar . fc-button . fc-timeGridDay-button : focus {
2020-04-07 08:19:09 +00:00
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
2020-04-28 11:53:21 +00:00
z-index : 1 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. fc . fc-toolbar . fc-button-group . fc-button {
2020-04-07 08:19:09 +00:00
border-radius : 0 ;
}
2020-04-28 11:53:21 +00:00
. fc . fc-toolbar . fc-button-group . fc-button : first-child {
2020-04-07 08:19:09 +00:00
border-top-left-radius : 3px ;
border-bottom-left-radius : 3px ;
}
2020-04-28 11:53:21 +00:00
. fc . fc-toolbar . fc-button-group . fc-button : last-child {
2020-04-07 08:19:09 +00:00
border-top-right-radius : 3px ;
border-bottom-right-radius : 3px ;
}
2020-04-28 11:53:21 +00:00
. p-orderlist . p-orderlist-controls {
padding : 0 . 571em 1em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-orderlist . p-orderlist-controls . p-button {
margin-bottom : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-orderlist . p-orderlist-caption {
2019-12-20 14:06:47 +00:00
background-color : # f4f4f4 ;
color : # 333333 ;
border : 1px solid # c8c8c8 ;
2020-04-28 11:53:21 +00:00
padding : 0 . 857em 1em ;
2019-12-20 14:06:47 +00:00
font-weight : 700 ;
border-bottom : 0 none ;
2020-04-07 08:19:09 +00:00
border-top-right-radius : 3px ;
2020-04-28 11:53:21 +00:00
border-top-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-orderlist . p-orderlist-list {
2019-12-20 14:06:47 +00:00
border : 1px solid # c8c8c8 ;
background-color : # ffffff ;
color : # 333333 ;
padding : 0 ;
2020-04-07 08:19:09 +00:00
border-bottom-right-radius : 3px ;
2020-04-28 11:53:21 +00:00
border-bottom-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-orderlist . p-orderlist-list . p-orderlist-item {
2020-04-07 08:19:09 +00:00
padding : 0 . 429em 0 . 857em ;
margin : 0 ;
border : 0 none ;
color : # 333333 ;
background-color : transparent ;
transition : transform 0 . 2s , background-color 0 . 2s , box-shadow 0 . 2s ;
}
2020-04-28 11:53:21 +00:00
. p-orderlist . p-orderlist-list . p-orderlist-item : not ( . p-highlight ) : hover {
2020-04-07 08:19:09 +00:00
background-color : # eaeaea ;
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-orderlist . p-orderlist-list . p-orderlist-item : focus {
2020-04-07 08:19:09 +00:00
outline : 0 none ;
outline-offset : 0 ;
box-shadow : inset 0 0 0 0 . 2em # c2e9d8 ;
}
2020-04-28 11:53:21 +00:00
. p-orderlist . p-orderlist-list . p-orderlist-item . p-highlight {
2020-04-07 08:19:09 +00:00
background-color : # 41b883 ;
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
@ media screen and ( max-width : 960px ) {
. p-orderlist {
flex-direction : column ;
}
. p-orderlist . p-orderlist-controls {
2020-04-07 08:19:09 +00:00
padding : 0 . 571em 1em ;
2020-04-28 11:53:21 +00:00
flex-direction : row ;
}
. p-orderlist . p-orderlist-controls . p-button {
margin-right : 0 . 5em ;
margin-bottom : 0 ;
}
. p-orderlist . p-orderlist-controls . p-button : last-child {
margin-right : 0 ;
2020-04-07 08:19:09 +00:00
}
}
2020-04-28 11:53:21 +00:00
. p-organizationchart . p-organizationchart-node-content . p-organizationchart-selectable-node : not ( . p-highlight ) : hover {
background-color : # eaeaea ;
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-organizationchart . p-organizationchart-node-content . p-highlight {
background-color : # 41b883 ;
color : # ffffff ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-organizationchart . p-organizationchart-node-content . p-highlight . p-node-toggler i {
color : # 205a40 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-organizationchart . p-organizationchart-line-down {
background-color : # c8c8c8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-organizationchart . p-organizationchart-line-left {
border-right : 1px solid # c8c8c8 ;
border-color : # c8c8c8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-organizationchart . p-organizationchart-line-top {
border-top : 1px solid # c8c8c8 ;
border-color : # c8c8c8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-organizationchart . p-organizationchart-node-content {
2019-12-20 14:06:47 +00:00
border : 1px solid # c8c8c8 ;
background-color : # ffffff ;
color : # 333333 ;
2020-04-28 11:53:21 +00:00
padding : 0 . 571em 1em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-organizationchart . p-organizationchart-node-content . p-node-toggler {
bottom : -0 . 7em ;
margin-left : -0 . 46em ;
color : # 848484 ;
border-radius : 3px ;
transition : box-shadow 0 . 2s ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-organizationchart . p-organizationchart-node-content . p-node-toggler : focus {
2020-04-07 08:19:09 +00:00
outline : 0 none ;
outline-offset : 0 ;
2020-04-28 11:53:21 +00:00
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-paginator {
background-color : # f4f4f4 ;
2019-12-20 14:06:47 +00:00
color : # 333333 ;
2020-04-28 11:53:21 +00:00
border : 1px solid # c8c8c8 ;
padding : 0 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-paginator . p-paginator-first ,
. p-paginator . p-paginator-prev ,
. p-paginator . p-paginator-next ,
. p-paginator . p-paginator-last {
color : # 848484 ;
min-width : 2 . 357em ;
height : 2 . 357em ;
border : 0 none ;
2020-04-07 08:19:09 +00:00
margin : 0 ;
2020-04-28 11:53:21 +00:00
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
border-radius : 0 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-paginator . p-paginator-first : not ( . p-disabled ) : not ( . p-highlight ) : hover ,
. p-paginator . p-paginator-prev : not ( . p-disabled ) : not ( . p-highlight ) : hover ,
. p-paginator . p-paginator-next : not ( . p-disabled ) : not ( . p-highlight ) : hover ,
. p-paginator . p-paginator-last : not ( . p-disabled ) : not ( . p-highlight ) : hover {
background-color : # e0e0e0 ;
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-paginator . p-dropdown {
border : 0 none ;
margin-left : 0 . 5em ;
height : 2 . 357em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-paginator . p-dropdown . p-dropdown-label {
padding-right : 0 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-paginator . p-paginator-current {
border : 0 none ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-paginator . p-paginator-pages . p-paginator-page {
2020-04-07 08:19:09 +00:00
color : # 848484 ;
2020-04-28 11:53:21 +00:00
min-width : 2 . 357em ;
height : 2 . 357em ;
border : 0 none ;
2020-04-07 08:19:09 +00:00
margin : 0 ;
2020-04-28 11:53:21 +00:00
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
border-radius : 0 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-paginator . p-paginator-pages . p-paginator-page . p-highlight {
2020-04-07 08:19:09 +00:00
background-color : # 41b883 ;
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-paginator . p-paginator-pages . p-paginator-page : not ( . p-highlight ) : hover {
background-color : # e0e0e0 ;
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-picklist . p-picklist-buttons {
padding : 0 . 571em 1em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-picklist . p-picklist-buttons . p-button {
margin-bottom : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-picklist . p-picklist-caption {
background-color : # f4f4f4 ;
2020-04-07 08:19:09 +00:00
color : # 333333 ;
2020-04-28 11:53:21 +00:00
border : 1px solid # c8c8c8 ;
padding : 0 . 857em 1em ;
font-weight : 700 ;
border-bottom : 0 none ;
border-top-right-radius : 3px ;
border-top-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-picklist . p-picklist-list {
border : 1px solid # c8c8c8 ;
background-color : # ffffff ;
2020-04-07 08:19:09 +00:00
color : # 333333 ;
2020-04-28 11:53:21 +00:00
padding : 0 ;
border-bottom-right-radius : 3px ;
border-bottom-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-picklist . p-picklist-list . p-picklist-item {
padding : 0 . 429em 0 . 857em ;
margin : 0 ;
border : 0 none ;
color : # 333333 ;
background-color : transparent ;
transition : transform 0 . 2s , background-color 0 . 2s , box-shadow 0 . 2s ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-picklist . p-picklist-list . p-picklist-item : not ( . p-highlight ) : hover {
2020-04-07 08:19:09 +00:00
background-color : # eaeaea ;
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-picklist . p-picklist-list . p-picklist-item : focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : inset 0 0 0 0 . 2em # c2e9d8 ;
}
. p-picklist . p-picklist-list . p-picklist-item . p-highlight {
2020-04-07 08:19:09 +00:00
background-color : # 41b883 ;
2020-04-28 11:53:21 +00:00
color : # ffffff ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
@ media screen and ( max-width : 960px ) {
. p-picklist {
flex-direction : column ;
}
. p-picklist . p-picklist-buttons {
padding : 0 . 571em 1em ;
flex-direction : row ;
}
. p-picklist . p-picklist-buttons . p-button {
margin-right : 0 . 5em ;
margin-bottom : 0 ;
}
. p-picklist . p-picklist-buttons . p-button : last-child {
margin-right : 0 ;
}
. p-picklist . p-picklist-transfer-buttons . pi-angle-right : before {
content : "" ;
}
. p-picklist . p-picklist-transfer-buttons . pi-angle-double-right : before {
content : "" ;
}
. p-picklist . p-picklist-transfer-buttons . pi-angle-left : before {
content : "" ;
}
. p-picklist . p-picklist-transfer-buttons . pi-angle-double-left : before {
content : "" ;
}
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tree {
2020-04-07 08:19:09 +00:00
border : 1px solid # c8c8c8 ;
background-color : # ffffff ;
color : # 333333 ;
padding : 0 . 571em 1em ;
border-radius : 3px ;
}
2020-04-28 11:53:21 +00:00
. p-tree . p-tree-container . p-treenode {
padding : 0 . 143em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tree . p-tree-container . p-treenode . p-treenode-content {
border-radius : 3px ;
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
padding : 0 . 429em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tree . p-tree-container . p-treenode . p-treenode-content . p-tree-toggler {
margin-right : 0 . 5em ;
color : # 848484 ;
transition : color 0 . 2s , box-shadow 0 . 2s ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tree . p-tree-container . p-treenode . p-treenode-content . p-tree-toggler : hover {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-tree . p-tree-container . p-treenode . p-treenode-content . p-treenode-icon {
margin-right : 0 . 5em ;
color : # 848484 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tree . p-tree-container . p-treenode . p-treenode-content . p-checkbox {
margin-right : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tree . p-tree-container . p-treenode . p-treenode-content : focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tree . p-tree-container . p-treenode . p-treenode-content . p-highlight {
2019-12-20 14:06:47 +00:00
background-color : # 41b883 ;
2020-04-07 08:19:09 +00:00
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-tree . p-tree-container . p-treenode . p-treenode-content . p-highlight . p-tree-toggler ,
. p-tree . p-tree-container . p-treenode . p-treenode-content . p-highlight . p-treenode-icon {
color : # ffffff ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tree . p-tree-container . p-treenode . p-treenode-content . p-treenode-selectable : not ( . p-highlight ) : hover {
background-color : # eaeaea ;
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tree . p-tree-filter-container {
margin-bottom : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tree . p-tree-filter-container . p-tree-filter {
width : 100 % ;
padding-right : 1 . 429em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tree . p-tree-filter-container . p-tree-filter-icon {
right : 0 . 429em ;
color : # 41b883 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tree . p-treenode-children {
padding : 0 0 0 1em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-treetable . p-treetable-header ,
. p-treetable . p-treetable-footer {
2019-12-20 14:06:47 +00:00
background-color : # f4f4f4 ;
color : # 333333 ;
border : 1px solid # c8c8c8 ;
2020-04-28 11:53:21 +00:00
padding : 0 . 857em 1em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-treetable . p-treetable-header {
2019-12-20 14:06:47 +00:00
border-bottom : 0 none ;
font-weight : 700 ;
border-top-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
border-top-right-radius : 3px ;
}
2020-04-28 11:53:21 +00:00
. p-treetable . p-treetable-footer {
2019-12-20 14:06:47 +00:00
border-top : 0 none ;
font-weight : 700 ;
border-bottom-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
border-bottom-right-radius : 3px ;
}
2020-04-28 11:53:21 +00:00
. p-treetable . p-treetable-thead > tr > th {
2019-12-20 14:06:47 +00:00
padding : 0 . 571em 0 . 857em ;
border : 1px solid # c8c8c8 ;
font-weight : 700 ;
color : # 333333 ;
background-color : # f4f4f4 ;
2020-04-28 11:53:21 +00:00
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-treetable . p-treetable-tfoot > tr > td {
2019-12-20 14:06:47 +00:00
padding : 0 . 571em 0 . 857em ;
border : 1px solid # c8c8c8 ;
font-weight : 700 ;
color : # 333333 ;
background-color : # f4f4f4 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-treetable . p-sortable-column . p-sortable-column-icon {
2020-04-07 08:19:09 +00:00
color : # 848484 ;
2020-04-28 11:53:21 +00:00
margin-left : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-treetable . p-sortable-column . p-sortable-column-badge {
2020-04-18 16:03:21 +00:00
border-radius : 50 % ;
height : 18px ;
min-width : 18px ;
line-height : 18px ;
color : # 41b883 ;
background-color : # ffffff ;
2020-04-28 11:53:21 +00:00
margin-left : 0 . 5em ;
2020-04-18 16:03:21 +00:00
}
2020-04-28 11:53:21 +00:00
. p-treetable . p-sortable-column : not ( . p-highlight ) : hover {
2020-04-07 08:19:09 +00:00
background-color : # e0e0e0 ;
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-treetable . p-sortable-column : not ( . p-highlight ) : hover . p-sortable-column-icon {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-treetable . p-sortable-column : focus {
2020-04-07 08:19:09 +00:00
outline : 0 none ;
outline-offset : 0 ;
box-shadow : inset 0 0 0 0 . 2em # c2e9d8 ;
}
2020-04-28 11:53:21 +00:00
. p-treetable . p-sortable-column . p-highlight {
2020-04-07 08:19:09 +00:00
background-color : # 41b883 ;
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-treetable . p-sortable-column . p-highlight . p-sortable-column-icon {
2020-04-07 08:19:09 +00:00
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-treetable . p-treetable-tbody > tr {
2019-12-20 14:06:47 +00:00
background : # ffffff ;
color : # 333333 ;
2020-04-28 11:53:21 +00:00
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-treetable . p-treetable-tbody > tr > td {
2020-04-07 08:19:09 +00:00
border : 1px solid # c8c8c8 ;
2020-04-28 11:53:21 +00:00
padding : 0 . 571em 0 . 857em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-treetable . p-treetable-tbody > tr > td . p-treetable-toggler {
2020-04-07 08:19:09 +00:00
color : # 848484 ;
2020-04-28 11:53:21 +00:00
margin-right : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-treetable . p-treetable-tbody > tr > td . p-treetable-toggler : hover {
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-treetable . p-treetable-tbody > tr . p-highlight {
background-color : # 41b883 ;
2020-04-07 08:19:09 +00:00
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-treetable . p-treetable-tbody > tr . p-highlight . p-treetable-toggler {
2020-04-07 08:19:09 +00:00
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-treetable . p-treetable-tbody > tr . p-highlight . p-treetable-toggler : hover {
2020-04-07 08:19:09 +00:00
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-treetable . p-treetable-hoverable-rows . p-treetable-tbody > tr : not ( . p-highlight ) : hover {
2019-12-20 14:06:47 +00:00
background-color : # eaeaea ;
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-treetable . p-treetable-hoverable-rows . p-treetable-tbody > tr : not ( . p-highlight ) : hover . p-treetable-toggler {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-treetable . p-column-resizer-helper {
2020-04-07 08:19:09 +00:00
background-color : # 41b883 ;
}
2020-04-28 11:53:21 +00:00
. p-treetable . p-treetable-scrollable-header ,
. p-treetable . p-treetable-scrollable-footer {
2020-04-07 08:19:09 +00:00
background-color : # f4f4f4 ;
}
2019-12-20 14:06:47 +00:00
2020-04-28 11:53:21 +00:00
. p-accordion . p-accordion-tab {
margin-bottom : 2px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-accordion . p-accordion-header a {
padding : 0 . 857em 1em ;
border : 1px solid # c8c8c8 ;
color : # 333333 ;
background-color : # f4f4f4 ;
font-weight : 700 ;
border-radius : 3px ;
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-accordion . p-accordion-header a . p-accordion-toggle-icon {
color : # 848484 ;
margin-right : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-accordion . p-accordion-header : not ( . p-disabled ) a : focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-accordion . p-accordion-header : not ( . p-highlight ) : not ( . p-disabled ) : hover a {
background-color : # dbdbdb ;
border : 1px solid # dbdbdb ;
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-accordion . p-accordion-header : not ( . p-highlight ) : not ( . p-disabled ) : hover a . p-accordion-toggle-icon {
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-accordion . p-accordion-header : not ( . p-disabled ) . p-highlight {
margin-bottom : 0 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-accordion . p-accordion-header : not ( . p-disabled ) . p-highlight a {
background-color : # 41b883 ;
border : 1px solid # 41b883 ;
color : # ffffff ;
border-bottom-right-radius : 3px ;
border-bottom-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-accordion . p-accordion-header : not ( . p-disabled ) . p-highlight a . p-accordion-toggle-icon {
color : # ffffff ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-accordion . p-accordion-header : not ( . p-disabled ) . p-highlight : hover a {
border : 1px solid # 246749 ;
background-color : # 246749 ;
color : # ffffff ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-accordion . p-accordion-header : not ( . p-disabled ) . p-highlight : hover a . p-accordion-toggle-icon {
color : # ffffff ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-accordion . p-accordion-content {
padding : 0 . 571em 1em ;
border : 1px solid # c8c8c8 ;
background-color : # ffffff ;
color : # 333333 ;
border-top : 0 ;
border-top-right-radius : 0 ;
border-top-left-radius : 0 ;
border-bottom-right-radius : 3px ;
border-bottom-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-card {
background-color : # ffffff ;
color : # 333333 ;
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 ) ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-card . p-card-body {
padding : 1em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-card . p-card-title {
2020-04-07 08:19:09 +00:00
font-size : 1 . 5em ;
2020-04-28 11:53:21 +00:00
font-weight : 700 ;
margin-bottom : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-card . p-card-subtitle {
font-weight : 700 ;
margin-bottom : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-card . p-card-footer {
padding : 1em 0 0 0 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-fieldset {
border : 1px solid # c8c8c8 ;
background-color : # ffffff ;
color : # 333333 ;
2020-04-07 08:19:09 +00:00
border-radius : 3px ;
}
2020-04-28 11:53:21 +00:00
. p-fieldset . p-fieldset-legend a {
padding : 0 . 857em 1em ;
border : 1px solid # c8c8c8 ;
color : # 333333 ;
background-color : # f4f4f4 ;
font-weight : 700 ;
border-radius : 3px ;
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-fieldset . p-fieldset-legend a . p-fieldset-toggler {
margin-right : 0 . 5em ;
color : # 848484 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-fieldset . p-fieldset-legend a : focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-fieldset . p-fieldset-toggleable . p-fieldset-legend a : hover {
background-color : # dbdbdb ;
border : 1px solid # dbdbdb ;
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-fieldset . p-fieldset-toggleable . p-fieldset-legend a : hover . p-fieldset-toggler {
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-panel . p-panel-titlebar {
border : 1px solid # c8c8c8 ;
padding : 0 . 857em 1em ;
background-color : # f4f4f4 ;
color : # 333333 ;
border-top-right-radius : 3px ;
border-top-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-panel . p-panel-titlebar . p-panel-title {
font-weight : 700 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-panel . p-panel-titlebar . p-panel-titlebar-icon {
color : # 848484 ;
border-radius : 3px ;
background-color : transparent ;
transition : color 0 . 2s , background-color 0 . 2s , box-shadow 0 . 2s ;
padding : 0 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-panel . p-panel-titlebar . p-panel-titlebar-icon : hover {
color : # 333333 ;
background-color : transparent ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-panel . p-panel-titlebar . p-panel-titlebar-icon : focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-panel . p-panel-content {
padding : 0 . 571em 1em ;
border : 1px solid # c8c8c8 ;
background-color : # ffffff ;
color : # 333333 ;
border-bottom-right-radius : 3px ;
border-bottom-left-radius : 3px ;
border-top : 0 none ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-panel . p-panel-footer {
padding : 0 . 571em 1em ;
border : 1px solid # c8c8c8 ;
background-color : # ffffff ;
color : # 333333 ;
border-top : 0 none ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tabview . p-tabview-nav {
background : transparent ;
2020-04-07 08:19:09 +00:00
border : 0 none ;
2020-04-28 11:53:21 +00:00
margin-bottom : -1px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tabview . p-tabview-nav li {
margin-right : 2px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tabview . p-tabview-nav li a {
border : 1px solid # c8c8c8 ;
background-color : # f4f4f4 ;
color : # 333333 ;
padding : 0 . 857em 1em ;
font-weight : 700 ;
border-top-right-radius : 3px ;
border-top-left-radius : 3px ;
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tabview . p-tabview-nav li a : not ( . p-disabled ) : focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tabview . p-tabview-nav li : not ( . p-highlight ) : not ( . p-disabled ) : hover a {
background-color : # dbdbdb ;
border : 1px solid # dbdbdb ;
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tabview . p-tabview-nav li . p-highlight a {
background-color : # 41b883 ;
border : 1px solid # 41b883 ;
color : # ffffff ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tabview . p-tabview-nav li . p-highlight : hover a {
border : 1px solid # 246749 ;
background-color : # 246749 ;
color : # ffffff ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tabview . p-tabview-panels {
background-color : # ffffff ;
padding : 0 . 571em 1em ;
border : 1px solid # c8c8c8 ;
color : # 333333 ;
border-bottom-right-radius : 3px ;
border-bottom-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-toolbar {
background-color : # f4f4f4 ;
border : 1px solid # c8c8c8 ;
padding : 0 . 857em 1em ;
border-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-toolbar . p-toolbar-separator {
color : # 848484 ;
margin : 0 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-dialog {
border-radius : 3px ;
box-shadow : 0 0 6px 0 rgba ( 0 , 0 , 0 , 0 . 16 ) ;
border : 1px solid # c8c8c8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-dialog . p-dialog-titlebar {
border-bottom : 1px solid # c8c8c8 ;
background-color : # f4f4f4 ;
color : # 333333 ;
padding : 1em ;
border-top-right-radius : 3px ;
border-top-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-dialog . p-dialog-titlebar . p-dialog-title {
font-weight : 700 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-dialog . p-dialog-titlebar . p-dialog-titlebar-icon {
color : # 848484 ;
border-radius : 3px ;
background-color : transparent ;
transition : color 0 . 2s , background-color 0 . 2s , box-shadow 0 . 2s ;
padding : 0 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-dialog . p-dialog-titlebar . p-dialog-titlebar-icon : hover {
color : # 333333 ;
background-color : transparent ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-dialog . p-dialog-titlebar . p-dialog-titlebar-icon : focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-dialog . p-dialog-content {
background-color : # ffffff ;
color : # 333333 ;
padding : 1em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-dialog . p-dialog-footer {
border-top : 1px solid # c8c8c8 ;
background-color : # ffffff ;
color : # 333333 ;
padding : 0 . 571em 1em ;
text-align : right ;
border-bottom-right-radius : 3px ;
border-bottom-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-dialog . p-dialog-footer button {
margin : 0 0 . 5em 0 0 ;
width : auto ;
2020-04-07 08:19:09 +00:00
}
2019-12-20 14:06:47 +00:00
2020-04-28 11:53:21 +00:00
. p-overlaypanel {
2019-12-20 14:06:47 +00:00
background-color : # ffffff ;
color : # 333333 ;
border : 1px solid # c8c8c8 ;
border-radius : 3px ;
2020-04-07 08:19:09 +00:00
box-shadow : 0 0 6px 0 rgba ( 0 , 0 , 0 , 0 . 16 ) ;
}
2020-04-28 11:53:21 +00:00
. p-overlaypanel . p-overlaypanel-content {
2020-04-07 08:19:09 +00:00
padding : 1em ;
}
2020-04-28 11:53:21 +00:00
. p-overlaypanel . p-overlaypanel-close {
2020-04-07 08:19:09 +00:00
background-color : # 41b883 ;
color : # ffffff ;
width : 1 . 538em ;
height : 1 . 538em ;
position : absolute ;
top : -0 . 769em ;
right : -0 . 769em ;
border-radius : 50 % ;
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
}
2020-04-28 11:53:21 +00:00
. p-overlaypanel . p-overlaypanel-close : hover {
2020-04-07 08:19:09 +00:00
background-color : # 246749 ;
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-overlaypanel : after {
2020-04-07 08:19:09 +00:00
border-color : rgba ( 255 , 255 , 255 , 0 ) ;
border-bottom-color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-overlaypanel : before {
2020-04-07 08:19:09 +00:00
border-color : rgba ( 200 , 200 , 200 , 0 ) ;
border-bottom-color : # c8c8c8 ;
}
2020-04-28 11:53:21 +00:00
. p-overlaypanel . p-overlaypanel-flipped : after {
2020-04-07 08:19:09 +00:00
border-top-color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-overlaypanel . p-overlaypanel-flipped : before {
2020-04-07 08:19:09 +00:00
border-top-color : # c8c8c8 ;
}
2020-04-28 11:53:21 +00:00
. p-sidebar {
background-color : # ffffff ;
color : # 333333 ;
padding : 0 . 571em 1em ;
border : 1px solid # c8c8c8 ;
2020-04-07 08:19:09 +00:00
box-shadow : 0 0 6px 0 rgba ( 0 , 0 , 0 , 0 . 16 ) ;
}
2020-04-28 11:53:21 +00:00
. p-sidebar . p-sidebar-close {
color : # 848484 ;
transition : color 0 . 2s , background-color 0 . 2s , box-shadow 0 . 2s ;
}
. p-sidebar . p-sidebar-close : hover {
color : # 333333 ;
}
. p-sidebar-mask {
transition-duration : 0 . 2s ;
}
. p-tooltip . p-tooltip-text {
background-color : # 333333 ;
color : # ffffff ;
padding : 0 . 429em ;
box-shadow : 0 0 6px 0 rgba ( 0 , 0 , 0 , 0 . 16 ) ;
border-radius : 3px ;
}
. p-tooltip . p-tooltip-right . p-tooltip-arrow {
border-right-color : # 333333 ;
}
. p-tooltip . p-tooltip-left . p-tooltip-arrow {
border-left-color : # 333333 ;
}
. p-tooltip . p-tooltip-top . p-tooltip-arrow {
border-top-color : # 333333 ;
}
. p-tooltip . p-tooltip-bottom . p-tooltip-arrow {
border-bottom-color : # 333333 ;
}
. p-fileupload . p-fileupload-buttonbar {
2020-04-07 08:19:09 +00:00
background-color : # f4f4f4 ;
2020-04-28 11:53:21 +00:00
padding : 0 . 857em 1em ;
border : 1px solid # c8c8c8 ;
2020-04-07 08:19:09 +00:00
color : # 333333 ;
border-bottom : 0 none ;
border-top-right-radius : 3px ;
2020-04-28 11:53:21 +00:00
border-top-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-fileupload . p-fileupload-buttonbar . p-button {
margin-right : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-fileupload . p-fileupload-buttonbar . p-button . p-fileupload-choose . p-focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-fileupload . p-fileupload-content {
2020-04-07 08:19:09 +00:00
background-color : # ffffff ;
2020-04-28 11:53:21 +00:00
padding : 0 . 571em 1em ;
2020-04-07 08:19:09 +00:00
border : 1px solid # c8c8c8 ;
2020-04-28 11:53:21 +00:00
color : # 333333 ;
border-bottom-right-radius : 3px ;
border-bottom-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-fileupload . p-progressbar {
height : 4px ;
}
. p-fileupload-choose : not ( . p-disabled ) : hover {
background-color : # 318c63 ;
color : # ffffff ;
border-color : # 318c63 ;
}
. p-fileupload-choose : not ( . p-disabled ) : active {
background-color : # 246749 ;
color : # ffffff ;
border-color : # 246749 ;
}
. p-breadcrumb {
2020-04-07 08:19:09 +00:00
background-color : # ffffff ;
2020-04-28 11:53:21 +00:00
border : 1px solid # c8c8c8 ;
border-radius : 3px ;
2020-04-07 08:19:09 +00:00
padding : 0 . 571em 1em ;
}
2020-04-28 11:53:21 +00:00
. p-breadcrumb ul li . p-menuitem-link {
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
border-radius : 3px ;
}
. p-breadcrumb ul li . p-menuitem-link : focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-breadcrumb ul li . p-menuitem-link . p-menuitem-text {
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-breadcrumb ul li . p-menuitem-link . p-menuitem-icon {
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-breadcrumb ul li . p-breadcrumb-chevron {
margin : 0 0 . 5em 0 0 . 5em ;
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-contextmenu {
padding : 0 ;
2019-12-20 14:06:47 +00:00
background-color : # ffffff ;
color : # 333333 ;
border : 1px solid # c8c8c8 ;
2020-04-28 11:53:21 +00:00
box-shadow : 0 0px 6px 0 rgba ( 0 , 0 , 0 , 0 . 16 ) ;
width : 12 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-contextmenu . p-menuitem-link {
padding : 0 . 857em ;
color : # 333333 ;
font-weight : normal ;
border-radius : 0 ;
2020-04-07 08:19:09 +00:00
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
}
2020-04-28 11:53:21 +00:00
. p-contextmenu . p-menuitem-link . p-menuitem-text {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-contextmenu . p-menuitem-link . p-menuitem-icon {
color : # 333333 ;
margin-right : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-contextmenu . p-menuitem-link . p-submenu-icon {
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-contextmenu . p-menuitem-link : not ( . p-disabled ) : hover {
background-color : # eaeaea ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-contextmenu . p-menuitem-link : not ( . p-disabled ) : hover . p-menuitem-text {
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-contextmenu . p-menuitem-link : not ( . p-disabled ) : hover . p-menuitem-icon {
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-contextmenu . p-menuitem-link : not ( . p-disabled ) : hover . p-submenu-icon {
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-contextmenu . p-menuitem-link : focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : inset 0 0 0 0 . 2em # c2e9d8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-contextmenu . p-submenu-list {
padding : 0 ;
background-color : # ffffff ;
2020-04-07 08:19:09 +00:00
border : 1px solid # c8c8c8 ;
2020-04-28 11:53:21 +00:00
box-shadow : 0 0px 6px 0 rgba ( 0 , 0 , 0 , 0 . 16 ) ;
}
. p-contextmenu . p-menuitem . p-menuitem-active > . p-menuitem-link {
background-color : # eaeaea ;
}
. p-contextmenu . p-menuitem . p-menuitem-active > . p-menuitem-link . p-menuitem-text {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-contextmenu . p-menuitem . p-menuitem-active > . p-menuitem-link . p-menuitem-icon , . p-contextmenu . p-menuitem . p-menuitem-active > . p-menuitem-link . p-submenu-icon {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-contextmenu . p-menu-separator {
border-top : 1px solid # d8dae2 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-megamenu {
padding : 0 ;
background-color : # ffffff ;
2020-04-07 08:19:09 +00:00
color : # 333333 ;
2020-04-28 11:53:21 +00:00
border : 1px solid # c8c8c8 ;
border-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-megamenu . p-megamenu-root-list . p-submenu-icon {
margin-left : 0 . 5em ;
}
. p-megamenu . p-menuitem-link {
padding : 0 . 857em ;
2020-04-07 08:19:09 +00:00
color : # 333333 ;
2020-04-28 11:53:21 +00:00
font-weight : normal ;
2020-04-07 08:19:09 +00:00
border-radius : 0 ;
2020-04-28 11:53:21 +00:00
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-megamenu . p-menuitem-link . p-menuitem-text {
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-megamenu . p-menuitem-link . p-menuitem-icon {
color : # 333333 ;
margin-right : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-megamenu . p-menuitem-link . p-submenu-icon {
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-megamenu . p-menuitem-link : not ( . p-disabled ) : hover {
background-color : # eaeaea ;
}
. p-megamenu . p-menuitem-link : not ( . p-disabled ) : hover . p-menuitem-text {
color : # 333333 ;
}
. p-megamenu . p-menuitem-link : not ( . p-disabled ) : hover . p-menuitem-icon {
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-megamenu . p-menuitem-link : not ( . p-disabled ) : hover . p-submenu-icon {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-megamenu . p-menuitem-link : focus {
2020-04-07 08:19:09 +00:00
outline : 0 none ;
outline-offset : 0 ;
2020-04-28 11:53:21 +00:00
box-shadow : inset 0 0 0 0 . 2em # c2e9d8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-megamenu . p-megamenu-panel {
padding : 0 ;
background-color : # ffffff ;
color : # 333333 ;
border : 1px solid # c8c8c8 ;
box-shadow : 0 0px 6px 0 rgba ( 0 , 0 , 0 , 0 . 16 ) ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-megamenu . p-megamenu-submenu-header {
2020-04-07 08:19:09 +00:00
margin : 0 ;
2020-04-28 11:53:21 +00:00
padding : 0 . 857em ;
color : # 333333 ;
background-color : # f4f4f4 ;
font-weight : 700 ;
border-top-right-radius : 3px ;
border-top-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-megamenu . p-megamenu-submenu {
padding : 0 ;
width : 12 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-megamenu . p-megamenu-submenu . p-menu-separator {
border-top : 1px solid # d8dae2 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-megamenu . p-menuitem . p-menuitem-active > . p-menuitem-link {
background-color : # eaeaea ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-megamenu . p-menuitem . p-menuitem-active > . p-menuitem-link . p-menuitem-text {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-megamenu . p-menuitem . p-menuitem-active > . p-menuitem-link . p-menuitem-icon , . p-megamenu . p-menuitem . p-menuitem-active > . p-menuitem-link . p-submenu-icon {
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-megamenu . p-megamenu-vertical {
width : 12 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-menu {
padding : 0 ;
background-color : # ffffff ;
2020-04-07 08:19:09 +00:00
color : # 333333 ;
2020-04-28 11:53:21 +00:00
border : 1px solid # c8c8c8 ;
border-radius : 3px ;
width : 12 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-menu . p-menuitem-link {
padding : 0 . 857em ;
2019-12-20 14:06:47 +00:00
color : # 333333 ;
font-weight : normal ;
border-radius : 0 ;
2020-04-07 08:19:09 +00:00
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
}
2020-04-28 11:53:21 +00:00
. p-menu . p-menuitem-link . p-menuitem-text {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-menu . p-menuitem-link . p-menuitem-icon {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
margin-right : 0 . 5em ;
}
2020-04-28 11:53:21 +00:00
. p-menu . p-menuitem-link . p-submenu-icon {
color : # 333333 ;
}
. p-menu . p-menuitem-link : not ( . p-disabled ) : hover {
2020-04-07 08:19:09 +00:00
background-color : # eaeaea ;
}
2020-04-28 11:53:21 +00:00
. p-menu . p-menuitem-link : not ( . p-disabled ) : hover . p-menuitem-text {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-menu . p-menuitem-link : not ( . p-disabled ) : hover . p-menuitem-icon {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-menu . p-menuitem-link : not ( . p-disabled ) : hover . p-submenu-icon {
color : # 333333 ;
}
. p-menu . p-menuitem-link : focus {
2020-04-07 08:19:09 +00:00
outline : 0 none ;
outline-offset : 0 ;
box-shadow : inset 0 0 0 0 . 2em # c2e9d8 ;
}
2020-04-28 11:53:21 +00:00
. p-menu . p-menu-overlay {
2020-04-07 08:19:09 +00:00
border : 1px solid # c8c8c8 ;
box-shadow : 0 0px 6px 0 rgba ( 0 , 0 , 0 , 0 . 16 ) ;
}
2020-04-28 11:53:21 +00:00
. p-menu . p-submenu-header {
2020-04-07 08:19:09 +00:00
margin : 0 ;
2020-04-28 11:53:21 +00:00
padding : 0 . 857em ;
2020-04-07 08:19:09 +00:00
color : # 333333 ;
background-color : # f4f4f4 ;
font-weight : 700 ;
border-top-right-radius : 3px ;
2020-04-28 11:53:21 +00:00
border-top-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-menu . p-menu-separator {
border-top : 1px solid # d8dae2 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-menubar {
2019-12-20 14:06:47 +00:00
padding : 0 ;
background-color : # ffffff ;
2020-04-28 11:53:21 +00:00
color : # 333333 ;
2019-12-20 14:06:47 +00:00
border : 1px solid # c8c8c8 ;
2020-04-07 08:19:09 +00:00
border-radius : 3px ;
}
2020-04-28 11:53:21 +00:00
. p-menubar . p-menubar-root-list > . p-menuitem > . p-menuitem-link . p-submenu-icon {
margin-left : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-menubar . p-menuitem-link {
padding : 0 . 857em ;
color : # 333333 ;
font-weight : normal ;
border-radius : 0 ;
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-menubar . p-menuitem-link . p-menuitem-text {
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-menubar . p-menuitem-link . p-menuitem-icon {
color : # 333333 ;
margin-right : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-menubar . p-menuitem-link . p-submenu-icon {
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-menubar . p-menuitem-link : not ( . p-disabled ) : hover {
2020-04-07 08:19:09 +00:00
background-color : # eaeaea ;
}
2020-04-28 11:53:21 +00:00
. p-menubar . p-menuitem-link : not ( . p-disabled ) : hover . p-menuitem-text {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-menubar . p-menuitem-link : not ( . p-disabled ) : hover . p-menuitem-icon {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-menubar . p-menuitem-link : not ( . p-disabled ) : hover . p-submenu-icon {
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-menubar . p-menuitem-link : focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : inset 0 0 0 0 . 2em # c2e9d8 ;
}
. p-menubar . p-submenu-list {
2020-04-07 08:19:09 +00:00
padding : 0 ;
background-color : # ffffff ;
border : 1px solid # c8c8c8 ;
box-shadow : 0 0px 6px 0 rgba ( 0 , 0 , 0 , 0 . 16 ) ;
2020-04-28 11:53:21 +00:00
width : 12 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-menubar . p-submenu-list . p-menu-separator {
border-top : 1px solid # d8dae2 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-menubar . p-menuitem . p-menuitem-active > . p-menuitem-link {
2020-04-07 08:19:09 +00:00
background-color : # eaeaea ;
}
2020-04-28 11:53:21 +00:00
. p-menubar . p-menuitem . p-menuitem-active > . p-menuitem-link . p-menuitem-text {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-menubar . p-menuitem . p-menuitem-active > . p-menuitem-link . p-menuitem-icon , . p-menubar . p-menuitem . p-menuitem-active > . p-menuitem-link . p-submenu-icon {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-panelmenu . p-panelmenu-panel . p-panelmenu-header {
margin-top : 2px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-panelmenu . p-panelmenu-panel : first-child . p-panelmenu-header {
margin-top : 0 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-panelmenu . p-panelmenu-header > a {
padding : 0 . 857em 1em ;
2020-04-07 08:19:09 +00:00
border : 1px solid # c8c8c8 ;
2020-04-28 11:53:21 +00:00
color : # 333333 ;
background-color : # f4f4f4 ;
font-weight : 700 ;
border-radius : 3px ;
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-panelmenu . p-panelmenu-header > a . p-panelmenu-icon {
color : # 848484 ;
margin-right : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-panelmenu . p-panelmenu-header > a . p-menuitem-icon {
margin-right : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-panelmenu . p-panelmenu-header > a : focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-panelmenu . p-panelmenu-header : not ( . p-highlight ) : not ( . p-disabled ) > a : hover {
border : 1px solid # dbdbdb ;
background-color : # dbdbdb ;
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-panelmenu . p-panelmenu-header : not ( . p-highlight ) : not ( . p-disabled ) > a : hover . p-panelmenu-icon {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-panelmenu . p-panelmenu-header . p-highlight > a {
border : 1px solid # 41b883 ;
background-color : # 41b883 ;
color : # ffffff ;
border-bottom-right-radius : 0 ;
border-bottom-left-radius : 0 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-panelmenu . p-panelmenu-header . p-highlight > a . p-panelmenu-icon {
color : # ffffff ;
}
. p-panelmenu . p-panelmenu-header . p-highlight : not ( . p-disabled ) > a : hover {
border : 1px solid # 246749 ;
background-color : # 246749 ;
color : # ffffff ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-panelmenu . p-panelmenu-header . p-highlight : not ( . p-disabled ) > a : hover . p-panelmenu-icon {
color : # ffffff ;
}
. p-panelmenu . p-panelmenu-content {
2019-12-20 14:06:47 +00:00
padding : 0 ;
background-color : # ffffff ;
2020-04-28 11:53:21 +00:00
color : # 333333 ;
2019-12-20 14:06:47 +00:00
border : 1px solid # c8c8c8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-panelmenu . p-panelmenu-content . p-menuitem . p-menuitem-link {
padding : 0 . 857em ;
color : # 333333 ;
font-weight : normal ;
border-radius : 0 ;
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-panelmenu . p-panelmenu-content . p-menuitem . p-menuitem-link . p-menuitem-text {
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-panelmenu . p-panelmenu-content . p-menuitem . p-menuitem-link . p-menuitem-icon {
color : # 333333 ;
margin-right : 0 . 5em ;
}
. p-panelmenu . p-panelmenu-content . p-menuitem . p-menuitem-link . p-submenu-icon {
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-panelmenu . p-panelmenu-content . p-menuitem . p-menuitem-link : not ( . p-disabled ) : hover {
2020-04-07 08:19:09 +00:00
background-color : # eaeaea ;
}
2020-04-28 11:53:21 +00:00
. p-panelmenu . p-panelmenu-content . p-menuitem . p-menuitem-link : not ( . p-disabled ) : hover . p-menuitem-text {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-panelmenu . p-panelmenu-content . p-menuitem . p-menuitem-link : not ( . p-disabled ) : hover . p-menuitem-icon {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-panelmenu . p-panelmenu-content . p-menuitem . p-menuitem-link : not ( . p-disabled ) : hover . p-submenu-icon {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-panelmenu . p-panelmenu-content . p-menuitem . p-menuitem-link : focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : inset 0 0 0 0 . 2em # c2e9d8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-panelmenu . p-submenu-list {
padding : 0 0 0 1em ;
}
. p-steps . p-steps-item . p-menuitem-link {
background-color : transparent ;
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
border-radius : 3px ;
background-color : # ffffff ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-steps . p-steps-item . p-menuitem-link . p-steps-number {
color : # 333333 ;
2020-04-07 08:19:09 +00:00
border : 1px solid # c8c8c8 ;
2020-04-28 11:53:21 +00:00
background-color : # ffffff ;
min-width : 28px ;
height : 28px ;
font-size : 16px ;
z-index : 1 ;
border-radius : 50 % ;
}
. p-steps . p-steps-item . p-menuitem-link . p-steps-title {
margin-top : 0 . 5em ;
color : # 848484 ;
}
. p-steps . p-steps-item . p-menuitem-link : not ( . p-disabled ) : focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
}
. p-steps . p-steps-item . p-highlight . p-steps-number {
background : # 41b883 ;
color : # ffffff ;
}
. p-steps . p-steps-item . p-highlight . p-steps-title {
font-weight : 700 ;
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-steps . p-steps-item : before {
content : " " ;
border-top : 1px solid # d8dae2 ;
width : 100 % ;
top : 50 % ;
left : 0 ;
display : block ;
position : absolute ;
margin-top : -14px ;
}
. p-tabmenu {
2020-04-07 08:19:09 +00:00
border : 0 none ;
}
2020-04-28 11:53:21 +00:00
. p-tabmenu . p-tabmenu-nav {
2020-04-07 08:19:09 +00:00
padding : 0 ;
background : transparent ;
border-bottom : 1px solid # c8c8c8 ;
}
2020-04-28 11:53:21 +00:00
. p-tabmenu . p-tabmenu-nav . p-tabmenuitem . p-menuitem-link {
2020-04-07 08:19:09 +00:00
margin-bottom : -1px ;
border : 1px solid # c8c8c8 ;
background-color : # f4f4f4 ;
color : # 333333 ;
2020-04-28 11:53:21 +00:00
padding : 0 . 857em 1em ;
2020-04-07 08:19:09 +00:00
margin-right : 2px ;
border-top-right-radius : 3px ;
2020-04-28 11:53:21 +00:00
border-top-left-radius : 3px ;
2020-04-07 08:19:09 +00:00
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
}
2020-04-28 11:53:21 +00:00
. p-tabmenu . p-tabmenu-nav . p-tabmenuitem . p-menuitem-link . p-menuitem-text {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-tabmenu . p-tabmenu-nav . p-tabmenuitem . p-menuitem-link . p-menuitem-icon {
2020-04-07 08:19:09 +00:00
color : # 848484 ;
margin-right : 0 . 5em ;
}
2020-04-28 11:53:21 +00:00
. p-tabmenu . p-tabmenu-nav . p-tabmenuitem . p-menuitem-link : focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
}
. p-tabmenu . p-tabmenu-nav . p-tabmenuitem : not ( . p-highlight ) : not ( . p-disabled ) : hover . p-menuitem-link {
background-color : # dbdbdb ;
border : 1px solid # dbdbdb ;
}
. p-tabmenu . p-tabmenu-nav . p-tabmenuitem : not ( . p-highlight ) : not ( . p-disabled ) : hover . p-menuitem-link . p-menuitem-text {
color : # 333333 ;
}
. p-tabmenu . p-tabmenu-nav . p-tabmenuitem . p-highlight . p-menuitem-link {
background-color : # 41b883 ;
border : 1px solid # 41b883 ;
}
. p-tabmenu . p-tabmenu-nav . p-tabmenuitem . p-highlight . p-menuitem-link . p-menuitem-text {
color : # ffffff ;
}
. p-tabmenu . p-tabmenu-nav . p-tabmenuitem . p-highlight . p-menuitem-link . p-menuitem-icon {
color : # ffffff ;
}
. p-tieredmenu {
padding : 0 ;
background-color : # ffffff ;
color : # 333333 ;
border : 1px solid # c8c8c8 ;
border-radius : 3px ;
width : 12 . 5em ;
}
. p-tieredmenu . p-menuitem-link {
padding : 0 . 857em ;
color : # 333333 ;
font-weight : normal ;
border-radius : 0 ;
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
}
. p-tieredmenu . p-menuitem-link . p-menuitem-text {
color : # 333333 ;
}
. p-tieredmenu . p-menuitem-link . p-menuitem-icon {
color : # 333333 ;
margin-right : 0 . 5em ;
}
. p-tieredmenu . p-menuitem-link . p-submenu-icon {
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tieredmenu . p-menuitem-link : not ( . p-disabled ) : hover {
background-color : # eaeaea ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tieredmenu . p-menuitem-link : not ( . p-disabled ) : hover . p-menuitem-text {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-tieredmenu . p-menuitem-link : not ( . p-disabled ) : hover . p-menuitem-icon {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-tieredmenu . p-menuitem-link : not ( . p-disabled ) : hover . p-submenu-icon {
color : # 333333 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tieredmenu . p-menuitem-link : focus {
outline : 0 none ;
outline-offset : 0 ;
box-shadow : inset 0 0 0 0 . 2em # c2e9d8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tieredmenu . p-menu-overlay {
border : 1px solid # c8c8c8 ;
box-shadow : 0 0px 6px 0 rgba ( 0 , 0 , 0 , 0 . 16 ) ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tieredmenu . p-submenu-list {
2019-12-20 14:06:47 +00:00
padding : 0 ;
background-color : # ffffff ;
border : 1px solid # c8c8c8 ;
2020-04-28 11:53:21 +00:00
box-shadow : 0 0px 6px 0 rgba ( 0 , 0 , 0 , 0 . 16 ) ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-tieredmenu . p-menuitem . p-menuitem-active > . p-menuitem-link {
background-color : # eaeaea ;
}
. p-tieredmenu . p-menuitem . p-menuitem-active > . p-menuitem-link . p-menuitem-text {
2020-04-07 08:19:09 +00:00
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-tieredmenu . p-menuitem . p-menuitem-active > . p-menuitem-link . p-menuitem-icon , . p-tieredmenu . p-menuitem . p-menuitem-active > . p-menuitem-link . p-submenu-icon {
color : # 333333 ;
}
. p-tieredmenu . p-menu-separator {
border : 1px solid # d8dae2 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-message {
padding : 0 . 5em ;
2020-04-07 08:19:09 +00:00
margin : 0 ;
2020-04-28 11:53:21 +00:00
border-radius : 3px ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-message . p-message-info {
background-color : # 7fbcec ;
border : 0 none ;
color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-message . p-message-info . p-message-icon {
color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-message . p-message-success {
background-color : # b7d8b7 ;
border : 0 none ;
color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-message . p-message-success . p-message-icon {
color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-message . p-message-warn {
background-color : # ffe399 ;
border : 0 none ;
color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-message . p-message-warn . p-message-icon {
color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-message . p-message-error {
background-color : # f8b7bd ;
border : 0 none ;
color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-message . p-message-error . p-message-icon {
color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-message . p-message-icon {
font-size : 1em ;
margin-right : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-message . p-message-text {
font-size : 1em ;
}
. p-message . p-message-icon-only . p-message-icon {
margin-right : 0 ;
}
. p-messages {
margin : 1em 0 ;
2020-04-07 08:19:09 +00:00
border-radius : 3px ;
}
2020-04-28 11:53:21 +00:00
. p-messages . p-messages-wrapper {
padding : 1em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-messages . p-messages-info {
background-color : # 7fbcec ;
border : 0 none ;
color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-messages . p-messages-info . p-messages-icon {
color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-messages . p-messages-info . p-messages-close {
background-color : # 7fbcec ;
color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-messages . p-messages-success {
background-color : # b7d8b7 ;
border : 0 none ;
color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-messages . p-messages-success . p-messages-icon {
color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-messages . p-messages-success . p-messages-close {
background-color : # b7d8b7 ;
color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-messages . p-messages-warn {
background-color : # ffe399 ;
border : 0 none ;
color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-messages . p-messages-warn . p-messages-icon {
color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-messages . p-messages-warn . p-messages-close {
background-color : # ffe399 ;
color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-messages . p-messages-error {
background-color : # f8b7bd ;
border : 0 none ;
color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-messages . p-messages-error . p-messages-icon {
color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-messages . p-messages-error . p-messages-close {
background-color : # f8b7bd ;
color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-messages . p-messages-close {
border-radius : 50 % ;
transition : box-shadow 0 . 2s ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-messages . p-messages-close . p-messages-close-icon {
font-size : 1em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-messages . p-messages-close : focus {
2020-04-07 08:19:09 +00:00
outline : 0 none ;
outline-offset : 0 ;
2020-04-28 11:53:21 +00:00
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-messages . p-messages-text {
font-size : 1em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-messages . p-messages-icon {
font-size : 1em ;
margin-right : 0 . 5em ;
2020-04-07 08:19:09 +00:00
}
2019-12-20 14:06:47 +00:00
2020-04-28 11:53:21 +00:00
. p-toast {
opacity : 0 . 9 ;
}
. p-toast . p-toast-item-container {
margin : 0 0 1em 0 ;
box-shadow : 0 3px 6px 0 rgba ( 0 , 0 , 0 , 0 . 16 ) ;
}
. p-toast . p-toast-item-container . p-toast-item {
padding : 1em ;
}
. p-toast . p-toast-item-container . p-toast-item . p-toast-message {
margin : 0 0 0 0 . 5em ;
}
. p-toast . p-toast-item-container . p-toast-item . p-toast-image {
font-size : 2em ;
}
. p-toast . p-toast-item-container . p-toast-item . p-toast-title {
font-weight : 700 ;
}
. p-toast . p-toast-item-container . p-toast-message-info {
background-color : # 7fbcec ;
2019-12-20 14:06:47 +00:00
border : 0 none ;
2020-04-28 11:53:21 +00:00
color : # 212121 ;
}
. p-toast . p-toast-item-container . p-toast-message-info . p-toast-image ,
. p-toast . p-toast-item-container . p-toast-message-info . p-toast-icon-close {
color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-toast . p-toast-item-container . p-toast-message-success {
background-color : # b7d8b7 ;
2020-03-31 13:29:23 +00:00
border : 0 none ;
2020-04-28 11:53:21 +00:00
color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-toast . p-toast-item-container . p-toast-message-success . p-toast-image ,
. p-toast . p-toast-item-container . p-toast-message-success . p-toast-icon-close {
color : # 212121 ;
}
. p-toast . p-toast-item-container . p-toast-message-warn {
background-color : # ffe399 ;
border : 0 none ;
color : # 212121 ;
}
. p-toast . p-toast-item-container . p-toast-message-warn . p-toast-image ,
. p-toast . p-toast-item-container . p-toast-message-warn . p-toast-icon-close {
color : # 212121 ;
}
. p-toast . p-toast-item-container . p-toast-message-error {
background-color : # f8b7bd ;
border : 0 none ;
color : # 212121 ;
}
. p-toast . p-toast-item-container . p-toast-message-error . p-toast-image ,
. p-toast . p-toast-item-container . p-toast-message-error . p-toast-icon-close {
color : # 212121 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-close {
margin : 0 . 2em ;
}
. p-galleria . p-galleria-close . p-galleria-close-icon {
font-size : 2em ;
padding : 0 . 286em ;
2020-04-07 12:29:31 +00:00
color : # ffffff ;
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-close . p-galleria-close-icon : hover {
2020-04-07 12:29:31 +00:00
color : # 41b883 ;
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-header ,
. p-galleria . p-galleria-footer {
2020-04-07 12:29:31 +00:00
background-color : # f4f4f4 ;
color : # 333333 ;
border : 1px solid # c8c8c8 ;
2020-04-28 11:53:21 +00:00
padding : 0 . 857em 1em ;
2020-04-07 12:29:31 +00:00
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-header + . p-galleria-content ,
. p-galleria . p-galleria-footer + . p-galleria-content {
2020-04-07 12:29:31 +00:00
border : 1px solid # c8c8c8 ;
border-top : 0 none ;
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-content . p-galleria-preview-content . p-galleria-preview-container . p-galleria-preview-nav-button {
2020-04-07 12:29:31 +00:00
background-color : transparent ;
border : 0 none ;
color : # ffffff ;
2020-04-28 11:53:21 +00:00
padding : 0 . 429em ;
}
. p-galleria . p-galleria-content . p-galleria-preview-content . p-galleria-preview-container . p-galleria-preview-nav-button . p-galleria-preview-prev-icon ,
. p-galleria . p-galleria-content . p-galleria-preview-content . p-galleria-preview-container . p-galleria-preview-nav-button . p-galleria-preview-next-icon {
font-size : 2em ;
2020-04-07 12:29:31 +00:00
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-content . p-galleria-preview-content . p-galleria-preview-container . p-galleria-preview-nav-button : not ( . p-disabled ) : hover {
2020-04-07 12:29:31 +00:00
color : # 41b883 ;
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-content . p-galleria-preview-content . p-galleria-preview-container . p-galleria-preview-caption {
2020-04-07 12:29:31 +00:00
background-image : linear-gradient ( 180deg , rgba ( 0 , 0 , 0 , 0 ) 0 % , rgba ( 0 , 0 , 0 , 0 . 5 ) 70 % ) ;
color : # ffffff ;
2020-04-28 11:53:21 +00:00
padding : 1em ;
2020-04-07 12:29:31 +00:00
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-content . p-galleria-preview-content . p-galleria-indicator-container {
padding : 0 . 2em ;
}
. p-galleria . p-galleria-content . p-galleria-preview-content . p-galleria-indicator-container . p-galleria-indicator-item {
2020-04-07 12:29:31 +00:00
border-radius : 3px ;
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-content . p-galleria-preview-content . p-galleria-indicator-container . p-galleria-indicator-item > button {
padding : 0 . 286em ;
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
2020-04-07 12:29:31 +00:00
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-content . p-galleria-preview-content . p-galleria-indicator-container . p-galleria-indicator-item . p-galleria-indicator-icon {
width : 14px ;
height : 14px ;
background-color : # dadada ;
border-radius : 50 % ;
2020-04-07 12:29:31 +00:00
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-content . p-galleria-preview-content . p-galleria-indicator-container . p-galleria-indicator-item . p-galleria-indicator-icon : before {
content : " " ;
2020-04-07 12:29:31 +00:00
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-content . p-galleria-preview-content . p-galleria-indicator-container . p-galleria-indicator-item . p-highlight . p-galleria-indicator-icon {
background-color : # 41b883 ;
2020-04-07 12:29:31 +00:00
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-content . p-galleria-preview-content . p-galleria-indicator-container . p-galleria-indicator-item : focus {
2020-04-07 12:29:31 +00:00
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-content . p-galleria-thumbnail-content . p-galleria-thumbnail-container . p-galleria-thumbnail-prev ,
. p-galleria . p-galleria-content . p-galleria-thumbnail-content . p-galleria-thumbnail-container . p-galleria-thumbnail-next {
2020-04-07 12:29:31 +00:00
background-color : # ffffff ;
2020-04-28 11:53:21 +00:00
border : 1px solid # c8c8c8 ;
2020-04-07 12:29:31 +00:00
border-radius : 50 % ;
margin : 0 . 2em ;
2020-04-28 11:53:21 +00:00
color : # 848484 ;
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
width : 2 . 357em ;
height : 2 . 357em ;
2020-04-07 12:29:31 +00:00
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-content . p-galleria-thumbnail-content . p-galleria-thumbnail-container . p-galleria-thumbnail-prev : not ( . p-disabled ) : hover ,
. p-galleria . p-galleria-content . p-galleria-thumbnail-content . p-galleria-thumbnail-container . p-galleria-thumbnail-next : not ( . p-disabled ) : hover {
background-color : # eaeaea ;
color : # 333333 ;
border-color : # eaeaea ;
2020-04-07 12:29:31 +00:00
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-content . p-galleria-thumbnail-content . p-galleria-thumbnail-container . p-galleria-thumbnail-items-content . p-galleria-thumbnail-items-container . p-galleria-thumbnail-item {
2020-04-07 12:29:31 +00:00
opacity : 0 . 4 ;
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-content . p-galleria-thumbnail-content . p-galleria-thumbnail-container . p-galleria-thumbnail-items-content . p-galleria-thumbnail-items-container . p-galleria-thumbnail-item : hover {
2020-04-07 12:29:31 +00:00
opacity : 1 ;
transition : opacity 0 . 2s ;
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-content . p-galleria-thumbnail-content . p-galleria-thumbnail-container . p-galleria-thumbnail-items-content . p-galleria-thumbnail-items-container . p-galleria-thumbnail-item . p-galleria-thumbnail-item-current {
2020-04-07 12:29:31 +00:00
opacity : 1 ;
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-content . p-galleria-thumbnail-content . p-galleria-thumbnail-container . p-galleria-thumbnail-items-content . p-galleria-thumbnail-items-container . p-galleria-thumbnail-item . p-galleria-thumbnail-item-content {
margin : 0 . 3em ;
}
. p-galleria . p-galleria-content . p-galleria-thumbnail-content . p-galleria-thumbnail-container . p-galleria-thumbnail-items-content . p-galleria-thumbnail-items-container . p-galleria-thumbnail-item . p-galleria-thumbnail-item-content : focus {
2020-04-07 12:29:31 +00:00
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-indicators-bottom . p-galleria-content . p-galleria-preview-content . p-galleria-indicator-container . p-galleria-indicator-item {
padding-top : 0 . 857em ;
2020-04-07 12:29:31 +00:00
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-indicators-top . p-galleria-content . p-galleria-preview-content . p-galleria-indicator-container . p-galleria-indicator-item {
padding-bottom : 0 . 857em ;
2020-04-07 12:29:31 +00:00
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-indicators-left . p-galleria-content . p-galleria-preview-content . p-galleria-indicator-container . p-galleria-indicator-item {
padding-right : 0 . 857em ;
2020-04-07 12:29:31 +00:00
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-indicators-right . p-galleria-content . p-galleria-preview-content . p-galleria-indicator-container . p-galleria-indicator-item {
padding-left : 0 . 857em ;
2020-04-07 12:29:31 +00:00
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-indicator-onpreview . p-galleria-content . p-galleria-preview-content . p-galleria-indicator-container . p-galleria-indicator-item . p-galleria-indicator-icon {
background-color : # ffffff ;
2020-04-07 12:29:31 +00:00
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-indicator-onpreview . p-galleria-content . p-galleria-preview-content . p-galleria-indicator-container . p-galleria-indicator-item . p-highlight . p-galleria-indicator-icon {
background-color : # 41b883 ;
2020-04-07 12:29:31 +00:00
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-indicator-onpreview . p-galleria-indicators-bottom . p-galleria-content . p-galleria-preview-content . p-galleria-indicator-container {
2020-04-07 12:29:31 +00:00
background-image : linear-gradient ( 180deg , rgba ( 0 , 0 , 0 , 0 ) 0 % , rgba ( 0 , 0 , 0 , 0 . 5 ) 70 % ) ;
height : 30 % ;
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-indicator-onpreview . p-galleria-indicators-bottom . p-galleria-content . p-galleria-preview-content . p-galleria-indicator-container . p-galleria-indicator-item {
2020-04-07 12:29:31 +00:00
padding-top : 0 ;
2020-04-28 11:53:21 +00:00
padding-bottom : 0 . 857em ;
2020-04-07 12:29:31 +00:00
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-indicator-onpreview . p-galleria-indicators-top . p-galleria-content . p-galleria-preview-content . p-galleria-indicator-container {
2020-04-07 12:29:31 +00:00
background-image : linear-gradient ( 0deg , rgba ( 0 , 0 , 0 , 0 ) 0 % , rgba ( 0 , 0 , 0 , 0 . 5 ) 70 % ) ;
height : 30 % ;
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-indicator-onpreview . p-galleria-indicators-top . p-galleria-content . p-galleria-preview-content . p-galleria-indicator-container . p-galleria-indicator-item {
2020-04-07 12:29:31 +00:00
padding-bottom : 0 ;
2020-04-28 11:53:21 +00:00
padding-top : 0 . 857em ;
2020-04-07 12:29:31 +00:00
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-indicator-onpreview . p-galleria-indicators-left . p-galleria-content . p-galleria-preview-content . p-galleria-indicator-container {
2020-04-07 12:29:31 +00:00
background-image : linear-gradient ( 270deg , rgba ( 0 , 0 , 0 , 0 ) 0 % , rgba ( 0 , 0 , 0 , 0 . 5 ) 70 % ) ;
width : 30 % ;
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-indicator-onpreview . p-galleria-indicators-left . p-galleria-content . p-galleria-preview-content . p-galleria-indicator-container . p-galleria-indicator-item {
2020-04-07 12:29:31 +00:00
padding-right : 0 ;
2020-04-28 11:53:21 +00:00
padding-left : 0 . 857em ;
2020-04-07 12:29:31 +00:00
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-indicator-onpreview . p-galleria-indicators-right . p-galleria-content . p-galleria-preview-content . p-galleria-indicator-container {
2020-04-07 12:29:31 +00:00
background-image : linear-gradient ( 90deg , rgba ( 0 , 0 , 0 , 0 ) 0 % , rgba ( 0 , 0 , 0 , 0 . 5 ) 70 % ) ;
width : 30 % ;
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-indicator-onpreview . p-galleria-indicators-right . p-galleria-content . p-galleria-preview-content . p-galleria-indicator-container . p-galleria-indicator-item {
2020-04-07 12:29:31 +00:00
padding-left : 0 ;
2020-04-28 11:53:21 +00:00
padding-right : 0 . 857em ;
2020-04-07 12:29:31 +00:00
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-fullscreen . p-galleria-content . p-galleria-thumbnail-content . p-galleria-thumbnail-container . p-galleria-thumbnail-prev ,
. p-galleria . p-galleria-fullscreen . p-galleria-content . p-galleria-thumbnail-content . p-galleria-thumbnail-container . p-galleria-thumbnail-next {
2020-04-07 12:29:31 +00:00
background-color : transparent ;
border : 0 none ;
color : # ffffff ;
font-size : 1 . 2em ;
}
2020-04-28 11:53:21 +00:00
. p-galleria . p-galleria-fullscreen . p-galleria-content . p-galleria-thumbnail-content . p-galleria-thumbnail-container . p-galleria-thumbnail-prev : not ( . p-disabled ) : hover ,
. p-galleria . p-galleria-fullscreen . p-galleria-content . p-galleria-thumbnail-content . p-galleria-thumbnail-container . p-galleria-thumbnail-next : not ( . p-disabled ) : hover {
2020-04-07 12:29:31 +00:00
background-color : transparent ;
color : # 41b883 ;
border-color : 0 none ;
}
2020-04-28 11:53:21 +00:00
. p-galleria-mask {
background-color : # 000000 ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-galleria-mask . p-galleria . p-galleria-content . p-galleria-preview-content . p-galleria-preview-container . p-galleria-preview-nav-button {
height : 20em ;
width : 4em ;
margin-top : -10em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-inplace . p-inplace-display {
2020-04-07 08:19:09 +00:00
padding : 0 . 429em ;
border-radius : 3px ;
transition : background-color 0 . 2s , box-shadow 0 . 2s ;
}
2020-04-28 11:53:21 +00:00
. p-inplace . p-inplace-display : not ( . p-disabled ) : hover {
2020-04-07 08:19:09 +00:00
background-color : # eaeaea ;
color : # 333333 ;
}
2020-04-28 11:53:21 +00:00
. p-inplace . p-inplace-display : focus {
2020-04-07 08:19:09 +00:00
outline : 0 none ;
outline-offset : 0 ;
box-shadow : 0 0 0 0 . 2em # c2e9d8 ;
}
2020-04-28 11:53:21 +00:00
. p-progressbar {
border : 0 none ;
height : 24px ;
background-color : # eaeaea ;
border-radius : 3px ;
border-radius : 3px ;
}
. p-progressbar . p-progressbar-value {
border : 0 none ;
margin : 0 ;
background : # 41b883 ;
}
. p-progressbar . p-progressbar-label {
color : # 333333 ;
line-height : 24px ;
}
. p-terminal {
background-color : # ffffff ;
color : # 333333 ;
border : 1px solid # c8c8c8 ;
padding : 0 . 571em 1em ;
2020-04-07 08:19:09 +00:00
}
2020-04-28 11:53:21 +00:00
. p-terminal . p-terminal-input {
font-size : 14px ;
font-family : "Open Sans" , "Helvetica Neue" , sans-serif ;
}
. p-blockui {
2020-04-07 08:19:09 +00:00
transition-duration : 0 . 2s ;
}
2019-12-20 14:06:47 +00:00
/* Add your customizations of theme here */