﻿table {
    vertical-align: top;
}

td {
    vertical-align: top;
}

header, footer, hgroup, nav, section {
    display: block;
}


footer {
    clear: both;
}

.main-content {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 110%;
}

.main-content.bg {
    background-image: url('/Images/login-content-background-mirrored.jpg');
    background-repeat: no-repeat;
}

.progress-content {
    color: #323232;
    background-color: #93bf1c !important;
    padding: 30px 20px;
    /*min-height: 172px;*/
}

.progress-content ul {
    margin: 0;
    padding: 0;
}

.progress-content li {
    float: left;
    background: url('/Images/box.png') no-repeat scroll center top transparent;
    list-style: none outside none;
    min-width: 154px;
    min-height: 54px;
    /*padding: 2px;*/
}

.progress-content li.selected{
    float: left;
    background: url('/Images/box-selected.png') no-repeat scroll center top transparent;
    list-style: none outside none;
    min-width: 154px;
    min-height: 54px;
    /*padding: 2px;*/
}

.progress-content li:last-child {
    float: left;
    background: url('/Images/box-last.png') no-repeat scroll center top transparent;
    list-style: none outside none;
    min-width: 154px;
    min-height: 54px;
    /*padding: 2px;*/
}

.progress-content li.selected:last-child{
    float: left;
    background: url('/Images/box-selected-last.png') no-repeat scroll center top transparent;
    list-style: none outside none;
    min-width: 154px;
    min-height: 54px;
    /*padding: 2px;*/
}

.progress-content li span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 125%;
    font-weight: 600;
    color: white;
    text-align: center;
    max-width: 154px;
}

.progress-content li span.number {
    display: block;
    margin-top: 12px;
    margin-bottom: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 125%;
    font-weight: 600;
    color: #93BF1C ;
    text-align: center;
    max-width: 154px;
}

.progress-content li.selected span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 125%;
    font-weight: 600;
    color: black;
    text-align: center;
    max-width: 154px;
}

.progress-content li.selected span.number {
    display: block;
    margin-top: 12px;
    margin-bottom: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 125%;
    font-weight: 600;
    color: white;
    text-align: center;
    max-width: 154px;
}

.progress-button-content {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 150%;
    font-weight: 600;
    color: #1f1f1f;
    padding: 20px 40px;
    min-height: 43px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -40px;
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 1.75em;
}

h2 {
    font-size: 1.2em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

h3 {
    font-size: 1.1em;
}


h4, h5, h6 {
    font-size: 1em;
}

.tc-link {
    border-radius: 3px;
    line-height: 24px;
    padding: 0 4px 0 8px;
    vertical-align: middle;
    box-shadow: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.headersection .content-wrapper {
    min-height: 39px;
    padding: 20px 100px;
}

.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;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.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: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

#examples-list {
    margin-top: 20px;
    font-family: 'Lucida Sans Unicode','Lucida Grande',arial,helvetica,sans-serif;
    padding: 0;
}

#examples-list ul {
    list-style: none outside none;
}


#examples-list a {
    border-radius: 3px 0 0 3px;
    color: #4E4E4E;
    display: inline-block;
    padding: 4px 14px 5px 8px;
    text-decoration: none;
}


#examples-list .active a {
    background: -moz-linear-gradient(center top, #F06F1C 0%, #E95E1A 50%, #E24A17 100%) repeat scroll 0 0 transparent;
    color: #FFFFFF;
}

fieldset legend {
    font-size: 110%;
}

fieldset .editor-label 
{
    margin-top: 4px;
}

fieldset .k-textbox, fieldset .k-combobox, fieldset .k-numerictextbox, fieldset .k-dropdown {
    width: 300px;
}

fieldset .checkbox 
{
    margin-top: 8px;
}

.text-color-error {
    color: #e80c4d;
    font-weight: bold;
}

div.registration-products-container 
{
    background-color: white;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius:4px;
    float: initial;
    min-height: 200px;
    padding: 60px 20px;
    clear: both;
    max-width: 850px;
    margin:auto;
}

div.registration-column
{
    width: 33%;
    float: left;
}

div.registration-column a {
    text-decoration: none;
    font-weight: 600;
}

div.registration-product-container
{
    background-color: white;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border: solid 2px;
    border-radius: 4px;
}

div.registration-product-container img 
{
    margin-top: 50px;
    width: 100%;
}

div.registration-column div.select 
{
    width: 50px;
    margin: 8px auto;
}

.product-farmer.registration-column div.select 
{
    color: #0b843d;
}

.product-group.registration-column div.select 
{
    color: #7C1714;
}

.product-partner.registration-column div.select 
{
    color: #0075BE;
}

.product-farmer .registration-product-container
{
    border-color: #23A638;
    /*background: url(/Images/agrego_rolnik.png);*/
    /*background-size: contain;
    background-repeat: no-repeat;*/
}

.product-group .registration-product-container
{
    border-color: #B22929;
    /*background: url(/Images/agrego_grupa.png);
    background-size: contain;
    background-repeat: no-repeat;*/
}

.product-partner .registration-product-container
{
    border-color: #009FE3;
    /*background: url(/Images/agrego_doradca.png);
    background-size: contain;
    background-repeat: no-repeat;*/
}
    
.registration-column a:hover img
{
    opacity: 0.6;
}

.registration-column a:active img
{
    opacity: 0.8;
}

.registration-column a:hover div.select  {
    opacity: 0.6;
}

.registration-column a:hover {
    text-decoration:solid;
}