/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 29, 2017, 10:33:35 PM
    Author     : ratonshahadat
*/

.inputreportgrp{
    margin: 1%;
}
.cancelreport{
    margin-top: 1%;
    margin-bottom: 2%;
    color: black;
    background: white;
    width: 90%;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border: 1px solid white;
}
.postreport{    
    margin-top: 1%;
    margin-bottom: 2%;
    width: 90%;
    background: #cf2129;
    color: white;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #cf2129;
}
div.new_report_q .ui-dialog-titlebar {
    display: none;
}
div.new_report_a .ui-dialog-titlebar {
    display: none;
}
div.new_report_t .ui-dialog-titlebar {
    display: none;
}
div.new_report_c .ui-dialog-titlebar {
    display: none;
}
div.new_report_u .ui-dialog-titlebar {
    display: none;
}
.report-category {
    font-size:14px;
    margin-bottom: -50px;
    font-weight: 700;
}
.report-topic {
    font-size:14px;
    margin-bottom: -70px;
    font-weight: 700;
}
.user-report{
    font-size:14px;
    font-weight: 700;
    display:none;
    top: 15px;
    left: 0;
    position: absolute;
    width: 200px;
    height: 30px;
    z-index: 1;
}
.qa-q-item-who-data , .vcard{
    position: relative;
}
.qa-q-item-who-data:hover > .user-report{
    display:block !important;
}
.vcard:hover > .user-report{
    display:block !important;
}
.qa-a-item-who-pad:hover > .user-report{
    display:block !important;
}
.reportbutton{
    float:right !important;
    margin-bottom: 2%;
}
.report-disappear,.report-disappear:hover
{
    color:#939393!important;
}
.link-user-report
{
    color: #337ab7 !important;
}
.qa-q-item-who-data .user-report{
    margin-top: -10%;
    width: 120px;
}
.vcard .user-report{
    margin-top: -2%;
    width: 120px;
}
.tooltip-question .tooltip-inner{
    z-index:9999 !important;
}
.qa-user-follow-title{
    display: none;
}
.reportqa{
    font-size: 12px;
}