﻿html 
{
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

a:link, a:visited,
a:active, a:hover {
    color: #333;
}

a:hover {
    text-decoration: underline;
}

#aspxcontent {
    width: 1px;
    min-width: 100%;
    border: 0;
}

/* Forms
----------------------------------*/
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

fieldset legend
{
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
}

fieldset ul {
    padding: 0;
    list-style: none;
}

fieldset ul li {
    padding-bottom: 5px;
}

label {
    font-size: 16px;
}

dd a,
dd label {
    font-size: 1.3em;
}

dd label.k-checkbox-label {
    font-size: 16px;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    margin: 3px 0 4px 0;
    padding: 5px;
    width: 300px;
}

select 
{
    margin: 6px 0 6px 0;
    padding: 5px 5px 5px 0;
    max-width: 312px;
}

textarea {
    width: 300px;
}

input:focus, textarea:focus {
    border: 1px solid #7ac0da;
}

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* Info and errors
----------------------------------*/
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* Styles for validation helpers
----------------------------------*/
.field-validation-error 
{
    color: #e80c4d;
}

#main .field-validation-error {
    margin-bottom: 5px;
    display: block;
}

.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-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.clear-both
{
    clear:both;
}

/* Main.master
----------------------------------*/
#wrapper {
    min-height: 100%;
    position: relative;
}

.push 
{
    margin-top: 10px;
    padding-bottom: 35px; /* same as #footer height */
}

#content
{
    padding: 1px 0 0 0;
}

#main
{
    overflow:hidden;
}

#main .header 
{
    margin: 0 0 10px 0;
}

#main .header-text {
    background-color: #004c83;
    color: #FFFFFF;
    margin: 0 0 1px 0;
    padding: 4px 4px 4px 10px;
    font-size: 16px;
    font-weight: normal;
}

#main .detail 
{
    margin: 0 10px 0px 10px;
}

#main .fieldset-form
{
    display: inline-block;
}

#main .fieldset-form dl
{
    margin: 0;
}

#main .fieldset-form dl dt
{
    line-height: 1.2em;
    margin: 5px 0 0 0;
}

#main .fieldset-form dl dd
{
    margin: 0;
}

#main .fieldset-form ul
{
    margin: 0;
}

#main .fieldset-form li
{
    vertical-align: top;
    display: inline-block;
    margin: 0 50px 0 0;
    padding: 0;
}

#sidebar
{
    width:275px;
    float:left;
    padding-right:10px;
}

#sidebar fieldset
{
    padding: 1px 0 5px 0px;
}

#sidebar fieldset:first-of-type legend {
    color: #FFFFFF;
    background-color: #004c83;
    border: 0;
}

#sidebar fieldset legend {
    width: 100%;
    padding: 4px 0 4px 15px;
    border-bottom: 1px solid #DEDFDE;
}

#sidebar fieldset:first-of-type ul {
    /*border-top: 2px solid #004c83;*/
}

#sidebar fieldset ul {
    margin: 0 0 5px;
    padding: 10px 0 5px 15px;
    font-size: 16px;
}

#sidebar label {
    font-size: 16px;
}

#sidebar .links li {
    padding-bottom: 5px;
}

#sidebar > .links a {
    display: block;
    padding: 3px 0;
    border: 1px solid transparent;
}

#sidebar > .links img {
    border: 0;
    padding: 0 3px 0 3px;
    float: left;
    position: relative;
    height: 32px;
}

#sidebar > .links div {
    min-height: 32px;
    margin-left: 32px;
}

#sidebar > .links span {
    line-height: 32px;
    margin-left: 10px;
}

#sidebar > .links a:hover 
{
    text-decoration: none;
    background-color: #E7F1FF;
    border: 1px solid #BCD2F1;
}

#sidebar input
{
    width:auto;
    font-size: 16px;
}

#footer 
{
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 35px;
}

#footer #info
{
    text-align: center;
    vertical-align: middle;
    padding-top: 8px;
    margin: 0 20px;
    border-top: 1px solid #DEDFDE;
}

#main .fieldset-form .main-button-group
{
    padding: 25px 0 0 0;
    text-align: center;
}

#main .fieldset-form .main-button-group-left {
    padding: 25px 0 0 0;
    text-align: left;
}

/* Buttons
----------------------------------*/
/* no text */
.small-icon-button
{
}

/* icon & text */
.link-button {
    color: #FFFFFF !important;
    background-color: #004c83;
    border-width: 1px;
    border-style: solid;
    padding: 6px 12px;
    border-radius: 4px;
    border-color: #000000;
    text-decoration: none;
    font-size: 16px;
}

.link-button:hover {
    background-color: #2d7faa;
    text-decoration: none;
}

.normal-icon-button {
    padding: 7px 7px 7px 2px;
}

.normal-icon-button .ui-button-text
{
    padding: 0.4em 1em 0.4em 2.5em;
    font-size: 16px;
    line-height: 1.2em;
}

.normal-icon-button .ui-button-icon-primary
{
    margin-top: -13px;
    width: 24px;
    height: 24px;
}

.red-button {
    background-color: #ff0000;
    color: #fff;
}

.orange-button {
    background-color: #ffa500;
    color: #fff;
}

.green-button {
    background-color: #00ff21;
    color: #fff;
}

.red-label {
    color: #ff0000;
    font-weight: bold;
}

.green-label {
    color: #00ff21;
    font-weight: bold;
}

.orange-label {
    color: #ffa500;
    font-weight: bold;
}

.ui-button .ui-icon.ui-custom-icon-save {
    background-image: url(Images/ControlPanel/Buttons/ButtonSave.png);
}


.ui-button .ui-icon.ui-custom-icon-cancel {
    background-image: url(Images/ControlPanel/Buttons/ButtonCancel.png);
}


.ui-button .ui-icon.ui-custom-icon-locked {
    background-image: url(Images/ControlPanel/Buttons/ButtonKey.png);
}

.ui-custom-icon-search { background-position: -160px -112px; }

/* Meters
----------------------------------*/
.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-tool.k-state-selected {
    background-color: #004c83;
    border-color: #777777;
}

/* ON/OFF Switch
----------------------------------*/
.km-switch-background, .km-switch-handle {
    color: #004c83;
}


/* Remove numeric spinners
----------------------------------*/
#loginSection input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#loginSection input[type="number"] {
    -moz-appearance: textfield;
}

/* Tabs */
.k-tabstrip:focus {
    box-shadow: none;
}

.k-tabstrip-top {
    background-color: transparent;
    border: 0;
    background-image: none;
}

    .k-tabstrip-top > .k-tabstrip-items .k-state-default {
        background-color: transparent;
        background-image: none;
        border: 0;
        border-bottom: 1px;
    }

.k-tabstrip > .k-content,
.k-tabstrip > .k-content.k-state-active {
    background-color: transparent;
    color: #000000;
    border: 0;
}

.k-tabstrip-items > .k-item.k-state-active > .k-link {
    color: #000000;
}

.k-tabstrip-items > .k-item > .k-link {
    color: #999999;
}

.k-tabstrip-items > .k-item > .k-loading {
    border: 0;
}

.k-tabstrip-items > .k-item.k-state-active > .k-link {
    border-bottom: 1px solid;
}

#FastDownloadLink {
    max-width: 275px;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}