﻿/*****************Forums css**********************/
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #444;
    background-color: #ebe9e5;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

a {
    color: #ef8e32;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.cke_chrome{
    border: none !important;
}

.frm-main-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}

.frm-main-title {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 2em;
    color: #ef8e32;
    font-weight: 600;
}

.frm-main-usertype {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}

.frm-m-utype-1 {
    background: #2a782b;
    color: #fff;
}

.frm-m-utype-2 {
    background: #efb432;
    color: #fff;
}

.frm-main-usertype span {
    font-weight: 600;
}

.frm-main-usertype-functions {
    position: relative;
    margin: 10px 0px 0px 0px;
}

.frm-main-posts {
    position: relative;
    max-width: 900px;
    width: 94%;
    margin: 0 auto;
    background: #ebe9e5;
    margin-top: 10px;
    margin-bottom: 10px;
}

.frm-submain-posts {
    position: relative;
    width: 94%;
    max-width: 850px;
    margin: 0 auto;
    background: transparent;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 30px;
    display: none;
}

.frm-nocontent {
    position: relative;
    max-width: 800px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 70px;
}

.frm-nocontent img{
    max-width: 250px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.frm-nocontent div{
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    display: block;
    padding: 20px 5px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
}

.frm-boton {
    color: #FFF !important;
    padding: 14px 24px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-weight: 400;
    transition-duration: 0.3s;
    margin: 0px 3px;
    background: #ef8e32;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.frm-boton:hover {
    background: #f19d4e;
    transition-duration: 0.3s;
}

.frm-boton2 {
    color: #FFF !important;
    padding: 14px 24px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-weight: 400;
    transition-duration: 0.3s;
    margin: 0px 3px;
    background: #333;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.frm-boton2:hover {
    background: #484848;
    transition-duration: 0.3s;
}

.frm-align-right{
    text-align: right;
}

.frm-addpost-item {
    position: relative;
    display: block;
    width: 100%;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    background: #fff;
    border-radius: 3px;
}

.frm-editpost-item {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
}

.frm-addpost-header {
    position: relative;
    width: 100%;
    display: block;
}

.frm-addpost-profile {
    position: relative;
    display: inline-table;
    vertical-align: middle;
    padding: 10px;
}

.frm-addpost-profile img{
    display: block;
    max-width: 60px;
    border-radius: 60px;
}

.frm-addpost-cont-udata {
    position: relative;
    display: inline-table;
    vertical-align: middle;
}

.frm-addpost-uname {
    position: relative;
    display: block;
    text-align: left;
    color: #84057e;
    font-weight: 600;
}

.frm-addpost-udate {
    position: relative;
    display: block;
    text-align: left;
    color: #c5c5c5;
}

.frm-addpost-toolbar {
    position: relative;
    width: 100%;
    display: block;
}

.frm-addpost-opts {
    position: relative;
    width: 100%;
    display: block;
    padding: 10px 20px;
    text-align: right;
}

/****************************************************/

.frm-post-item {
    position: relative;
    display: block;
    width: 98%;
    margin: 20px 0px 20px auto;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    background: #fff;
    border-radius: 3px;
}

.frm-post-bg-sub {
    box-shadow: none;
    border: solid 1px #f3f3f3;
    border-left: solid 3px #ef8e32 !important;
}

.frm-post-header {
    position: relative;
    width: 100%;
    display: block;
    background: #fafafa;
}

.frm-post-header::before {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 2px;
    width: 92%;
    /* border-radius: 10px; */
    height: 3px;
    content: '';
    background: rgb(96, 107, 65);
    background: linear-gradient(90deg, rgb(222 222 222) 0%, rgb(238 238 238) 100%);
}

.frm-post-hdr-opts {
    position: absolute;
    right: 5px;
    top: 5px;
    max-width: 30px;
    width: 100%;
    background: #ececec;
    color: #444;
    border-radius: 3px;
    padding: 2px 3px;
    border: solid 1px #dfdfdf;
    line-height: 23px;
    cursor: pointer;
    text-align: center;
}

.frm-post-hdr-opts:hover{
    background: #ef8e32;
    color: #fff;
    border: solid 1px #ef8e32;
}

.frm-post-more-box {
    position: absolute;
    max-width: 140px;
    width: 100%;
    top: 37px;
    right: 5px;
    background: #fff;
    z-index: 10;
    border-radius: 3px;
    text-align: left;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    display: none;
}

.frm-post-more-box button{
    width:100% !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    color: #444 !important;
    font-size: 0.8em !important;
    cursor: pointer;
}

.frm-post-more-box button:hover{
    background: #e4e4e4 !important;
}

.frm-post-profile {
    position: relative;
    display: inline-table;
    vertical-align: middle;
    padding: 10px;
}

.frm-post-profile img{
    display: block;
    max-width: 60px;
    border-radius: 60px;
}

.frm-post-cont-udata {
    position: relative;
    display: inline-table;
    vertical-align: middle;
}

.frm-post-uname {
    position: relative;
    display: block;
    text-align: left;
    color: #84057e;
    font-weight: 600;
}

.frm-post-udate {
    position: relative;
    display: block;
    text-align: left;
    color: #c5c5c5;
}

.frm-post-comment {
    position: relative;
    width: 100%;
    display: block;
    padding: 10px 40px 5px 40px;
}

.frm-post-comment-udp {
    position: relative;
    width: 100%;
    display: block;
    padding: 0px 40px 5px 40px;
    font-size: 0.8em;
    font-style: italic;
    color: #444;
}

.frm-post-opts {
    position: relative;
    width: 100%;
    display: block;
    padding: 10px 35px 15px 35px;
    text-align: right;
}

.frm-post-opts button{
    border: none;
    background: none;
    color: #ef8e32;
    font-weight: 600;
    cursor: pointer;
}

.frm-posts-footer {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 0px 16px;
    color: #b86a15;
    font-weight: 600;
}

/****************************************************/

.frm-popup-error-ajax {
    position: fixed;
    top: 45%;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 290px;
    min-height: 40px;
    padding: 10px;
    background-color: rgb(183, 92, 155);
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    z-index: 10;
    display: none;
}

.frm-popup-success-ajax {
    position: fixed;
    top: 45%;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 290px;
    min-height: 40px;
    padding: 10px;
    background-color: #2fa24c;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    z-index: 10;
    display: none;
}

/***************************Forum loader***************************/

.main-loader-forum {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 100;
    display: none;
}

.loader-forum-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.9;
}

