.hide {
display: none !important; } .module-listing-wrapper {
margin-bottom: 10px; }
.module-listing-wrapper .module-list {
list-style-type: none;
margin: 0;
padding: 0; }
.module-listing-wrapper .module-list .module-list-item {
display: inline-flex;
margin-right: 10px;
margin-bottom: 10px; }
.module-listing-wrapper .module-list .module-list-item a {
background-color: rgba(0, 0, 0, 0.075);
display: flex;
align-items: center;
justify-content: center;
width: 100px;
height: 100px;
font-size: 18px;
line-height: 21px;
text-align: center;
border-radius: 100%;
padding: 5px; }
.module-listing-wrapper .module-list .module-list-item a.no-link {
background-color: rgba(0, 0, 0, 0.4) !important;
border-color: rgba(0, 0, 0, 0.1) !important; } .module-modal .modal-image {
width: 40%;
max-width: 100%;
float: left;
margin-right: 20px; }
.module-modal .modal-image img {
width: 100%;
max-width: 100%; }
@media (max-width: 800px) {
.module-modal .modal-image {
width: 100%;
float: none;
margin-right: 0px;
margin-bottom: 20px; } }
.note-encrypted-wrapper {
display: flex;
align-self: center; }
.note-encrypted-wrapper .note-icon {
font-size: 21px;
text-align: center;
max-width: 100%;
background-color: rgba(0, 0, 0, 0.075);
border-radius: 50px;
padding: 0px 30px 0px 25px;
margin-right: 20px;
display: inline-flex;
align-items: center; }
.note-encrypted-wrapper .note-icon span {
color: #aaa;
margin-left: 8px;
font-size: 16px; }
.note-encrypted-wrapper .note-message {
max-width: 100%;
padding: 5px 0px; }
.note-encrypted-wrapper .note-message.full-width {
width: 100%; }
.note-encrypted-wrapper .note-message .note-title {
font-size: 16px;
font-weight: bold;
margin: 0; }
.note-encrypted-wrapper .note-message .note-subtitle {
font-size: 13px; }
@media (max-width: 800px) {
.note-encrypted-wrapper .note-icon {
padding: 0 15px 0px 5px;
margin-right: 0px;
background-color: rgba(0, 0, 0, 0); }
.note-encrypted-wrapper .note-icon span {
display: none; } }
body.logged-in .hide-logged-in {
display: none; }
body.logged-in .show-logged-in {
display: block; }
body.logged-out .hide-logged-out {
display: none; }
body.logged-out .show-logged-out {
display: block; }
#feedback-wrapper {
position: fixed;
z-index: 999999;
bottom: 0px;
left: 0px;
width: 100%; }
#feedback-wrapper .feedback-item {
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;
padding: 20px 30px;
opacity: 0;
bottom: -100px;
width: 100%;
position: absolute;
z-index: 999999;
background-color: #ccc;
color: #333;
text-align: center;
font-size: 21px; }
#feedback-wrapper .feedback-item.success {
background-color: mediumseagreen;
color: #fff; }
#feedback-wrapper .feedback-item.error {
background-color: red;
color: #fff; }
#feedback-wrapper .feedback-item.push {
opacity: 1;
bottom: 0px; }