﻿.forumsBlock {
    height: auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.forumsTitle {
    padding-right: 10px;
    padding-top: 5px;
    color: #000;
    font-weight: 700;
    height: 30px;
    width: 100%;
    background-color: #fecb36;
}

.forumMsgShow {
    height: auto;
    float: right;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    background-color: #ecf3fb;
}

.forumsMsgShowText {
    height: auto;
    width: 100%;
    padding-top: 5px;
}

.forumsMsgShowTextTitle {
    height: auto;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
}

.forumsMsgShowTextContent {
    height: auto;
    width: 100%;
    padding-right: 2px;
    padding-left: 15px;
}

.forumsBorder {
    float: right;
    padding-right: 10px;
    width: 100%;
    height: 5px;
    font-size: 0;
    background-image: url(https://www.karamel.co.il/images/forums/border.jpg);
}

.forumAllRes {
    height: auto;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    padding: 10px;
}

.forumAllResPic {
    height: auto;
    width: 60px;
    text-align: center;
}

.forumAllResBlocks {
    height: auto;
    width: 100%;
}

.forumsResTitle {
    padding-right: 10px;
    padding-top: 2px;
    font-weight: 700;
    height: 21px;
    width: 100%;
    float: right;
    background-image: url(https://www.karamel.co.il/images/backgrounds/forumLine.png);
}

.forumResBlockOdd {
    height: auto;
    width: 100%;
    float: right;
    background-color: #ecf3fb;
}

.forumResBlockEven {
    height: auto;
    width: 100%;
    float: right;
    background-color: #d9e5f5;
}

.forumResBlockText {
    height: auto;
    width: 100%;
}

.forumsResMsgShowTextTitle {
    height: auto;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
}

.forumsResMsgShowTextContent {
    height: auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.forumsResBorder {
    width: 100%;
    float: right;
    height: 5px;
    font-size: 0;
    margin-bottom: 10px;
    background-image: url(https://www.karamel.co.il/images/forums/border.jpg);
}

.forumButtons {
    width: 100%;
    margin-top: 20px;
}
.forumBlockInOdd, .forumBlockInEven, .forumButtons img, .forumLink span, .addMsgForum img{
    cursor: pointer;
}
.forumsTitleSender {
    width: 20%;
    float: right;
    color: #000;
}

.forumsTitleTitle {
    width: 40%;
    float: right;
    font-weight: 700;
    color: #000;
}

.forumsTitleView {
    width: 10%;
    float: right;
    text-align: center;
    color: #000;
}

.forumsTitleRes {
    width: 10%;
    float: right;
    text-align: center;
    color: #000;
}

.forumsTitleUpdate {
    width: 20%;
    float: right;
    text-align: center;
    color: #000;
}

.forumBlockInOdd {
    float: right;
    height: 35px;
    padding-right: 10px;
    width: 100%;
    background-color: #ecf3fb;
}
.forumsMsgSender {
    float: right;
    padding-top: 6px;
    width: 20%;
}
.forumsMsgTitle {
    float: right;
    padding-top: 6px;
    width: 40%;
    font-weight: 700;
}
.forumsMsgView {
    padding-top: 6px;
    width: 10%;
    text-align: center;
    float: right;
}
.forumsMsgRes {
    float: right;
    padding-top: 6px;
    width: 10%;
    text-align: center;
}
.forumsMsgUpdate {
    float: right;
    padding-top: 6px;
    width: 20%;
    text-align: center;
}
.forumBlockInEven {
    height: 35px;
    padding-right: 10px;
    width: 100%;
    background-color: #d9e5f5;
    float: right;
}
.center {
    text-align: center;
    width: 100%;
}
.countPagesRight {
    width: 10%;
    text-align: right;
    float: right;
}
.countPagesCenter {
    float: right;
    width: 80%;
    text-align: center;
}
span.countPagesCenterPink {
    font-weight: 700;
    color: #e845c4;
    font-size: 15px;
}
.countPagesLeft {
    width: 10%;
    text-align: left;
    float: right;
}
.sepCountPages {
    float: right;
    width: auto;
}
.forumLink {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.forumLink span{
    font-weight: 700;
}

.addResDiv {
    padding-right: 10px;
    padding-top: 5px;
    color: #000;
    font-weight: 700;
    height: 30px;
    text-align: center;
    background-color: #fecb36;
}

#addMsgForumDiv {
    width: 100%;
    float: right;
    background-color: #fff;
}
.addMsgForum {
    margin: 10px auto auto;
    float: none;
    width: 500px;
}
.addMsgLong, .addMsgShort, .addMsgLongLink {
    max-width: 300px;
    width: 100%;
	margin-bottom: 10px;
}
#content {
    width: 100%;
    height: 100px;
}
.forumIconsDiv img{
	float: right;
}

.countPagesLeft i, .countPagesRight i{
    font-size: 30px;
}