﻿/* this part is from old css pls do not replace when copy css from here to style.css 
    UPDATE - RR: ?? I was drunk again?? */
.tabcontent
{
    display: none;
    font: normal 11px Arial, Helvetica, sans-serif;
    border: solid 1px #bbbbbb;
    margin: 0 0 0 0;
    padding: 5px;
}

.tabcontent p
{
    padding: 12px 0 0 0;
}
/*.tabcontent p span
{
    color: #27839F;
    font-size: 11px;
}*/
.tabcontent p a
{
    color: #BB0000;
    font-size: 11px;
    text-decoration: underline;
    font-weight: bold;
}
.tabcontent p a:hover
{
    color: #BB0000;
    font-size: 11px;
    text-decoration: underline;
    font-weight: bold;
}

/* //////////////////////////////////////////////////// BEM STYLES //////////////////////////////////////////////////// */
/* NOTE: Please put here only new 100% BEM compliant styles, after refactoring */

/* ------------------------------------------------ Polls ------------------------------------------------ */
.poll-question
{
    font-size: 18px;
    /*font-weight: bold;*/
}

.poll-results
{
    padding: 5px 0 0 4px;
    overflow: auto;
}
.poll-results__item
{
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
    width: 165px;
    padding: 7px;
    border: 1px solid;
    clear: none; /* override old style */
    margin-right: 10px;
    margin-bottom: 5px;
}

.poll-results__question
{
    display: block;
    background-color: #efefef;
    border: 1px solid #cccccc;
    padding: 2px;
    color: #336699;
    font-size: 14px !important;
    font-weight: bold;
    word-wrap: break-word;
}

.poll-results__footer
{
    background-color: #fff;
    padding: 5px 2px;
}

.poll-audience-results
{
    /*width: 600px;*/
    padding-top: 24px;
    /*padding-left: 10px;*/
    /*left: 30%;*/
    /*top: 8px;*/
    /*text-align: left;*/ 
}

.poll-audience-results__graph
{
    margin-right: 25px;
}

.poll-option-txb
{
    margin-left: 8px;
}

/* ------------------------------------------------ Registration ------------------------------------------------ */
.registration__form--small
{
    position: absolute;
    width: 400px; 
    padding: 10px;
    border: solid 4px #525252; 
    background-color: white; 
    color: #336699; 
    font-weight: normal; 
}

/* ------------------------------------------------ Other ------------------------------------------------ */
.content-form-ddl
{
    width: 160px;
    border: 1px solid #888;    
}

.content-form-txb
{
    width: 538px;
    border: 1px solid #888;
}

.content-form-txb2 {
    width: 538px;
    border: 1px solid #888;
}

.content-form-txt
{
    font-size: 16px;
}

.notify-by-email
{ 
    padding: 5px 13px; 
    border: 1px solid #ccc; 
    background-color: #f5f9ff;
}

.content-message
{
    text-align: center;
}

.form-button
{
    margin-right: 5px;
    margin-left: 5px;
}

/* //////////////////////////////////////////////////// CLASS BY PROPERTY STYLES //////////////////////////////////////////////////// */
.width-100
{
    width: 100%;
}

.inline-block
{
    display: inline-block;
    float: none;
}

.nospacing
{
    margin: 0;
    padding: 0;
}

.border-1
{
    border: 1px solid;
}

.icon-plusRed
{
    background-image: url(/images/icons/plus_red.png) !important;
    background-position: -3px -1px !important;
}

.icon-minusRed
{
    background-image: url(/images/icons/minus_red.png) !important;
    background-position: -3px -1px !important;
}

.valign-middle
{
    vertical-align: middle !important;
}

.bold
{
    font-weight: bold;
}