﻿table {
    vertical-align: top;
}

td {
    vertical-align: top;
}

header, footer, hgroup, nav, section {
    display: block;
}


footer {
    clear: both;
}

.main-content {
    font-size: 14px;
    font-weight: 600;
    color: #3E5667;
    min-height: 350px;
    padding: 20px 20px 30px;
    background-image: url('/Images/login-content-background-mirrored.jpg');
    background-repeat: no-repeat;
}

.login-panel {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.7);
    float: left;
    min-height: 200px;
    margin-left: 200px;
    margin-top: 20px;
    padding: 60px 40px 30px 60px;
    border-radius:4px;
    width:300px;
}

.login-panel input {
    width: 300px !important;
}

.login-panel .k-button {
    float:right;
    width: 150px;
    margin-top: 16px;
}

.login-panel .forgot-password, .login-panel .terms-and-conditions {
    margin: 4px;
    font-size: 10.5px;
    color: #343434;
}

.login-panel .forgot-password a, .login-panel .terms-and-conditions a {
    /*color: white;*/
}

.progress-content {
    color: #323232;
    background-color: #93bf1c !important;
    padding: 20px 20px 30px;
    min-height: 172px;
}

    .progress-content li {
        float: left;
        background: url('/Images/box.png') no-repeat scroll center top transparent;
        list-style: none outside none;
        min-width: 140px;
        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: 140px;
        min-height: 54px;
        padding: 2px;
    }

    .progress-content li span {
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-size: 125%;
        font-weight: 700;
        color: white;
        text-align: center;
        max-width: 140px;
    }

    .progress-content li span.number {
        display: block;
        margin-top: 12px;
        margin-bottom: 50px;
        font-family: 'Open Sans', sans-serif;
        font-size: 125%;
        font-weight: 700;
        color: #93BF1C ;
        text-align: center;
        max-width: 140px;
    }

    .progress-content li.selected span {
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-size: 125%;
        font-weight: 700;
        color: black;
        text-align: center;
        max-width: 140px;
    }

    .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: 700;
        color: white;
        text-align: center;
        max-width: 140px;
    }

.progress-button-content {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 150%;
    font-weight: 700;
    background-color: #343434;
    color: #ffffff;
    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;
}

.content-wrapper {
    margin: 0 auto;
    min-width: 480px;
    background-color: white;
}

header .content-wrapper {
    font: 11px/18px "Segoe UI",Tahoma,arial,sans-serif;
    min-height: 55px;
    color: #3e5667;
    background-color: #333333;
    border: 1px solid #333333;
    padding-bottom: 20px;
    padding-top: 20px;
}

.featured .content-wrapper {
    border-left: 1px solid #bEbEbE;
    border-right: 1px solid #bEbEbE;
    border-bottom: 1px solid #bEbEbE;
    color: #3e5667;
    padding: 20px;
    min-height: 126px;
}

.infosection .content-wrapper {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    background-color: #343434;
    color: #b2b2b2;
    min-height: 34px;
}

.headersection .content-wrapper {
    background-color: #1a1a1a;
    color: #3e5667;
    min-height: 39px;
    padding: 20px 100px;
}

.headersection .content-wrapper img.product-logo 
{
    height: 90px;
    margin: -25px -32px;
}


.headersection .content-wrapper .float-right {
    font-family: 'Open Sans', sans-serif;
    color: #f4792a;
    font-size: 200%;
    font-weight: 300;
}

.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;
}


/* 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 */
#simple_form {
}

    #simple_form .validation-error {
        display: block;
        margin-left: 15px;
    }

    #simple_form .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #simple_form .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }




/* forms */
fieldset {
    border: 1px solid #C6C6C6;
    border-radius: 8px 8px 8px 8px;
    margin: 0;
    margin-bottom: 10px;
    padding: 20px 20px;
}

    fieldset legend {
        color: #3D3D3D;
        font-size: 14px;
        font-weight: bold;
    }
















/* 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;
}

.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;
    }



    /* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    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;
}

.error {
    color: #e80c4d;
}


.infobox {
    width: 100%;
    margin: 10px 0;
    font-size: 13px;
}

.info {
    display: block;
    background: #f2fbfd;
    border: 1px solid #cceff8;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .info div {
        padding: 8px 12px 8px 54px;
        line-height: 14px;
    }


.k-autocomplete, .k-combobox, .k-datepicker, .k-timepicker, .k-datetimepicker, .k-numerictextbox, .k-dropdown, .k-selectbox, .k-textbox, .k-multiselect {
    width: 200px !important;
}

.k-button {
    padding: 3.5px !important;
    font-weight: 600 !important;
}

.k-block, .k-widget, .k-inline-block, .k-textbox > input, .k-input[type="text"], .k-input[type="number"], .k-textbox, .k-picker-wrap .k-input, .k-button, .k-draghandle {
    font-size: 12pt !important;
    font-weight: 400 !important;
}