.loader-forum {
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    height: 140px;
    background-image: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-position: center 100%;
    background-size: cover;
}

.frm-posts-loader{
    position: relative;
    width:100%;
}

.frm-posts-loader img{
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 140px;
    width:100%;
}

/*********************************************************/

.frm-main-popup-message {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 1100;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .7);
    backdrop-filter: blur(8px);
}

.frm-white-popup-color {
    background-color: rgba(239, 162, 50, 0.28) !important;
}

.frm-mppm-popup-box {
    position: relative;
    right: 0;
    left: 0;
    margin-top: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    max-width: 900px;
    width: 94%;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    padding: 20px;
}

.frm-mppm-popup-box-del {
    position: relative;
    right: 0;
    left: 0;
    margin-top: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    max-width: 550px;
    width: 94%;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    padding: 20px;
}

.frm-mppm-popup-text {
    position: relative;
    font-size: 1.2em;
    margin-bottom: 20px;
    text-align: center;
}

.frm-mppm-popup-text img{
    max-width: 100px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.frm-mppm-popup-icon {
    position: relative;
    text-align: center;
    padding: 10px;
}

.frm-mppm-popup-icon img{
    max-width:120px;
    width:100%;
    margin: 0 auto;
}

.frm-mppm-popup-question {
    position: relative;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.frm-mppm-popup-text span{
    font-weight: 600;
}

.frm-mppm-popup-options {
    position: relative;
    text-align: center;
}

.frm-mppm-title {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    padding: 10px;
    color: #ef8e32;
}

.frm-mppm-popup-close {
    position: fixed;
    top: 15px;
    right: 30px;
    width: 35px;
    height: 35px;
    background-image: url(../images/close-w.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    cursor: pointer;
}

.frm-mppm-popup-error{
    position: absolute;
    bottom: 29%;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 290px;
    min-height: 40px;
    padding:10px;
    background-color: #444;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    z-index: 10;
    display: none;
}

.frm-mppm-popup-success{
    position: absolute;
    bottom: 29%;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    max-width: 290px;
    min-height: 40px;
    padding:10px;
    background-color: #2fa24c;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    z-index: 10;
    display: none;
}