﻿.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {background-color: white;color: black;}
.df_form { padding: 0px 5px 5px 5px}

.df_form .subh { padding: 0px; list-style-type: none; margin: 0px; overflow:hidden;}
.df_form .subh li { float: left; list-style-type: none; padding: 0px 10px 10px 0px; overflow:hidden; margin:0px 0px 0px 0px; background:transparent;}
.df_form .subv { padding: 0px; list-style-type: none; margin: 0px; overflow:hidden;}
.df_form .subv li { list-style-type: none; padding: 0px 10px 10px 0px; overflow:hidden; margin:0px 0px 0px 0px; background:transparent;}

.df_form .captcha { clear: both; margin: 0 auto; text-align: center; padding: 15px 0px 15px 0px; float: none; }
.df_form .captcha div { float: none; }

.df_form .control { padding:8px 5px 5px 5px;clear:both;overflow:hidden;}
.df_form .submit { margin: 0 auto; clear: both; padding: 5px 0px 0px 0px; }

.df_form .labelroot {width: 29%; white-space: normal; }
.df_form .label_left {text-align: left;float: left;  margin: 2px 15px 0 0; }
.df_form .label_right {text-align: right; float: left; margin: 2px 15px 0 0; }
.df_form .label_top { width: 100%; margin: 0; padding: 0 0 1px 0; display:block; }

.df_form .field { float: left; padding-right: 10px; padding-bottom:3px;}
.df_form .content { float: left; padding-right: 10px; width:68% }

.df_form .section { display: block; clear: both; width: 100%; padding: 0px; }
.df_form .section .header { overflow:hidden; }
.df_form .section_container { padding: 10px }

.df_form .clearf { clear: both; }

.df_form .help_icon { padding-left: 5px; }

.df_form .required_field {display: inline-block; padding-left: 8px; }
.df_form .required_label {padding-left: 8px; padding-bottom: 0px; margin-bottom: 0px; vertical-align: text-bottom; line-height: .7em; }

.df_form .val_summary { }
.df_form .val_msg { }
.df_form .val_block { clear: both; }

.df_form .hint_bottom { float:left;padding:5px;clear:none;}
.df_form .hint_right {  float:right; padding:5px;clear:none;width:20%}

.df_form .formradiolist label {display:inline;margin-left: 5px;}

.df_statblock
{
    margin: 10px 0px 0px 0px;
    display: inline-block;
    width: 100%;
    border: 5px solid #499CC9;
    border-radius: 10px;
}

    .df_statblock .title
    {
        font-weight: bold;
        padding-bottom: 5px;
        display:inline-block;
        width:100%
    }

    .df_statblock .inner
    {
        padding: 10px 10px 10px 10px;
    }
    .df_statblock .bar
    {
        display: inline-block;
        height:17px;
        float:left;
        margin-right:10px;
    }

    .df_statblock .pct
    {
        font-style: italic;
line-height: 19px;
float:left;
    }

    .df_statblock table
    {
        width: 100%;
    }


    .df_statblock td
    {
        white-space: nowrap;
    }

    .df_statblock .barwrap
    {
        
    }

.df_statinfo
{
    font-size: 1.1em;
    padding: 8px 10px 8px 10px;
    border-radius: 5px;
    margin-right:20px;
    text-align:center;
    font-weight:bold;
    color:#fff;
    margin-bottom:5px;
}

.df_left
{
    float: left;
}

.df_right
{
    float: right;
}

.df_helpblock
{
    float: left;
    padding: 10px;
}

.df_form .video .field
{
    width: 100%;
}

.df_form .pagerButton.next
{
    float: right;
}

.df_form .formVideoWrapper
{
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 5px;
}

.df_form input:not(:checked) + label + .showable
{
    display: none;
}

.df_form .hidden-checkbox
{
    display: none;
}

.df_form .transcript-btn {
    background: transparent;
    border: none;
    cursor: pointer;
}

.df_form .transcript-btn:before
{
    content: '';
    background-image: url(/DesktopModules/DigForm/Images/transcript.png);
    background-size: 100%;
    display: block;
    height: 30px;
    width: 30px;
}

.df_form .dotPager .dotPagerButton
{
    background-color: black;
    border: none;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 5px;
    padding: 3px;
}

.df_form .dotPager .dotPagerButton:active
{
    background-color: white;
    border-color: black;
    border-width: 2px;
    border-style: outset;
}

.df_form .dotPager .dotPagerButton.active
{
    background-color: white;
    border-color: black;
    border-width: 2px;
    border-style: outset;
}