/*.comment-complain{
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: wheat;
    font-family: "handbookpro-regular";
}
.comment-complain button{
    cursor: pointer;
    text-transform: uppercase;
    color: red;
    padding-left: 20px;
    font-size: 14px;
    height: 15px;
    background: none;
}

.comment-complain-btn{
    color: red;
    text-transform: uppercase;
    padding-left: 20px;
    cursor: pointer;
}*/

#debug-stat-box {
    display: none;
}

form:not(.render-list-form), .banner-1, .banner-2, .banner-3, .banner-4, .banner-5{
    position: relative;
}
.comment-content form{
    position: initial;
}
.comment, .answers {
    position: relative;
}
.modal-message {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    background-color: transparent;
    display: block !important;
    text-align: center;
    
}
.modal-message:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 100%;
    position: relative;
    margin-left: -5px;
    line-height: 0;
}

/* already exist, just adding */
.modal-error, .modal-loading, .modal-message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.modal-error div {
    border: lightgray 1px solid;
}
/*main.content {
    overflow: hidden;
}*/

/* already exist, just adding */
.modal-message div {
    margin: 0 auto;
    width: 100%;
    max-width: 470px;
    padding: 30px 15px;
    height: auto;
    position: relative;
    top: 0;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.40);
    font-size: 15.5px;
    color: #4a4a4a;
    display: inline-block;
    vertical-align: middle;

}

#debug-stat-box {
    position: fixed;
    height: 300px;
    width: 20%;
    min-width: 200px;
    right: 0;
    bottom: 0;
    overflow: auto;
}
#debug-stat-box div{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    border: 1px solid gray;
    padding: 5px;
    margin-bottom: 2px;
    cursor: pointer;
}

#debug-stat-box h2{
    font-weight: bold;
}
#debug-stat-box h2 span{
    display: inline !important;;
    font-weight: normal;
}

#debug-stat-box span{
    display: block;
}

#debug-stat-box b{
    color: red;
    font-weight: bold;
}

img.loading {
    background: url('/res/css/img/preloader.gif');
    background-size: 50px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 50px;
    min-width: 50px;
}

@-webkit-keyframes fadein {
    0%   { opacity: 0.0; }
    50%  { opacity: 0.5; }
    100% { opacity: 1.0; }
}

@keyframes fadein {
    0%   { opacity: 0.0; }
    50%  { opacity: 0.5; }
    100% { opacity: 1.0; }
}

pre {    font-family: monospace;
    padding: 20px;
    background: aliceblue;
    margin: 20px;
    border-radius: 10px;
    border: 1px solid black;}


