/* plugins/SymopStylePlugin/css/common.css */
.row.row-eq-height {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}
.row.row-eq-height > [class*='col-'] {
display: flex;
flex-direction: column;
}
.little-row {
margin-right: -5px;
margin-left: -5px;
}
.little-row > .col,
.little-row > [class*=col-],
.little-row .slick-slide > div > .col,
.little-row .slick-slide > div > [class*=col-] {
padding-right: 5px;
padding-left: 5px;
}
.bg-sym-white {
background-color: #ffffff;
}
.co-sym-white {
color: #ffffff;
}
.co-sym-white-hover:hover {
color: #ffffff;
}
.bg-sym-white-before::before {
background-color: #ffffff;
}
.bg-sym-black {
background-color: #000000;
}
.co-sym-black {
color: #000000;
}
.co-sym-black-hover:hover {
color: #000000;
}
.bg-sym-black-before::before {
background-color: #000000;
}
.bg-sym-black-light {
background-color: #414142;
}
.co-sym-black-light {
color: #414142;
}
.co-sym-black-light-hover:hover {
color: #414142;
}
.bg-sym-black-light-before::before {
background-color: #414142;
}
.bg-sym-red {
background-color: #CA2C35;
}
.co-sym-red {
color: #CA2C35;
}
.co-sym-red-hover:hover {
color: #CA2C35;
}
.bg-sym-red-before::before {
background-color: #CA2C35;
}
.bg-sym-grey {
background-color: #8f8f8f;
}
.co-sym-grey {
color: #8f8f8f;
}
.co-sym-grey-hover:hover {
color: #8f8f8f;
}
.bg-sym-grey-before::before {
background-color: #8f8f8f;
}
.bg-sym-grey-very-light {
background-color: #EAEAEA;
}
.co-sym-grey-very-light {
color: #EAEAEA;
}
.co-sym-grey-very-light-hover:hover {
color: #EAEAEA;
}
.bg-sym-grey-very-light-before::before {
background-color: #EAEAEA;
}
.bg-sym-btn-background {
background-color: #3D5263;
}
.co-sym-btn-background {
color: #3D5263;
}
.co-sym-btn-background-hover:hover {
color: #3D5263;
}
.bg-sym-btn-background-before::before {
background-color: #3D5263;
}
.bg-sym-btn-border-color {
background-color: #2a3843;
}
.co-sym-btn-border-color {
color: #2a3843;
}
.co-sym-btn-border-color-hover:hover {
color: #2a3843;
}
.bg-sym-btn-border-color-before::before {
background-color: #2a3843;
}
.bg-txt-dark {
background-color: #414142;
}
.co-txt-dark {
color: #414142;
}
.co-txt-dark-hover:hover {
color: #414142;
}
.bg-txt-dark-before::before {
background-color: #414142;
}
.bg-txt-light {
background-color: #ffffff;
}
.co-txt-light {
color: #ffffff;
}
.co-txt-light-hover:hover {
color: #ffffff;
}
.bg-txt-light-before::before {
background-color: #ffffff;
}
.bg-sym-light-shade-grey {
background-color: #fafafa;
}
.co-sym-light-shade-grey {
color: #fafafa;
}
.co-sym-light-shade-grey-hover:hover {
color: #fafafa;
}
.bg-sym-light-shade-grey-before::before {
background-color: #fafafa;
}
.bg-sym-pink {
background-color: #EEB9BC;
}
.co-sym-pink {
color: #EEB9BC;
}
.co-sym-pink-hover:hover {
color: #EEB9BC;
}
.bg-sym-pink-before::before {
background-color: #EEB9BC;
}
.bg-sym-background-grey {
background-color: #F1F1F1;
}
.co-sym-background-grey {
color: #F1F1F1;
}
.co-sym-background-grey-hover:hover {
color: #F1F1F1;
}
.bg-sym-background-grey-before::before {
background-color: #F1F1F1;
}
.bg-sym-grey-light {
background-color: #dddddd;
}
.co-sym-grey-light {
color: #dddddd;
}
.co-sym-grey-light-hover:hover {
color: #dddddd;
}
.bg-sym-grey-light-before::before {
background-color: #dddddd;
}
.bg-sym-blue-dark {
background-color: #143157;
}
.co-sym-blue-dark {
color: #143157;
}
.co-sym-blue-dark-hover:hover {
color: #143157;
}
.bg-sym-blue-dark-before::before {
background-color: #143157;
}
.bg-transparent {
background: transparent;
}
.ta-left {
text-align: left;
}
.ta-right {
text-align: right;
}
.ta-center {
text-align: center;
}
.td-none {
text-decoration: none;
}
.td-under {
text-decoration: underline;
}
.tt-capitalize {
text-transform: capitalize;
}
.tt-uppercase {
text-transform: uppercase;
}
.tt-lowercase {
text-transform: lowercase;
}
.d-none {
display: none;
}
.d-inline {
display: inline;
}
.d-inline-block {
display: inline-block;
}
.d-block {
display: block;
}
.d-table {
display: table;
}
.d-flex {
display: flex;
}
.jc-end {
justify-content: flex-end;
}
.jc-around {
justify-content: space-around;
}
.jc-between {
justify-content: space-between;
}
.jc-center {
justify-content: center;
}
.jc-evenly {
justify-content: space-evenly;
}
.jc-start {
justify-content: start;
}
.fd-row {
flex-direction: row;
}
.fd-column {
flex-direction: column;
}
.ai-center {
display: flex;
align-items: center;
}
.ai-top {
display: flex;
align-items: start;
}
.ai-baseline {
display: flex;
align-items: baseline;
}
.all-center {
display: flex;
justify-content: center;
align-items: center;
}
.fw-wrap {
display: flex;
flex-wrap: wrap;
}
.fg-1 {
flex-grow: 1;
}
.o-hidden {
overflow: hidden;
}
.hide-if-empty {
display: none;
}
.of-cover {
object-fit: cover;
}
.of-cover .p-0 {
padding: 0 !important;
}
.va-middle {
vertical-align: middle;
}
.va-txt-top {
vertical-align: text-top;
}
.va-bottom {
vertical-align: bottom;
}
.va-baseline-middle {
vertical-align: -webkit-baseline-middle;
}
.p-relative {
position: relative;
}
.p-absolute {
position: absolute;
}
.p-inherit {
position: inherit;
}
.p-initial {
position: initial;
}
.p-fixed {
position: fixed;
}
.p-sticky {
position: sticky;
}
.p-unset {
position: unset;
}
.p-static {
position: static;
}
.justify-content-center {
justify-content: center;
}
.justify-content-space-between {
justify-content: space-between;
}
.align-items-center {
align-items: center;
}
.w-0 {
width: 0;
}
.w-5 {
width: 5%;
}
.w-10 {
width: 10%;
}
.w-15 {
width: 15%;
}
.w-20 {
width: 20%;
}
.w-25 {
width: 25%;
}
.w-30 {
width: 30%;
}
.w-33 {
width: 33, 3333%;
}
.w-35 {
width: 35%;
}
.w-40 {
width: 40%;
}
.w-50 {
width: 50%;
}
.w-55 {
width: 55%;
}
.w-60 {
width: 60%;
}
.w-66 {
width: 66, 6666%;
}
.w-70 {
width: 70%;
}
.w-75 {
width: 75%;
}
.w-80 {
width: 80%;
}
.w-85 {
width: 85%;
}
.w-89 {
width: 89%;
}
.w-90 {
width: 90%;
}
.w-95 {
width: 95%;
}
.w-100 {
width: 100%;
}
.mw-100 {
max-width: 100%;
}
.mw-620 {
max-width: 620px;
}
.mw-1000 {
max-width: 1000px;
}
.mh-200 {
max-height: 200px;
}
.h-20 {
height: 20px;
}
.h-100 {
height: 100%;
}
.h-100.next-div-100 > div {
height: 100%;
}
.h-viewport {
height: 100vh !important;
}
.br-0 {
border-radius: 0;
}
.br-round {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.no-br {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.br {
border-radius: 10px;
}
.br-only {
border-radius: 10px;
}
.br-top {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.br-bottom {
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.br-left {
border-bottom-left-radius: 10px;
border-top-left-radius: 10px;
}
.br-right {
border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
}
.small-br {
border-radius: 5px;
}
.small-br-only {
border-radius: 5px;
}
.small-br-top {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.small-br-bottom {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.small-br-left {
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}
.small-br-right {
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
}
.no-border {
border: none;
}
.float-no {
float: none;
}
.rotate-45 {
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.rotate-45.icon:before {
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
}
.rotate-90 {
-o-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.rotate-90.icon:before {
-o-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
position: absolute;
}
.rotate-135 {
-o-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.rotate-135.icon:before {
-o-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
position: absolute;
}
.rotate-180 {
-o-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.rotate-180.icon:before {
-o-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
position: absolute;
}
.rotate-225 {
-o-transform: rotate(225deg);
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
}
.rotate-225.icon:before {
-o-transform: rotate(225deg);
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
position: absolute;
}
.rotate-270 {
-o-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.rotate-270.icon:before {
-o-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
position: absolute;
}
.rotate-315 {
-o-transform: rotate(315deg);
-webkit-transform: rotate(315deg);
-ms-transform: rotate(315deg);
transform: rotate(315deg);
}
.rotate-315.icon:before {
-o-transform: rotate(315deg);
-webkit-transform: rotate(315deg);
-ms-transform: rotate(315deg);
transform: rotate(315deg);
position: absolute;
}
.rotate-360 {
-o-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.rotate-360.icon:before {
-o-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
position: absolute;
}
.ratio-16-9 {
position: relative;
padding-bottom: 56.25%;
text-align: left;
}
.ratio-16-9 > img,
.ratio-16-9 .portlet-image-img {
position: absolute;
object-fit: cover;
width: 100%;
height: 100%;
}
.ratio-16-9 > iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ratio-4-3 {
position: relative;
padding-bottom: 75%;
text-align: left;
}
.ratio-4-3 > img,
.ratio-4-3 .portlet-image-img {
position: absolute;
object-fit: cover;
width: 100%;
height: 100%;
}
.ratio-4-3 > iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ratio-1-1 {
position: relative;
padding-bottom: 100%;
text-align: left;
}
.ratio-1-1 > img,
.ratio-1-1 .portlet-image-img {
position: absolute;
object-fit: cover;
width: 100%;
height: 100%;
}
.ratio-1-1.icon-pop > img {
object-fit: contain;
}
.ratio-1-1 > iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.panel-clean {
border: 0;
box-shadow: inherit;
-webkit-box-shadow: inherit;
border-radius: 0;
margin: 0;
}
.panel-clean:not([class*="bg-sym-"]) {
background-color: transparent;
}
.panel-clean .panel-heading {
padding: 0;
border-radius: 0;
border: 0;
}
.panel-clean .panel-heading a {
text-decoration: none;
}
.panel-clean .panel-body {
padding: 0;
}
.text-no-wrap {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
max-width: 100%;
}
.transform-to-top {
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.transform-to-top:hover,
.transform-to-top:focus {
transform: translateY(-5px);
box-shadow: 4px 7px 12px 4px #d8d2d2;
}
.small-transform-to-top {
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.small-transform-to-top:hover,
.small-transform-to-top:focus {
transform: translateY(-2px);
box-shadow: 4px 7px 12px 4px #d8d2d2;
}
.transition-sym {
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.transition-sym-slow {
transition: .3s cubic-bezier(.4, 0, 1, 1), background-color .3s cubic-bezier(.4, 0, .2, 1), color .3s cubic-bezier(.4, 0, .2, 1);
}
.box-shadow-menu {
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.24);
}
.box-shadow-sidebar {
box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.11);
}
.box-shadow-resource {
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.11);
}
.protect-write:not(.no-reverse):before {
content: attr(data-website) "\0040" attr(data-user);
unicode-bidi: bidi-override;
direction: rtl;
}
.fade-in-2s {
animation: fadeIn ease 2s;
-webkit-animation: fadeIn ease 2s;
-moz-animation: fadeIn ease 2s;
-o-animation: fadeIn ease 2s;
-ms-animation: fadeIn ease 2s;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes fadeIn {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-ms-keyframes fadeIn {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.mx-0 {
margin-top: 0px;
margin-bottom: 0px;
}
.my-0 {
margin-left: 0px;
margin-right: 0px;
}
.mt-0 {
margin-top: 0px;
}
.mb-0 {
margin-bottom: 0px;
}
.ml-0 {
margin-left: 0px;
}
.mr-0 {
margin-right: 0px;
}
.ma-0 {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
.px-0 {
padding-top: 0px;
padding-bottom: 0px;
}
.py-0 {
padding-left: 0px;
padding-right: 0px;
}
.pt-0 {
padding-top: 0px;
}
.pb-0 {
padding-bottom: 0px;
}
.pl-0 {
padding-left: 0px;
}
.pr-0 {
padding-right: 0px;
}
.pa-0 {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.mx-8 {
margin-top: 8px;
margin-bottom: 8px;
}
.my-8 {
margin-left: 8px;
margin-right: 8px;
}
.mt-8 {
margin-top: 8px;
}
.mb-8 {
margin-bottom: 8px;
}
.ml-8 {
margin-left: 8px;
}
.mr-8 {
margin-right: 8px;
}
.ma-8 {
margin-top: 8px;
margin-right: 8px;
margin-bottom: 8px;
margin-left: 8px;
}
.px-8 {
padding-top: 8px;
padding-bottom: 8px;
}
.py-8 {
padding-left: 8px;
padding-right: 8px;
}
.pt-8 {
padding-top: 8px;
}
.pb-8 {
padding-bottom: 8px;
}
.pl-8 {
padding-left: 8px;
}
.pr-8 {
padding-right: 8px;
}
.pa-8 {
padding-top: 8px;
padding-right: 8px;
padding-bottom: 8px;
padding-left: 8px;
}
.mx-16 {
margin-top: 16px;
margin-bottom: 16px;
}
.my-16 {
margin-left: 16px;
margin-right: 16px;
}
.mt-16 {
margin-top: 16px;
}
.mb-16 {
margin-bottom: 16px;
}
.ml-16 {
margin-left: 16px;
}
.mr-16 {
margin-right: 16px;
}
.ma-16 {
margin-top: 16px;
margin-right: 16px;
margin-bottom: 16px;
margin-left: 16px;
}
.px-16 {
padding-top: 16px;
padding-bottom: 16px;
}
.py-16 {
padding-left: 16px;
padding-right: 16px;
}
.pt-16 {
padding-top: 16px;
}
.pb-16 {
padding-bottom: 16px;
}
.pl-16 {
padding-left: 16px;
}
.pr-16 {
padding-right: 16px;
}
.pa-16 {
padding-top: 16px;
padding-right: 16px;
padding-bottom: 16px;
padding-left: 16px;
}
.mx-24 {
margin-top: 24px;
margin-bottom: 24px;
}
.my-24 {
margin-left: 24px;
margin-right: 24px;
}
.mt-24 {
margin-top: 24px;
}
.mb-24 {
margin-bottom: 24px;
}
.ml-24 {
margin-left: 24px;
}
.mr-24 {
margin-right: 24px;
}
.ma-24 {
margin-top: 24px;
margin-right: 24px;
margin-bottom: 24px;
margin-left: 24px;
}
.px-24 {
padding-top: 24px;
padding-bottom: 24px;
}
.py-24 {
padding-left: 24px;
padding-right: 24px;
}
.pt-24 {
padding-top: 24px;
}
.pb-24 {
padding-bottom: 24px;
}
.pl-24 {
padding-left: 24px;
}
.pr-24 {
padding-right: 24px;
}
.pa-24 {
padding-top: 24px;
padding-right: 24px;
padding-bottom: 24px;
padding-left: 24px;
}
.mx-32 {
margin-top: 32px;
margin-bottom: 32px;
}
.my-32 {
margin-left: 32px;
margin-right: 32px;
}
.mt-32 {
margin-top: 32px;
}
.mb-32 {
margin-bottom: 32px;
}
.ml-32 {
margin-left: 32px;
}
.mr-32 {
margin-right: 32px;
}
.ma-32 {
margin-top: 32px;
margin-right: 32px;
margin-bottom: 32px;
margin-left: 32px;
}
.px-32 {
padding-top: 32px;
padding-bottom: 32px;
}
.py-32 {
padding-left: 32px;
padding-right: 32px;
}
.pt-32 {
padding-top: 32px;
}
.pb-32 {
padding-bottom: 32px;
}
.pl-32 {
padding-left: 32px;
}
.pr-32 {
padding-right: 32px;
}
.pa-32 {
padding-top: 32px;
padding-right: 32px;
padding-bottom: 32px;
padding-left: 32px;
}
.mx-4 {
margin-top: 4px;
margin-bottom: 4px;
}
.my-4 {
margin-left: 4px;
margin-right: 4px;
}
.mt-4 {
margin-top: 4px;
}
.mb-4 {
margin-bottom: 4px;
}
.ml-4 {
margin-left: 4px;
}
.mr-4 {
margin-right: 4px;
}
.ma-4 {
margin-top: 4px;
margin-right: 4px;
margin-bottom: 4px;
margin-left: 4px;
}
.px-4 {
padding-top: 4px;
padding-bottom: 4px;
}
.py-4 {
padding-left: 4px;
padding-right: 4px;
}
.pt-4 {
padding-top: 4px;
}
.pb-4 {
padding-bottom: 4px;
}
.pl-4 {
padding-left: 4px;
}
.pr-4 {
padding-right: 4px;
}
.pa-4 {
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
}
.mx-12 {
margin-top: 12px;
margin-bottom: 12px;
}
.my-12 {
margin-left: 12px;
margin-right: 12px;
}
.mt-12 {
margin-top: 12px;
}
.mb-12 {
margin-bottom: 12px;
}
.ml-12 {
margin-left: 12px;
}
.mr-12 {
margin-right: 12px;
}
.ma-12 {
margin-top: 12px;
margin-right: 12px;
margin-bottom: 12px;
margin-left: 12px;
}
.px-12 {
padding-top: 12px;
padding-bottom: 12px;
}
.py-12 {
padding-left: 12px;
padding-right: 12px;
}
.pt-12 {
padding-top: 12px;
}
.pb-12 {
padding-bottom: 12px;
}
.pl-12 {
padding-left: 12px;
}
.pr-12 {
padding-right: 12px;
}
.pa-12 {
padding-top: 12px;
padding-right: 12px;
padding-bottom: 12px;
padding-left: 12px;
}
.mx-28 {
margin-top: 28px;
margin-bottom: 28px;
}
.my-28 {
margin-left: 28px;
margin-right: 28px;
}
.mt-28 {
margin-top: 28px;
}
.mb-28 {
margin-bottom: 28px;
}
.ml-28 {
margin-left: 28px;
}
.mr-28 {
margin-right: 28px;
}
.ma-28 {
margin-top: 28px;
margin-right: 28px;
margin-bottom: 28px;
margin-left: 28px;
}
.px-28 {
padding-top: 28px;
padding-bottom: 28px;
}
.py-28 {
padding-left: 28px;
padding-right: 28px;
}
.pt-28 {
padding-top: 28px;
}
.pb-28 {
padding-bottom: 28px;
}
.pl-28 {
padding-left: 28px;
}
.pr-28 {
padding-right: 28px;
}
.pa-28 {
padding-top: 28px;
padding-right: 28px;
padding-bottom: 28px;
padding-left: 28px;
}
.mx-36 {
margin-top: 36px;
margin-bottom: 36px;
}
.my-36 {
margin-left: 36px;
margin-right: 36px;
}
.mt-36 {
margin-top: 36px;
}
.mb-36 {
margin-bottom: 36px;
}
.ml-36 {
margin-left: 36px;
}
.mr-36 {
margin-right: 36px;
}
.ma-36 {
margin-top: 36px;
margin-right: 36px;
margin-bottom: 36px;
margin-left: 36px;
}
.px-36 {
padding-top: 36px;
padding-bottom: 36px;
}
.py-36 {
padding-left: 36px;
padding-right: 36px;
}
.pt-36 {
padding-top: 36px;
}
.pb-36 {
padding-bottom: 36px;
}
.pl-36 {
padding-left: 36px;
}
.pr-36 {
padding-right: 36px;
}
.pa-36 {
padding-top: 36px;
padding-right: 36px;
padding-bottom: 36px;
padding-left: 36px;
}
.mx-0 {
margin-top: 0px;
margin-bottom: 0px;
}
.my-0 {
margin-left: 0px;
margin-right: 0px;
}
.mt-0 {
margin-top: 0px;
}
.mb-0 {
margin-bottom: 0px;
}
.ml-0 {
margin-left: 0px;
}
.mr-0 {
margin-right: 0px;
}
.ma-0 {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
.px-0 {
padding-top: 0px;
padding-bottom: 0px;
}
.py-0 {
padding-left: 0px;
padding-right: 0px;
}
.pt-0 {
padding-top: 0px;
}
.pb-0 {
padding-bottom: 0px;
}
.pl-0 {
padding-left: 0px;
}
.pr-0 {
padding-right: 0px;
}
.pa-0 {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.mx-2 {
margin-top: 2px;
margin-bottom: 2px;
}
.my-2 {
margin-left: 2px;
margin-right: 2px;
}
.mt-2 {
margin-top: 2px;
}
.mb-2 {
margin-bottom: 2px;
}
.ml-2 {
margin-left: 2px;
}
.mr-2 {
margin-right: 2px;
}
.ma-2 {
margin-top: 2px;
margin-right: 2px;
margin-bottom: 2px;
margin-left: 2px;
}
.px-2 {
padding-top: 2px;
padding-bottom: 2px;
}
.py-2 {
padding-left: 2px;
padding-right: 2px;
}
.pt-2 {
padding-top: 2px;
}
.pb-2 {
padding-bottom: 2px;
}
.pl-2 {
padding-left: 2px;
}
.pr-2 {
padding-right: 2px;
}
.pa-2 {
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
}
.mx-5 {
margin-top: 5px;
margin-bottom: 5px;
}
.my-5 {
margin-left: 5px;
margin-right: 5px;
}
.mt-5 {
margin-top: 5px;
}
.mb-5 {
margin-bottom: 5px;
}
.ml-5 {
margin-left: 5px;
}
.mr-5 {
margin-right: 5px;
}
.ma-5 {
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 5px;
}
.px-5 {
padding-top: 5px;
padding-bottom: 5px;
}
.py-5 {
padding-left: 5px;
padding-right: 5px;
}
.pt-5 {
padding-top: 5px;
}
.pb-5 {
padding-bottom: 5px;
}
.pl-5 {
padding-left: 5px;
}
.pr-5 {
padding-right: 5px;
}
.pa-5 {
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
}
.mx-10 {
margin-top: 10px;
margin-bottom: 10px;
}
.my-10 {
margin-left: 10px;
margin-right: 10px;
}
.mt-10 {
margin-top: 10px;
}
.mb-10 {
margin-bottom: 10px;
}
.ml-10 {
margin-left: 10px;
}
.mr-10 {
margin-right: 10px;
}
.ma-10 {
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 10px;
}
.px-10 {
padding-top: 10px;
padding-bottom: 10px;
}
.py-10 {
padding-left: 10px;
padding-right: 10px;
}
.pt-10 {
padding-top: 10px;
}
.pb-10 {
padding-bottom: 10px;
}
.pl-10 {
padding-left: 10px;
}
.pr-10 {
padding-right: 10px;
}
.pa-10 {
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
}
.mx-15 {
margin-top: 15px;
margin-bottom: 15px;
}
.my-15 {
margin-left: 15px;
margin-right: 15px;
}
.mt-15 {
margin-top: 15px;
}
.mb-15 {
margin-bottom: 15px;
}
.ml-15 {
margin-left: 15px;
}
.mr-15 {
margin-right: 15px;
}
.ma-15 {
margin-top: 15px;
margin-right: 15px;
margin-bottom: 15px;
margin-left: 15px;
}
.px-15 {
padding-top: 15px;
padding-bottom: 15px;
}
.py-15 {
padding-left: 15px;
padding-right: 15px;
}
.pt-15 {
padding-top: 15px;
}
.pb-15 {
padding-bottom: 15px;
}
.pl-15 {
padding-left: 15px;
}
.pr-15 {
padding-right: 15px;
}
.pa-15 {
padding-top: 15px;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 15px;
}
.mx-20 {
margin-top: 20px;
margin-bottom: 20px;
}
.my-20 {
margin-left: 20px;
margin-right: 20px;
}
.mt-20 {
margin-top: 20px;
}
.mb-20 {
margin-bottom: 20px;
}
.ml-20 {
margin-left: 20px;
}
.mr-20 {
margin-right: 20px;
}
.ma-20 {
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px;
margin-left: 20px;
}
.px-20 {
padding-top: 20px;
padding-bottom: 20px;
}
.py-20 {
padding-left: 20px;
padding-right: 20px;
}
.pt-20 {
padding-top: 20px;
}
.pb-20 {
padding-bottom: 20px;
}
.pl-20 {
padding-left: 20px;
}
.pr-20 {
padding-right: 20px;
}
.pa-20 {
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
}
.mx-25 {
margin-top: 25px;
margin-bottom: 25px;
}
.my-25 {
margin-left: 25px;
margin-right: 25px;
}
.mt-25 {
margin-top: 25px;
}
.mb-25 {
margin-bottom: 25px;
}
.ml-25 {
margin-left: 25px;
}
.mr-25 {
margin-right: 25px;
}
.ma-25 {
margin-top: 25px;
margin-right: 25px;
margin-bottom: 25px;
margin-left: 25px;
}
.px-25 {
padding-top: 25px;
padding-bottom: 25px;
}
.py-25 {
padding-left: 25px;
padding-right: 25px;
}
.pt-25 {
padding-top: 25px;
}
.pb-25 {
padding-bottom: 25px;
}
.pl-25 {
padding-left: 25px;
}
.pr-25 {
padding-right: 25px;
}
.pa-25 {
padding-top: 25px;
padding-right: 25px;
padding-bottom: 25px;
padding-left: 25px;
}
.mx-30 {
margin-top: 30px;
margin-bottom: 30px;
}
.my-30 {
margin-left: 30px;
margin-right: 30px;
}
.mt-30 {
margin-top: 30px;
}
.mb-30 {
margin-bottom: 30px;
}
.ml-30 {
margin-left: 30px;
}
.mr-30 {
margin-right: 30px;
}
.ma-30 {
margin-top: 30px;
margin-right: 30px;
margin-bottom: 30px;
margin-left: 30px;
}
.px-30 {
padding-top: 30px;
padding-bottom: 30px;
}
.py-30 {
padding-left: 30px;
padding-right: 30px;
}
.pt-30 {
padding-top: 30px;
}
.pb-30 {
padding-bottom: 30px;
}
.pl-30 {
padding-left: 30px;
}
.pr-30 {
padding-right: 30px;
}
.pa-30 {
padding-top: 30px;
padding-right: 30px;
padding-bottom: 30px;
padding-left: 30px;
}
.mx-35 {
margin-top: 35px;
margin-bottom: 35px;
}
.my-35 {
margin-left: 35px;
margin-right: 35px;
}
.mt-35 {
margin-top: 35px;
}
.mb-35 {
margin-bottom: 35px;
}
.ml-35 {
margin-left: 35px;
}
.mr-35 {
margin-right: 35px;
}
.ma-35 {
margin-top: 35px;
margin-right: 35px;
margin-bottom: 35px;
margin-left: 35px;
}
.px-35 {
padding-top: 35px;
padding-bottom: 35px;
}
.py-35 {
padding-left: 35px;
padding-right: 35px;
}
.pt-35 {
padding-top: 35px;
}
.pb-35 {
padding-bottom: 35px;
}
.pl-35 {
padding-left: 35px;
}
.pr-35 {
padding-right: 35px;
}
.pa-35 {
padding-top: 35px;
padding-right: 35px;
padding-bottom: 35px;
padding-left: 35px;
}
.mx-40 {
margin-top: 40px;
margin-bottom: 40px;
}
.my-40 {
margin-left: 40px;
margin-right: 40px;
}
.mt-40 {
margin-top: 40px;
}
.mb-40 {
margin-bottom: 40px;
}
.ml-40 {
margin-left: 40px;
}
.mr-40 {
margin-right: 40px;
}
.ma-40 {
margin-top: 40px;
margin-right: 40px;
margin-bottom: 40px;
margin-left: 40px;
}
.px-40 {
padding-top: 40px;
padding-bottom: 40px;
}
.py-40 {
padding-left: 40px;
padding-right: 40px;
}
.pt-40 {
padding-top: 40px;
}
.pb-40 {
padding-bottom: 40px;
}
.pl-40 {
padding-left: 40px;
}
.pr-40 {
padding-right: 40px;
}
.pa-40 {
padding-top: 40px;
padding-right: 40px;
padding-bottom: 40px;
padding-left: 40px;
}
.mx-45 {
margin-top: 45px;
margin-bottom: 45px;
}
.my-45 {
margin-left: 45px;
margin-right: 45px;
}
.mt-45 {
margin-top: 45px;
}
.mb-45 {
margin-bottom: 45px;
}
.ml-45 {
margin-left: 45px;
}
.mr-45 {
margin-right: 45px;
}
.ma-45 {
margin-top: 45px;
margin-right: 45px;
margin-bottom: 45px;
margin-left: 45px;
}
.px-45 {
padding-top: 45px;
padding-bottom: 45px;
}
.py-45 {
padding-left: 45px;
padding-right: 45px;
}
.pt-45 {
padding-top: 45px;
}
.pb-45 {
padding-bottom: 45px;
}
.pl-45 {
padding-left: 45px;
}
.pr-45 {
padding-right: 45px;
}
.pa-45 {
padding-top: 45px;
padding-right: 45px;
padding-bottom: 45px;
padding-left: 45px;
}
.mx-50 {
margin-top: 50px;
margin-bottom: 50px;
}
.my-50 {
margin-left: 50px;
margin-right: 50px;
}
.mt-50 {
margin-top: 50px;
}
.mb-50 {
margin-bottom: 50px;
}
.ml-50 {
margin-left: 50px;
}
.mr-50 {
margin-right: 50px;
}
.ma-50 {
margin-top: 50px;
margin-right: 50px;
margin-bottom: 50px;
margin-left: 50px;
}
.px-50 {
padding-top: 50px;
padding-bottom: 50px;
}
.py-50 {
padding-left: 50px;
padding-right: 50px;
}
.pt-50 {
padding-top: 50px;
}
.pb-50 {
padding-bottom: 50px;
}
.pl-50 {
padding-left: 50px;
}
.pr-50 {
padding-right: 50px;
}
.pa-50 {
padding-top: 50px;
padding-right: 50px;
padding-bottom: 50px;
padding-left: 50px;
}
.mx-55 {
margin-top: 55px;
margin-bottom: 55px;
}
.my-55 {
margin-left: 55px;
margin-right: 55px;
}
.mt-55 {
margin-top: 55px;
}
.mb-55 {
margin-bottom: 55px;
}
.ml-55 {
margin-left: 55px;
}
.mr-55 {
margin-right: 55px;
}
.ma-55 {
margin-top: 55px;
margin-right: 55px;
margin-bottom: 55px;
margin-left: 55px;
}
.px-55 {
padding-top: 55px;
padding-bottom: 55px;
}
.py-55 {
padding-left: 55px;
padding-right: 55px;
}
.pt-55 {
padding-top: 55px;
}
.pb-55 {
padding-bottom: 55px;
}
.pl-55 {
padding-left: 55px;
}
.pr-55 {
padding-right: 55px;
}
.pa-55 {
padding-top: 55px;
padding-right: 55px;
padding-bottom: 55px;
padding-left: 55px;
}
.mx-60 {
margin-top: 60px;
margin-bottom: 60px;
}
.my-60 {
margin-left: 60px;
margin-right: 60px;
}
.mt-60 {
margin-top: 60px;
}
.mb-60 {
margin-bottom: 60px;
}
.ml-60 {
margin-left: 60px;
}
.mr-60 {
margin-right: 60px;
}
.ma-60 {
margin-top: 60px;
margin-right: 60px;
margin-bottom: 60px;
margin-left: 60px;
}
.px-60 {
padding-top: 60px;
padding-bottom: 60px;
}
.py-60 {
padding-left: 60px;
padding-right: 60px;
}
.pt-60 {
padding-top: 60px;
}
.pb-60 {
padding-bottom: 60px;
}
.pl-60 {
padding-left: 60px;
}
.pr-60 {
padding-right: 60px;
}
.pa-60 {
padding-top: 60px;
padding-right: 60px;
padding-bottom: 60px;
padding-left: 60px;
}
.mx-65 {
margin-top: 65px;
margin-bottom: 65px;
}
.my-65 {
margin-left: 65px;
margin-right: 65px;
}
.mt-65 {
margin-top: 65px;
}
.mb-65 {
margin-bottom: 65px;
}
.ml-65 {
margin-left: 65px;
}
.mr-65 {
margin-right: 65px;
}
.ma-65 {
margin-top: 65px;
margin-right: 65px;
margin-bottom: 65px;
margin-left: 65px;
}
.px-65 {
padding-top: 65px;
padding-bottom: 65px;
}
.py-65 {
padding-left: 65px;
padding-right: 65px;
}
.pt-65 {
padding-top: 65px;
}
.pb-65 {
padding-bottom: 65px;
}
.pl-65 {
padding-left: 65px;
}
.pr-65 {
padding-right: 65px;
}
.pa-65 {
padding-top: 65px;
padding-right: 65px;
padding-bottom: 65px;
padding-left: 65px;
}
.mx-70 {
margin-top: 70px;
margin-bottom: 70px;
}
.my-70 {
margin-left: 70px;
margin-right: 70px;
}
.mt-70 {
margin-top: 70px;
}
.mb-70 {
margin-bottom: 70px;
}
.ml-70 {
margin-left: 70px;
}
.mr-70 {
margin-right: 70px;
}
.ma-70 {
margin-top: 70px;
margin-right: 70px;
margin-bottom: 70px;
margin-left: 70px;
}
.px-70 {
padding-top: 70px;
padding-bottom: 70px;
}
.py-70 {
padding-left: 70px;
padding-right: 70px;
}
.pt-70 {
padding-top: 70px;
}
.pb-70 {
padding-bottom: 70px;
}
.pl-70 {
padding-left: 70px;
}
.pr-70 {
padding-right: 70px;
}
.pa-70 {
padding-top: 70px;
padding-right: 70px;
padding-bottom: 70px;
padding-left: 70px;
}
.mx-80 {
margin-top: 80px;
margin-bottom: 80px;
}
.my-80 {
margin-left: 80px;
margin-right: 80px;
}
.mt-80 {
margin-top: 80px;
}
.mb-80 {
margin-bottom: 80px;
}
.ml-80 {
margin-left: 80px;
}
.mr-80 {
margin-right: 80px;
}
.ma-80 {
margin-top: 80px;
margin-right: 80px;
margin-bottom: 80px;
margin-left: 80px;
}
.px-80 {
padding-top: 80px;
padding-bottom: 80px;
}
.py-80 {
padding-left: 80px;
padding-right: 80px;
}
.pt-80 {
padding-top: 80px;
}
.pb-80 {
padding-bottom: 80px;
}
.pl-80 {
padding-left: 80px;
}
.pr-80 {
padding-right: 80px;
}
.pa-80 {
padding-top: 80px;
padding-right: 80px;
padding-bottom: 80px;
padding-left: 80px;
}
.mx-85 {
margin-top: 85px;
margin-bottom: 85px;
}
.my-85 {
margin-left: 85px;
margin-right: 85px;
}
.mt-85 {
margin-top: 85px;
}
.mb-85 {
margin-bottom: 85px;
}
.ml-85 {
margin-left: 85px;
}
.mr-85 {
margin-right: 85px;
}
.ma-85 {
margin-top: 85px;
margin-right: 85px;
margin-bottom: 85px;
margin-left: 85px;
}
.px-85 {
padding-top: 85px;
padding-bottom: 85px;
}
.py-85 {
padding-left: 85px;
padding-right: 85px;
}
.pt-85 {
padding-top: 85px;
}
.pb-85 {
padding-bottom: 85px;
}
.pl-85 {
padding-left: 85px;
}
.pr-85 {
padding-right: 85px;
}
.pa-85 {
padding-top: 85px;
padding-right: 85px;
padding-bottom: 85px;
padding-left: 85px;
}
.mx-90 {
margin-top: 90px;
margin-bottom: 90px;
}
.my-90 {
margin-left: 90px;
margin-right: 90px;
}
.mt-90 {
margin-top: 90px;
}
.mb-90 {
margin-bottom: 90px;
}
.ml-90 {
margin-left: 90px;
}
.mr-90 {
margin-right: 90px;
}
.ma-90 {
margin-top: 90px;
margin-right: 90px;
margin-bottom: 90px;
margin-left: 90px;
}
.px-90 {
padding-top: 90px;
padding-bottom: 90px;
}
.py-90 {
padding-left: 90px;
padding-right: 90px;
}
.pt-90 {
padding-top: 90px;
}
.pb-90 {
padding-bottom: 90px;
}
.pl-90 {
padding-left: 90px;
}
.pr-90 {
padding-right: 90px;
}
.pa-90 {
padding-top: 90px;
padding-right: 90px;
padding-bottom: 90px;
padding-left: 90px;
}
.mx-95 {
margin-top: 95px;
margin-bottom: 95px;
}
.my-95 {
margin-left: 95px;
margin-right: 95px;
}
.mt-95 {
margin-top: 95px;
}
.mb-95 {
margin-bottom: 95px;
}
.ml-95 {
margin-left: 95px;
}
.mr-95 {
margin-right: 95px;
}
.ma-95 {
margin-top: 95px;
margin-right: 95px;
margin-bottom: 95px;
margin-left: 95px;
}
.px-95 {
padding-top: 95px;
padding-bottom: 95px;
}
.py-95 {
padding-left: 95px;
padding-right: 95px;
}
.pt-95 {
padding-top: 95px;
}
.pb-95 {
padding-bottom: 95px;
}
.pl-95 {
padding-left: 95px;
}
.pr-95 {
padding-right: 95px;
}
.pa-95 {
padding-top: 95px;
padding-right: 95px;
padding-bottom: 95px;
padding-left: 95px;
}
.mx-100 {
margin-top: 100px;
margin-bottom: 100px;
}
.my-100 {
margin-left: 100px;
margin-right: 100px;
}
.mt-100 {
margin-top: 100px;
}
.mb-100 {
margin-bottom: 100px;
}
.ml-100 {
margin-left: 100px;
}
.mr-100 {
margin-right: 100px;
}
.ma-100 {
margin-top: 100px;
margin-right: 100px;
margin-bottom: 100px;
margin-left: 100px;
}
.px-100 {
padding-top: 100px;
padding-bottom: 100px;
}
.py-100 {
padding-left: 100px;
padding-right: 100px;
}
.pt-100 {
padding-top: 100px;
}
.pb-100 {
padding-bottom: 100px;
}
.pl-100 {
padding-left: 100px;
}
.pr-100 {
padding-right: 100px;
}
.pa-100 {
padding-top: 100px;
padding-right: 100px;
padding-bottom: 100px;
padding-left: 100px;
}
.mx-105 {
margin-top: 105px;
margin-bottom: 105px;
}
.my-105 {
margin-left: 105px;
margin-right: 105px;
}
.mt-105 {
margin-top: 105px;
}
.mb-105 {
margin-bottom: 105px;
}
.ml-105 {
margin-left: 105px;
}
.mr-105 {
margin-right: 105px;
}
.ma-105 {
margin-top: 105px;
margin-right: 105px;
margin-bottom: 105px;
margin-left: 105px;
}
.px-105 {
padding-top: 105px;
padding-bottom: 105px;
}
.py-105 {
padding-left: 105px;
padding-right: 105px;
}
.pt-105 {
padding-top: 105px;
}
.pb-105 {
padding-bottom: 105px;
}
.pl-105 {
padding-left: 105px;
}
.pr-105 {
padding-right: 105px;
}
.pa-105 {
padding-top: 105px;
padding-right: 105px;
padding-bottom: 105px;
padding-left: 105px;
}
.mx-110 {
margin-top: 110px;
margin-bottom: 110px;
}
.my-110 {
margin-left: 110px;
margin-right: 110px;
}
.mt-110 {
margin-top: 110px;
}
.mb-110 {
margin-bottom: 110px;
}
.ml-110 {
margin-left: 110px;
}
.mr-110 {
margin-right: 110px;
}
.ma-110 {
margin-top: 110px;
margin-right: 110px;
margin-bottom: 110px;
margin-left: 110px;
}
.px-110 {
padding-top: 110px;
padding-bottom: 110px;
}
.py-110 {
padding-left: 110px;
padding-right: 110px;
}
.pt-110 {
padding-top: 110px;
}
.pb-110 {
padding-bottom: 110px;
}
.pl-110 {
padding-left: 110px;
}
.pr-110 {
padding-right: 110px;
}
.pa-110 {
padding-top: 110px;
padding-right: 110px;
padding-bottom: 110px;
padding-left: 110px;
}
.mx-115 {
margin-top: 115px;
margin-bottom: 115px;
}
.my-115 {
margin-left: 115px;
margin-right: 115px;
}
.mt-115 {
margin-top: 115px;
}
.mb-115 {
margin-bottom: 115px;
}
.ml-115 {
margin-left: 115px;
}
.mr-115 {
margin-right: 115px;
}
.ma-115 {
margin-top: 115px;
margin-right: 115px;
margin-bottom: 115px;
margin-left: 115px;
}
.px-115 {
padding-top: 115px;
padding-bottom: 115px;
}
.py-115 {
padding-left: 115px;
padding-right: 115px;
}
.pt-115 {
padding-top: 115px;
}
.pb-115 {
padding-bottom: 115px;
}
.pl-115 {
padding-left: 115px;
}
.pr-115 {
padding-right: 115px;
}
.pa-115 {
padding-top: 115px;
padding-right: 115px;
padding-bottom: 115px;
padding-left: 115px;
}
.mx-120 {
margin-top: 120px;
margin-bottom: 120px;
}
.my-120 {
margin-left: 120px;
margin-right: 120px;
}
.mt-120 {
margin-top: 120px;
}
.mb-120 {
margin-bottom: 120px;
}
.ml-120 {
margin-left: 120px;
}
.mr-120 {
margin-right: 120px;
}
.ma-120 {
margin-top: 120px;
margin-right: 120px;
margin-bottom: 120px;
margin-left: 120px;
}
.px-120 {
padding-top: 120px;
padding-bottom: 120px;
}
.py-120 {
padding-left: 120px;
padding-right: 120px;
}
.pt-120 {
padding-top: 120px;
}
.pb-120 {
padding-bottom: 120px;
}
.pl-120 {
padding-left: 120px;
}
.pr-120 {
padding-right: 120px;
}
.pa-120 {
padding-top: 120px;
padding-right: 120px;
padding-bottom: 120px;
padding-left: 120px;
}
.mx-auto {
margin-top: auto;
margin-bottom: auto;
}
.my-auto {
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px) {
.no-my-xs {
margin-left: 0;
margin-right: 0;
}
}
.py-sym {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 768px) {
.py-sym {
padding-left: 25px;
padding-right: 25px;
}
}
@media screen and (min-width: 992px) {
.py-sym {
padding-left: 35px;
padding-right: 35px;
}
}
@media screen and (min-width: 1200px) {
.py-sym {
padding-left: 50px;
padding-right: 50px;
}
}
.do-py-sym > div {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 768px) {
.do-py-sym > div {
padding-left: 25px;
padding-right: 25px;
}
}
@media screen and (min-width: 992px) {
.do-py-sym > div {
padding-left: 35px;
padding-right: 35px;
}
}
@media screen and (min-width: 1200px) {
.do-py-sym > div {
padding-left: 50px;
padding-right: 50px;
}
}
.pt-sym {
padding-top: 15px;
}
@media screen and (min-width: 768px) {
.pt-sym {
padding-top: 20px;
}
}
@media screen and (min-width: 992px) {
.pt-sym {
padding-top: 25px;
}
}
@media screen and (min-width: 1200px) {
.pt-sym {
padding-top: 35px;
}
}
.container-symop {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.container-symop {
width: 750px;
}
}
@media (min-width: 992px) {
.container-symop {
width: 970px;
}
}
@media (min-width: 1200px) {
.container-symop {
width: 1170px;
}
}
.ff-muli {
font-family: "Mulish", Helvetica, Arial, sans-serif;
}
.ff-fa {
font-family: "FontAwesome";
}
.ff-ico {
font-family: "icomoon";
}
.fw-2 {
font-weight: 200;
}
.fw-3 {
font-weight: 300;
}
.fw-4 {
font-weight: 400;
}
.fw-7 {
font-weight: 700;
}
.fw-bold {
font-weight: bold;
}
.fs-8 {
font-size: 8px;
font-size: 0.8rem;
}
.fs-9 {
font-size: 9px;
font-size: 0.9rem;
}
.fs-10 {
font-size: 10px;
font-size: 1.0rem;
}
.fs-11 {
font-size: 11px;
font-size: 1.1rem;
}
.fs-12 {
font-size: 12px;
font-size: 1.2rem;
}
.fs-13 {
font-size: 13px;
font-size: 1.3rem;
}
.fs-14 {
font-size: 14px;
font-size: 1.4rem;
}
.fs-15 {
font-size: 15px;
font-size: 1.5rem;
}
.fs-16 {
font-size: 16px;
font-size: 1.6rem;
}
.fs-18 {
font-size: 18px;
font-size: 1.8rem;
}
.fs-20 {
font-size: 20px;
font-size: 2.0rem;
}
.fs-22 {
font-size: 22px;
font-size: 2.2rem;
}
.fs-23 {
font-size: 23px;
font-size: 2.3rem;
}
.fs-24 {
font-size: 24px;
font-size: 2.4rem;
}
.fs-25 {
font-size: 25px;
font-size: 2.5rem;
}
.fs-26 {
font-size: 26px;
font-size: 2.6rem;
}
.fs-28 {
font-size: 28px;
font-size: 2.8rem;
}
.fs-30 {
font-size: 30px;
font-size: 3.0rem;
}
.fs-32 {
font-size: 32px;
font-size: 3.2rem;
}
.fs-34 {
font-size: 34px;
font-size: 3.4rem;
}
.fs-35 {
font-size: 35px;
font-size: 3.5rem;
}
.fs-36 {
font-size: 36px;
font-size: 3.6rem;
}
.fs-40 {
font-size: 40px;
font-size: 4.0rem;
}
.fs-41 {
font-size: 41px;
font-size: 4.1rem;
}
.fs-45 {
font-size: 45px;
font-size: 4.5rem;
}
.fs-48 {
font-size: 48px;
font-size: 4.8rem;
}
.fs-50 {
font-size: 50px;
font-size: 5.0rem;
}
.fs-55 {
font-size: 55px;
font-size: 5.5rem;
}
.fs-60 {
font-size: 60px;
font-size: 6.0rem;
}
.fs-65 {
font-size: 65px;
font-size: 6.5rem;
}
.fs-62 {
font-size: 62px;
font-size: 6.2rem;
}
.erase-style-wysiwyg {
margin: inherit;
padding: 0;
}
body {
font-family: "Mulish", Helvetica, Arial, sans-serif;
font-weight: 400;
}
/* mulish-200 - latin */
@font-face {
font-family: 'Mulish';
font-style: normal;
font-weight: 200;
src: url('../plugins/SymopStylePlugin/font/mulish-v12-latin-200.eot');/* IE9 Compat Modes */
src: local(''), url('../plugins/SymopStylePlugin/font/mulish-v12-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-200.woff') format('woff'), /* Modern Browsers */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-200.svg#Mulish') format('svg');/* Legacy iOS */
}
/* mulish-300 - latin */
@font-face {
font-family: 'Mulish';
font-style: normal;
font-weight: 300;
src: url('../plugins/SymopStylePlugin/font/mulish-v12-latin-300.eot');/* IE9 Compat Modes */
src: local(''), url('../plugins/SymopStylePlugin/font/mulish-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-300.woff') format('woff'), /* Modern Browsers */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-300.svg#Mulish') format('svg');/* Legacy iOS */
}
/* mulish-regular - latin */
@font-face {
font-family: 'Mulish';
font-style: normal;
font-weight: 400;
src: url('../plugins/SymopStylePlugin/font/mulish-v12-latin-regular.eot');/* IE9 Compat Modes */
src: local(''), url('../plugins/SymopStylePlugin/font/mulish-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-regular.svg#Mulish') format('svg');/* Legacy iOS */
}
/* mulish-700 - latin */
@font-face {
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
src: url('../plugins/SymopStylePlugin/font/mulish-v12-latin-700.eot');/* IE9 Compat Modes */
src: local(''), url('../plugins/SymopStylePlugin/font/mulish-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-700.woff') format('woff'), /* Modern Browsers */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-700.svg#Mulish') format('svg');/* Legacy iOS */
}
/* mulish-200italic - latin */
@font-face {
font-family: 'Mulish';
font-style: italic;
font-weight: 200;
src: url('../plugins/SymopStylePlugin/font/mulish-v12-latin-200italic.eot');/* IE9 Compat Modes */
src: local(''), url('../plugins/SymopStylePlugin/font/mulish-v12-latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-200italic.woff') format('woff'), /* Modern Browsers */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-200italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-200italic.svg#Mulish') format('svg');/* Legacy iOS */
}
/* mulish-italic - latin */
@font-face {
font-family: 'Mulish';
font-style: italic;
font-weight: 400;
src: url('../plugins/SymopStylePlugin/font/mulish-v12-latin-italic.eot');/* IE9 Compat Modes */
src: local(''), url('../plugins/SymopStylePlugin/font/mulish-v12-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-italic.woff') format('woff'), /* Modern Browsers */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-italic.svg#Mulish') format('svg');/* Legacy iOS */
}
/* mulish-700italic - latin */
@font-face {
font-family: 'Mulish';
font-style: italic;
font-weight: 700;
src: url('../plugins/SymopStylePlugin/font/mulish-v12-latin-700italic.eot');/* IE9 Compat Modes */
src: local(''), url('../plugins/SymopStylePlugin/font/mulish-v12-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-700italic.woff') format('woff'), /* Modern Browsers */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../plugins/SymopStylePlugin/font/mulish-v12-latin-700italic.svg#Mulish') format('svg');/* Legacy iOS */
}
@media (max-width: 992px) {
.body.zone_Public:not(.is-cst) .jportal-symop > .jportal-wrapper {
overflow-x: hidden;
}
}
.body.zone_Public:not(.is-cst) .jportal-symop > .jportal-wrapper > .container-fluid {
padding: 0;
}
.body.zone_Public:not(.is-cst) .jportal-structured-footer .PortletNavigate.Portlet {
margin-bottom: 0;
}
.body.zone_Public:not(.is-cst) .jportal-block-inner .Portlet {
margin-bottom: 0;
}
.body.zone_Public:not(.is-cst) .selection-footer .fulldisplay-footer {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.body.zone_Public:not(.is-cst) .selection-footer .fulldisplay-footer {
padding-right: 0;
padding-left: 0;
width: 750px;
}
}
@media (min-width: 992px) {
.body.zone_Public:not(.is-cst) .selection-footer .fulldisplay-footer {
width: 970px;
}
}
@media (min-width: 1200px) {
.body.zone_Public:not(.is-cst) .selection-footer .fulldisplay-footer {
width: 1170px;
}
}
@media (min-width: 1300px) {
.body.zone_Public:not(.is-cst) .container,
.body.zone_Public:not(.is-cst) .selection-footer .fulldisplay-footer {
width: 1270px;
margin: auto;
}
}
.body.zone_Public:not(.is-cst) .form-control {
height: 36px;
}
.body.zone_Public:not(.is-cst) .sidebar-tabbed .sidebar-header:before,
.body.zone_Public:not(.is-cst) .sidebar-tabbed .sidebar-header-icon {
background-color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .sidebar-tabbed UL.sidebar-tabs:before {
background-color: #414142;
}
.body.zone_Public:not(.is-cst) .sidebar-tabbed UL.sidebar-tabs > LI.active:hover A,
.body.zone_Public:not(.is-cst) .sidebar-tabbed UL.sidebar-tabs > LI.active A {
color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .sidebar-tabbed UL.sidebar-tabs > LI:not(.active):hover > A {
background-color: rgba(255, 255, 255, 0.1);
}
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-primary,
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-default,
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-secondary,
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-success,
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-danger,
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-warning,
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-info {
color: #ffffff;
background: 0 0;
border: none;
border-radius: 2px;
position: relative;
height: 36px;
line-height: 37px;
min-width: 52px;
padding: 0 16px;
display: inline-block;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1px;
overflow: hidden;
will-change: box-shadow;
transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
outline: none;
cursor: pointer;
text-decoration: none;
text-align: center;
vertical-align: middle;
-webkit-tap-highlight-color: transparent;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-primary.mdl-button-raised,
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-default.mdl-button-raised,
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-secondary.mdl-button-raised,
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-success.mdl-button-raised,
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-danger.mdl-button-raised,
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-warning.mdl-button-raised,
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-info.mdl-button-raised {
background: rgba(158, 158, 158, 0.2);
}
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-primary .icon,
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-default .icon,
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-secondary .icon,
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-success .icon,
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-danger .icon,
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-warning .icon,
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-info .icon {
line-height: inherit;
}
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-default {
background: rgba(158, 158, 158, 0.2);
color: #CA2C35;
}
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-default:hover {
background-color: rgba(158, 158, 158, 0.4);
}
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-primary {
background-color: #414142;
}
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-primary:hover {
background-color: rgba(65, 65, 66, 0.8);
}
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-secondary {
background-color: #8f8f8f;
}
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-secondary:hover {
background-color: rgba(143, 143, 143, 0.8);
}
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-success {
background-color: #5aab48;
}
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-success:hover {
background-color: rgba(90, 171, 72, 0.8);
}
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-warning {
background-color: #F89406;
}
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-warning:hover {
background-color: rgba(248, 148, 6, 0.8);
}
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-info {
background-color: #18b7fc;
}
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-info:hover {
background-color: rgba(24, 183, 252, 0.8);
}
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-danger {
background-color: #CA2C35;
}
.body.zone_Public:not(.is-cst) *:not(.input-group-btn) .btn.btn-danger:hover {
background-color: rgba(202, 44, 53, 0.8);
}
.body.zone_Public:not(.is-cst) .member-profile.is-account .profile-header-top {
background-color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .member-profile .esn-ui-tabs.nav-tabs-underlined > LI.active > A,
.body.zone_Public:not(.is-cst) .member-profile .esn-ui-tabs.nav-tabs-underlined > LI.active > A:hover,
.body.zone_Public:not(.is-cst) .member-profile .esn-ui-tabs.nav-tabs-underlined > LI.active > A:focus {
color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .nav-tabs.nav-tabs-underlined > LI:after {
background-color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .pagination > .active > a,
.body.zone_Public:not(.is-cst) .pagination > .active > span,
.body.zone_Public:not(.is-cst) .pagination > .active > a:hover,
.body.zone_Public:not(.is-cst) .pagination > .active > span:hover,
.body.zone_Public:not(.is-cst) .pagination > .active > a:focus,
.body.zone_Public:not(.is-cst) .pagination > .active > span:focus {
background-color: #CA2C35;
border-color: #CA2C35;
color: #ffffff;
}
.body.zone_Public:not(.is-cst) .pagination > li > a,
.body.zone_Public:not(.is-cst) .pagination > li > span,
.body.zone_Public:not(.is-cst) .pagination > li > button {
color: #CA2C35;
padding: 6px 10px 4px;
}
.body.zone_Public:not(.is-cst) .pagination .ctx-caret:after {
border-top-color: #CA2C35;
border-bottom-color: #CA2C35;
}
.color-placeholder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #8f8f8f;
opacity: 1;/* Firefox */
}
.color-placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #8f8f8f;
}
.color-placeholder::-ms-input-placeholder { /* Microsoft Edge */
color: #8f8f8f;
}
.ratio-16-9 {
position: relative;
padding-bottom: 56.25%;
text-align: left;
}
.ratio-16-9 > img,
.ratio-16-9 .portlet-image-img {
position: absolute;
object-fit: cover;
width: 100%;
height: 100%;
}
.ratio-16-9 > iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.little-tag {
position: absolute;
top: 0;
bottom: 0;
width: 5px;
}
.body.zone_Public .app.app-query a[href="#office365"] {
display: none;
}
.member-profile.is-dbmember .widget-name-pimProviderAction,
.member-profile.is-dbmember .widget-name-office365Account {
display: none;
}
.lf-statistics .lf-stats-summary-table {
display: none;
}
.vote-footer {
border-top: none;
}
.vote-footer .wrapper-photo.icon-photo .photo,
.vote-footer .initials-photo.initials.icon-photo {
border-radius: 10px;
}
.vote-tag .vote-count {
font-weight: 500;
}
.vote-tag .btn-vote svg.thumb-up.jalios-icon {
display: none;
}
.vote-tag .btn-vote:before {
font-family: 'icomoon';
speak: none;
text-transform: none;
vertical-align: middle;
-webkit-font-smoothing: antialiased;
color: #CA2C35;
}
.vote-tag .btn-vote.has-not-voted:before {
content: "\ecea";
}
.vote-tag .btn-vote.has-voted:before {
content: "\ece9";
}
body .dbcomment-wrapper {
padding-bottom: 40px;
}
body .dbcomment-wrapper .dbcommentCount {
border-top: none;
font-weight: 500;
}
body .dbcomment-wrapper .dbcommentCount .jcmsplugin-dbcomment-comments {
color: #CA2C35;
margin-right: 5px;
font-size: 15px;
}
body .dbcomment-wrapper .dbcommentCount .comment.jalios-icon {
color: #CA2C35;
}
body .dbcomment-wrapper .dbcomment-post-udate .comment-pane {
border-top: 2px solid #dddddd;
padding: 20px 0 40px 10px;
}
body .dbcomment-wrapper .dbcomment {
padding: 10px 0 0;
background-color: transparent;
border: 0;
}
body .dbcomment-wrapper .dbcomment:after {
content: none;
}
body .dbcomment-wrapper .dbcomment.new-comment-container .comment-btn-add {
color: #CA2C35;
width: auto;
border: none;
background: transparent;
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
border-radius: 10px;
padding: 6px 12px;
font-weight: bold;
}
body .dbcomment-wrapper .dbcomment.new-comment-container .comment-btn-add:hover {
color: #ffffff;
background-color: #CA2C35;
border-color: #CA2C35;
}
body .dbcomment-wrapper .dbcomment .comment-header > div {
display: flex;
flex-wrap: wrap;
}
body .dbcomment-wrapper .dbcomment .comment-header .comment-author {
margin-right: 15px;
}
body .dbcomment-wrapper .dbcomment .comment-header .comment-author > a {
color: #000000;
}
body .dbcomment-wrapper .dbcomment .comment-header .comment-author .recommendation.jalios-icon {
color: #CA2C35;
}
body .dbcomment-wrapper .dbcomment .comment-header .comment-author .recommendation.jalios-icon:before {
content: "\eec8";
font-family: 'icomoon';
speak: none;
text-transform: none;
vertical-align: middle;
-webkit-font-smoothing: antialiased;
color: #CA2C35;
}
body .dbcomment-wrapper .dbcomment .comment-header .comment-right-info-container .comment-info {
font-size: 14px;
}
body .dbcomment-wrapper .dbcomment .comment-header .comment-right-info-container .comment-info .editArea {
margin-left: 10px;
}
body .dbcomment-wrapper .dbcomment .comment-header .comment-right-info-container .counter {
display: none;
}
body .dbcomment-wrapper .dbcomment .wrapper-photo.icon-photo .photo,
body .dbcomment-wrapper .dbcomment .initials-photo.initials.icon-photo {
border-radius: 10px;
}
body .dbcomment-wrapper .dbcomment-add .buttons {
text-align: center;
}
body .dbcomment-wrapper .dbcomment-add .buttons .btn.btn-primary {
color: #CA2C35;
width: auto;
border: none;
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
border-radius: 10px;
padding: 6px 12px;
font-weight: bold;
background-color: transparent;
border-color: transparent;
}
body .dbcomment-wrapper .dbcomment-add .buttons .btn.btn-primary:hover {
color: #ffffff;
background-color: #CA2C35;
border-color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app,
.body.zone_Public:not(.is-cst) .app.app-cs-hub {
min-height: 88.1vh;
}
.body.zone_Public:not(.is-cst) .app .card-collaborativespace .card-back .cs-abstract,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .card-collaborativespace .card-back .cs-abstract {
word-break: break-word;
}
/*app-sidebar*/
.body.zone_Public:not(.is-cst) .app .app-sidebar A,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar A,
.body.zone_Public:not(.is-cst) .app .app-sidebar LABEL,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar LABEL,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-section-title,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-section-title,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section h2.app-sidebar-section-title,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section h2.app-sidebar-section-title {
color: #ffffff;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section {
box-shadow: none;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section > .app-sidebar-button,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section > .app-sidebar-button {
text-align: center;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .btn.btn-danger,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .btn.btn-danger,
.body.zone_Public:not(.is-cst) .app .app-sidebar .btn.btn-default,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .btn.btn-default,
.body.zone_Public:not(.is-cst) .app .app-sidebar .btn.btn-primary,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .btn.btn-primary,
.body.zone_Public:not(.is-cst) .app .app-sidebar .btn.btn-secondary,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .btn.btn-secondary,
.body.zone_Public:not(.is-cst) .app .app-sidebar .btn.btn-success,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .btn.btn-success,
.body.zone_Public:not(.is-cst) .app .app-sidebar .btn.btn-warning,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .btn.btn-warning,
.body.zone_Public:not(.is-cst) .app .app-sidebar .btn.btn-info,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .btn.btn-info {
display: inherit;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .btn.btn-danger,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .btn.btn-danger,
.body.zone_Public:not(.is-cst) .app .app-sidebar .btn.btn-default,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .btn.btn-default,
.body.zone_Public:not(.is-cst) .app .app-sidebar .btn.btn-primary,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .btn.btn-primary {
color: #ffffff;
background-color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .btn.btn-danger:hover,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .btn.btn-danger:hover,
.body.zone_Public:not(.is-cst) .app .app-sidebar .btn.btn-default:hover,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .btn.btn-default:hover,
.body.zone_Public:not(.is-cst) .app .app-sidebar .btn.btn-primary:hover,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .btn.btn-primary:hover {
background-color: rgba(202, 44, 53, 0.8);
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .btn.btn-danger .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .btn.btn-danger .jalios-icon,
.body.zone_Public:not(.is-cst) .app .app-sidebar .btn.btn-default .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .btn.btn-default .jalios-icon,
.body.zone_Public:not(.is-cst) .app .app-sidebar .btn.btn-primary .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .btn.btn-primary .jalios-icon {
color: #ffffff;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section.cs-hub-sidebar-access-policy,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section.cs-hub-sidebar-access-policy {
display: none;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-icon {
height: 140px;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .select2-container--bootstrap .select2-selection,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .select2-container--bootstrap .select2-selection,
.body.zone_Public:not(.is-cst) .app .app-sidebar SELECT,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar SELECT {
border-radius: 4px !important;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .widget INPUT[type=text],
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .widget INPUT[type=text] {
background-color: #ffffff;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .widget INPUT[type=text]::placeholder,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .widget INPUT[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #8f8f8f;
opacity: 1;/* Firefox */
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .widget INPUT[type=text]:-ms-input-placeholder,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .widget INPUT[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #8f8f8f;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .widget INPUT[type=text]::-ms-input-placeholder,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .widget INPUT[type=text]::-ms-input-placeholder { /* Microsoft Edge */
color: #8f8f8f;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .widget SELECT,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .widget SELECT {
background-color: #ffffff;
color: #414142;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .widget.field-enumerate .checkbox LABEL:hover,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .widget.field-enumerate .checkbox LABEL:hover,
.body.zone_Public:not(.is-cst) .app .app-sidebar .widget.field-enumerate .radio LABEL:hover,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .widget.field-enumerate .radio LABEL:hover {
background-color: #ffffff;
color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .widget.field-enumerate .checkbox.active LABEL,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .widget.field-enumerate .checkbox.active LABEL,
.body.zone_Public:not(.is-cst) .app .app-sidebar .widget.field-enumerate .radio.active LABEL,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .widget.field-enumerate .radio.active LABEL {
background-color: #CA2C35;
color: #ffffff;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-section-title > a,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-section-title > a {
padding: 0 16px 0 24px;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-section-title > a:hover,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-section-title > a:hover {
background-color: #ffffff;
color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-section-title.active,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-section-title.active {
background-color: #ffffff;
color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-section-title.active a,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-section-title.active a {
background-color: #ffffff;
color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-section-title.active a .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-section-title.active a .jalios-icon {
color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .input-group-btn .btn-primary,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .input-group-btn .btn-primary {
background-color: #CA2C35;
border-color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar UL.app-sidebar-menu > LI:hover,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar UL.app-sidebar-menu > LI:hover {
border-bottom: 1px solid #414142;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-menu > li.active,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-menu > li.active {
background-color: #ffffff;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-menu > li.active a,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-menu > li.active a {
color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-menu > li.active label,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-menu > li.active label {
font-weight: bold;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-menu > li.active .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-menu > li.active .jalios-icon {
color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-menu > LI UL LI,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-menu > LI UL LI {
background: transparent;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-menu LI:not(.active) > A:hover,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-menu LI:not(.active) > A:hover {
background-color: #ffffff;
color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-menu .typology-menu-item,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-menu .typology-menu-item {
background: #8f8f8f;
border: 1px solid #2a3843;
margin-bottom: 10px;
border-radius: 4px;
transition: 300ms ease;
padding: 0;
display: flex;
align-items: center;
position: relative;
margin: 10px 20px;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-menu .typology-menu-item .fa,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-menu .typology-menu-item .fa {
position: absolute;
left: 5px;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-menu .typology-menu-item label,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-menu .typology-menu-item label {
color: #ffffff;
padding: 5px 20px;
width: 100%;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-menu .typology-menu-item label:hover,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-menu .typology-menu-item label:hover {
background-color: transparent;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-menu .typology-menu-item li,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-menu .typology-menu-item li {
border-bottom: none;
width: 100%;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-menu .typology-menu-item li:hover,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-menu .typology-menu-item li:hover {
border-bottom: 1px solid #414142;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-menu .typology-menu-item li:focus,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-menu .typology-menu-item li:focus {
outline: 0;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-menu .typology-menu-item li.active > LABEL:after,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-menu .typology-menu-item li.active > LABEL:after {
color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-menu .typology-menu-item:hover,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-menu .typology-menu-item:hover {
background: #EAEAEA;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-menu .typology-menu-item:hover label,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-menu .typology-menu-item:hover label {
color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-treecat LI.active > LABEL,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-treecat LI.active > LABEL {
background: #EAEAEA;
border: 1px solid #ffffff;
color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-treecat LI.active .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-treecat LI.active .jalios-icon {
display: none;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-menu-formitems .collapse,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-menu-formitems .collapse {
display: block;
padding: 20px;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-menu-formitems LABEL,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-menu-formitems LABEL {
color: #ffffff;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-menu-formitems LI:not(.active) LABEL:hover,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-menu-formitems LI:not(.active) LABEL:hover {
background: #EAEAEA;
color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-menu-formitems LI.active LABEL,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-menu-formitems LI.active LABEL {
color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar {
background-color: #414142;
font-family: "Mulish", Helvetica, Arial, sans-serif;
color: #ffffff;
} /* app-sidebar */
@media screen and (min-width: 992px) {
.body.zone_Public:not(.is-cst) .app .app-sidebar,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar {
padding-top: 30px;
}
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-icon .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-icon .jalios-icon {
color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .typology-menu-item,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .typology-menu-item {
position: relative;
}
/*input search */
/*input search */
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-field.jalios-input-group input[type=text],
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-field.jalios-input-group input[type=text],
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .app-sidebar-field.jalios-input-group input[type=text],
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .app-sidebar-field.jalios-input-group input[type=text],
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .widget-content input[type=text],
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .widget-content input[type=text],
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .widget-content input[type=text],
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .widget-content input[type=text] {
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
font-family: "Mulish", Helvetica, Arial, sans-serif;
color: #000000;
background-color: #ffffff;
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-field.jalios-input-group input[type=text]:focus,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-field.jalios-input-group input[type=text]:focus,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .app-sidebar-field.jalios-input-group input[type=text]:focus,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .app-sidebar-field.jalios-input-group input[type=text]:focus,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .widget-content input[type=text]:focus,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .widget-content input[type=text]:focus,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .widget-content input[type=text]:focus,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .widget-content input[type=text]:focus {
border-color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-field.jalios-input-group .input-group-btn .btn,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-field.jalios-input-group .input-group-btn .btn,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .app-sidebar-field.jalios-input-group .input-group-btn .btn,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .app-sidebar-field.jalios-input-group .input-group-btn .btn,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .widget-content .input-group-btn .btn,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .widget-content .input-group-btn .btn,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .widget-content .input-group-btn .btn,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .widget-content .input-group-btn .btn {
background-color: #CA2C35;
height: 36px;
color: #ffffff;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-field.jalios-input-group .input-group-btn .btn:last-child,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-field.jalios-input-group .input-group-btn .btn:last-child,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .app-sidebar-field.jalios-input-group .input-group-btn .btn:last-child,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .app-sidebar-field.jalios-input-group .input-group-btn .btn:last-child,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .widget-content .input-group-btn .btn:last-child,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .widget-content .input-group-btn .btn:last-child,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .widget-content .input-group-btn .btn:last-child,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .widget-content .input-group-btn .btn:last-child {
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-field.jalios-input-group .input-group-btn .btn:hover,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-field.jalios-input-group .input-group-btn .btn:hover,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .app-sidebar-field.jalios-input-group .input-group-btn .btn:hover,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .app-sidebar-field.jalios-input-group .input-group-btn .btn:hover,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .widget-content .input-group-btn .btn:hover,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .widget-content .input-group-btn .btn:hover,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .widget-content .input-group-btn .btn:hover,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .widget-content .input-group-btn .btn:hover,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-field.jalios-input-group .input-group-btn .btn:focus,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-field.jalios-input-group .input-group-btn .btn:focus,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .app-sidebar-field.jalios-input-group .input-group-btn .btn:focus,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .app-sidebar-field.jalios-input-group .input-group-btn .btn:focus,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .widget-content .input-group-btn .btn:focus,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .widget-content .input-group-btn .btn:focus,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .widget-content .input-group-btn .btn:focus,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .widget-content .input-group-btn .btn:focus {
background-color: #ffffff;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-field.jalios-input-group .input-group-btn .btn:hover .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-field.jalios-input-group .input-group-btn .btn:hover .jalios-icon,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .app-sidebar-field.jalios-input-group .input-group-btn .btn:hover .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .app-sidebar-field.jalios-input-group .input-group-btn .btn:hover .jalios-icon,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .widget-content .input-group-btn .btn:hover .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .widget-content .input-group-btn .btn:hover .jalios-icon,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .widget-content .input-group-btn .btn:hover .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .widget-content .input-group-btn .btn:hover .jalios-icon,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-field.jalios-input-group .input-group-btn .btn:focus .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-field.jalios-input-group .input-group-btn .btn:focus .jalios-icon,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .app-sidebar-field.jalios-input-group .input-group-btn .btn:focus .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .app-sidebar-field.jalios-input-group .input-group-btn .btn:focus .jalios-icon,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .widget-content .input-group-btn .btn:focus .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .widget-content .input-group-btn .btn:focus .jalios-icon,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .widget-content .input-group-btn .btn:focus .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .widget-content .input-group-btn .btn:focus .jalios-icon {
color: #CA2C35;
}
/* app-sidebar-scetion-title*/
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-section-title a,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-section-title a,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .app-sidebar-section-title a,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .app-sidebar-section-title a {
color: #ffffff;
font-family: "Mulish", Helvetica, Arial, sans-serif;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-section-title a .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-section-title a .jalios-icon,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .app-sidebar-section-title a .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .app-sidebar-section-title a .jalios-icon {
color: #CA2C35;
display: inline-block;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-section-title a .jalios-icon:first-child,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-section-title a .jalios-icon:first-child,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .app-sidebar-section-title a .jalios-icon:first-child,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .app-sidebar-section-title a .jalios-icon:first-child {
margin-right: 10px;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-section-title a .jalios-icon.caret,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-section-title a .jalios-icon.caret,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .app-sidebar-section-title a .jalios-icon.caret,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .app-sidebar-section-title a .jalios-icon.caret {
margin-left: 5px;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-section-title.active,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-section-title.active,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .app-sidebar-section-title.active,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .app-sidebar-section-title.active {
background-color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-section-title.active .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-section-title.active .jalios-icon,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .app-sidebar-section-title.active .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .app-sidebar-section-title.active .jalios-icon {
color: #ffffff;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-block,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-block,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .app-sidebar-block,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .app-sidebar-block,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-menu,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-menu,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .app-sidebar-menu,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .app-sidebar-menu {
font-family: "Mulish", Helvetica, Arial, sans-serif;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-block,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-block,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .app-sidebar-block,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .app-sidebar-block {
color: #CA2C35;
font-weight: 700;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .app-sidebar-menu li .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .app-sidebar-menu li .jalios-icon,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .app-sidebar-menu li .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .app-sidebar-menu li .jalios-icon {
color: #CA2C35;
}
/* filter-fields */
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .filter-fields select,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .filter-fields select,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .filter-fields select,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .filter-fields select {
background-color: #CA2C35;
border-radius: 5px;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .filter-fields .datepicker-wrapper input[type=text],
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .filter-fields .datepicker-wrapper input[type=text],
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .filter-fields .datepicker-wrapper input[type=text],
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .filter-fields .datepicker-wrapper input[type=text],
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .filter-fields .input-group input[type=text],
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .filter-fields .input-group input[type=text],
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .filter-fields .input-group input[type=text],
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .filter-fields .input-group input[type=text] {
background-color: #ffffff;
color: #000000;
border-color: #CA2C35;
height: 45px;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .filter-fields .input-group .input-group-btn .btn.btn-default,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .filter-fields .input-group .input-group-btn .btn.btn-default,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .filter-fields .input-group .input-group-btn .btn.btn-default,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .filter-fields .input-group .input-group-btn .btn.btn-default {
border: 2px solid #CA2C35;
background-color: #CA2C35;
border-radius: 0;
height: 46px;
margin-top: -1px;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default .jalios-icon,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default .jalios-icon,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .filter-fields .input-group .input-group-btn .btn.btn-default .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .filter-fields .input-group .input-group-btn .btn.btn-default .jalios-icon,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .filter-fields .input-group .input-group-btn .btn.btn-default .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .filter-fields .input-group .input-group-btn .btn.btn-default .jalios-icon {
color: #ffffff;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default:last-child,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default:last-child,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default:last-child,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default:last-child,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .filter-fields .input-group .input-group-btn .btn.btn-default:last-child,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .filter-fields .input-group .input-group-btn .btn.btn-default:last-child,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .filter-fields .input-group .input-group-btn .btn.btn-default:last-child,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .filter-fields .input-group .input-group-btn .btn.btn-default:last-child {
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default:hover,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default:hover,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default:hover,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default:hover,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .filter-fields .input-group .input-group-btn .btn.btn-default:hover,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .filter-fields .input-group .input-group-btn .btn.btn-default:hover,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .filter-fields .input-group .input-group-btn .btn.btn-default:hover,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .filter-fields .input-group .input-group-btn .btn.btn-default:hover,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default:focus,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default:focus,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default:focus,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default:focus,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .filter-fields .input-group .input-group-btn .btn.btn-default:focus,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .filter-fields .input-group .input-group-btn .btn.btn-default:focus,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .filter-fields .input-group .input-group-btn .btn.btn-default:focus,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .filter-fields .input-group .input-group-btn .btn.btn-default:focus {
background-color: #ffffff;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default:hover .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default:hover .jalios-icon,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default:hover .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default:hover .jalios-icon,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .filter-fields .input-group .input-group-btn .btn.btn-default:hover .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .filter-fields .input-group .input-group-btn .btn.btn-default:hover .jalios-icon,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .filter-fields .input-group .input-group-btn .btn.btn-default:hover .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .filter-fields .input-group .input-group-btn .btn.btn-default:hover .jalios-icon,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default:focus .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default:focus .jalios-icon,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default:focus .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .filter-fields .datepicker-wrapper .input-group-btn .btn.btn-default:focus .jalios-icon,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .filter-fields .input-group .input-group-btn .btn.btn-default:focus .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .filter-fields .input-group .input-group-btn .btn.btn-default:focus .jalios-icon,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .filter-fields .input-group .input-group-btn .btn.btn-default:focus .jalios-icon,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .filter-fields .input-group .input-group-btn .btn.btn-default:focus .jalios-icon {
color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-section .filter-fields .field-enumerate .radio.active label,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-section .filter-fields .field-enumerate .radio.active label,
.body.zone_Public:not(.is-cst) .app .app-sidebar .app-sidebar-field .filter-fields .field-enumerate .radio.active label,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-sidebar .app-sidebar-field .filter-fields .field-enumerate .radio.active label {
background-color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app .app-main .app-header,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-main .app-header {
background-color: #ffffff;
height: auto;
}
.body.zone_Public:not(.is-cst) .app .app-main .app-header .app-title,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-main .app-header .app-title,
.body.zone_Public:not(.is-cst) .app .app-main .app-header h1,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-main .app-header h1 {
color: #414142;
padding-top: 40px;
}
.body.zone_Public:not(.is-cst) .app .app-main .app-header .container-description,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-main .app-header .container-description {
color: #414142;
}
.body.zone_Public:not(.is-cst) .app .app-main .app-header .container-description .wysiwyg,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-main .app-header .container-description .wysiwyg {
padding-bottom: 30px;
}
.body.zone_Public:not(.is-cst) .app .app-main .app-header .jalios-icon.app-sidebar-burger,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-main .app-header .jalios-icon.app-sidebar-burger {
color: #414142;
}
.body.zone_Public:not(.is-cst) .app .app-main .app-header .nav-tabs > LI.active > A,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-main .app-header .nav-tabs > LI.active > A {
color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app .app-main .app-header .nav-tabs > LI.active > A:after,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-main .app-header .nav-tabs > LI.active > A:after {
background-color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app .app-main .app-header .nav-tabs > LI > A,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-main .app-header .nav-tabs > LI > A {
color: #414142;
}
.body.zone_Public:not(.is-cst) .app .app-main .app-body .card-inline-layout.is-centered,
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-main .app-body .card-inline-layout.is-centered {
max-width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 0 20px;
}
.body.zone_Public:not(.is-cst) .app.app-directory .app-body[min-width~="1203px"] .directory-body-wrapper .directory-cards.card-inline-layout.is-centered,
.body.zone_Public:not(.is-cst) .app.app-cs-hub.app-directory .app-body[min-width~="1203px"] .directory-body-wrapper .directory-cards.card-inline-layout.is-centered {
margin-right: inherit;
}
.body.zone_Public:not(.is-cst) .app.app-directory .navbar.navbar-default,
.body.zone_Public:not(.is-cst) .app.app-cs-hub.app-directory .navbar.navbar-default {
border-color: transparent;
border-radius: 3px;
box-sizing: border-box;
background-color: #ffffff;
}
.body.zone_Public:not(.is-cst) .app.app-directory .navbar.navbar-default .display-mode-chooser,
.body.zone_Public:not(.is-cst) .app.app-cs-hub.app-directory .navbar.navbar-default .display-mode-chooser {
color: #CA2C35;
}
.body.zone_Public:not(.is-cst) .app.app-directory .directory-actions-dropdown,
.body.zone_Public:not(.is-cst) .app.app-cs-hub.app-directory .directory-actions-dropdown {
display: none;
}
.body.zone_Public:not(.is-cst) .app.app-directory .app-main .app-header,
.body.zone_Public:not(.is-cst) .app.app-cs-hub.app-directory .app-main .app-header {
background-color: #ffffff;
}
.body.zone_Public:not(.is-cst) .app.app-directory .app-sidebar .app-directory-filter-workspaces-menu .keyword .input-group-list LI.input-group .form-control-autocomplete,
.body.zone_Public:not(.is-cst) .app.app-cs-hub.app-directory .app-sidebar .app-directory-filter-workspaces-menu .keyword .input-group-list LI.input-group .form-control-autocomplete {
background-color: #ffffff;
}
.body.zone_Public:not(.is-cst) .app.app-directory .directory-cards.card-inline-layout.is-centered,
.body.zone_Public:not(.is-cst) .app.app-cs-hub.app-directory .directory-cards.card-inline-layout.is-centered {
padding: 0;
margin: 0 15px !important;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.body.zone_Public:not(.is-cst) .app.app.app-bookmark .navbar.navbar-default,
.body.zone_Public:not(.is-cst) .app.app-cs-hub.app.app-bookmark .navbar.navbar-default {
border-color: transparent;
border-radius: 3px;
box-sizing: border-box;
background-color: #ffffff;
}
.body.zone_Public:not(.is-cst) .app.app.app-bookmark .navbar.navbar-default .navbar-form.navbar-left,
.body.zone_Public:not(.is-cst) .app.app-cs-hub.app.app-bookmark .navbar.navbar-default .navbar-form.navbar-left,
.body.zone_Public:not(.is-cst) .app.app.app-bookmark .navbar.navbar-default .navbar-nav,
.body.zone_Public:not(.is-cst) .app.app-cs-hub.app.app-bookmark .navbar.navbar-default .navbar-nav,
.body.zone_Public:not(.is-cst) .app.app.app-bookmark .navbar.navbar-default form,
.body.zone_Public:not(.is-cst) .app.app-cs-hub.app.app-bookmark .navbar.navbar-default form {
margin: 8px;
padding-right: 0;
}
.body.zone_Public:not(.is-cst) .app.app.app-bookmark .app-body,
.body.zone_Public:not(.is-cst) .app.app-cs-hub.app.app-bookmark .app-body {
background-color: #f7f9fa;
}
.body.zone_Public:not(.is-cst) .app.app-socialbookmark .app-sidebar .add-field,
.body.zone_Public:not(.is-cst) .app.app-cs-hub.app-socialbookmark .app-sidebar .add-field {
display: none;
}
.body.zone_Public:not(.is-cst) .app.app.app-appstore .card-appstore-layout .card .ribbon-top-left,
.body.zone_Public:not(.is-cst) .app.app-cs-hub.app.app-appstore .card-appstore-layout .card .ribbon-top-left {
border-top: solid 30px #CA2C35;
border-left: solid 30px #CA2C35;
}
.body.zone_Public:not(.is-cst) .app.app.app-appstore .displayed-application .ribbon-top-left,
.body.zone_Public:not(.is-cst) .app.app-cs-hub.app.app-appstore .displayed-application .ribbon-top-left {
border-color: #CA2C35 transparent transparent transparent;
}
.body.zone_Public:not(.is-cst) .app.app-jprocess .app-sidebar-button,
.body.zone_Public:not(.is-cst) .app.app-cs-hub.app-jprocess .app-sidebar-button {
text-align: center;
}
.body.zone_Public:not(.is-cst) .app.app-jguide .jguide-editor .step-editor .steps-aside .actions-aside .btn.btn-primary,
.body.zone_Public:not(.is-cst) .app.app-cs-hub.app-jguide .jguide-editor .step-editor .steps-aside .actions-aside .btn.btn-primary {
text-transform: none;
}
.body.zone_Public:not(.is-cst) .app.app-jguide .jguide-editor .step-editor .steps-aside .actions-aside .btn.btn-default,
.body.zone_Public:not(.is-cst) .app.app-cs-hub.app-jguide .jguide-editor .step-editor .steps-aside .actions-aside .btn.btn-default {
line-height: 20px;
height: 32px;
padding: 6px 12px;
text-transform: none;
min-width: inherit;
}
.body.zone_Public:not(.is-cst) .app.app-cs-hub .cs-hub-intro,
.body.zone_Public:not(.is-cst) .app.app-cs-hub.app-cs-hub .cs-hub-intro {
display: none;
}
.body.zone_Public:not(.is-cst) .app.esn.member-profile #esn-tab-account .widget.widget-custom,
.body.zone_Public:not(.is-cst) .app.app-cs-hub.esn.member-profile #esn-tab-account .widget.widget-custom {
display: none;
}
.body.zone_Public:not(.is-cst) .app.app-cs-hub .app-main .app-body .card-inline-layout.is-centered {
justify-content: flex-start !important;
}
body:not(.is-cst) .card-inline-layout.is-centered.cs-partner {
width: 100%;
}
body:not(.is-cst) .card-inline-layout.is-centered .card-flip-wrapper,
body:not(.is-cst) .card-inline-layout.is-centered .card {
margin-right: 0;
}
body:not(.is-cst) .card-inline-layout.is-centered .card-flip-wrapper.métier .card-publication-title,
body:not(.is-cst) .card-inline-layout.is-centered .card.métier .card-publication-title {
color: #CA2C35;
}
body:not(.is-cst) .card-inline-layout.is-centered .card-flip-wrapper.métier .meta-cat,
body:not(.is-cst) .card-inline-layout.is-centered .card.métier .meta-cat {
color: #ffffff !important;
}
body:not(.is-cst) .card-inline-layout.is-centered .card-flip-wrapper.métier .card-block-footer,
body:not(.is-cst) .card-inline-layout.is-centered .card.métier .card-block-footer {
background-color: #CA2C35;
}
body:not(.is-cst) .card-inline-layout.is-centered .card-flip-wrapper.métier .card-block-footer .card-flipper .jalios-icon,
body:not(.is-cst) .card-inline-layout.is-centered .card.métier .card-block-footer .card-flipper .jalios-icon {
color: #ffffff !important;
}
body:not(.is-cst) .card-inline-layout.is-centered .card-flip-wrapper .card-is-member,
body:not(.is-cst) .card-inline-layout.is-centered .card .card-is-member {
text-align: center;
}
body:not(.is-cst) .card-inline-layout.is-centered .card-flip-wrapper .card-typology,
body:not(.is-cst) .card-inline-layout.is-centered .card .card-typology {
padding: 0 16px;
}
body:not(.is-cst) .card-inline-layout.is-centered .card-flip-wrapper .card-typology .typologies,
body:not(.is-cst) .card-inline-layout.is-centered .card .card-typology .typologies {
max-width: inherit;
font-size: 12px;
position: absolute;
bottom: 3px;
z-index: 10;
}
body:not(.is-cst) .card-inline-layout.is-centered .card-flip-wrapper .card-typology .typologies .meta-cat,
body:not(.is-cst) .card-inline-layout.is-centered .card .card-typology .typologies .meta-cat {
color: #414142;
padding-bottom: 10px;
}
body:not(.is-cst) .card-inline-layout.is-centered .card-flip-wrapper .clickable,
body:not(.is-cst) .card-inline-layout.is-centered .card .clickable {
display: none;
}
body:not(.is-cst) .card-inline-layout.is-centered .card-flip-wrapper .card-block-footer .btn-default,
body:not(.is-cst) .card-inline-layout.is-centered .card .card-block-footer .btn-default {
position: absolute;
margin-top: 0.15rem;
}
#cs-content .card-inline-layout.is-centered .card .card-block-footer .btn-default {
position: relative;
margin-top: 0;
}
.topbar-navigation-menu-wrapper {
transform: translateY(9px);
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.topbar-navigation-menu-wrapper.is-expanded {
transform: translateY(64px);
}
.topbar-navigation-menu-wrapper .topbar-pull {
position: absolute;
fill: white;
bottom: -23px;
width: 56px;
height: 23px;
cursor: pointer;
left: 50%;
margin-left: -28px;
-webkit-filter: drop-shadow(-1px 2px 1px rgba(0, 0, 0, 0.2));
filter: drop-shadow(-1px 2px 1px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 991px) {
.site-eole_digital_workplace .topbar-logo {
display: none;
}
.site-eole_digital_workplace .topbar.is-full-width {
background-color: #CA2C35;
}
.site-eole_digital_workplace .topbar {
height: 52px;
}
.site-eole_digital_workplace .topbar .topbar-inner,
.site-eole_digital_workplace .topbar .topbar-left,
.site-eole_digital_workplace .topbar .topbar-right {
height: 52px;
}
.site-eole_digital_workplace .topbar .topbar-right A.topbar-item {
color: #ffffff;
}
.site-eole_digital_workplace .topbar .topbar-right A.topbar-item .jalios-icon {
color: #ffffff;
font-size: 16px;
}
.site-eole_digital_workplace .topbar A.topbar-item::before {
height: 35px;
width: 35px;
}
.site-eole_digital_workplace .topbar-placeholder {
height: 52px;
}
.site-eole_digital_workplace .topbar-placeholder.is-expanded {
height: 52px;
}
}
.topbar-wrapper .topbar {
box-shadow: none;
}
/* recherche */
/* topbar-search-wrapper topbar-item */
.topbar-wrapper .topbar .topbar-search-wrapper.topbar-item .search-container {
position: relative;
}
.topbar-wrapper .topbar .topbar-search-wrapper.topbar-item .search-container .topbar-search-query {
border: none;
background: #EAEAEA;
border-radius: 5px;
padding-left: 60px;
overflow: hidden;
}
.topbar-wrapper .topbar .topbar-search-wrapper.topbar-item .search-container .btn-topbar-search.btn.btn-default {
position: absolute!important;
left: 0;
top: 0;
bottom: 0;
background: transparent;
height: 36px;
line-height: 36px;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.topbar-wrapper .topbar .topbar-search-wrapper.topbar-item .search-container .btn-topbar-search.btn.btn-default .jalios-icon {
color: #000000;
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.topbar-wrapper .topbar .topbar-search-wrapper.topbar-item .search-container .btn-topbar-search.btn.btn-default:hover,
.topbar-wrapper .topbar .topbar-search-wrapper.topbar-item .search-container .btn-topbar-search.btn.btn-default:focus {
background: #CA2C35;
}
.topbar-wrapper .topbar .topbar-search-wrapper.topbar-item .search-container .btn-topbar-search.btn.btn-default:hover .jalios-icon,
.topbar-wrapper .topbar .topbar-search-wrapper.topbar-item .search-container .btn-topbar-search.btn.btn-default:focus .jalios-icon {
color: #ffffff;
}
/* icones topbar */
/* topbar-item-wrapper */
.topbar-wrapper .topbar .topbar-right .topbar-item-wrapper .topbar-item {
color: #000000;
}
content-all-list .topbar-wrapper .topbar .topbar-right .topbar-item-wrapper .topbar-item:before {
height: 35px;
width: 35px;
}
.topbar-wrapper .topbar .topbar-right .topbar-item-wrapper.topbar-application-launcher .topbar-item::after,
.topbar-wrapper .topbar .topbar-right .topbar-item-wrapper.topbar-publish-menu .topbar-item::after,
.topbar-wrapper .topbar .topbar-right .topbar-item-wrapper.topbar-item-alert-menu .topbar-item::after {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
content: " ";
height: 15px;
width: 15px;
display: block;
margin: auto;
}
.topbar-wrapper .topbar .topbar-right .topbar-item-wrapper.topbar-application-launcher .topbar-item .jalios-icon,
.topbar-wrapper .topbar .topbar-right .topbar-item-wrapper.topbar-publish-menu .topbar-item .jalios-icon,
.topbar-wrapper .topbar .topbar-right .topbar-item-wrapper.topbar-item-alert-menu .topbar-item .jalios-icon {
display: none;
}
/* lanceur d'app'*/
.topbar-wrapper .topbar .topbar-right .topbar-item-wrapper.topbar-application-launcher .topbar-item::after {
background-image: url('../plugins/SymopStylePlugin/img/SVG/app-icon-white.svg');
}
/* menu ajouter */
.topbar-wrapper .topbar .topbar-right .topbar-item-wrapper.topbar-publish-menu .topbar-item::after {
background-image: url('../plugins/SymopStylePlugin/img/SVG/add-icon-white.svg');
}
/* notifications */
.topbar-wrapper .topbar .topbar-right .topbar-item-wrapper.topbar-item-alert-menu .topbar-item::after {
background-image: url('../plugins/SymopStylePlugin/img/SVG/notification-icon-white.svg');
height: 20px;
}
@media screen and (min-width: 992px) {
.topbar-wrapper .topbar .topbar-right .topbar-item-wrapper .topbar-item:before {
height: 42px;
width: 42px;
}
.topbar-wrapper .topbar .topbar-right .topbar-item-wrapper.topbar-application-launcher .topbar-item::after,
.topbar-wrapper .topbar .topbar-right .topbar-item-wrapper.topbar-publish-menu .topbar-item::after,
.topbar-wrapper .topbar .topbar-right .topbar-item-wrapper.topbar-item-alert-menu .topbar-item::after {
height: 20px;
width: 20px;
margin: 2px auto auto 2px;
}
/* lanceur d'app'*/
.topbar-wrapper .topbar .topbar-right .topbar-item-wrapper.topbar-application-launcher .topbar-item::after {
background-image: url('../plugins/SymopStylePlugin/img/SVG/app-icon.svg');
}
/* menu ajouter */
.topbar-wrapper .topbar .topbar-right .topbar-item-wrapper.topbar-publish-menu .topbar-item::after {
background-image: url('../plugins/SymopStylePlugin/img/SVG/add-icon.svg');
}
/* notifications */
.topbar-wrapper .topbar .topbar-right .topbar-item-wrapper.topbar-item-alert-menu .topbar-item::after {
background-image: url('../plugins/SymopStylePlugin/img/SVG/notification-icon.svg');
height: 25px;
}
} /* media querie */
/* Navbar*/
.topbar-wrapper .topbar-navigation-menu-wrapper {
z-index: 1038;
box-shadow: -2px 3px 5px -2px rgba(0, 0, 0, 0.5);
}
.topbar-wrapper .topbar-navigation-menu-wrapper:after {
content: "";
background-color: rgba(0, 0, 0, 0.1);
left: 0;
right: 0;
height: 1px;
position: absolute;
top: 0;
}
.topbar-wrapper .topbar-navigation-menu-wrapper .topbar-pull .topbar-pull-shape {
fill: #CA2C35;
}
.topbar-wrapper .topbar-navigation-menu-wrapper .topbar-pull .topbar-pull-handle {
fill: #ffffff;
}
.topbar-wrapper .container-nav-symop {
justify-content: start;
height: 50px;
}
@media screen and (min-width: 992px) {
.topbar-wrapper .container-nav-symop {
height: 55px;
justify-content: space-between;
}
}
.topbar-wrapper .container-nav-symop .container-a a {
border-bottom: 2px solid transparent;
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.topbar-wrapper .container-nav-symop .container-a a .jalios-icon,
.topbar-wrapper .container-nav-symop .container-a a .text-niv1 {
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.topbar-wrapper .container-nav-symop .container-a a path {
fill: #ffffff;
fill-opacity: 1;
}
.topbar-wrapper .container-nav-symop .container-a a span {
font-size: 16px;
font-size: 1.6rem;
opacity: 0.54;
color: #ffffff;
}
.topbar-wrapper .container-nav-symop .container-a a span:hover {
color: #ffffff;
}
.topbar-wrapper .container-nav-symop .container-a a:hover,
.topbar-wrapper .container-nav-symop .container-a a.dropup:not(.collapsed) {
border-bottom-color: #ffffff;
text-decoration: none;
}
.topbar-wrapper .container-nav-symop .container-a a:hover .jalios-icon,
.topbar-wrapper .container-nav-symop .container-a a.dropup:not(.collapsed) .jalios-icon,
.topbar-wrapper .container-nav-symop .container-a a:hover .text-niv1,
.topbar-wrapper .container-nav-symop .container-a a.dropup:not(.collapsed) .text-niv1 {
opacity: 1;
color: #ffffff;
}
.topbar-wrapper .container-nav-symop .container-a a.current {
border-bottom-color: #ffffff;
}
.topbar-wrapper .container-nav-symop .container-a a.current .jalios-icon,
.topbar-wrapper .container-nav-symop .container-a a.current .text-niv1 {
opacity: 1;
color: #ffffff;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.topbar-wrapper .container-nav-symop .container-a a span {
font-size: 14px;
font-size: 1.4rem;
}
.topbar-wrapper .container-nav-symop .container-a a .jalios-icon {
height: 18px;
}
}
.topbar-wrapper .container-nav-symop .jalios-icon {
opacity: 0.54;
}
.topbar-wrapper .container-menu-symop-mobile .container-a {
z-index: 100000000;
}
.topbar-wrapper .submenu.list-group-submenu {
max-height: calc(100vh - 139px);
overflow-x: hidden;
overflow-y: auto;
}
.topbar-wrapper .list-group-submenu {
width: 250px;
top: 50px;
left: 0px;
}
@media screen and (min-width: 992px) {
.topbar-wrapper .list-group-submenu {
top: 120px;
left: calc((100vw - 970px) / 2);
}
}
@media screen and (min-width: 1200px) {
.topbar-wrapper .list-group-submenu {
left: calc((100vw - 1170px) / 2);
}
}
@media screen and (min-width: 1300px) {
.topbar-wrapper .list-group-submenu {
left: calc((100vw - 1270px) / 2);
}
}
.topbar-wrapper .list-group-submenu .container-submenu.n-2 .list-group-item-submenu.n-2 {
border-bottom: 1px solid #dddddd !important;
}
.topbar-wrapper .list-group-submenu .list-group-item.n-3 {
border-bottom: 1px solid #dddddd !important;
margin: 1px 0 0 0;
}
.topbar-wrapper .list-group-submenu .list-group-item.n-3.current {
border-left: 2px solid red !important;
}
.topbar-wrapper .list-group-submenu .list-group-item {
border: inherit !important;
}
.topbar-wrapper .list-group-submenu .list-group-item:first-child {
border-radius: 0;
}
.flash-info-no-carousel .symop-portlet-flash-info {
box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.11);
}
.flash-info-carousel .slick-active .symop-portlet-flash-info {
box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.11);
}
.symop-portlet-flash-info {
border-left: 8px solid #CA2C35;
overflow: hidden;
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.symop-portlet-flash-info .flash-info-content {
max-width: 100%;
}
.symop-portlet-flash-info .flash-info-content .mark-as-read {
height: 20px;
width: 20px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.symop-portlet-flash-info .flash-info-content .mark-as-read:hover,
.symop-portlet-flash-info .flash-info-content .mark-as-read:focus {
color: #CA2C35;
background: #EAEAEA;
}
.symop-portlet-flash-info .flash-info-content .flash-info-text .wysiwyg p:last-child {
margin-bottom: 0;
}
.flash-info-pager {
right: 24px;
top: 50%;
margin-top: -12.5px;
}
.flash-info-pager .slick-prev-flash-info,
.flash-info-pager .slick-next-flash-info {
border: none;
outline: none;
}
.flash-info-pager .slick-prev-flash-info:before,
.flash-info-pager .slick-next-flash-info:before {
font-size: 12px;
font-size: 1.2rem;
font-family: "FontAwesome";
color: #CA2C35;
}
.flash-info-pager .slick-prev-flash-info:hover,
.flash-info-pager .slick-next-flash-info:hover {
color: #000000;
}
.flash-info-pager .slick-prev:before {
content: "\f053";
}
.flash-info-pager .slick-next:before {
content: "\f054";
}
.flash-info-pager .vertical-line {
height: 25px;
width: 1px;
}
.slick-arrow.slick-hidden {
display: block !important;
}
.flash-info-carousel.slick-initialized > div:not(:first-of-type) {
display: block;
}
@media screen and (max-width: 767px) {
.articles-home-container .promote-one {
margin-bottom: 15px;
}
}
.articles-home-container a {
text-decoration: none;
color: #000000;
}
.articles-home-container a:focus {
outline: inherit;
}
.articles-home-container .symop-article {
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.articles-home-container .symop-article.promote-one {
margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
.articles-home-container .symop-article.promote-one {
margin-bottom: 0;
}
}
.articles-home-container .symop-article.promote-two .content-info-list .content-info-item {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
max-width: 100%;
max-width: 24rem;
}
.articles-home-container .symop-article .container-datas {
height: 100px;
}
@media screen and (max-width: 1300px) {
.articles-home-container .symop-article .container-datas {
height: 86px;
}
}
.articles-home-container .symop-article .container-datas .title {
display: block;
display: -webkit-box;
max-width: 100%;
height: 46.800000000000004px;
font-size: 18px;
line-height: 1.3em;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.articles-home-container .symop-article .container-datas .title.little-news {
display: block;
display: -webkit-box;
max-width: 100%;
height: 38.4px;
font-size: 16px;
line-height: 1.2em;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
@media screen and (min-width: 992px) {
.articles-home-container .symop-article .container-datas .title {
display: block;
display: -webkit-box;
max-width: 100%;
height: 43.199999999999996px;
font-size: 18px;
line-height: 1.2em;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.articles-home-container .symop-article .container-datas .title.little-news {
display: block;
display: -webkit-box;
max-width: 100%;
height: 32px;
font-size: 16px;
line-height: 1em;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
}
@media screen and (min-width: 1200px) {
.articles-home-container .symop-article .container-datas .title {
display: block;
display: -webkit-box;
max-width: 100%;
height: 70.4px;
font-size: 22px;
line-height: 1.6em;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.articles-home-container .symop-article .container-datas .title.little-news {
display: block;
display: -webkit-box;
max-width: 100%;
height: 57.6px;
font-size: 18px;
line-height: 1.6em;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
}
.articles-home-container .symop-article .container-datas .content-info-list .content-info-item {
margin-bottom: 0 !important;
}
.articles-home-container .symop-article:hover,
.articles-home-container .symop-article:focus {
background: #EAEAEA;
}
.articles-home-container .symop-article:hover .content-info-list .content-info-item,
.articles-home-container .symop-article:focus .content-info-list .content-info-item {
background: #ffffff;
}
@media screen and (min-width: 992px) {
.symop-article-fd .symop-content-fd-left-content,
.symop-content-fd .symop-content-fd-left-content {
border-right: 2px solid #dddddd;
padding-right: 30px;
}
}
.symop-article-fd .content-metadata .wrapper-photo.icon-photo .photo,
.symop-content-fd .content-metadata .wrapper-photo.icon-photo .photo,
.symop-article-fd .content-metadata .initials-photo.initials.icon-photo,
.symop-content-fd .content-metadata .initials-photo.initials.icon-photo {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
vertical-align: middle;
margin-right: 5px;
}
.symop-article-fd .content-metadata .content-author,
.symop-content-fd .content-metadata .content-author {
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.symop-article-fd .content-metadata .content-author:after,
.symop-content-fd .content-metadata .content-author:after {
content: " - ";
color: #8f8f8f;
font-size: 14px;
font-size: 1.4rem;
}
.symop-article-fd .content-metadata .content-author:hover,
.symop-content-fd .content-metadata .content-author:hover,
.symop-article-fd .content-metadata .content-author:focus,
.symop-content-fd .content-metadata .content-author:focus {
color: #CA2C35;
}
.symop-article-fd .content-intro,
.symop-content-fd .content-intro {
line-height: 28px;
}
.symop-article-fd .content-intro .content-intro .wysiwyg,
.symop-content-fd .content-intro .content-intro .wysiwyg {
line-height: 28px;
}
.symop-article-fd .txt-content .wysiwyg,
.symop-content-fd .txt-content .wysiwyg {
line-height: 26px;
}
.symop-article-fd .content-info .content-info-title,
.symop-content-fd .content-info .content-info-title {
color: #143157;
font-weight: 600;
}
.symop-article-fd .content-info .content-info-list,
.symop-content-fd .content-info .content-info-list {
padding-inline-start: 0;
list-style-type: none;
}
.symop-article-fd .content-info .content-info-list .content-info-item,
.symop-content-fd .content-info .content-info-list .content-info-item {
border: 0;
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.symop-article-fd .content-info .content-info-list .content-info-item:hover,
.symop-content-fd .content-info .content-info-list .content-info-item:hover,
.symop-article-fd .content-info .content-info-list .content-info-item:focus,
.symop-content-fd .content-info .content-info-list .content-info-item:focus {
transform: translateY(-5px);
box-shadow: 4px 7px 12px 4px #d8d2d2;
}
.symop-article-fd .content-info .content-info-list .content-info-item:hover,
.symop-content-fd .content-info .content-info-list .content-info-item:hover,
.symop-article-fd .content-info .content-info-list .content-info-item:focus,
.symop-content-fd .content-info .content-info-list .content-info-item:focus {
color: #000000;
}
.symop-article-fd .content-info .content-related-content,
.symop-content-fd .content-info .content-related-content {
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.symop-article-fd .content-info .content-related-content + .content-related-content,
.symop-content-fd .content-info .content-related-content + .content-related-content {
border-top: 1px solid #EAEAEA;
}
.symop-article-fd .content-info .content-related-content:hover,
.symop-content-fd .content-info .content-related-content:hover,
.symop-article-fd .content-info .content-related-content:focus,
.symop-content-fd .content-info .content-related-content:focus {
background: #EAEAEA;
color: initial;
}
.symop-article-fd.symop-cfp-fd .container-btn,
.symop-content-fd.symop-cfp-fd .container-btn {
margin-top: -36px;
}
.symop-article-fd.symop-cfp-fd .border-left,
.symop-content-fd.symop-cfp-fd .border-left {
border-left: 2px solid #143157;
}
.event-home-container .slider {
margin-left: -15px;
margin-right: -15px;
}
.event-home-container .slider .slick-list .slick-slide {
position: relative;
}
.event-home-container .slider .slick-list .slick-slide::before {
content: "";
display: block;
position: absolute;
bottom: 0px;
left: 80px;
width: 13px;
height: 13px;
background-color: #000000;
border-radius: 100%;
border: 4px solid #EEB9BC;
z-index: 1;
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.event-home-container .slider .slick-list .slick-slide::after {
content: "";
display: block;
margin-top: 24px;
margin-bottom: 4px;
width: 100%;
height: 4px;
background-color: #ffffff;
}
.event-home-container .slider .slick-list .slick-slide[data-slick-index="0"]::after {
transform: translateX(80px);
width: calc(100% - 80px);
}
.event-home-container .slider .slick-list .slick-slide:last-child::after {
width: 80px;
}
.event-home-container .slider .slick-list .slick-slide:hover::before {
width: 16px;
height: 16px;
}
.card-calendar {
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.card-calendar:hover,
.card-calendar:focus {
transform: translateY(-5px);
box-shadow: 4px 7px 12px 4px #d8d2d2;
}
.card-calendar:focus {
outline: inherit;
}
.card-calendar .title {
display: block;
display: -webkit-box;
max-width: 100%;
height: 43.199999999999996px;
font-size: 18px;
line-height: 1.2em;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.card-calendar .container-date .date span {
font-size: 24px;
font-size: 2.4rem;
text-transform: capitalize;
font-weight: 400;
}
.card-calendar .location {
display: block;
display: -webkit-box;
max-width: 100%;
height: 16.8px;
font-size: 14px;
line-height: 1.2em;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.calendar-event-pager .slick-prev-calendar-event,
.calendar-event-pager .slick-next-calendar-event {
border: none;
outline: none;
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.calendar-event-pager .slick-prev-calendar-event:before,
.calendar-event-pager .slick-next-calendar-event:before {
font-size: 12px;
font-size: 1.2rem;
font-family: "FontAwesome";
color: #CA2C35;
}
.calendar-event-pager .slick-prev-calendar-event:hover,
.calendar-event-pager .slick-next-calendar-event:hover {
background: #EAEAEA;
}
.calendar-event-pager .slick-prev-calendar-event:before {
content: "\f053";
}
.calendar-event-pager .slick-next-calendar-event:before {
content: "\f054";
}
.calendar-event-pager .vertical-line {
height: 25px;
width: 1px;
}
.key-figures-container .keyfigure {
width: 200px;
height: 200px;
border: 3px solid transparent;
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.key-figures-container .keyfigure .container-arrow {
height: 25px;
width: 25px;
}
.key-figures-container .keyfigure .container-arrow svg {
margin: 0 auto;
}
.key-figures-container .keyfigure .txt {
text-transform: uppercase;
text-align: center;
min-height: 43px;
}
.key-figures-container .keyfigure.one .nb,
.key-figures-container .keyfigure.one .container-arrow {
color: #ea0a2a;
}
.key-figures-container .keyfigure.two .nb,
.key-figures-container .keyfigure.two .container-arrow {
color: #ff595a;
}
.key-figures-container .keyfigure.three .nb,
.key-figures-container .keyfigure.three .container-arrow {
color: #1947ba;
}
.key-figures-container .keyfigure.four .nb,
.key-figures-container .keyfigure.four .container-arrow {
color: #04a6e1;
}
.key-figures-container .keyfigure:hover,
.key-figures-container .keyfigure:focus {
color: #000000;
border-color: transparent;
}
.key-figures-container .two-first,
.key-figures-container .two-last {
display: flex;
}
@media screen and (max-width: 767px) {
.key-figures-container .keyfigure {
margin: 0 auto 30px auto;
}
}
.shortcut-container {
border-radius: 8px;
margin-bottom: 20px;
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.shortcut-container:hover,
.shortcut-container:focus {
transform: translateY(-5px);
box-shadow: 4px 7px 12px 4px #d8d2d2;
}
.shortcut-container .img-container img {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.shortcut-container .title {
display: block;
display: -webkit-box;
max-width: 100%;
height: 23.400000000000002px;
font-size: 18px;
line-height: 1.3em;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.communities-container .communitie-item {
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.communities-container .communitie-item:hover,
.communities-container .communitie-item:focus {
transform: translateY(-5px);
box-shadow: 4px 7px 12px 4px #d8d2d2;
}
.communities-container .communitie-item .title {
display: block;
display: -webkit-box;
max-width: 100%;
height: 23.400000000000002px;
font-size: 18px;
line-height: 1.3em;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.communities-container .communitie-item .inscription .txt {
letter-spacing: 0.5px;
}
.communities-container .communitie-item:focus {
outline: inherit;
}
.cs-pager {
right: 25px;
top: -40px;
}
.cs-pager .slick-prev-cs,
.cs-pager .slick-next-cs {
border: none;
outline: none;
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.cs-pager .slick-prev-cs:before,
.cs-pager .slick-next-cs:before {
font-size: 12px;
font-size: 1.2rem;
font-family: "FontAwesome";
color: #CA2C35;
}
.cs-pager .slick-prev-cs:hover,
.cs-pager .slick-next-cs:hover {
background: #EAEAEA;
}
.cs-pager .slick-prev-cs:before {
content: "\f053";
}
.cs-pager .slick-next-cs:before {
content: "\f054";
}
.cs-pager .vertical-line {
height: 25px;
width: 1px;
}
.cfp-all-list .symop-cfp-card .container-img {
width: 345px;
max-width: 345px;
max-height: 195px;
flex-basis: 345px;
flex-grow: 0;
flex-shrink: 0;
}
.cfp-all-list .symop-cfp-card .container-img .ratio-16-9 {
width: 100%;
display: block;
}
.cfp-all-list .symop-cfp-card .content-intro {
display: block;
display: -webkit-box;
max-width: 100%;
height: 50.400000000000006px;
font-size: 14px;
line-height: 1.2em;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.row.row-eq-height {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}
.row.row-eq-height > [class*='col-'] {
display: flex;
flex-direction: column;
}
.row.row-eq-height > [class*='col-'].next-div-h-100 > div {
height: 100%;
}
.row.row-eq-height > .div-center {
margin-top: auto;
margin-bottom: auto;
}
.row.row-eq-height > .next-div-center > div {
margin-top: auto;
margin-bottom: auto;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
padding-right: 0;
padding-left: 0;
}
.box-mdl {
border-color: transparent;
border-radius: 3px;
box-sizing: border-box;
}
.mdl-shadow-2dp {
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08), 0 3px 1px -2px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
}
.mdl-transition {
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.mdl-button-include {
background: 0 0;
border: none;
border-radius: 2px;
position: relative;
height: 36px;
line-height: 37px;
min-width: 52px;
padding: 0 16px;
display: inline-block;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1px;
overflow: hidden;
will-change: box-shadow;
transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
outline: none;
cursor: pointer;
text-decoration: none;
text-align: center;
vertical-align: middle;
}
.mdl-button-include.mdl-button-raised {
background: rgba(158, 158, 158, 0.2);
}
.mdl-button-include .icon {
line-height: inherit;
}
a,
.mdl-accordion,
.mdl-button-include {
-webkit-tap-highlight-color: transparent;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
a:hover,
a:focus {
text-decoration: none;
outline: none;
}
.mdl-button-include:hover:not(.bg-color-cs) {
background-color: rgba(158, 158, 158, 0.2);
}
.mdl-button-raised.mdl-button-include:hover {
background: rgba(158, 158, 158, 0.4);
}
.mdl-button-include:active {
background-color: rgba(158, 158, 158, 0.4);
}
.mdl-button-include:focus:not(:active) {
background-color: rgba(0, 0, 0, 0.12);
}
#jalios-modal[data-jalios-ajax-refresh-url*="AdvancedCalendarEventPlugin/jsp/modal/representedby/doRepresentedByForm.jsp"] .field-member .btn-chooser[data-jalios-action="chooser:member"],
#jalios-modal[data-jalios-ajax-refresh-url*="plugins/AdvancedCalendarEventPlugin/jsp/modal/LiveFormCalendar/doInviteMember.jsp"] .field-member .btn-chooser[data-jalios-action="chooser:member"] {
display: none;
}
.symop-btn {
outline: none;
border-radius: 25px;
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.symop-btn.symop-btn-1 {
border: 2px solid #CA2C35;
}
.symop-btn.symop-btn-1 .icon {
transition: .3s cubic-bezier(.4, 0, 1, 1), background-color .3s cubic-bezier(.4, 0, .2, 1), color .3s cubic-bezier(.4, 0, .2, 1);
}
.symop-btn.symop-btn-1:hover,
.symop-btn.symop-btn-1:focus {
background: transparent;
color: #CA2C35;
border: 2px solid #CA2C35;
}
.symop-btn.symop-btn-1:hover .icon,
.symop-btn.symop-btn-1:focus .icon {
transform: translateX(5px);
color: #CA2C35;
}
.symop-btn.symop-btn-2 {
border: none;
border-radius: 5px;
}
.symop-btn.symop-btn-2:hover,
.symop-btn.symop-btn-2:visited {
color: #CA2C35;
text-decoration: underline;
background: #EAEAEA;
}
.symop-btn.symop-btn-3 {
border-radius: 5px;
border: 1px solid #CA2C35 !important;
font-size: 11px !important;
padding-top: 10px;
padding-bottom: 10px;
display: inline-block;
}
.symop-btn.symop-btn-3.active {
background: #CA2C35;
color: #ffffff;
cursor: default;
}
.symop-btn.symop-btn-3:not(.active):hover {
background: #CA2C35;
color: #ffffff;
cursor: pointer;
}
.symop-btn.symop-btn-4 {
border: 2px solid #CA2C35;
border-radius: 5px;
}
.symop-btn.symop-btn-4:hover,
.symop-btn.symop-btn-4:focus {
background: transparent;
color: #CA2C35;
border: 2px solid #CA2C35;
}
.member-profile .profile-header-photo-wrapper .wrapper-photo {
width: inherit;
height: inherit;
border-radius: 50%;
}
.body.zone_Public .wysiwyg-inline-buttons .btn.btn-default {
background-color: #ededed;
}
.body.zone_Public .wysiwyg-inline-buttons .btn.btn-default:hover {
background-color: #d9d9d9;
}
.body.zone_Public:not(.is-cst) .PortletCalendar .calendarNavigationLink .linkContainer.btn {
height: auto;
line-height: inherit;
padding-top: 10px;
}
.body.zone_Public:not(.is-cst) .PortletCalendar .calendarNavigationLink .linkContainer.btn .full-display {
line-height: 2;
}
.CalendarEvent.full-display {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.CalendarEvent.full-display {
width: 750px;
}
}
@media (min-width: 992px) {
.CalendarEvent.full-display {
width: 970px;
}
}
@media (min-width: 1200px) {
.CalendarEvent.full-display {
width: 1170px;
}
}
.CalendarEvent.full-display a,
.CalendarEvent.full-display p,
.CalendarEvent.full-display div,
.CalendarEvent.full-display span:not(.jalios-icon),
.CalendarEvent.full-display ul,
.CalendarEvent.full-display li,
.CalendarEvent.full-display h1,
.CalendarEvent.full-display h2,
.CalendarEvent.full-display h3,
.CalendarEvent.full-display h4,
.CalendarEvent.full-display h5,
.CalendarEvent.full-display h6 {
font-family: "Mulish", Helvetica, Arial, sans-serif;
}
.CalendarEvent.full-display .publication-header h1.publication-title {
font-family: "Mulish", Helvetica, Arial, sans-serif;
color: #414142;
margin: 30px 0;
}
.CalendarEvent.full-display .list-group-item,
.CalendarEvent.full-display .panel {
border-color: #f5f5f5;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08), 0 3px 1px -2px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
}
.CalendarEvent.full-display .list-group-item.categories,
.CalendarEvent.full-display .panel.categories {
border-top-color: #f5f5f5;
}
.CalendarEvent.full-display .list-group-item .panel-heading,
.CalendarEvent.full-display .panel .panel-heading,
.CalendarEvent.full-display .list-group-item .panel-footer,
.CalendarEvent.full-display .panel .panel-footer {
border-color: #f5f5f5;
}
.CalendarEvent.full-display .list-group-item .panel-heading,
.CalendarEvent.full-display .panel .panel-heading {
color: #414142;
font-weight: 700;
}
.CalendarEvent.full-display .list-group-item .panel-footer,
.CalendarEvent.full-display .panel .panel-footer,
.CalendarEvent.full-display .list-group-item .panel-footer a,
.CalendarEvent.full-display .panel .panel-footer a,
.CalendarEvent.full-display .list-group-item .action-menu a,
.CalendarEvent.full-display .panel .action-menu a {
color: #CA2C35;
font-weight: 700;
}
.CalendarEvent.full-display .list-group-item .panel-footer a,
.CalendarEvent.full-display .panel .panel-footer a,
.CalendarEvent.full-display .list-group-item .action-menu a,
.CalendarEvent.full-display .panel .action-menu a {
display: inline-block;
padding: 5px;
border-radius: 5px;
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.CalendarEvent.full-display .list-group-item .panel-footer a:hover,
.CalendarEvent.full-display .panel .panel-footer a:hover,
.CalendarEvent.full-display .list-group-item .action-menu a:hover,
.CalendarEvent.full-display .panel .action-menu a:hover,
.CalendarEvent.full-display .list-group-item .panel-footer a:focus,
.CalendarEvent.full-display .panel .panel-footer a:focus,
.CalendarEvent.full-display .list-group-item .action-menu a:focus,
.CalendarEvent.full-display .panel .action-menu a:focus {
background: #EAEAEA;
}
.CalendarEvent.full-display .list-group-item .panel-body .item-box li:hover,
.CalendarEvent.full-display .panel .panel-body .item-box li:hover {
border-color: #EAEAEA;
background-color: #EAEAEA;
}
.CalendarEvent.full-display .list-group-item .panel-body .item-box li a,
.CalendarEvent.full-display .panel .panel-body .item-box li a {
color: #414142;
}
.CalendarEvent.full-display .list-group-item li.dates,
.CalendarEvent.full-display .panel li.dates,
.CalendarEvent.full-display .list-group-item li.periodicity,
.CalendarEvent.full-display .panel li.periodicity {
font-weight: 700;
}
.CalendarEvent.full-display .panel.br {
border-radius: 3px;
}
.content-all-list .container-content-all-list {
padding-top: 70px;
}
@media screen and (min-width: 768px) {
.content-all-list .container-content-all-list {
padding-top: 30px;
}
}
.select-community-pqf {
display: flex;
flex-direction: column;
margin-bottom: 0;
}
.select-community-pqf .control-label {
display: none;
width: 100%;
padding: 0;
}
.select-community-pqf .control-label label {
width: 100%;
font-size: 10px;
font-size: 1.0rem;
font-weight: 300;
font-family: "Mulish", Helvetica, Arial, sans-serif;
color: #8f8f8f;
}
.select-community-pqf .widget-content {
width: 100%;
max-width: 100%;
padding: 0;
}
.select-community-pqf .widget-content .input-group {
width: 100%;
}
.select-community-pqf .widget-content .input-group select {
border-radius: 5px;
height: 40px;
width: 100%;
border: none;
box-shadow: none;
background: rgba(202, 44, 53, 0.1);
}
@media screen and (min-width: 768px) {
.select-community-pqf {
margin-right: 25px;
}
.select-community-pqf .control-label,
.select-community-pqf .widget-content {
width: 250px;
max-width: 250px;
}
}
.input-pqf-search {
height: 40px;
background: rgba(202, 44, 53, 0.1);
overflow: hidden;
}
@media screen and (max-width: 767px) {
.input-pqf-search {
margin-top: 15px;
}
}
.input-pqf-search .btn.btn-default {
height: 40px !important;
background: transparent;
top: -1px;
}
.input-pqf-search input {
height: 100%;
width: 250px;
border: none;
background: transparent;
outline: none;
}
.symop-newsletter-list .newsletter-little-card {
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.symop-newsletter-list .newsletter-little-card:hover,
.symop-newsletter-list .newsletter-little-card:focus {
transform: translateY(-5px);
box-shadow: 4px 7px 12px 4px #d8d2d2;
}
.container-symop-footer .footer-symop ul.nav-symop {
list-style-type: none;
display: flex;
flex-wrap: wrap;
padding-inline-start: 0;
margin-bottom: 0;
}
.container-symop-footer .footer-symop ul.nav-symop li {
margin-right: 25px;
}
.container-symop-footer .footer-symop ul.nav-symop li:last-child {
margin-right: 0;
}
.container-symop-footer .footer-symop ul.nav-symop li a {
text-decoration: none;
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
max-width: 100%;
}
.container-symop-footer .footer-symop ul.nav-symop li a:hover,
.container-symop-footer .footer-symop ul.nav-symop li a:focus {
color: #CA2C35;
}
.symop-breadcrumb ul {
padding-inline-start: 0;
list-style-type: none;
}
.symop-breadcrumb ul li {
display: inline-block;
}
.symop-breadcrumb ul a.breadcrumb-item {
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.symop-breadcrumb ul a.breadcrumb-item:hover {
color: initial;
background: #EAEAEA;
}
.card-list {
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.card-list:hover,
.card-list:focus {
transform: translateY(-5px);
box-shadow: 4px 7px 12px 4px #d8d2d2;
}
.card-list .container-datas .title {
display: block;
display: -webkit-box;
max-width: 100%;
height: 44.8px;
font-size: 16px;
line-height: 1.4em;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.card-list .container-datas .resume {
display: block;
display: -webkit-box;
max-width: 100%;
height: 72.8px;
font-size: 14px;
line-height: 1.3em;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.card-list .container-datas .meta-author {
display: block;
display: -webkit-box;
max-width: 100%;
height: 36.4px;
font-size: 14px;
line-height: 1.3em;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.card-list .container-datas .meta-author .content-author .wrapper-photo.tiny-photo .photo,
.card-list .container-datas .meta-author .content-author .initials-photo.initials.tiny-photo {
height: 18px;
width: 18px;
vertical-align: text-bottom;
margin-bottom: -4px;
font-size: 12px;
font-size: 1.2rem;
}
.card-list .container-datas .category {
height: 24.5px;
overflow: hidden;
}
.card-list .container-datas .workspace {
max-width: 100%;
max-height: 24.5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.card-list.video .container-datas .title,
.card-list.doSymopNewsCardList .container-datas .title {
display: block;
display: -webkit-box;
max-width: 100%;
height: 61.599999999999994px;
font-size: 22px;
line-height: 1.4em;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.card-list.symop-event .container-datas {
min-height: 226px;
}
.card-list.symop-event .container-datas .title {
height: inherit;
display: block;
display: -webkit-box;
max-width: 100%;
max-height: 44.8px;
font-size: 16px;
line-height: 1.4em;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.card-list.symop-event .container-datas .city {
display: block;
display: -webkit-box;
max-width: 100%;
height: 12px;
font-size: 12px;
line-height: 1em;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.card-list.symop-event .block-visio,
.card-list.symop-event .card-footer {
border-top: 1px solid #EAEAEA;
}
.card-list.symop-event .block-visio.no-border,
.card-list.symop-event .card-footer.no-border {
border: none;
}
.card-list.symop-event .block-visio {
height: 40px;
}
.card-list.symop-event .block-visio a {
text-decoration: underline;
}
.card-list.symop-event .card-footer {
height: 60px;
}
.card-list.symop-event .description {
display: block;
display: -webkit-box;
max-width: 100%;
height: 50.400000000000006px;
font-size: 14px;
line-height: 1.2em;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.action-event-symop {
padding-bottom: 30px;
width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
.action-event-symop {
padding-top: 30px;
}
}
@media (min-width: 992px) {
.action-event-symop {
padding-bottom: 0px;
}
}
.action-event-symop .cal-header-navigation {
min-width: 302px;
}
.action-event-symop .cal-header-navigation .navbar-text {
display: inline-block;
margin-top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
.action-event-symop .cal-header-navigation .navbar-text:first-child {
margin-left: 0;
}
}
.action-event-symop .container-search {
min-width: 302px;
width: 100%;
}
.action-event-symop .container-search .input-pqf-search {
width: 100%;
}
.action-event-symop .container-search .input-pqf-search .widget {
width: 100%;
}
.action-event-symop .container-search .input-pqf-search .widget .form-control {
width: calc(100% - 52px);
height: 40px;
}
.action-event-symop .container-search .input-pqf-search .widget .form-control:focus,
.action-event-symop .container-search .input-pqf-search .widget .form-control:hover {
box-shadow: none;
}
.action-event-symop .container-search .input-pqf-search .widget .btn-topbar-search.btn-default {
position: absolute;
right: 0;
}
.symop-skin {
border: none;
margin-bottom: 0;
}
.symop-skin .panel-heading {
padding: 10px 0;
background-color: transparent;
}
.symop-skin .panel-heading .portlet-header-actions {
display: inline-block;
vertical-align: middle;
}
.symop-skin .panel-heading .portlet-header-actions .jalios-icon {
color: #CA2C35;
}
.symop-skin .panel-heading .skinTitle {
font-weight: bold;
}
.symop-skin .panel-body {
padding: 0;
}
.symop-skin.PortletMyCollaborativeSpaces .PagerLink {
margin-right: 80px;
}
@media screen and (max-width: 767px) {
.symop-skin.PortletMyCollaborativeSpaces .PagerLink {
margin-right: 70px;
}
}
@media screen and (min-width: 992px) {
.symop-skin.symop-skin-title-container .container-title-seemore {
display: flex;
justify-content: space-between;
}
}
.symop-skin.symop-skin-title-container .container-title-seemore .container-filters {
flex-direction: column;
}
@media screen and (max-width: 767px) {
.symop-skin.symop-skin-title-container .container-title-seemore .container-filters {
padding-top: 30px;
}
}
@media screen and (max-width: 992px) {
.symop-skin.symop-skin-title-container .container-title-seemore .container-filters {
width: 100%;
}
}
@media screen and (min-width: 768px) {
.symop-skin.symop-skin-title-container .container-title-seemore .container-filters {
flex-direction: row;
}
}
.container-title-seemore .title-and-edit a .jalios-icon.more-v {
font-size: 0.6em;
color: #CA2C35;
display: inline-block;
height: 20px;
width: 20px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
text-align: center;
vertical-align: text-bottom;
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
padding-top: 2px;
}
.container-title-seemore .title-and-edit a .jalios-icon.more-v:hover,
.container-title-seemore .title-and-edit a .jalios-icon.more-v:focus {
background: #EAEAEA;
}
.container-title-seemore .container-link .btn-see-all {
text-decoration: underline;
transition: .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
}
.container-title-seemore .container-link .btn-see-all:hover,
.container-title-seemore .container-link .btn-see-all:focus {
background: #EAEAEA;
color: #CA2C35;
}
.container-title-seemore .container-link.link-calendar {
margin-right: 50px;
}
.container-title-seemore .container-link.link-calendar .PagerLink {
margin-right: 30px;
}
@media screen and (max-width: 767px) {
.container-title-seemore .container-link.link-calendar {
display: none;
}
}
.modal .modal-header,
.modal .modal-footer {
background-color: #f8f8f8;
color: #000000;
}
.modal .modal-dialog .btn-primary.bg-symop-red {
background-color: #CA2C35 !important;
}
.modal .modal-dialog .row-mdl.row-MainSurvey .container-title a:hover,
.modal .modal-dialog .row-mdl.row-MainSurvey .container-title a:focus {
color: #CA2C35 !important;
}
.body.zone_Public .container-filters .input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.body.zone_Public .container-filters .input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
border-radius: 4px;
border-bottom-right-radius: 4px !important;
border-top-right-radius: 4px !important;
height: 36px;
width: 100%;
padding: 8px 24px 6px 12px;
border: none;
box-shadow: none;
background: #fbeaeb;
}
/*# sourceMappingURL=common.css.map */
