﻿.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button
{
    min-width: 0 !important;
    border: none !important;
    background: transparent !important;
}

table
{
    vertical-align: top;
}

td
{
    vertical-align: top;
}

header, footer, hgroup, nav, section
{
    display: block;
}

footer
{
    clear: both;
}

.main-content
{
    color: #3E5667;
    padding: 20px 20px 20px 0;
}

.main-content.content-wrapper {
    min-height:200px;
}

.breadcrumbsection h2
{
    color: white;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6
{
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 150%;
    font-weight: 600;
}

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;
    vertical-align: middle;
    box-shadow: none;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.clear-both
{
    clear:both;
}

.clear-fix:after
{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.content-wrapper
{
    margin: 0 auto;
    min-width: 600px;
    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;
    min-width: 600px;
}

footer .content-wrapper
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background-color: #1a1a1a;
    color: #b2b2b2;
    min-height: 34px;
    min-width: 640px;
}

.infosection .content-wrapper
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    background-color: #343434;
    color: #b2b2b2;
    min-height: 34px;
    min-width: 640px;
}

.headersection .content-wrapper {
    min-height: 39px;
    padding: 20px 100px;
}

.titlesection .content-wrapper
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background-color: #343434;
    color: #ffffff;
    /*min-height: 30px;*/
    min-width: 600px;
}

.toolbar-button-content
{
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 125%;
    font-weight: 600;
    background-color: #343434;
    color: #ffffff;
    clear: both;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 600px;
    min-height: 30px;
}

.breadcrumbsection .content-wrapper
{
    background-color: #93bf1c;
    color: #ffffff;
    padding: 10px 20px;
    min-height: 30px;
    min-width: 600px;
}

.img-link
{
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    overflow: auto;
    text-decoration: none;
}

.headersection .content-wrapper .menu
{
    font-family: 'Open Sans', sans-serif;
    color: #f4792a;
    font-size: 100%;
    font-weight: 300;
}

.adsection
{
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.adsection .content-wrapper
{
    max-width: 1020px;
    min-width: 640px;
}

.adsection img
{
    max-width: 100%;
}

.weather
{
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
    text-align: center;
}

.weather div
{
    margin-left: auto;
    margin-right: auto;
}

/* 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;
}

.featured hgroup.title h1, .featured hgroup.title h2
{
    color: #fff;
}

.featured p
{
    font-size: 1.1em;
}

/* 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;
}

.validation-summary-errors
{
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid
{
    display: none;
}

/* 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;
}

ol
{
    padding: 0 !important;
    margin: 0 !important;
}

ul#menu
{
    padding: 0px 15px 0px 0px;
    list-style: circle;
    margin: 0;
}

/*ul#testMenu li { padding: 0px; }*/
ul#testMenu li a { margin: -3px -7px; padding: 3px 7px; display: block; width: 100%; height: 100%; }

ul#list li
{
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #C5C5C5;
    border-left: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
}
ul#list li:first-child
{
    border-top: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
    border-top-right-radius: 4px;
}
ul#list li a
{
    color: #757575;
    text-decoration: none;
}

ul#menu li a:hover
{
    color: #757575;
    text-decoration: none;
}

ul#menu li
{
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #C5C5C5;
    /*border-left: 1px solid #C5C5C5;*/
    border-right: 1px solid #C5C5C5;
}

ul#menu li.selected
{
    background-color: #f4792a;
}

ul#menu li.selected a
{
    color: white;
}

ul#menu li:last-child
{
    /*border-bottom-left-radius: 4px;*/
    border-bottom-right-radius: 4px;
}

ul#menu li:first-child
{
    border-top: 1px solid #C5C5C5;
    /*border-left: 1px solid #C5C5C5;*/
    border-right: 1px solid #C5C5C5;
    /*border-top-left-radius: 4px;*/
    border-top-right-radius: 4px;
}

ul#menu li a
{
    color: #757575;
    text-decoration: none;
}

ul#menu li a:hover
{
    color: #757575;
    text-decoration: none;
}

.normal-text{
    font-weight: 400;
    color: black;
}