/*  phpBB3 proflat Style Sheet - blue ----------------------------- */


/**  base.css  --------------------------------------------------  **/

a:hover,
a:focus,
a:active {
  color: #d42027;
}

h1 {
  color: rgb(3, 31, 44);
}

.site_logo {
  background-image: url(./images/wapro_nowe_logo_black.svg);
  background-size: 169px;
}


/**  colours.css  -----------------------------------------------  **/


/* 31 - Colours and backgrounds for links.css */

a:hover {
  color: #d42027;
}


/* 51 - Post body links */

.postlink:hover {
  border-bottom-color: #d42027;
  color: #d42027;
}


/* 76 - Arrow links */

.arrow-left:hover,
.arrow-right:hover {
  color: #d42027;
}


/* 81 - Round cornered boxes and backgrounds */

.headerbar {
  background-color: #fff;
}

.forumbg {
  background-color: #686868;
}

.forabg {
  background-color: #686868;
}


/* 195 - Misc layout styles */

.sep {
  color: #d42027;
}


/* 209 - Icon styles */

a:hover .icon.icon-blue,
a:hover .icon.icon-green,
a:hover .icon.icon-lightgray,
a:hover .icon.icon-orange,
a:hover .icon.icon-red {
  color: #d42027;
}

.icon.icon-red,
a:hover .icon.icon-red {
  color: #d42027;
}


/* 247 - Jumpbox */

.jumpbox-cat-link {
  background-color: #d42027;
  border-top-color: #d42027;
}

.jumpbox-cat-link:hover {
  background-color: #d42027;
  border-top-color: #d42027;
}


/* 318 - Colours and backgrounds for content.css */

li.row a:hover strong {
  color: #d42027;
}


/* 373 - Content container styles */

.posthilit {
  background-color: #d42027;
}


/* 596 - Colours and backgrounds for buttons.css */

.button {
  border-color: #d42027;
  background-color: #d42027;
}

.button:hover,
.button:focus {
  border-color: rgb(3, 31, 44);
  ;
  background-color: rgb(3, 31, 44);
  ;
}

.button-search:hover,
.button-search-end:hover {
  border-color: rgb(3, 31, 44);
  ;
}


/* 643 - Pagination */

.pagination li a {
  background-color: #d42027;
  border-color: #d42027;
}

.pagination li.active span {
  background-color: #d42027;
  border-color: #d42027;
}

.pagination li a:hover,
.pagination li a:hover .icon,
.pagination .dropdown-visible a.dropdown-trigger,
.nojs .pagination .dropdown-container:hover a.dropdown-trigger {
  background-color: #d42027;
  border-color: #d42027;
}


/* 795 - CP tabbed menu */

.tabs .tab>a {
  background-color: #d42027;
}

.tabs .tab>a:hover {
  background: #d42027;
}

.tabs .activetab>a,
.tabs .activetab>a:hover {
  background: #d42027;
  border-color: #d42027;
}


/* 822 - Mini tabbed menu used in MCP */

.minitabs .tab>a {
  background-color: #d42027;
}

.minitabs .tab>a:hover,
.minitabs .activetab>a,
.minitabs .activetab>a:hover {
  background-color: #d42027;
}


/* 844 - UCP navigation menu */


/* 847 - Link styles for the sub-section links */

.navigation a,
.rtl .navigation a {
  background: #d42027;
}

.navigation a:hover,
.navigation .active-subsection a,
.navigation .active-subsection a:hover {
  background-color: #d42027;
}

@media (max-width: 900px) {
  #navigation a,
  .rtl #navigation a {
    background: #d42027;
  }
  #navigation a:hover,
  #navigation .active-subsection a,
  #navigation .active-subsection a:hover {
    background-color: #d42027;
  }
}


/* 950 - Colours and backgrounds for forms.css */


/* 1008 - Input field styles */

.inputbox:hover {
  border-color: #d42027;
}

.inputbox:focus {
  border-color: #d42027;
}


/* 1041 - Form button styles */

a.button1,
input.button1,
input.button3,
a.button2,
input.button2 {
  border-color: #d42027;
  background-color: #d42027;
}

a.button1,
input.button1 {
  border-color: #d42027;
}


/* 1060 - Alternative button */

a.button2,
input.button2,
input.button3 {
  border-color: #d42027;
}


/* 1070 - Hover states */

a.button1:hover,
input.button1:hover,
a.button2:hover,
input.button2:hover,
input.button3:hover {
  border-color: rgb(3, 31, 44);
  ;
  background-color: rgb(3, 31, 44);
  ;
}


/* 1080 - Focus states */

input.button1:focus,
input.button2:focus,
input.button3:focus {
  border-color: rgb(3, 31, 44);
  ;
}


/* 1161 - Notifications */

.badge {
  background-color: #d42027;
}


/**  proflat.css  -----------------------------------------------  **/


/* Forum icons & Topic icons */

.global_unread:before,
.global_unread_mine:before,
.announce_unread:before,
.announce_unread_mine:before,
.sticky_unread:before,
.sticky_unread_mine:before {
  background-color: #d42027;
}

.global_unread_locked:before,
.global_unread_locked_mine:before,
.announce_unread_locked:before,
.announce_unread_locked_mine:before,
.forum_unread_locked:before,
.topic_unread_locked:before,
.topic_unread_locked_mine:before {
  background-color: #d42027;
}

.forum_unread:before,
.forum_unread_subforum:before,
.topic_unread:before,
.topic_unread_mine:before {
  background-color: #d42027;
}

.sticky_unread_locked:before,
.sticky_unread_locked_mine:before {
  background-color: #d42027;
}

.topic_unread_hot:before,
.topic_unread_hot_mine:before {
  background-color: #d42027;
}

.pm_unread:before {
  background-color: #d42027;
}


/* Icon image */

.icon.fa-file-o.icon-red {
  color: #d42027;
}


/* Miscellaneous styles */

a.unread,
i.icon-unread {
  color: #d42027;
}

.footerbar {
  background-color: #fff;
  color: rgb(3, 31, 44);
}


/* Notifications */

a:hover .badge,
.badge:hover {
  background-color: #d42027;
}


/* Poster profile block */

.online-text {
  color: #d42027;
}


/* Post control buttons */

.format-buttons .bbcode-size {
  border-color: #d42027;
}

.format-buttons .bbcode-size:hover {
  border-color: rgb(3, 31, 44);
}


/* stat-block */

.stat-block h3 {
  background-color: #686868;
}


/* copyright */

.copyright {
  color: rgb(3, 31, 44);
}

.copyright a {
  color: rgb(3, 31, 44);
}

.copyright a:hover {
  color: #d42027;
}


/*# sourceMappingURL=color_proflat.css.map */