/*
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html,
body {
  color: #536482;
  background-color: #F5F7FA;
}

h1 {
  color: #FFF;
}

h2 {
  color: #28313F;
}

h3 {
  border-bottom-color: #CCC;
  color: #115098;
}

hr {
  border-color: #FFF;
  border-top-color: #CCC;
}

/* Search box
--------------------------------------------- */

.search-box .inputbox,
.search-box .inputbox:hover,
.search-box .inputbox:focus,
.search-box .button:hover {
  border-color: #C7C3BF;
}

.search-header {
  box-shadow: 0 0 10px #0075B0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */

.headerbar {
  background-color: #12A3EB;
  background-image: url("../../images/forum_ro/bg_header.gif");
  color: #FFF;
}

.navbar {
  background-color: #E8E9EB;
}

.navbar a,
.forum-title a:hover {
  color: #888FA4;
}

.navbar a:hover,
.forum-title a:hover {
  color: #00ACED;
  text-decoration: underline;
}

.forabg {
  background-color: #A8B1BE;
  background-image: url("../../images/forum_ro/bg_list.gif");
}

.forumbg {
  background-color: #A8B1BE;
  background-image: url("../../images/forum_ro/bg_header.gif");
}

.panel {
  background-color: #ECF1F3;
  color: #28313F;
}

.post:target .content {
  color: #000;
}

.post:target h3 a {
  color: #000;
}

.bg1 {
  background-color: #fff;
}

table.zebra-list tr:nth-child(odd) td,
ul.zebra-list li:nth-child(odd) {
  background-color: #ECF3F7;
}

.bg2 {
  background-color: #fff;
}

table.zebra-list tr:nth-child(even) td,
ul.zebra-list li:nth-child(even) {
  background-color: #e1ebf2;
}

.bg3 { background-color: #cadceb; }

.ucprowbg {
  background-color: #DCDEE2;
}

.fieldsbg {
  background-color: #E7E8EA;
}

/* Horizontal lists
---------------------------------------- */

ul.navlinks {
  border-top-color: #FFF;
}

/* Table styles
---------------------------------------- */
table.table1 thead th {
  color: #FFF;
}

table.table1 tbody tr {
  border-color: #BFC1CF;
}

table.table1 tbody tr:hover,
table.table1 tbody tr.hover {
  background-color: #CFE1F6;
  color: #000;
}

table.table1 td {
  color: #536482;
}

table.table1 tbody td {
  border-top-color: #FAFAFA;
}

table.table1 tbody th {
  border-bottom-color: #000;
  color: #333;
  background-color: #FFF;
}

table.info tbody th {
  color: #000;
}

/* Misc layout styles
---------------------------------------- */
dl.details dt {
  color: #000;
}

dl.details dd {
  color: #536482;
}

.sep {
  color: #1198D9;
}

/* Pagination
---------------------------------------- */

.pagination li a {
  color: #5C758C;
  background-color: #ECEDEE;
  border-color: #B4BAC0;
}

.pagination li.ellipsis {
  background-color: transparent;
  color: #000;
}

.pagination li.active {
  color: #FFF;
  background-color: #4692BF;
  border-color: #4692BF;
}

.pagination li a:hover,
.pagination .dropdown-visible a.dropdown-trigger,
.nojs .pagination .dropdown-container:hover a.dropdown-trigger {
  border-color: #368AD2;
  background-color: #368AD2;
  color: #FFF;
}

.pagination li.next a,
.pagination li.previous a,
.pagination li.page-jump a {
  background-image: url("../../images/forum_ro/icons_pagination.png");
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
  background-image: url("../../images/forum_ro/icon_pages.gif");
}

/* Miscellaneous styles
---------------------------------------- */

.copyright {
  color: #555;
}

.error {
  color: #BC2A4D;
}

.sticky,
.announce {
  /* you can add a background for stickies and announcements */
}

div.rules {
  background-color: #ECD5D8;
  color: #BC2A4D;
}

p.post-notice {
  background-color: #ECD5D8;
  background-image: none;
}

p.post-notice.deleted::before {
  background-image: url("../../images/forum_ro/icon_topic_deleted.png");
}

p.post-notice.unapproved::before {
  background-image: url("../../images/forum_ro/icon_topic_unapproved.gif");
}

p.post-notice.reported::before,
p.post-notice.error::before {
  background-image: url("../../images/forum_ro/icon_topic_reported.gif");
}

/*
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

/* Links on gradient backgrounds */
.forumbg .header a,
.forabg .header a,
th a {
  color: #FFF;
}

.forumbg .header a:hover,
.forabg .header a:hover,
th a:hover {
  color: #A8D8FF;
}

/* Notification mark read link */
.dropdown-extended a.mark_read {
  background-color: #FFF;
}

/* Post body links */
.postlink {
  color: #368AD2;
  border-bottom-color: #368AD2;
}

.postlink:visited {
  color: #5D8FBD;
  border-bottom-color: #5D8FBD;
}

.postlink:hover {
  background-color: #D0E4F6;
  color: #0D4473;
}

.signature a,
.signature a:hover {
  background-color: transparent;
}

/* Back to top of page */
a.top {
  background-image: url("../../images/forum_ro/icon_back_top.gif");
}

a.top2 {
  background-image: url("../../images/forum_ro/icon_back_top.gif");
}

/* Arrow links  */
a.arrow-up { background-image: url("../../images/forum_ro/arrow_up.gif"); }
a.arrow-down { background-image: url("../../images/forum_ro/arrow_down.gif"); }
a.arrow-left { background-image: url("../../images/forum_ro/arrow_left.gif"); }
a.arrow-right { background-image: url("../../images/forum_ro/arrow_right.gif"); }

a.arrow-up:hover {
  background-color: transparent;
}

a.arrow-left:hover {
  color: #368AD2;
}

a.arrow-right:hover {
  color: #368AD2;
}

/*
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */
/* .list-inner a{
	color:#B7B7B7;
}
*/
ul.forums {
  background-color: #fff;
}

ul.topiclist li {
  color: #b7b7b7;
}

ul.topiclist dd {
  border-left-color: #FFF;
}

.rtl ul.topiclist dd {
  border-right-color: #fff;
  border-left-color: transparent;
}

ul.topiclist li.row dt a.subforum.read {
  background-image: url("../../images/forum_ro/subforum_read.gif");
}

li.row {
  border-top-color: #fff;
  border-bottom-color: #808FA5;
}

/* li.row strong {
	color: #000000;
}
*/
li.row:hover {
  background-color: #F6F4D0;
}

li.row:hover dd {
  border-left-color: #CCC;
}

.rtl li.row:hover dd {
  border-right-color: #CCC;
  border-left-color: transparent;
}

li.header dt,
li.header dd {
  color: #FFF;
}

/* Post body styles
---------------------------------------- */
.postbody {
  color: #333;
}

.post {
  background-color: #F2F2F2;
}

/* Content container styles
---------------------------------------- */
.content {
  color: #333;
}

.content h2,
.panel h2 {
  color: #115098;
  border-bottom-color: #CCC;
}

dl.faq dt {
  color: #333;
}

.posthilit {
  background-color: #F3BFCC;
  color: #BC2A4D;
}

.announce,
.unreadpost {
  /* Highlight the announcements & unread posts box */
}

/* Post signature */
.signature {
  border-top-color: #CCC;
}

/* Post noticies */
.notice {
  border-top-color: #CCC;
}

/* BB Code styles
---------------------------------------- */
/* Quote block */
blockquote {
  background-color: #EBEADD;
  background-image: url("../../images/forum_ro/quote.gif");
  border-color: #DBDBCE;
}

.rtl blockquote {
  background-image: url("../../images/forum_ro/quote_rtl.gif");
}

blockquote blockquote {
  /* Nested quotes */
  background-color: #EFEED9;
}

blockquote blockquote blockquote {
  /* Nested quotes */
  background-color: #EBEADD;
}

/* Code block */
.codebox {
  background-color: #FFF;
  border-color: #C9D2D8;
}

.codebox p {
  border-bottom-color: #CCC;
}

.codebox code {
  color: #2E8B57;
}

.syntaxbg { color: #FFF; }
.syntaxcomment { color: #FF8000; }
.syntaxdefault { color: #00B; }
.syntaxhtml { color: #000; }
.syntaxkeyword { color: #070; }
.syntaxstring { color: #D00; }

/* Attachments
---------------------------------------- */
.attachbox {
  background-color: #FFF;
  border-color: #C9D2D8;
}

.pm-message .attachbox {
  background-color: #F2F3F3;
}

.attachbox dd {
  border-top-color: #C9D2D8;
}

.attachbox p {
  color: #666;
}

.attachbox p.stats {
  color: #666;
}

.attach-image img {
  border-color: #999;
}

/* Inline image thumbnails */

dl.file dd {
  color: #666;
}

dl.thumbnail img {
  border-color: #666;
  background-color: #FFF;
}

dl.thumbnail dd {
  color: #666;
}

dl.thumbnail dt a:hover {
  background-color: #EEE;
}

dl.thumbnail dt a:hover img {
  border-color: #368AD2;
}

/* Post poll styles
---------------------------------------- */

fieldset.polls dl {
  border-top-color: #DCDEE2;
  color: #666;
}

fieldset.polls dd div.pollbar {
  color: #FFF;
}

.rtl .pollbar1,
.rtl .pollbar2,
.rtl .pollbar3,
.rtl .pollbar4,
.rtl .pollbar5 {
  border-right-color: transparent;
}

.pollbar1 {
  background-color: #AA2346;
  border-bottom-color: #74162C;
  border-right-color: #74162C;
}

.rtl .pollbar1 {
  border-left-color: #74162C;
}

.pollbar2 {
  background-color: #BE1E4A;
  border-bottom-color: #8C1C38;
  border-right-color: #8C1C38;
}

.rtl .pollbar2 {
  border-left-color: #8C1C38;
}

.pollbar3 {
  background-color: #D11A4E;
  border-bottom-color: #AA2346;
  border-right-color: #AA2346;
}

.rtl .pollbar3 {
  border-left-color: #AA2346;
}

.pollbar4 {
  background-color: #E41653;
  border-bottom-color: #BE1E4A;
  border-right-color: #BE1E4A;
}

.rtl .pollbar4 {
  border-left-color: #BE1E4A;
}

.pollbar5 {
  background-color: #F81157;
  border-bottom-color: #D11A4E;
  border-right-color: #D11A4E;
}

.rtl .pollbar5 {
  border-left-color: #D11A4E;
}

/* Poster profile block
---------------------------------------- */
.postprofile {
  color: #666;
  border-color: #FFF;
}

.pm .postprofile {
  border-color: #DDD;
}

.postprofile strong {
  color: #000;
}

.online {
  background-image: url("./en/icon_user_online.gif");
}

dd.profile-warnings {
  color: #BC2A4D;
}

/*
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */
.dropdown-select {
  color: #536482;
}

.dropdown-select::after { border-color: #DADADA; }
.dropdown-select:hover { border-color: #C7C3BF; }

.dropdown-visible .dropdown-select,
.dropdown-visible .dropdown-select:hover,
.nojs .dropdown-container:hover .dropdown-select {
  border-color: #A6B2BA;
  color: #105289;
}

.contact-icons a { border-color: #DCDCDC; }
.contact-icons a:hover { background-color: #F2F6F9; }

/* Icon images
---------------------------------------- */
.icon-bookmark { background-image: url("../../images/forum_ro/icon_bookmark.gif"); }
.icon-bump { background-image: url("../../images/forum_ro/icon_bump.gif"); }
.icon-delete-cookies { background-image: url("../../images/forum_ro/icon_delete_cookies.gif"); }
.icon-download { background-image: url("../../images/forum_ro/icon_download.gif"); }
.icon-home { background-image: url("../../images/forum_ro/icon_home.gif"); }
.icon-pages { background-image: url("../../images/forum_ro/icon_pages.gif"); }
.icon-search-active { background-image: url("../../images/forum_ro/subforum_read.gif"); }
.icon-search-self { background-image: url("../../images/forum_ro/icon_topic_latest.gif"); }
.icon-search-unanswered { background-image: url("../../images/forum_ro/icon_post_target.gif"); }
.icon-sendemail { background-image: url("../../images/forum_ro/icon_sendemail.gif"); }

/* Profile & navigation icons */
.contact-icon { background-image: url("../../images/forum_ro/icons_contact.png"); }
.icon-button::before,
.dropdown-select::after { background-image: url("../../images/forum_ro/icons_button.png"); }

/* Forum icons & Topic icons */
.global_read { background-image: url("../../images/forum_ro/announce_read.gif"); }
.global_read_locked { background-image: url("../../images/forum_ro/announce_read_locked.gif"); }

.announce_read { background-image: url("../../images/forum_ro/announce_read.gif"); }
.announce_read_locked { background-image: url("../../images/forum_ro/announce_read_locked.gif"); }

.forum_read { background-image: url("../../images/forum_ro/forum_read.gif"); }
.forum_read_locked { background-image: url("../../images/forum_ro/forum_read_locked.gif"); }
.forum_read_subforum { background-image: url("../../images/forum_ro/forum_read_subforum.gif"); }

.sticky_read { background-image: url("../../images/forum_ro/sticky_read.gif"); }
.sticky_read_locked { background-image: url("../../images/forum_ro/sticky_read_locked.gif"); }

.topic_moved { background-image: url("../../images/forum_ro/topic_moved.gif"); }
.topic_read { background-image: url("../../images/forum_ro/topic_read.gif"); }
.topic_read_hot { background-image: url("../../images/forum_ro/topic_read_hot.gif"); }
.topic_read_locked { background-image: url("../../images/forum_ro/topic_read_locked.gif"); }

/*
--------------------------------------------------------------
Colours and backgrounds for cp.css
-------------------------------------------------------------- */

/* Main CP box
---------------------------------------- */

.panel-container h3,
.panel-container hr,
#cp-menu hr {
  border-color: #A4B3BF;
}

.panel-container .panel li.row {
  border-bottom-color: #B5C1CB;
  border-top-color: #F9F9F9;
}

ul.cplist {
  border-top-color: #B5C1CB;
}

.panel-container .panel li.header dd,
.panel-container .panel li.header dt {
  color: #000;
}

.panel-container table.table1 thead th {
  color: #333;
  border-bottom-color: #333;
}

#cp-main .pm-message {
  border-color: #DBDEE2;
  background-color: #FFF;
}

/* CP tabbed menu
---------------------------------------- */
#tabs .tab > a {
  background: #BACCD9;
  color: #536482;
}

#tabs .tab > a:hover {
  background: #DDEDFB;
  color: #D31141;
}

#tabs .activetab > a,
#tabs .activetab > a:hover {
  background: #CADCEB;
  background: -moz-linear-gradient(top, #E2F2FF 0%, #CADCEB 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E2F2FF), color-stop(100%, #CADCEB));
  background: -webkit-linear-gradient(top, #E2F2FF 0%, #CADCEB 100%);
  background: -o-linear-gradient(top, #E2F2FF 0%, #CADCEB 100%);
  background: -ms-linear-gradient(top, #E2F2FF 0%, #CADCEB 100%);
  background: linear-gradient(to bottom, #E2F2FF 0%, #CADCEB 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#E2F2FF', endColorstr='#CADCEB', GradientType=0);
  border-color: #CADCEB;
  box-shadow: 0 1px 1px #F2F9FF inset;
  color: #333;
}

#tabs .activetab > a:hover {
  color: #000;
}

/* Mini tabbed menu used in MCP
---------------------------------------- */
#minitabs .tab > a {
  background-color: #E1EBF2;
}

#minitabs .activetab > a,
#minitabs .activetab > a:hover {
  background-color: #F9F9F9;
  color: #333;
}

/* Responsive tabs
---------------------------------------- */
.responsive-tab .responsive-tab-link::before {
  border-color: #536482;
}

.responsive-tab .responsive-tab-link:hover::before {
  border-color: #D31141;
}

/* UCP navigation menu
---------------------------------------- */

/* Link styles for the sub-section links */
#navigation a {
  color: #333;
  background: #B4C4D1;
  background: -moz-linear-gradient(left, #B4C4D1 50%, #CADCEB 100%);
  background: -webkit-gradient(left top, right top, color-stop(50%, #B4C4D1), color-stop(100%, #CADCEB));
  background: -webkit-linear-gradient(left, #B4C4D1 50%, #CADCEB 100%);
  background: -o-linear-gradient(left, #B4C4D1 50%, #CADCEB 100%);
  background: -ms-linear-gradient(left, #B4C4D1 50%, #CADCEB 100%);
  background: linear-gradient(to right, #B4C4D1 50%, #CADCEB 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#B4C4D1', endColorstr='#CADCEB', GradientType=1);
}

.rtl #navigation a {
  background: #B4C4D1;
  background: -moz-linear-gradient(left, #CADCEB 0%, #B4C4D1 50%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #CADCEB), color-stop(50%, #B4C4D1));
  background: -webkit-linear-gradient(left, #CADCEB 0%, #B4C4D1 50%);
  background: -o-linear-gradient(left, #CADCEB 0%, #B4C4D1 50%);
  background: -ms-linear-gradient(left, #CADCEB 0%, #B4C4D1 50%);
  background: linear-gradient(to right, #CADCEB 0%, #B4C4D1 50%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#CADCEB', endColorstr='#B4C4D1', GradientType=1);
}

#navigation a:hover {
  background: #AABAC6;
  color: #BC2A4D;
  filter: progid:dximagetransform.microsoft.gradient(enabled = false);
}

#navigation #active-subsection a {
  background: #F9F9F9;
  color: #D31141;
  filter: progid:dximagetransform.microsoft.gradient(enabled = false);
}

#navigation #active-subsection a:hover {
  color: #D31141;
}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
  #navigation a,
  .rtl #navigation a {
    background: #B2C2CF;
  }
}

/* Preferences pane layout
---------------------------------------- */
.panel-container h2 {
  color: #333;
}

.panel-container .panel {
  background-color: #F9F9F9;
}

#cp-main .pm {
  background-color: #FFF;
}

/* Friends list */
.cp-mini {
  background-color: #eef5f9;
}

dl.mini dt {
  color: #425067;
}

/*
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* General form styles
---------------------------------------- */
select {
  border-color: #666;
  background-color: #FAFAFA;
  color: #000;
}

option.disabled-option {
  color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
  color: #333;
}

fieldset.fields1 {
  background-color: transparent;
}

/* Hover effects */
fieldset dl:hover dt label {
  color: #000;
}

fieldset.fields2 dl:hover dt label {
  color: inherit;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
  background-color: #F2F3F3;
}

/* Posting page styles
---------------------------------------- */

#message-box textarea {
  color: #333;
}

/* Input field styles
---------------------------------------- */
.inputbox {
  background-color: #FFF;
  border-color: #B4BAC0;
  color: #333;
}

.inputbox:-moz-placeholder {
  color: #333;
}

.inputbox::-webkit-input-placeholder {
  color: #333;
}

.inputbox:hover {
  border-color: #11A3EA;
}

.inputbox:focus {
  border-color: #11A3EA;
  color: #0F4987;
}

.inputbox:focus:-moz-placeholder {
  color: transparent;
}

.inputbox:focus::-webkit-input-placeholder {
  color: transparent;
}


/* Form button styles
---------------------------------------- */

a.button1,
input.button1,
input.button3,
a.button2,
input.button2 {
  color: #000;
  background-color: #FAFAFA;
  background-image: url("../../images/forum_ro/bg_button.gif");
}

a.button1,
input.button1 {
  border-color: #666;
}

input.button3 {
  background-image: none;
}

/* Alternative button */
a.button2,
input.button2,
input.button3 {
  border-color: #666;
}

/* <a> button in the style of the form buttons */
a.button1,
a.button2 {
  color: #000;
}

/* Hover states */
a.button1:hover,
input.button1:hover,
a.button2:hover,
input.button2:hover,
input.button3:hover {
  border-color: #BC2A4D;
  color: #BC2A4D;
}

/* Focus states */
input.button1:focus,
input.button2:focus,
input.button3:focus {
  border-color: #11A3EA;
  color: #0F4987;
}

input.search {
  background-image: url("../../images/forum_ro/icon_textbox_search.gif");
}

input.disabled {
  color: #666;
}

/* jQuery popups
---------------------------------------- */
.phpbb_alert {
  background-color: #FFF;
  border-color: #999;
}
.phpbb_alert .alert_close {
  background-image: url("../../images/forum_ro/alert_close.png");
}
#darken {
  background-color: #000;
}

#loading_indicator {
  background-color: #000;
  background-image: url("../../images/forum_ro/loading.gif");
}

.dropdown-extended ul li {
  border-top-color: #B9B9B9;
}

.dropdown-extended ul li:hover {
  background-color: #CFE1F6;
  color: #000;
}

.dropdown-extended .header,
.dropdown-extended .footer {
  border-color: #B9B9B9;
  color: #000;
}

.dropdown-extended .footer {
  border-top-style: solid;
  border-top-width: 1px;
}

.dropdown-extended .header {
  background: #F1F8FF;
  background: -moz-linear-gradient(top, #F1F8FF 0%, #CADCEB 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F1F8FF), color-stop(100%, #CADCEB));
  background: -webkit-linear-gradient(top, #F1F8FF 0%, #CADCEB 100%);
  background: -o-linear-gradient(top, #F1F8FF 0%, #CADCEB 100%);
  background: -ms-linear-gradient(top, #F1F8FF 0%, #CADCEB 100%);
  background: linear-gradient(to bottom, #F1F8FF 0%, #CADCEB 100%);
}

.dropdown .pointer {
  border-color: #B9B9B9 transparent;
}

.dropdown .pointer-inner {
  border-color: #FFF transparent;
}

.dropdown-extended .pointer-inner {
  border-color: #F1F8FF transparent;
}

ul.linklist li.responsive-menu a.responsive-menu-link::before {
  border-color: #105289;
}

ul.linklist li.responsive-menu a.responsive-menu-link:hover::before,
ul.linklist li.responsive-menu.visible a.responsive-menu-link::before {
  border-color: #D31141;
}

.dropdown .dropdown-contents {
  background: #fff;
  border-color: #b9b9b9;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

.dropdown-up .dropdown-contents {
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
}

.dropdown li,
.dropdown li li {
  border-color: #DCDCDC;
}

.dropdown li.separator {
  border-color: #DCDCDC;
}

/* Notifications
---------------------------------------- */

.notification_list p.notification-time {
  color: #4C5D77;
}

li.notification-reported strong,
li.notification-disapproved strong {
  color: #D31141;
}

dt .list-inner a.topictitle {
  color: #55ACED;
}

dt .list-inner a.forum-name-header {
  color: #fff;
}

.moderator {
  color: #B7B7B7;
}

.moderator a {
  color: #888FA4;
}

.forumrow-desc {
  color: black;
}
