﻿

/*form*/
.display-table .radio__input, .display-table .checkbox__input
{
    display: table-cell;
}
.radio__input, .checkbox__input
{
    padding-right: 0.75em;
    white-space: nowrap;
}
.radio-wrapper, .checkbox-wrapper
{
    zoom: 1;
}

/* Form */
/* Title */


.registration_form
{
    box-sizing: border-box;
    margin: 3em auto;
    padding: 20px;
}
.form-elem
{
    margin: 4px 4px 0px 0px;
    padding: 4px 4px 0px 0px;
}

.form-elem input, .form-elem textarea, .form-elem select
{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color:White;
}
.form-elem .listing
{
}
.form-elem:last-of-type
{
    margin-bottom: 0;
}
.form_row
{
    display: list-item;
    width: 100%;
    display: inline-block;
}
@media (min-width: 760px)
{
    .form_col
    {
        margin-top: 4px;
        padding-top: 4px;
        margin-bottom: 4px;
        padding-bottom: 4px;
    }
    .form_col_one
    {
        float: left;
        width: 100%;
    }
    .form_col_two
    {
        float: left;
        display: inline-block;
        width: 50%;
    }
    .form_col_three
    {
        float: left;
        width: 33.33%;
    }
    .form_col_four
    {
        float: left;
        width: 25%;
    }
    .form_col_five
    {
        float: left;
        width: 20%;
    }
    .form_col_six
    {
        float: left;
        width: 66%;
    }
     .form_col_six_60
    {
        float: left;
        width: 60%;
    }
    .form_col_ten
    {
        float: left;
        width: 10%;
    }
    .form_col_twenty
    {
        float: left;
        width: 5%;
    }
      .form_col_ninety
    {
        float: left;
        width: 90%;
    }
}

.floatl
{height:47px;
    position: relative;
}

.floatl--focused .floatl__label
{
    color: #2a8dea;
}

.floatl--active .floatl__label
{
    opacity: 1;
    visibility: visible;
    top: 6px;
    background-color: white;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 80%, rgba(255, 255, 255, 0) 100%);
}

.floatl--active .floatl__input
{
    height:45px;
    padding: 17px 8px 2px 8px;
}

.floatl__label
{
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    display: inline-block;
    top: 2px;
    left: 6px;
    padding: 1px 3px 5px 3px;
    font-size: 11px;
    color: #3399FF;
    font-family: 'tahoma';
}

.floatl__input
{ height:47px;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    margin-top: 0;
    margin-left: 0;
    padding: 12px 8px;
    font-size: 13px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    font-family: 'arial';
}

.floatl__input::-moz-selection
{height:47px;
    color: white;
    background-color: #2a8dea;
    border: 2px solid red;
}

.floatl__input::selection
{height:47px;
    color: white;
    background-color: #2a8dea;
    border: 2px solid red;
}

.floatl__input:focus
{height:47px;
    border-color: #2a8dea;
    border: 2px solid red;
}

.floatl__input input[type='text']
{
    height: 47px;
}
.pb10
{
    padding-bottom:10px;
}
.pb20
{
    padding-bottom:20px;
}
.pt20
{
    padding-top:20px;
}
.pt10
{
    padding-top:10px;
}
.pt15
{
    padding-top:15px;
}
.border_table
{
    border-bottom:1px solid #eee;
}
.border_table div
{
     padding-top:5px;
    padding-bottom:5px;
}
.border_table_th
{
    font-weight:600;
    border-bottom:1px solid #eee;
}
.border_table_th div
{
    padding-top:5px;
    padding-bottom:5px;
}
.border_table_div div
{
    padding-top:5px;
    padding-bottom:5px;
}
