﻿html {
    background-color: white;
    margin: 0;
    padding: 0;
}

body {
    color: black;
    font-size: 16px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fdfdfd;
}

div#preload {
    display: none;
}

table {
    margin: 0px;
}

p {
    margin: 0px 0px 10px 0px;
}

.block {
    display: block;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.sticky {
    z-index: 999;
}

.evOrange {
    color: #DD4B2F;
}

.inviteLink {
    color: #DD4B2F !important;
}

a {
    color: #DD4B2F;
    outline: none;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover, html body .RadGrid_Default .rgRow a,
    html body .RadGrid_Default .rgAltRow a, html body .RadGrid_Default .reContentArea a {
        color: #DD4B2F;
    }

    a:hover {
    }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #DD4B2F;
}

header, .navbar {
    background-image: -webkit-linear-gradient(top,#f8f8f8 0,#DEDEDE 100%);
    background-image: -o-linear-gradient(top,#f8f8f8 0,#DEDEDE 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#DEDEDE));
    background-image: linear-gradient(to bottom,#f8f8f8 0,#DEDEDE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8',endColorstr='#ffDEDEDE',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    background-color: #f8f8f8;
    border: none;
    border-bottom: 1px solid #dddddd;
}

header, footer, hgroup,
nav, section, html body .block {
    display: block;
}

.block-bottom {
    display: block;
    margin-bottom: 10px;
}

.block-top {
    display: block;
    margin-top: 10px;
}

.footerDiv {
    text-align: center;
}

.headerTable {
    margin: 0px;
}

    .headerTable td {
        padding: 0px;
    }

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

.banner h1, .banner h2, .banner h3 {
    text-shadow: 1px 1px 0 rgba(0,0,0,.5);
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

:focus {
    outline: none;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1400px;
    padding-left: 20px;
    padding-right: 20px;
}

#body {
    clear: both;
    padding-bottom: 35px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    min-height: 600px;
}

.main-content {
    /*background: url("../Images/accent.png") no-repeat;*/
    padding: 20px;
    position: relative;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

footer {
    clear: both;
    font-size: .9em;
    height: 100px;
    color: #8c8c8c;
    padding-top: 20px;
    background-color: #f6f6f6;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }

/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin-left: 0px;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: inline-block;
}

    label.checkbox {
        display: inline;
    }

td label, .detailsView td:first-child, .fieldLabel {
    padding: 5px 20px 5px 0px;
    vertical-align: middle !important;
    /*font-weight: bold;*/
    max-width: 300px;
}

.fieldLabel {
    display: inline-block;
}

.fieldLabelInfo {
    padding: 5px 0px;
    vertical-align: middle !important;
    display: inline !important;
}

.fieldLabelInfoTop {
    vertical-align: top !important;
}

.fieldContent {
    font-weight: normal;
}

.boldLabel {
    padding-right: 20px;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.detailsView input[type="text"],
.detailsView input[type="email"],
.detailsView input[type="number"],
.rgEditForm input[type="text"],
html body form span.RadInput .riTextBox[type="text"],
html body form span.RadInput .riTextBox[type="password"],
.detailsView input[type="password"],
.wizardTable input[type="text"] {
    width: 276px;
}

html body form .RadPicker span.RadInput .riTextBox[type="text"] {
    width: 300px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
html body form span.RadInput .riTextBox[type="text"],
html body form span.RadInput .riTextBox[type="password"],
html body form span.RadInput .ruFileInput[type="file"] {
    border: 1px solid #cccccc;
    border-radius: 4px;
    background: #fff;
    color: black;
    margin: 5px 0 6px 0;
    padding: 8px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    box-sizing: border-box;
}

html body .RadUpload_Default .ruFakeInput {
    display: none;
}

html body .RadUpload_Default .ruBrowse {
    margin-left: 0px !important;
}

html body form span.RadInput input.riEmpty {
    font-style: normal;
    color: #a6a6a6;
}

html body .riSingle .riTextBox {
    height: 33px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

.form-control {
    margin: 0px !important;
}

.form-control-label {
    padding-top: 7px;
    display: block;
}

.control-label-left {
    text-align: left !important;
}

input:focus,
textarea:focus,
.riSingle:focus,
html body form span.RadInput riTextBox:focus,
select:focus,
html body .RadUpload_Default .ruFakeInput:focus,
.form-control:focus {
    border: 1px solid #E8674E;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(232, 103, 78, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(232, 103, 78, 0.6);
}

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

html body .RadButton_Default .rbPrimaryIcon {
    display: inline;
    position: initial;
}

html body .RadButton_Default .rbDecorated {
    background: none !important;
    border: none !important;
    padding: 0px;
    margin: 0px;
    height: auto;
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    outline: none !important;
}

html body .RadButton_Default .rbSecondary {
    padding-right: 20px;
}

html body .RadButton_Default .rbSplitRight {
    color: white;
    margin: 0px;
    border-left: #f5f5f5 1px solid;
    padding-top: 5px;
    background: none;
}

html body .RadButton_Default.rbSkinnedButton {
    height: auto;
}

html body .RadButton_Default .rbDecorated {
    color: white;
}

input[type="submit"],
input[type="button"],
button,
html body .RadButton_Default.rbSkinnedButton,
html body .RadUpload_Default .ruButton {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background: #B13A0E url("../Images/red_button.png") repeat-x;
    background: #B13A0E linear-gradient(#E77D56, #B13A0E) repeat-x;
    border-top: 1px solid #df5f31;
    border-right: 1px solid #df5f31;
    border-bottom: 1px solid #722408;
    border-left: 1px solid #722408;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    padding: 8px 12px;
    margin: 0px;
    width: auto;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
}

input[type="submit"], input[type="button"] {
    line-height: 20px;
    vertical-align: middle;
}

.linkButton, html body .RadGrid_Default .rgCommandRow a {
    display: inline-block;
    background: #B13A0E linear-gradient(#E77D56, #B13A0E) no-repeat;
    border-top: 1px solid #df5f31;
    border-right: 1px solid #df5f31;
    border-bottom: 1px solid #722408;
    border-left: 1px solid #722408;
    border-radius: 3px;
    color: white !important;
    cursor: pointer;
    padding: 8px 12px;
    margin: 0px;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    vertical-align: middle;
}

    .linkButton:hover, html body .RadGrid_Default .rgCommandRow a:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover,
    button:hover,
    html body .RadButton_Default.rbSkinnedButton:hover,
    html body .RadUpload_Default .ruButton:hover {
        background: #B13A0E linear-gradient(#E77D56, #9E330C) no-repeat;
        text-decoration: none;
    }

input[type="submit"].aspNetDisabled,
input[type="button"].aspNetDisabled,
button.aspNetDisabled,
.linkButtonDisabled {
    background: #DFDFDF url("../Images/grey_button.png") repeat-x;
    color: #999 !important;
    border-bottom-color: #666;
    border-left-color: #666;
    border-top-color: #999;
    border-right-color: #999;
}

.btn-right {
    margin-left: 4px;
}

input[type="submit"].btn-red, input[type="button"].btn-red, html body .RadButton_Default.btn-red {
    background: none;
    background-color: #ff0000 !important;
}

    input[type="submit"].btn-red:hover, input[type="button"].btn-red:hover, html body .RadButton_Default.btn-red:hover {
        background: none;
        background-color: #990a00 !important;
    }

input[type="submit"].btn-green, input[type="button"].btn-green, html body .RadButton_Default.btn-green {
    background: none;
    background-color: #39bd3f !important;
}

    input[type="submit"].btn-green:hover, input[type="button"].btn-green:hover, html body .RadButton_Default.btn-green:hover {
        background: none;
        background-color: #1a831f !important;
    }

.rbDisabled {
    opacity: 0.4;
}

.slim {
    padding: 2px 15px !important;
}

.largeLinkButton {
    color: white !important;
    background-color: #DD4B2F;
    border-radius: 5px;
    font-size: 30px;
    display: block;
    padding: 10px 30px;
    text-align: center;
}

html body .lg-button > input.rbDecorated {
    font-size: 20px;
    padding: 5px 8px;
}

.landingHeader {
    color: #DD4B2F;
    font-weight: bold;
    font-size: 40px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.slideHeader {
    font-size: 40px;
    color: white;
}

.sliderSection {
    max-width: 800px;
    margin: 20px auto;
}

.landingDiv p {
    line-height: 180px;
}

.landingLabel {
    color: white;
    font-size: 30px;
    padding: 15px 30px;
    display: block;
    /*margin-top: 80px;*/
}

.landingImage {
    margin: 0px auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: red;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

/* styles for validation helpers */
.field-validation-error, .RadCaptcha span {
    color: #b94a48;
    margin-left: 10px;
    font-weight: normal;
}

.field-validation-vertical {
    margin-left: 0px;
    display: block;
}

.failureText {
    color: #e80c4d;
    font-weight: bold;
}

.RadCaptcha span {
    margin: 5px 0px 0px 0px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: red;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: inline-block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    border: 0 none;
    font-size: 14px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {
    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }

    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}
/* END: Mobile Styles */

/* Custom */
.formControl {
    display: block !important;
    padding-bottom: 20px;
}

.siteMenu .rmRootGroup {
}

.wizard {
    border: 3px solid #d8d8d8;
    border-spacing: 0px;
}

    .wizard td {
        vertical-align: top;
    }

    .wizard table {
        margin-top: 0px;
    }

.wizardSideBar {
    background-color: #d8d8d8;
    padding: 0px !important;
    border-spacing: 0px;
}

    .wizardSideBar td {
        padding: 0px;
    }

.wizardSideBarButton {
    text-decoration: none;
    font-weight: bold;
    padding: 15px 20px;
    display: block;
}

.wizardSelectedSideBarButton {
    background-color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 20px;
    display: block;
    color: #8fcddb !important;
}

.wizardSideBarContainer {
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
}

    .wizardSideBarContainer a:link {
        color: #555;
    }

.wizardStep {
    padding: 10px 20px;
}

    .wizardStep span {
        display: table-cell;
    }

.wizardNavigation {
    padding: 10px 0px 10px 20px;
}

.wizardContent {
    min-height: 500px;
    width: 920px;
}

.wizardTable {
}

    .wizardTable td {
        vertical-align: middle;
    }

.radioChecked {
    background: url("../Images/checkbox_checked.png") no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

.radioUnchecked {
    background: url("../Images/checkbox_unchecked.png") no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

.contentPanel {
    border: 3px solid #d8d8d8;
    padding: 20px;
    margin-top: 0.75em;
    min-height: 500px;
}

.tabContent {
    border: 3px solid #d8d8d8;
    border-top: none;
    padding: 20px;
}

.tabStrip {
    background-color: #d8d8d8;
    border: 3px solid #d8d8d8;
    border-bottom: none;
}

html body form .RadTabStrip {
    margin-top: 0.75em;
}

html body form .RadTabStripTop_Default .rtsLevel .rtsLink, html body form .RadTabStripTop_Default .rtsLevel .rtsOut {
    background-image: none;
}

html body form .RadTabStripTop_Default .rtsLevel .rtsTxt {
    font-size: 16px;
    font-family: Calibri, Arial;
    font-weight: bold;
    padding: 10px 8px;
}

html body form .RadTabStripTop_Default .rtsLevel .rtsSelected {
    background-color: white;
    color: #8fcddb !important;
}

.pageHeader, h1 {
    font-size: 36px;
    font-weight: 500;
    display: block;
    padding-bottom: 20px;
    margin: 0px;
}

.pageSubHeader, h2 {
    font-size: 28px;
    display: block !important;
    padding-bottom: 10px;
    margin: 0px;
}

.pageLabelHeader {
    font-size: 20px;
    display: block !important;
    padding: 10px 0px;
}

.ballotStatus {
    font-size: 18px;
    margin-right: 10px;
    padding-right: 0px;
}

.pageLabel {
    display: block;
    padding-bottom: 10px;
    font-size: 16px;
}

.pageInfo {
    font-size: 14px;
    padding: 0px 0px 10px 10px;
}

.landing {
    margin: 20px auto;
    /*width: 840px;*/
}

.landingTable {
    width: 900px;
    margin: 0 auto;
}

    .landingTable td {
        padding: 0px;
    }

.loginTable {
    margin-top: 0px;
    max-width: 400px;
}

    .loginTable input[type="submit"] {
        float: right;
    }

.loginSignUp {
    position: relative;
}

    .loginSignUp div {
        float: right;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

html body .RadGrid .rgHeader, .evTable th {
    background: none;
    color: black;
    font-weight: bold;
    font-size: 14px;
    padding: 8px;
    border: none;
    border-bottom: 2px solid #dddddd;
}

html body .RadGrid_Default .rgHeader a {
    color: black;
    font-weight: bold;
    white-space: nowrap;
}

    html body .RadGrid_Default .rgHeader:hover, html body .RadGrid_Default .rgHeader a:hover {
        color: #446dab;
    }

html body .RadGrid .rgMasterTable {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html body .RadGrid .rgMasterTable, .evTable {
    border-collapse: collapse;
}

    html body .RadGrid .rgMasterTable thead {
        border: none;
    }

    html body .RadGrid .rgMasterTable td {
        border: none;
        padding: 8px;
    }

html body .RadGrid .rgFilterRow td {
    padding: 5px 8px;
}

html body .RadGrid .rgSorted {
    white-space: nowrap;
}

html body .RadGrid_Default {
    color: black;
    border: none;
    border-collapse: collapse;
}

    html body .RadGrid_Default .rgNoRecords td {
        background-color: #f9f9f9;
    }

    html body .RadGrid_Default .rgNoRecords div {
        text-align: center;
    }

.RadGrid_Default .rgPager table {
    margin-top: 0px;
}

.evTable td {
    padding: 4px 7px 3px 7px;
    vertical-align: middle;
}

.errorRow {
    background: #f2dede;
    color: #b94a48;
}

.ballotLiveRow {
    background-color: #a7d793;
}

.ballotPublishedRow {
    background-color: #bad8e7;
}

.ballotProxyRow {
    background-color: #ff5722;
}

.ballotPausedRow {
    background-color: #ffce73;
}

.notificationDisabledRow {
    background-color: #ffce73;
}

.number-untracked {
    font-style: italic;
}

html body .RadGrid_Default .rgRow td, html body .RadGrid_Default .rgAltRow td, .evTable td, html body .RadGrid_Default .ballotLiveRow td {
    border: none;
    border-top: 1px solid #dddddd;
    padding: 10px;
}

html body .RadGrid_Default .rgRow {
    background: #fff;
    color: black;
}

html body .RadGrid_Default .rgAltRow {
    background: #f9f9f9;
    color: black;
}

    html body .RadGrid_Default .rgRow:hover, html body .RadGrid_Default .rgAltRow:hover, html body .RadGrid_Default .rgNoRecords:hover {
        background: #F5F5F5;
    }

html body .RadGrid .rgCommandTable {
    margin: 0px;
    border-collapse: collapse;
    border: none;
}

    html body .RadGrid .rgCommandTable td, .commandRow {
        padding: 10px 7px;
        border: none;
    }

html body .RadGrid .rgCommandRow {
    border: none;
    background: none;
}

html body .RadGrid .rgCommandCell {
    border: none;
    padding: 0px !important;
}

html body .RadGrid .rgEditForm {
    border: none;
}

html body .RadGrid .rgEditPopup {
    border: 1px solid #ccc;
    padding: 10px 20px;
    box-shadow: 5px 5px 5px #dddddd;
    width: auto !important;
}

html body .RadGrid .rgEditRow {
    background: none;
}

html body .RadGrid .rgEditForm td {
    border: none;
    /*padding: 0px 0px 10px 0px;*/
}

html body .RadGrid .rgEditForm table {
    margin: 0px;
}

html body .RadInput_Default .riDisabled, input[type="text"]:disabled, input[type="text"]:read-only, select:disabled, textarea:disabled {
    color: #8a8a8a !important;
    opacity: 1;
}

.landingIcon {
    font-size: 36px;
}

.landingInfo {
    padding: 5px 0px;
    margin: 0px 0px 10px 10px;
    display: block;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #d8d8d8;
}

.landingInfoText {
    margin: 0px 0px 10px 0px;
    display: block;
    font-size: 18px;
}

.leftGap {
    margin-left: 5px;
}

.rightGap {
    margin-right: 5px;
}

.failureNotification, .error {
    color: red;
}

.errorLabel {
    color: #b94a48;
}

select {
    border: 1px solid #cccccc;
    border-radius: 4px;
    background: #fff;
    color: black;
    margin: 5px 0 6px 0;
    padding: 8px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    min-width: 300px;
}

.detailsView select {
    max-width: 500px;
}

.filterSelect {
    border-color: #8e8e8e #c9c9c9 #c9c9c9 #8e8e8e;
    border-width: 1px;
    color: #555;
    margin: 0px;
    padding: 2px 1px 3px 1px;
    width: 100%;
    min-width: auto;
    font-size: 12px;
}

    .filterSelect:focus {
        border-color: #8e8e8e #c9c9c9 #c9c9c9 #8e8e8e;
        border-width: 1px;
    }

.notification-full {
    border-radius: 4px;
}

.notification {
    text-align: center;
    padding: 5px 0px;
    display: block;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.notificationGreen {
    background-color: #dff0d8;
    border-top: none !important;
    border: 1px solid #d6e9c6;
    color: #468847;
}

.notificationRed {
    background-color: #f2dede;
    border-top: none !important;
    border: 1px solid #eed3d7;
    color: #b94a48;
}

.RadCaptcha label {
    display: none;
}

.expandPanel {
    font-size: 20px;
    background-color: #F6F6F6;
    padding: 10px;
    margin-top: 20px;
    cursor: pointer;
}

.answerPanel {
    padding: 10px 10px 0px 10px;
}

.pricingTable {
    width: 300px;
    margin: 20px;
    display: inline-table;
}

    .pricingTable th {
        background-color: #8fcddb;
        border: none;
        font-weight: bold;
        font-size: 20px;
        padding: 10px 7px;
        color: white;
        text-align: center;
    }

    .pricingTable td {
        background-color: #f6f6f6;
        border: none;
        padding: 10px 7px;
    }

    .pricingTable div {
        min-height: 100px;
    }

.priceLabel {
    font-size: 20px;
    font-weight: bold;
}

.RadPicker {
    width: 350px;
}

html body .RadGrid .rgFilterRow {
    border-bottom: 2px solid #dddddd;
}

    html body .RadGrid .rgFilterRow input[type="text"] {
        border-color: #8e8e8e #c9c9c9 #c9c9c9 #8e8e8e !important;
        border-width: 1px !important;
        width: 100%;
    }

.rgFilterRow .rcTable td {
    border: none !important;
}

html body form .rgFilterRow .RadPicker span.RadInput .riTextBox[type="text"] {
    width: 70px;
    padding: 3px !important;
    font-size: 12px !important;
}

html body form .rgFilterRow .RadPicker {
    width: 90px !important;
}

    html body form .rgFilterRow .RadPicker td {
        padding: 0px !important;
    }

html body .RadGrid .rgFilterBox {
    padding: 3px;
}

.fullWidth {
    width: 100%;
}

.nowrap {
    white-space: nowrap;
}

.min-width-column {
    min-width: 300px;
}

.goodNotification, .errorNotification, .infoNotification, .warningNotification {
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
    text-align: center;
    list-style-position: inside;
    padding: 5px 0px;
    display: block;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
}

.errorNotification {
    background-image: -webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
    background-image: -o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));
    background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
    color: #a94442;
    background-color: #f2dede;
}

.goodNotification {
    background-image: -webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));
    background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
    color: #3c763d !important;
    background-color: #dff0d8;
}

.infoNotification {
    background-image: -webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    background-image: -o-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));
    background-image: linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea;
    color: #31708f;
    background-color: #d9edf7;
}

.warningNotification {
    background-image: -webkit-linear-gradient(top,#fcf8e3 0,#fbeed5 100%);
    background-image: -o-linear-gradient(top,#fcf8e3 0,#fbeed5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#fbeed5));
    background-image: linear-gradient(to bottom,#fcf8e3 0,#fbeed5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffbeed5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #c09853;
    color: #c09853;
    background-color: #fcf8e3;
}

.siteLabel {
    background-color: #DD4B2F;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    color: white;
}

html body .RadComboBox table td.rcbInputCell {
    padding: 0px 5px;
}

html body .RadComboBox table td.rcbArrowCell {
    padding: 0px;
}

.fieldInfo {
    margin: 0px 5px;
    vertical-align: middle;
    height: 20px;
}

.featureText {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.privacy p, .privacy li {
    font-size: 14px;
}

.featureHeader {
    display: block;
    color: #DD4B2F;
    font-size: 24px;
    margin: 0px 0px 10px 0px;
}

.featureTable {
    width: 100%;
    margin: 0px;
}

    .featureTable td {
        vertical-align: top;
        padding: 10px 0px 10px 0px;
    }

    .featureTable tr {
        border-bottom: 1px solid #d8d8d8;
    }

.featureRow {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.featureImage {
    box-shadow: 3px 3px 3px 3px #ccc;
    margin-bottom: 10px;
}

.ballot-header {
    margin-bottom: 10px;
    display: flex;
}

.ballot-header-controls {
    display: inline-block;
    white-space: nowrap;
    margin-top: 2px;
}

.ballot-header-name {
    flex-grow: 1;
    padding-right: 20px;
}

.statusPanel {
    padding: 8px 12px;
    text-align: center;
    border: none;
    border-radius: 4px;
    display: inline;
    white-space: nowrap;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    margin: 2px 2px 0px 0px;
}

.statusLive {
    background-color: #28a745;
}

.statusProxy {
    background-color: #ff5722;
}

.statusPublished {
    background-color: #007bff;
}

.statusDraft {
    background-color: #ffc107;
    color: black;
}

.statusComplete {
    background-color: #666666;
}

.statusPaused {
    background-color: orange;
}

html body .RadGrid_Default .rgFilter {
    display: none;
}

.questionRadio label {
    padding: 0px;
    vertical-align: top !important;
}

.summaryError {
    color: red;
    font-weight: bold;
}

.summaryAdded {
    color: green;
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
}

html body .RadGrid_Default .rgRefresh {
    display: none;
}

html body .RadGrid_Default .rgAdd {
    display: none;
}

.messagePanel {
    margin: 0px 0px 20px 0px;
    border-top: 1px solid #dddddd;
}

.messageTable {
    margin: 10px 0px;
    width: 100%;
}

.messageUser {
    font-size: 16px;
    display: block;
}

.messageTime {
    font-size: 14px;
    color: #8fcddb;
}

.messageBody {
    font-size: 14px;
}

html body .RadEditor table.reLayoutWrapper {
    margin: 0px;
}

html body .reBottomTable {
    margin: 0px;
}

input[type="checkbox"], input[type="radio"] {
    height: 0px;
    width: 0px;
}

    input[type="checkbox"] + label, input[type="radio"] + label {
        display: inline-block;
        min-height: 20px;
        cursor: pointer;
        margin: 5px 0px;
        font-weight: normal;
    }

        input[type="checkbox"] + label:before, input[type="radio"] + label:before {
            content: url(../Images/checkbox_disabled.png);
            content: url(../Images/checkbox_checked.png);
            content: url(../Images/checkbox_unchecked.png);
            margin-right: 10px;
            vertical-align: top;
            display: inline-block;
        }

    input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
        content: url(../Images/checkbox_checked.png);
    }

    input[type="checkbox"]:disabled + label,
    input[type="radio"]:disabled + label {
        cursor: default;
        color: #8a8a8a !important;
    }

    input[type="checkbox"]:disabled:checked + label:before,
    input[type="radio"]:disabled:checked + label:before {
        content: url(../Images/checkbox_disabled.png);
    }

/* ballot manage
----------------------------------------------------------*/

.ballotManage {
    padding: 20px;
}

html body .ballotManageMenu {
    float: none;
}

    html body .ballotManageMenu .rmHorizontal .rmItem .rmLink .rmText:hover {
        color: #DD4B2F;
    }

    html body .ballotManageMenu .rmRootGroup {
        width: 100%;
        border-bottom: 1px solid #dddddd !important;
    }

    html body .ballotManageMenu .rmLink {
        padding: 0px;
    }

    html body .ballotManageMenu > .rmHorizontal > .rmItem {
        margin: 0px 2px;
    }

        html body .ballotManageMenu > .rmHorizontal > .rmItem > .rmLink {
            margin-bottom: -1px;
            border: 1px solid transparent;
        }

    html body .ballotManageMenu .rmRootLink {
        background: none;
        padding: 0px !important;
    }

    html body .ballotManageMenu .rmHorizontal .rmItem .rmSlide {
        margin-top: 0px;
    }

        html body .ballotManageMenu .rmHorizontal .rmItem .rmSlide .rmVertical {
            border-top: 1px solid #dddddd;
        }

    html body .ballotManageMenu .rmHorizontal .rmText {
        font-size: 16px;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 15px 15px;
    }

    html body .ballotManageMenu .rmHorizontal > .rmItem > .rmLink:hover,
    html body .ballotManageMenu .rmHorizontal > .rmItem > .rmExpanded {
        background-color: #eeeeee;
        border: 1px solid #eeeeee;
        border-bottom: 1px solid #dddddd;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        background-image: none;
    }

    html body .ballotManageMenu .rmRootGroup {
        border: none;
        background: none;
    }

    html body .ballotManageMenu .rmHorizontal > .rmItem > .rmFocused,
    html body .rmSelected {
        background: none !important;
        border: 1px solid #dddddd !important;
        border-bottom: 1px solid white !important;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

.page-menu .rmSelected {
    border: none !important;
}

html body .ballotManageMenu a.rmLink:hover, html body .ballotManageMenu .rmGroup a.rmLink:hover .rmText,
html body .ballotManageMenu .rmGroup a.rmFocused .rmText, html body .ballotManageMenu .rmGroup a.rmFocused {
    background: none;
}

html body .ballotManageMenu .rmGroup {
    border: 2px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    background: none;
    background-color: white;
}

.fa {
    display: inline;
    margin-right: 7px;
}

.chart svg {
    display: inline !important;
}

html body .blurTextBox {
    color: #888;
}

/* file upload
----------------------------------------------------------*/
html body .RadUpload .ruFileWrap {
    font-size: 16px;
    height: auto;
}

html body .RadUpload_Default .ruInputs .ruButton {
    height: auto;
    vertical-align: initial;
    margin-left: 10px;
}

html body .RadUpload .ruStyled {
    vertical-align: middle;
}

.buttonStrip {
    margin-bottom: 10px;
}

    .buttonStrip span.RadButton,
    .buttonStrip input[type="submit"] {
        margin-right: 5px;
    }

.inputError {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.popupProgressBackground {
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background-color: black;
    opacity: 0.5;
}

.popupProgressArea {
    border: 1px solid #dddddd;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: white;
    z-index: 9999;
    height: 110px;
    margin-top: -55px;
    width: 600px;
    margin-left: -300px;
    padding: 20px;
    box-shadow: 5px 5px 5px #dddddd;
}

html body .progressArea {
    width: 100%;
}

.progressBarContainer {
    width: 100%;
    table-layout: fixed;
}

.progressBar {
    background: #B13A0E url("../Images/red_button.png") repeat-x;
    background: #B13A0E linear-gradient(#E77D56, #B13A0E) repeat-x;
}

.progressHeader {
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.progressInfo {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}

html body .iconButton {
    padding: 0px 5px 3px 5px !important;
}

.iconButtonFa {
    margin: 0px;
}

.voteCastLabel {
    font-style: italic;
}

.italic {
    font-style: italic;
}

/**
 * Testimonials
 */
.testimonialPanel {
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
}

.testimonialBorder {
    border-bottom: 1px solid #d8d8d8;
}

.testimonialLogo {
    height: 50px;
}

.testimonialCompany {
    display: block;
    color: #8fcddb;
    font-size: 20px;
    padding: 10px 0px 5px 0px;
    margin-bottom: 10px;
}

.testimonialQuote {
    padding: 5px 0px;
}

.testimonialQuoteSymbol {
    font-size: 1.5em;
    color: #8fcddb;
}

.testimonialName {
    display: block;
    margin: 10px 0px;
}

/**
 * Bootstrap
 */
.section-blue {
    background-color: #8fcddb;
}

.section-orange {
    background-color: #DD4B2F;
}

.section-gray {
    background-color: #A0A0A0;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-inner p {
    color: white;
    font-size: 20px;
}

.thumbnail {
    border: none;
    margin: 0px;
    padding: 0px;
}

.navbar-brand {
    height: auto;
    padding: 5px 0px;
    margin: 0px !important;
    padding-left: 10px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.dropdown-menu {
    left: 0 !important;
    /*margin-top: 3px !important;*/
    border-top: 3px solid #557cb7;
}

.leftColumn {
    padding-left: 0px;
}

.rightColumn {
    padding-right: 0px;
}

/**
 * Org logo
 */
.logoUploadPanel {
    width: 100px;
    padding: 10px 20px;
    margin-right: 30px;
    border: 1px solid #cccccc;
    float: left;
}

.logoUploadImage {
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 10px;
}

.logoPlaceholder {
    height: 100px;
    background-color: #cccccc;
}

.logoPlaceholderImage {
    padding: 30px 0px;
    display: block;
    margin: 0px;
    color: white;
    font-size: 40px;
}

.white {
    color: white !important;
}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

table.k-editor {
    border-collapse: separate !important;
    border-spacing: 4px !important;
    border-radius: 4px !important;
    font-size: 100% !important;
    margin-top: 0px;
}

.k-editor .k-editor-toolbar-wrap {
    border: 0 !important;
    padding: 0 !important;
}

.k-editor .k-editable-area {
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #d5d5d5 !important;
    padding: 5px !important;
}

.option-list label {
    font-size: 20px;
    padding-left: 30px !important;
}

.signature-div {
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.signature-div-overlay {
    position: relative;
}

.signature-overlay {
    position: absolute !important;
    top: 5px;
    padding: 0px 5px !important;
    right: 5px;
}

.inline-div {
    display: inline-block;
    vertical-align: top
}

.nomination-photo {
    max-width: 300px;
    max-height: 300px;
    margin-bottom: 20px;
}

.uploaded-img-div {
    max-width: 500px;
}

.uploaded-img-preview {
    display: block;
    max-width: 500px;
    max-height: 200px;
    margin-bottom: 10px;
}

/* Change the bootstrap menu collapse point */
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .navbar-right {
        float: none !important;
    }

    .table-action {
        display: none;
    }

    .table-action-btn {
        padding: 5px;
        font-size: 20px;
        display: block;
    }
}

/* X-Small */
@media (max-width: 768px) {
    .col-xs-left {
        float: left;
    }

    .ballot-option-img {
        display: block;
        float: none;
        margin-bottom: 20px;
    }
}

.label-no-wrap {
    white-space: nowrap;
}

.fixed {
    position: fixed;
    top: 10px;
    width: 100%;
}

.hidden {
    visibility: hidden;
}

.drag-icon {
    cursor: grab;
}

html .RadGrid_Default .grid-icon {
    font-size: 18px;
    color: black !important;
    background: none !important;
    border: none !important;
    margin: 0px;
    padding: 0px;
    line-height: 1.4em;
}

    html .RadGrid_Default .grid-icon:hover {
        color: #000 !important;
    }

    html .RadGrid_Default .grid-icon .fa {
        margin-right: 0px;
    }

.live-eliminated-row {
    font-style: italic;
    background: #f2dede;
}

.live-for-elimination-row {
    font-style: italic;
    background: #fcf8e3;
}

.live-winner-row {
    background: #dff0d8;
}

.vote-info-timer {
    display: block;
    text-align: right;
    font-size: 32px !important;
    font-weight: bold !important;
    color: #3c557d;
    float: right;
}

.vote-info {
    display: none;
}

.live-round-dropdown {
    float: right;
}

.countdown-amount {
    font-size: 48px;
    font-weight: bold;
}

.live-vote-notification-div, .adhoc-notification-div {
    text-align: center;
}

.live-vote-notification, .adhoc-notification {
    font-size: 3em;
    color: #3c557d;
    display: block;
    margin-bottom: 20px;
}

.adhoc-notification-div .vote-info-timer {
    float: none;
    text-align: center;
    margin-bottom: 20px;
}

.adhoc-notification-desc {
    font-size: 2.5em;
    color: #3c557d;
    display: block;
    margin-bottom: 20px;
}

.adhoc-notification-sub-desc-blue {
    font-size: 2em;
    color: #3c557d;
    display: block;
    margin-bottom: 20px;
}

.adhoc-notification-sub-desc {
    font-size: 1.5em;
    display: block;
}

.adhoc-survey-question {
    font-size: 18px;
}

.adhoc-survey-radio input[type="radio"] + label {
    cursor: pointer;
    margin: 5px 0px;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
}

    .adhoc-survey-radio input[type="radio"] + label:before {
        content: url(../Images/checkbox_checked_ballot.png);
        content: url(../Images/checkbox_unchecked_ballot.png);
    }

.adhoc-survey-radio input[type="radio"]:checked + label:before {
    content: url(../Images/checkbox_checked_ballot.png);
}

.live-results-div {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 2px solid #e1e1e1;
}

.agm-results-stat {
    height: 50px;
    padding: 0px 20px;
    background: grey;
    border: none;
    border-radius: 4px;
}