﻿a
{
    text-decoration: none;
}

.form-container {
    background-color: #EEEEEE;
    padding: 20px 0px 20px 0px;
}

    .form-container .form {
        max-width: 35%;
    }

@media (max-width: 600px) {
    .form-container .form {
        max-width: 100%;
    }
}

    .form-buttons {
        padding-top: 20px;
    }

.form-error {
    display: block;
    background-color: rgba(176,0,0, 0.60);
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    padding: 10px;
    margin-top: 10px;
    text-align: left;
}


input[type='text'],
input[type='password'] {
    display: inline-block;
    border: 1px solid #CCCCCC;
    font-family: Roboto, sans-serif;
}

textarea, input, select {
    outline: none;
}

.input-cell-label
{
    text-align: left;
    vertical-align: top;
    padding: 3px 0px 3px 0px;
    font-size: 16px;
}

.input-cell
{
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 0px;    
    border-radius: 3px;
    overflow: hidden;
}

    .input-cell {
        overflow: visible;
    }
   
div.input-cell
{
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    padding: 0px;
    margin-bottom: 5px;
}

.input-cell input,
.input-cell textarea,
.input-cell select
{
    display: block;
    background-color: transparent;
    font-family: 'Roboto Condensed', 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-size: 16px;
    border: 0px none transparent;
    width: 100%;
    height: 32px;
    line-height: 22px;
    padding: 3px 5px 3px 5px;
    margin: 0px;
    box-sizing: border-box;
}

.input-cell textarea
{
    min-height: 70px;    
}

.date-field
{
    text-align: left;
}

.date-field .input-cell
{
    display: inline-block;
    vertical-align: top;
}

.field-validation-error
{
    display: block;
    background-color: rgba(176,0,0, 0.60);
    color: #600000;
    font-size: 16px;
    border-radius: 0px 0px 2px 2px;
    padding: 5px;
    margin-top: 2px;
    text-align: left;
}

.checkbox-list td
{
    vertical-align: top;
}

input[type=button],
input[type=submit]
{
    border: 0px none transparent;
}

input.ghost,
textarea.ghost
{
    color: #999999;
}


/*#region Drop Down Lists */


.input-cell select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('images/webp/drop-down.webp');
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
}

    .nwp .input-cell select {
        background-image: url('images/drop-down.png');
    }

    .input-cell.transparent select {
        background-image: url('images/webp/drop-down-transparent.webp');
    }

        .nwp .input-cell.transparent select {
            background-image: url('images/drop-down-transparent.png');
        }

    .input-cell.transparent select:active {
        color: #222222;        
    }

option {
    background-color: #FFFFFF;
    color: #000000;
    text-indent: 5px;
    -webkit-appearance: none;
}

/* For IE10 */
.input-cell select::-ms-expand {
    display: none;
}

/*#endregion */


/*#region Input Cell Transparent */
.input-cell.transparent {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.30);
}

    .input-cell.transparent:hover {
        border-color: rgba(255, 255, 255, 0.85);
    }

    .input-cell.transparent input,
    .input-cell.transparent textarea,
    .input-cell.transparent select {
        color: #FFFFFF;
    }

/*#endregion */



.button {
    display: inline-block;
    padding: 0px 20px 0px 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;   
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    background: #39A2B9 none repeat-x top center;

    cursor: pointer;
    border-radius: 999px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0,.25);

    -moz-transition: background-color ease 0.3s;
    -o-transition: background-color ease 0.3s;
    -webkit-transition: background-color ease 0.3s;
    transition: background-color ease 0.3s;
}    
    .button:hover,
    .button.active
    {
        background-color: #EC8E0F;
        color: #FFFFFF;
    }

.button-pretty {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background-color: #B00000;
    color: #FFFFFF;
    padding: 0px 20px 0px 20px;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    border-radius: 999px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    -moz-transition: background-color ease 0.3s;
    -o-transition: background-color ease 0.3s;
    -webkit-transition: background-color ease 0.3s;
    transition: background-color ease 0.3s;
}

        .button-pretty:hover {
            background-color: #EC8E0F;
        }

.button-light {
    display: inline-block;
    padding: 0px 10px 0px 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;   
    color: #FFFFFF;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    background: transparent none repeat-x top center; 
    cursor: pointer;

    -moz-transition: background-color ease 0.3s;
    -o-transition: background-color ease 0.3s;
    -webkit-transition: background-color ease 0.3s;
    transition: background-color ease 0.3s;
}

    .button-light.alt {
        background-color: rgba(255, 255, 255, 0.2);
    }

        .button-light:hover,
        .button-light.active,
        .button-light.alt:hover,
        .button-light.alt.active {
            background-color: #39A2B9;
        }

/*#region Validation */

.validation-summary-errors ul
{
    text-align: left;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.validation-summary-errors li
{
    margin: 0px;
    padding: 0px;
}


/*#endregion */


/*#region Activator */

div[activator='true']
{
    position: relative;
    background-color: #679A34;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
}

    div[activator='true'] > div
    {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 100;
        background-color: #FFFFFF;
        color: #333333;
        font-weight: normal;
        border: 1px solid #679A34;
        height: 300px;
        width: 700px;
        overflow-y: scroll;
        font-size: 9px;
    }

    div[activator='true']:hover > div
    {
        display: block;
    }

/*#endregion */



/*#region File Uplaod */

.file-upload
{
    position: relative;
    display: inline-block;
    padding: 0px 10px 0px 10px;
    height: 22px;
    min-width: 10px;
    line-height: 24px;
    text-align: center;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 12px;
    background: #006BAA none repeat-x top center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: inset 0px 2px rgba(255, 255, 255, 0.7), 
                inset 0px 1px rgba(0, 0, 0, 0.2), inset 1px 0px rgba(0, 0, 0, 0.2), 
                inset -1px 0px rgba(0, 0, 0, 0.2), 
                inset 0px -1px rgba(0, 0, 0, 0.2), 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
}



    .file-upload input
    {
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: 0;
        width: 100px;
    }

        .file-upload input:hover
        {
            cursor: pointer;
        }


/*#endregion */

/*#region Buttons Mini */

.button-mini-icon
{
    display: inline-block;
    background: transparent none no-repeat center center;
    height: 18px;
    width: 18px;
    opacity: 0.5;
    cursor: pointer;
}

    .button-mini-icon:hover
    {
        opacity: 1;
    }    

    .button-mini-icon.close
    {
        background-image: url('images/close.png');
    }

    .button-mini-icon.close
    {
        background-image: url('images/close.png');
    }


/*#endregion */

.g-recaptcha-container {
    margin-bottom: 5px;
}


/*#region Check Boxes */

.control {
    font-family: 'Roboto Condensed', 'Arial Narrow', Arial, Helvetica, sans-serif;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #BBBBBB;
    border: 0px solid #000000;
}
.control-radio .control_indicator {
    border-radius: unset;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #2aa1c0;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #39A2B9;
}

.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

/*#endregion */


/*#region Fixes */

input[type=text]::-ms-clear
{
    display: none;
}

/*#endregion */

.location
{
    cursor: pointer;
}

    