.btn {
  border-radius: 40px;
  padding: 5px 15px;
}
.btn span {
  margin-left: 5px;
}
/* nadpisanie bootstrapa */
.btn-xs {
  padding: 3px 10px;
  font-size: 0.8em;
}
.btn-primary {
  color: #fff !important;
  background: linear-gradient(90deg, #f8410e, #f28511);
  border-color: #f8410e;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-weight: 600;
}
.btn-primary:hover {
  color: #fff;
  background: linear-gradient(90deg, #f28511, #f8410e);
  border-color: #f8410e;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 130, 17, 0.3);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #f38111;
  border-color: #f38111;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f38111;
  border-color: #f38111;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 130, 17, 0.3);
}
.btn-secondary {
  color: #fff;
  background: linear-gradient(0deg, #433d80, #5e698f);
  border-color: #433d80;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-weight: 600;
}
.btn-secondary:hover {
  color: #fff;
  background: linear-gradient(0deg, #5e698f, #433d80);
  border-color: #433d80;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 78, 133, 0.3);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #f38111;
  border-color: #f38111;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #4d4e85;
  border-color: #4d4e85;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 78, 133, 0.3);
}
.btn-info {
  color: #fff;
  background: linear-gradient(0deg, #20a2c2, #40bcdb);
  border-color: #40bcdb;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-weight: 600;
}
.btn-info:hover {
  color: #fff;
  background: linear-gradient(0deg, #40bcdb, #20a2c2);
  border-color: #40bcdb;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(168, 228, 53, 0.3);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #20a2c2;
  border-color: #20a2c2;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #20a2c2;
  border-color: #20a2c2;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(168, 228, 53, 0.3);
}
.dropdown-item.active,
.dropdown-item:active {
  background: #1d243d;
}
.btn-default {
  color: #fff;
  background: linear-gradient(0deg, #fafafa, #eee);
  border-color: #ddd;
  color: #666;
  font-weight: 600;
}
.btn-default:hover {
  color: #fff;
  background: linear-gradient(0deg, #eee, #fafafa);
  border-color: #ddd;
  color: #666;
}
.btn-default:focus,
.btn-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}
.btn-default.disabled,
.btn-default:disabled {
  color: #fff;
  background-color: #eee;
  border-color: #eee;
}
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #eee;
  border-color: #eee;
}
.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}
.table-striped thead tr th {
  background: #fff;
  color: #aaa;
  line-height: 1.1;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}
.panel {
  border: 1px solid #eee;
  margin-bottom: 30px;
}
.panel-header {
  background-color: #fcfcfc;
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.panel-header .panel-header-title {
  font-size: 1.5em;
  font-weight: 600;
}
.panel-body {
  background-color: #fff;
  padding: 20px;
}
.breadcrumbs {
  background: #fafafa;
}
.breadcrumbs .breadcrumb {
  background: transparent;
  color: #e72020;
  margin-bottom: 0;
}
.breadcrumbs .breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumbs .breadcrumb .breadcrumb-item.active {
  color: #999;
}
.datepicker th {
  font-size: 12px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  font-size: 12px;
}
.input-group > .custom-file {
  overflow: hidden;
}
html {
  width: 100%;
  height: 100%;
}
body {
  font-size: 14px;
  font-weight: 400;
  background: white;
  color: #333;
  height: 100%;
  width: 100%;
}
a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: inherit;
}
.btn-default {
  border: 1px solid #aaa;
  background: #fafafa;
  color: #666;
  font-weight: 400;
}
.btn-default:hover {
  background: linear-gradient(0deg, #fafafa, #eee);
}
header {
  background: linear-gradient(0deg, #eee, #fff);
  padding: 10px 0;
  border-bottom: 3px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
header .logo img {
  max-width: 200px;
  max-height: 50px;
}
header nav {
  background: #1d243d;
  display: block;
  text-align: left;
}
header nav ul {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
}
header nav ul > li {
  display: inline-block;
}
header nav ul > li > a {
  display: block;
  padding: 20px 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
header nav ul > li:hover > a {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
}
.navbar {
  background: #1d243d;
  color: #fff;
}
.navbar .nav-item .nav-link {
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 600;
  color: #fff;
}
.portalName {
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 5px;
}
.portalSubName {
  font-size: 13px;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.5;
}
footer {
  background: linear-gradient(0deg, #000, #444);
  padding: 30px 0;
  color: #fff;
  border-top: 3px solid #aaa;
}
.mainSection {
  padding: 40px 0;
  background: #fff;
}
.pages {
  text-align: right;
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 10px;
}
.pages a {
  display: inline-block;
  border: 1px solid #999;
  padding: 2px 10px;
  font-size: 13px;
  color: #999;
  cursor: pointer;
}
.pages a:hover {
  border-color: #5a0000;
  color: #5a0000;
}
.pages a.active {
  background: #e72020;
  color: #fff;
  border-color: #e72020;
}
/* NAGŁÓWKI */
.sHead {
  font-size: 1.8em;
  margin-bottom: 10px;
  padding: 0 0 0px 0;
  font-weight: 700;
}
.sHead1 {
  font-size: 1.5em;
  margin-bottom: 10px;
  padding: 0;
  font-weight: 600;
  color: #555;
}
.sHead2 {
  font-size: 1.3em;
  margin-bottom: 10px;
  padding: 0;
  font-weight: 600;
  color: #555;
}
textarea:focus,
input:focus {
  outline: none;
}
/* ----------------- UŻYTKOWNICY ------------------ */
.userItemContent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.userItemContent .userItemAvatar {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 50%;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.userItemContent .userItemAvatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  transform: scale(1);
  transition: 0.2s all ease-in-out;
}
.userItemContent:hover .userItemAvatar img {
  opacity: 0.7;
  transform: scale(1.1);
}
.userItemContent .userItemName {
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.1em;
}
.userItemContent .userItemTitle {
  color: #999;
}
.userItemBox {
  text-align: center;
}
.userItemBox .userItemBoxAvatar {
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 3px 8px 20px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: inline-block;
  transition: 0.2s all ease-in-out;
}
.userItemBox .userItemBoxAvatar img {
  display: inline-block;
  width: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  transform: scale(1);
  transition: 0.4s all ease-in-out;
}
.userItemBox:hover .userItemBoxAvatar {
  transform: scale(1.1);
}
.userItemBox:hover .userItemBoxAvatar img {
  transform: scale(1.1);
  opacity: 0.8;
}
.userItemBox .userItemBoxBody .userItemBoxName {
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.1em;
  margin-bottom: 5px;
}
.userItemBox .userItemBoxBody .userItemBoxTitle {
  font-size: 1.1em;
  color: #999;
}
.userItemBox .userItemBoxBody .userItemBoxIcon {
  margin-top: 10px;
}
.userItemBoxIndex .userItemBox {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  margin-top: 40px;
}
.userProfile {
  border-bottom: 1px solid #eee;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.userProfile .userProfileAvatar {
  width: 200px;
  max-width: 100%;
  flex: 1;
  text-align: center;
}
.userProfile .userProfileAvatar img {
  width: 200px;
  max-width: 100%;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.userProfile .userProfileBody {
  flex: 2;
  margin-left: 20px;
}
.userProfile .userProfileBody .userProfileName {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 10px;
}
.userProfile .userProfileBody .userProfileTitle {
  font-size: 1.3em;
}
.userProfile .userProfileBodyContact {
  flex: 1;
}
.userProfile .userProfileBodyContact .contactItem {
  padding: 10px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: -1px;
}
.userProfile .userProfileBodyContact .contactItem .icon {
  display: inline-block;
  width: 40px;
  text-align: center;
}
.userProfile .userProfileBodyContact .contactItem .val {
  display: inline-block;
  font-weight: 600;
}
.userProfileInfo {
  background: #fafafa;
  padding: 20px;
  margin-bottom: 20px;
}
.userProfileExt {
  margin-bottom: 50px;
}
.userProfileExt .contactItem {
  padding: 10px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: -1px;
}
.userActivityBox {
  margin-bottom: 20px;
  border: 1px solid #eee;
  padding: 20px;
}
.userActivityBox .panel {
  margin-bottom: 20px;
  text-align: center;
}
.userActivityBox .panel .value {
  font-size: 20px;
}
.userActivityBox .userCommissionIndex ul li {
  margin-bottom: 10px;
}
.userActivityBox .userCommissionIndex .commissionName {
  font-size: 1.3em;
}
.userActivityBox .userCommissionIndex .commissionUserRole {
  opacity: 0.7;
}
/* ------------- SESJE ------------------- */
.currentSessionShow {
  margin-bottom: 20px;
}
.currentSessionShow .name {
  font-size: 1.5em;
  font-weight: 600;
}
.currentSessionShow .room {
  margin-bottom: 20px;
}
.currentSessionShow .datetime {
  margin-bottom: 10px;
}
.currentSessionShow .datetime .date {
  border: 2px solid #eee;
  background: #eee;
  color: #666;
  font-weight: 600;
  padding: 5px 10px;
  display: inline-block;
}
.currentSessionShow .datetime .time {
  border: 2px solid #eee;
  color: #999;
  font-weight: 600;
  padding: 5px 10px;
  margin-left: -5px;
  background: #fff;
  display: inline-block;
}
.sessionOrderIndex .sessionOrderItem {
  padding: 0px;
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.sessionOrderIndex .name {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.1em;
  padding: 15px;
  background: #fafafa;
}
.sessionOrderIndex .sessionOrderSubItem {
  margin-left: 40px;
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.sessionOrderIndex .sessionOrderSubItem .name {
  font-size: 1.25em;
}
.sessionOrderIndex .sessionOrderItemElement {
  padding: 10px;
}
.sessionOrderIndex .sessionOrderItemElement .label {
  text-align: left;
  padding: 10px;
  background: #fcfcfc;
  color: #999;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #eee;
}
.sessionOrderIndex .sessionOrderItemElement .commissionItem {
  margin-top: 20px;
}
.sessionOrderIndex .sessionOrderItemElement .commissionItem:first-child {
  margin-top: 0;
}
.sessionOrderIndex .sessionOrderItemElement .commissionItem .commissionName {
  font-size: 1.3em;
}
.sessionOrderIndex .sessionOrderItemElement .userItem {
  margin: 15px 0 0 0px;
}
.sessionOrderIndex .sessionOrderComment {
  background: #fafafa;
  padding: 30px;
  margin-bottom: 30px;
  border-left: 2px dashed #eee;
  color: #333;
  font-family: 'Georgia', 'Times New Roman';
}
.sessionOrderItemVoting {
  margin-top: 20px;
  margin-bottom: 30px;
}
.sessionOrderItemVoting .result {
  font-size: 1.6em;
  margin-bottom: 15px;
}
.sessionOrderItemVoting .votingBars {
  margin-bottom: 20px;
}
/*  -------- KOMISJE ---------- */
.commissionIndex .item {
  margin-bottom: 20px;
}
.commissionIndex .commissionName {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.1em;
  margin-bottom: 10px;
}
.commissionIndex .commissionInfo {
  color: #666;
}
.commissionIndex .userItem {
  display: inline-block;
  width: 33%;
  margin-bottom: 20px;
}
.commissionIndex .commisssionPresident {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.commissionIndex .commisssionVcePresident {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.commissionIndex .commisssionUser {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
/* ------ GŁOSOWANIA ------- */
.votingShow .voting-result {
  font-size: 2em;
  margin-bottom: 10px;
}
.votingShow .userItem {
  margin-top: 15px;
}
.votingShow .userItem .userItemName {
  font-size: 1em;
}
.votingShow .userItem .userItemTitle {
  font-size: 0.9em;
}
.votingShow .votingUsers {
  border: 1px solid #eee;
  padding: 10px;
}
.votingShow .votingBars {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.votingShow .novotes {
  opacity: 0.5;
}
.votingBars {
  width: 100%;
}
.votingBars .barItem {
  margin-left: 0px;
  position: relative;
}
.votingBars .barItem .strVal {
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 3px;
}
.votingBars .barItem .value {
  border: 1px solid #eee;
  height: 15px;
  width: 100%;
  background: #fff;
  margin: 5px 0;
  position: relative;
}
.votingBars .barItem .value .valueVal {
  height: 100%;
  background: #eee;
}
.votingBars .barItem.infavour .valueVal {
  background: #2ca02c;
}
.votingBars .barItem.against .valueVal {
  background: #c9302c;
}
.votingBars .barItem.abstain .valueVal {
  background: #afd9ee;
}
.badge-infavour {
  background: #2ca02c;
  color: #fff;
}
.badge-against {
  background: #c9302c;
  color: #fff;
}
.badge-abstain {
  background: #afd9ee;
  color: #fff;
}
.bg-infavour {
  background: #2ca02c;
}
.bg-against {
  background: #c9302c;
}
.bg-abstain {
  background: #afd9ee;
}
.sessionLivePanel {
  border: 2px solid #1d243d;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 40px;
}
.sessionLivePanel .panel-header {
  background: #1d243d url(../image/live.gif) top 0px right 0px no-repeat;
  background-size: auto auto;
  padding: 20px;
  color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.sessionLivePanel .panel-body {
  padding: 20px;
  border-radius: 10px;
}
.sessionLivePanel .datetime {
  margin-bottom: 10px;
}
.sessionLivePanel .datetime .date {
  border: 1px solid #fff;
  background: #fff;
  color: #1d243d;
  font-weight: 600;
  padding: 5px 10px;
  display: inline-block;
}
.sessionLivePanel .datetime .time {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  padding: 5px 10px;
  margin-left: -5px;
  display: inline-block;
}
.sessionLivePanel .sessionName {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 10px;
}
.sessionLivePanel .currentSessionOrderName {
  font-size: 1.3em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 1.1em;
  padding: 10px 0;
  opacity: 0.8;
}
.sessionLivePanel .link {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
  text-align: center;
}
table.download tr td.icon {
  width: 30px;
}
table.download tr td.perm {
  width: 30px;
}
table.download tr td.filename {
  font-weight: 600;
}
table.download tr td.filename span {
  font-weight: 400;
}
table.download tr td.link {
  width: 80px;
}
.portalHeader {
  display: flex;
  align-items: center;
}
.portalHeader .logo {
  width: 80px;
}
.portalHeader .name {
  flex: 1;
}
.sHeadLive {
  background: #1d243d url(../image/live.gif) no-repeat right center;
  color: #fff;
  padding: 10px;
  font-size: 18px;
}
.liveSession .liveCurrentSessionItem {
  background: linear-gradient(90deg, #f8410e, #f28511);
  padding: 20px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.2em;
}
.liveSession .liveSessionItem .time {
  border-right: 1px solid #aaa;
  margin-right: 10px;
  padding-right: 10px;
}
/*# sourceMappingURL=portal.css.map */