/* Minification failed. Returning unminified contents.
(6300,34): run-time error CSS1030: Expected identifier, found '~'
(6300,59): run-time error CSS1031: Expected selector, found ')'
(6300,59): run-time error CSS1025: Expected comma or open brace, found ')'
(8607,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8611,19): run-time error CSS1039: Token not allowed after unary operator: '-gutter'
(8612,22): run-time error CSS1039: Token not allowed after unary operator: '-gutter'
(8615,26): run-time error CSS1039: Token not allowed after unary operator: '-gutter'
(8616,25): run-time error CSS1039: Token not allowed after unary operator: '-gutter'
(8631,22): run-time error CSS1039: Token not allowed after unary operator: '-gutter'
(8632,21): run-time error CSS1039: Token not allowed after unary operator: '-gutter'
(8655,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8658,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8661,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8664,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

hr {
    background: transparent;
    border: none;
    border-top: solid 1px #e5e5e5;
    clear: both;
    height: 1px;
    margin: 15px 0 15px;
    padding: 0;
    width: 100%;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0 8px 0 0;
    vertical-align: middle;
}

button,
input {
    line-height: normal;
    *overflow: visible;
}

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

    label,
    select,
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    input[type="radio"],
    input[type="checkbox"] {
        cursor: pointer;
    }

    input[type="search"] {
        -moz-box-sizing: content-box;
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-decoration,
        input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

textarea {
    overflow: auto;
    vertical-align: top;
}

fieldset, .fieldset, .adminDataBox.tab-content fieldset {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    /*overflow:auto;*/
    clear: both;
    margin: 0;
    padding: 10px 10px 10px;
    position: relative;
}

.fieldset {
    padding: 10px 10px;
}

fieldset.no-border, .fieldset.no-border {
    border: none;
}

legend {
    border: 0;
    color: #333333;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
    padding: 0 0 0;
    width: 99.7%;
}

    legend.inline {
        display: inline-block;
        float: left;
        margin: 0 10px 0 0;
        padding: 0;
        width: auto;
    }

    legend > span {
        font-size: 13px;
    }

    legend small {
        color: #999999;
        font-size: 15px;
    }

label,
input,
button,
select,
textarea {
    font-weight: normal;
}

label {
    /*display: block;*/
    margin-bottom: 5px;
    margin-right: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #555555;
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 5px;
    vertical-align: middle;
}

textarea {
    height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    -moz-box-shadow: inset 0 1px 1px #000000;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    -webkit-box-shadow: inset 0 1px 1px #000000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -ms-box-shadow: inset 0 1px 1px #000000;
    /* ReSharper disable RequiresFallbackColor */
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    /* ReSharper restore RequiresFallbackColor */
    box-shadow: inset 0 1px 1px #000000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -ms-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    .uneditable-input:focus {
        -moz-box-shadow: inset 0 1px 1px #000000, 0 0 8px #52a8ec;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
        /* IE6-9 */
        -webkit-box-shadow: inset 0 1px 1px #000000, 0 0 8px #52a8ec;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
        border-color: #52a8ec;
        border-color: rgba(82, 168, 236, 0.8);
        -ms-box-shadow: inset 0 1px 1px #000000, 0 0 8px #52a8ec;
        /* ReSharper disable RequiresFallbackColor */
        -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
        /* ReSharper restore RequiresFallbackColor */
        box-shadow: inset 0 1px 1px #000000, 0 0 8px #52a8ec;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
        outline: 0;
        outline: thin dotted \9;
    }

input[type="radio"],
input[type="checkbox"] {
    /* IE8-9 */
    line-height: normal;
    margin: 4px 0 0;
    /* IE7 */
    margin-top: 1px \9;
    /* IE7 */
    margin-top: 1px \9;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

select,
input[type="file"] {
    /* For IE7, add top margin to align select with labels */
    line-height: 30px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */
    *margin-top: 4px;
}

select {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

    select[multiple],
    select[size] {
        height: auto;
    }

    select:focus,
    input[type="file"]:focus,
    input[type="radio"]:focus,
    input[type="checkbox"]:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        -ms-outline-offset: -2px;
        outline-offset: -2px;
    }

.uneditable-input,
.uneditable-textarea {
    -moz-box-shadow: inset 0 1px 2px #000000;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -webkit-box-shadow: inset 0 1px 2px #000000;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    background-color: #fcfcfc;
    border-color: #cccccc;
    -ms-box-shadow: inset 0 1px 2px #000000;
    /* ReSharper disable RequiresFallbackColor */
    -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    /* ReSharper restore RequiresFallbackColor */
    box-shadow: inset 0 1px 2px #000000;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    color: #999999;
    cursor: not-allowed;
}

.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
}

.uneditable-textarea {
    height: auto;
    width: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

.radio,
.checkbox {
    min-height: 20px;
    padding-left: 20px;
}

    .radio input[type="radio"],
    .checkbox input[type="checkbox"] {
        float: left;
        margin-left: -20px;
    }

.controls > .radio:first-child,
.controls > .checkbox:first-child {
    padding-top: 5px;
}

.radio.inline,
.checkbox.inline,
select.inline,
input.inline {
    display: inline-block;
    line-height: 23px;
    margin-bottom: 0;
    vertical-align: middle;
}

    .radio.inline + .radio.inline,
    .checkbox.inline + .checkbox.inline {
        margin-left: 10px;
    }

.input-mini {
    width: 60px;
}

.input-small {
    width: 90px;
}

.input-medium {
    width: 150px;
}

.input-large {
    width: 210px;
}

.input-xlarge {
    width: 270px;
}

.input-xxlarge {
    width: 530px;
}


.controls-row {
    *zoom: 1;
}

    .controls-row:before,
    .controls-row:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .controls-row:after {
        clear: both;
    }

    .controls-row [class*="span"],
    .row-fluid .controls-row [class*="span"] {
        float: left;
    }

    .controls-row .checkbox[class*="span"],
    .controls-row .radio[class*="span"] {
        padding-top: 5px;
    }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
textarea[readonly] {
    background-color: #eeeeee;
    cursor: not-allowed;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
    color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    -moz-box-shadow: inset 0 1px 1px #000000;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px #000000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-color: #c09853;
    -ms-box-shadow: inset 0 1px 1px #000000;
    /* ReSharper disable RequiresFallbackColor */
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    /* ReSharper restore RequiresFallbackColor */
    box-shadow: inset 0 1px 1px #000000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .control-group.warning input:focus,
    .control-group.warning select:focus,
    .control-group.warning textarea:focus {
        -moz-box-shadow: inset 0 1px 1px #000000, 0 0 6px #dbc59e;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
        -webkit-box-shadow: inset 0 1px 1px #000000, 0 0 6px #dbc59e;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
        border-color: #a47e3c;
        -ms-box-shadow: inset 0 1px 1px #000000, 0 0 6px #dbc59e;
        /* ReSharper disable RequiresFallbackColor */
        -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
        /* ReSharper restore RequiresFallbackColor */
        box-shadow: inset 0 1px 1px #000000, 0 0 6px #dbc59e;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    }

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
    background-color: #fcf8e3;
    border-color: #c09853;
    color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    -moz-box-shadow: inset 0 1px 1px #000000;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px #000000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-color: #b94a48;
    -ms-box-shadow: inset 0 1px 1px #000000;
    /* ReSharper disable RequiresFallbackColor */
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    /* ReSharper restore RequiresFallbackColor */
    box-shadow: inset 0 1px 1px #000000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .control-group.error input:focus,
    .control-group.error select:focus,
    .control-group.error textarea:focus {
        -moz-box-shadow: inset 0 1px 1px #000000, 0 0 6px #d59392;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        -webkit-box-shadow: inset 0 1px 1px #000000, 0 0 6px #d59392;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        border-color: #953b39;
        /* ReSharper disable RequiresFallbackColor */
        -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        /* ReSharper restore RequiresFallbackColor */
        box-shadow: inset 0 1px 1px #000000, 0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    }

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    background-color: #f2dede;
    border-color: #b94a48;
    color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    -moz-box-shadow: inset 0 1px 1px #000000;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px #000000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-color: #468847;
    /* ReSharper disable RequiresFallbackColor */
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    /* ReSharper restore RequiresFallbackColor */
    box-shadow: inset 0 1px 1px #000000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .control-group.success input:focus,
    .control-group.success select:focus,
    .control-group.success textarea:focus {
        -moz-box-shadow: inset 0 1px 1px #000000, 0 0 6px #7aba7b;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
        -webkit-box-shadow: inset 0 1px 1px #000000, 0 0 6px #7aba7b;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
        border-color: #356635;
        -ms-box-shadow: inset 0 1px 1px #000000, 0 0 6px #7aba7b;
        box-shadow: inset 0 1px 1px #000000, 0 0 6px #7aba7b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    }

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
    background-color: #dff0d8;
    border-color: #468847;
    color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
    color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    -moz-box-shadow: inset 0 1px 1px #000000;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px #000000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-color: #3a87ad;
    -ms-box-shadow: inset 0 1px 1px #000000;
    /* ReSharper disable RequiresFallbackColor */
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    /* ReSharper restore RequiresFallbackColor */
    box-shadow: inset 0 1px 1px #000000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .control-group.info input:focus,
    .control-group.info select:focus,
    .control-group.info textarea:focus {
        -moz-box-shadow: inset 0 1px 1px #000000, 0 0 6px #7ab5d3;
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
        -webkit-box-shadow: inset 0 1px 1px #000000, 0 0 6px #7ab5d3;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
        border-color: #2d6987;
        -ms-box-shadow: inset 0 1px 1px #000000, 0 0 6px #7ab5d3;
        /* ReSharper disable RequiresFallbackColor */
        -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
        /* ReSharper restore RequiresFallbackColor */
        box-shadow: inset 0 1px 1px #000000, 0 0 6px #7ab5d3;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    }

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
    background-color: #d9edf7;
    border-color: #3a87ad;
    color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    border-color: #ee5f5b;
    color: #b94a48;
}

    input:focus:invalid:focus,
    textarea:focus:invalid:focus,
    select:focus:invalid:focus {
        -moz-box-shadow: 0 0 6px #f8b9b7;
        -webkit-box-shadow: 0 0 6px #f8b9b7;
        border-color: #e9322d;
        -ms-box-shadow: 0 0 6px #f8b9b7;
        box-shadow: 0 0 6px #f8b9b7;
    }

.form-actions {
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 19px 20px 20px;
    *zoom: 1;
}

    .form-actions:before,
    .form-actions:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .form-actions:after {
        clear: both;
    }

.help-block,
.help-inline {
    color: #595959;
}

.help-block {
    display: block;
    margin-bottom: 10px;
}

.help-inline {
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    /* IE7 inline-block hack */
    *zoom: 1;
}

.input-append,
.input-prepend {
    display: inline-block;
    font-size: 0;
    margin-bottom: 10px;
    vertical-align: middle;
    white-space: nowrap;
}

    .input-append input {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        .input-append input[type="button"],
        .input-append input[type="submit"] {
            margin: 0 0 0 -2px !important;
        }

    .input-append input,
    .input-prepend input,
    .input-append select,
    .input-prepend select,
    .input-append .uneditable-input,
    .input-prepend .uneditable-input,
    .input-append .dropdown-menu,
    .input-prepend .dropdown-menu,
    .input-append .popover,
    .input-prepend .popover {
        font-size: 14px;
    }

    .input-append input,
    .input-prepend input,
    .input-append select,
    .input-prepend select,
    .input-append .uneditable-input,
    .input-prepend .uneditable-input {
        -moz-border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
        -ms-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
        margin-bottom: 0;
        *margin-left: 0;
        position: relative;
        vertical-align: top;
    }

        .input-append input:focus,
        .input-prepend input:focus,
        .input-append select:focus,
        .input-prepend select:focus,
        .input-append .uneditable-input:focus,
        .input-prepend .uneditable-input:focus {
            z-index: 2;
        }

    .input-append .add-on,
    .input-prepend .add-on {
        background-color: #eeeeee;
        border: 1px solid #ccc;
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        -moz-min-width: 16px;
        -ms-min-width: 16px;
        -o-min-width: 16px;
        -webkit-min-width: 16px;
        min-width: 16px;
        padding: 4px 5px;
        text-align: center;
        -ms-text-shadow: 0 1px 0 #ffffff;
        text-shadow: 0 1px 0 #ffffff;
        width: auto;
    }

    .input-append .add-on,
    .input-prepend .add-on,
    .input-append .button,
    .input-prepend .button,
    .input-append .button-group > .dropdown-toggle,
    .input-prepend .button-group > .dropdown-toggle {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        vertical-align: top;
    }

    .input-append .active,
    .input-prepend .active {
        background-color: #a9dba9;
        border-color: #46a546;
    }

    .input-prepend .add-on,
    .input-prepend .button {
        margin-right: -1px;
    }

        .input-prepend .add-on:first-child,
        .input-prepend .button:first-child {
            -moz-border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px 0 0 4px;
            -ms-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
        }

    .input-append input,
    .input-append select,
    .input-append .uneditable-input {
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -ms-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

        .input-append input + .btn-group .btn:last-child,
        .input-append select + .btn-group .btn:last-child,
        .input-append .uneditable-input + .btn-group .btn:last-child {
            -moz-border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            -ms-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

    .input-append .add-on,
    .input-append .button,
    .input-append .button-group {
        margin-left: -1px;
    }

        .input-append .add-on:last-child,
        .input-append .button:last-child,
        .input-append .button-group:last-child > .dropdown-toggle {
            -moz-border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            -ms-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

    .input-prepend.input-append input,
    .input-prepend.input-append select,
    .input-prepend.input-append .uneditable-input {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

        .input-prepend.input-append input + .btn-group .btn,
        .input-prepend.input-append select + .btn-group .btn,
        .input-prepend.input-append .uneditable-input + .btn-group .btn {
            -moz-border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0 4px 4px 0;
            -ms-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

    .input-prepend.input-append .add-on:first-child,
    .input-prepend.input-append .button:first-child {
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -ms-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
        margin-right: -1px;
    }

    .input-prepend.input-append .add-on:last-child,
    .input-prepend.input-append .button:last-child {
        -moz-border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
        -ms-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
        margin-left: -1px;
    }

    .input-prepend.input-append .button-group:first-child {
        margin-left: 0;
    }

input.search-query {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    padding-left: 14px;
    padding-left: 4px \9;
    padding-right: 14px;
    padding-right: 4px \9;
}

/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.form-search .input-append .search-query {
    -moz-border-radius: 14px 0 0 14px;
    -webkit-border-radius: 14px 0 0 14px;
    -ms-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}

.form-search .input-append .button {
    -moz-border-radius: 0 14px 14px 0;
    -webkit-border-radius: 0 14px 14px 0;
    -ms-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
    -moz-border-radius: 0 14px 14px 0;
    -webkit-border-radius: 0 14px 14px 0;
    -ms-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .button {
    -moz-border-radius: 14px 0 0 14px;
    -webkit-border-radius: 14px 0 0 14px;
    -ms-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    vertical-align: middle;
    /* IE7 inline-block hack */
    *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
    display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
    display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
    margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
}

    .form-search .radio input[type="radio"],
    .form-search .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: left;
        margin-left: 0;
        margin-right: 3px;
    }

.control-group {
    margin-bottom: 10px;
}

legend + .control-group {
    -webkit-margin-top-collapse: separate;
    margin-top: 20px;
}

.form-horizontal .control-group {
    margin-bottom: 20px;
    *zoom: 1;
}

    .form-horizontal .control-group:before,
    .form-horizontal .control-group:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .form-horizontal .control-group:after {
        clear: both;
    }

.form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 160px;
}

.form-horizontal .controls {
    *display: inline-block;
    margin-left: 180px;
    margin-left: 180px;
    *padding-left: 20px;
}

    .form-horizontal .controls:first-child {
        *padding-left: 180px;
    }

.form-horizontal .help-block {
    margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
    margin-top: 10px;
}

.form-horizontal .form-actions {
    padding-left: 180px;
}

.btn {
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px #000000;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -webkit-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px #000000;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -ms-border-radius: 4px;
    border-radius: 4px;
    -ms-box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px #000000;
    /* ReSharper disable RequiresFallbackColor */
    -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    /* ReSharper restore RequiresFallbackColor */
    box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px #000000;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    *margin-left: .3em;
    padding: 4px 12px;
    text-align: center;
    -ms-text-shadow: 0 1px 1px #ffffff;
    /* ReSharper disable RequiresFallbackColor */
    -ms-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    /* ReSharper restore RequiresFallbackColor */
    text-shadow: 0 1px 1px #ffffff;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    /* IE7 inline-block hack */
    *zoom: 1;
}

    .btn:hover,
    .btn:focus,
    .btn:active,
    .btn.active,
    .btn.disabled,
    .btn[disabled] {
        background-color: #e6e6e6;
        background-color: #e6e6e6;
        color: #333333;
    }

    .btn:active,
    .btn.active {
        background-color: #cccccc \9;
    }

    .btn:first-child {
        *margin-left: 0;
    }

    .btn:hover,
    .btn:focus {
        -moz-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        -webkit-transition: background-position 0.1s linear;
        background-position: 0 -15px;
        color: #333333;
        text-decoration: none;
        -ms-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        -ms-outline-offset: -2px;
        outline-offset: -2px;
    }

    .btn.active,
    .btn:active {
        -moz-box-shadow: inset 0 2px 4px #000000, 0 1px 2px #000000;
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
        -webkit-box-shadow: inset 0 2px 4px #000000, 0 1px 2px #000000;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
        background-image: none;
        -ms-box-shadow: inset 0 2px 4px #000000, 0 1px 2px #000000;
        /* ReSharper disable RequiresFallbackColor */
        -ms-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
        /* ReSharper restore RequiresFallbackColor */
        box-shadow: inset 0 2px 4px #000000, 0 1px 2px #000000;
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
        outline: 0;
    }

    .btn.disabled,
    .btn[disabled] {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        background-image: none;
        -ms-box-shadow: none;
        box-shadow: none;
        cursor: default;
        filter: alpha(opacity=65);
        -ms-opacity: 0.65;
        opacity: 0.65;
    }

.btn-large {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    font-size: 17.5px;
    padding: 11px 19px;
}

    .btn-large [class^="icon-"],
    .btn-large [class*=" icon-"] {
        margin-top: 4px;
    }

.btn-small {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 11.9px;
    padding: 2px 10px;
}

    .btn-small [class^="icon-"],
    .btn-small [class*=" icon-"] {
        margin-top: 0;
    }

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px;
}

.btn-mini {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 10.5px;
    padding: 0 6px;
}

.btn-block {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: #ffffff;
    color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
    background-color: #006dcc;
    *background-color: #0044cc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -ms-text-shadow: 0 -1px 0 #000000;
    /* ReSharper disable RequiresFallbackColor */
    -ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /* ReSharper restore RequiresFallbackColor */
    text-shadow: 0 -1px 0 #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        background-color: #0044cc;
        background-color: #0044cc;
        color: #ffffff;
    }

    .btn-primary:active,
    .btn-primary.active {
        background-color: #003399 \9;
    }

.btn-warning {
    background-color: #faa732;
    *background-color: #f89406;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -ms-text-shadow: 0 -1px 0 #000000;
    /* ReSharper disable RequiresFallbackColor */
    -ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /* ReSharper restore RequiresFallbackColor */
    text-shadow: 0 -1px 0 #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .btn-warning.disabled,
    .btn-warning[disabled] {
        background-color: #f89406;
        background-color: #f89406;
        color: #ffffff;
    }

    .btn-warning:active,
    .btn-warning.active {
        background-color: #c67605 \9;
    }

.btn-danger {
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -ms-text-shadow: 0 -1px 0 #000000;
    /* ReSharper disable RequiresFallbackColor */
    -ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /* ReSharper restore RequiresFallbackColor */
    text-shadow: 0 -1px 0 #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .btn-danger.disabled,
    .btn-danger[disabled] {
        background-color: #bd362f;
        background-color: #bd362f;
        color: #ffffff;
    }

    .btn-danger:active,
    .btn-danger.active {
        background-color: #942a25 \9;
    }

.btn-success {
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -ms-text-shadow: 0 -1px 0 #000000;
    /* ReSharper disable RequiresFallbackColor */
    -ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /* ReSharper restore RequiresFallbackColor */
    text-shadow: 0 -1px 0 #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .btn-success.disabled,
    .btn-success[disabled] {
        background-color: #51a351;
        background-color: #51a351;
        color: #ffffff;
    }

    .btn-success:active,
    .btn-success.active {
        background-color: #408140 \9;
    }

.btn-info {
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -ms-text-shadow: 0 -1px 0 #000000;
    /* ReSharper disable RequiresFallbackColor */
    -ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /* ReSharper restore RequiresFallbackColor */
    text-shadow: 0 -1px 0 #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .btn-info.disabled,
    .btn-info[disabled] {
        background-color: #2f96b4;
        background-color: #2f96b4;
        color: #ffffff;
    }

    .btn-info:active,
    .btn-info.active {
        background-color: #24748c \9;
    }

.btn-inverse {
    background-color: #363636;
    *background-color: #222222;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -ms-text-shadow: 0 -1px 0 #000000;
    /* ReSharper disable RequiresFallbackColor */
    -ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /* ReSharper restore RequiresFallbackColor */
    text-shadow: 0 -1px 0 #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-inverse:hover,
    .btn-inverse:focus,
    .btn-inverse:active,
    .btn-inverse.active,
    .btn-inverse.disabled,
    .btn-inverse[disabled] {
        background-color: #222222;
        background-color: #222222;
        color: #ffffff;
    }

    .btn-inverse:active,
    .btn-inverse.active {
        background-color: #080808 \9;
    }

button.btn,
input[type="submit"].btn {
    *padding-bottom: 3px;
    *padding-top: 3px;
}

    button.btn::-moz-focus-inner,
    input[type="submit"].btn::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    button.btn.btn-large,
    input[type="submit"].btn.btn-large {
        *padding-bottom: 7px;
        *padding-top: 7px;
    }

    button.btn.btn-small,
    input[type="submit"].btn.btn-small {
        *padding-bottom: 3px;
        *padding-top: 3px;
    }

    button.btn.btn-mini,
    input[type="submit"].btn.btn-mini {
        *padding-bottom: 1px;
        *padding-top: 1px;
    }

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
    background-image: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.btn-link {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-color: transparent;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #0088cc;
    cursor: pointer;
}

    .btn-link:hover,
    .btn-link:focus {
        background-color: transparent;
        color: #005580;
        text-decoration: underline;
    }

    .btn-link[disabled]:hover,
    .btn-link[disabled]:focus {
        color: #333333;
        text-decoration: none;
    }

[class^="icon-"],
[class*=" icon-"] {
    background-image: url("../../images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    *margin-right: .3em;
    margin-right: 2px;
    margin-top: 0;
    vertical-align: text-top;
    width: 14px;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
    background-image: url("../../images/glyphicons-halflings-white.png");
}

.icon-glass {
    background-position: 0 0;
}

.icon-music {
    background-position: -24px 0;
}

.icon-search {
    background-position: -48px 0;
}

.icon-envelope {
    background-position: -72px 0;
}

.icon-heart {
    background-position: -96px 0;
}

.icon-star {
    background-position: -120px 0;
}

.icon-star-empty {
    background-position: -144px 0;
}

.icon-user {
    background-position: -168px 0;
}

.icon-film {
    background-position: -192px 0;
}

.icon-th-large {
    background-position: -216px 0;
}

.icon-th {
    background-position: -240px 0;
}

.icon-th-list {
    background-position: -264px 0;
}

.icon-ok {
    background-position: -288px 0;
}

.icon-remove {
    background-position: -312px 0;
}

.icon-zoom-in {
    background-position: -336px 0;
}

.icon-zoom-out {
    background-position: -360px 0;
}

.icon-off {
    background-position: -384px 0;
}

.icon-signal {
    background-position: -408px 0;
}

.icon-cog {
    background-position: -432px 0;
}

.icon-trash {
    background-position: -456px 0;
}

.icon-home {
    background-position: 0 -24px;
}

.icon-file {
    background-position: -24px -24px;
}

.icon-time {
    background-position: -48px -24px;
}

.icon-road {
    background-position: -72px -24px;
}

.icon-download-alt {
    background-position: -96px -24px;
}

.icon-download {
    background-position: -120px -24px;
}

.icon-upload {
    background-position: -144px -24px;
}

.icon-inbox {
    background-position: -168px -24px;
}

.icon-play-circle {
    background-position: -192px -24px;
}

.icon-repeat {
    background-position: -216px -24px;
}

.icon-refresh {
    background-position: -240px -24px;
}

.icon-list-alt {
    background-position: -264px -24px;
}

.icon-lock {
    background-position: -287px -24px;
}

.icon-flag {
    background-position: -312px -24px;
}

.icon-headphones {
    background-position: -336px -24px;
}

.icon-volume-off {
    background-position: -360px -24px;
}

.icon-volume-down {
    background-position: -384px -24px;
}

.icon-volume-up {
    background-position: -408px -24px;
}

.icon-qrcode {
    background-position: -432px -24px;
}

.icon-barcode {
    background-position: -456px -24px;
}

.icon-tag {
    background-position: 0 -48px;
}

.icon-tags {
    background-position: -25px -48px;
}

.icon-book {
    background-position: -48px -48px;
}

.icon-bookmark {
    background-position: -72px -48px;
}

.icon-print {
    background-position: -96px -48px;
}

.icon-camera {
    background-position: -120px -48px;
}

.icon-font {
    background-position: -144px -48px;
}

.icon-bold {
    background-position: -167px -48px;
}

.icon-italic {
    background-position: -192px -48px;
}

.icon-text-height {
    background-position: -216px -48px;
}

.icon-text-width {
    background-position: -240px -48px;
}

.icon-align-left {
    background-position: -264px -48px;
}

.icon-align-center {
    background-position: -288px -48px;
}

.icon-align-right {
    background-position: -312px -48px;
}

.icon-align-justify {
    background-position: -336px -48px;
}

.icon-list {
    background-position: -360px -48px;
}

.icon-indent-left {
    background-position: -384px -48px;
}

.icon-indent-right {
    background-position: -408px -48px;
}

.icon-facetime-video {
    background-position: -432px -48px;
}

.icon-picture {
    background-position: -456px -48px;
}

.icon-pencil {
    background-position: 0 -72px;
}

.icon-map-marker {
    background-position: -24px -72px;
}

.icon-adjust {
    background-position: -48px -72px;
}

.icon-tint {
    background-position: -72px -72px;
}

.icon-edit {
    background-position: -96px -72px;
}

.icon-share {
    background-position: -120px -72px;
}

.icon-check {
    background-position: -144px -72px;
}

.icon-move {
    background-position: -168px -72px;
}

.icon-step-backward {
    background-position: -192px -72px;
}

.icon-fast-backward {
    background-position: -216px -72px;
}

.icon-arrow-left {
    background-position: -240px -72px;
}

.icon-play {
    background-position: -264px -72px;
}

.icon-pause {
    background-position: -288px -72px;
}

.icon-stop {
    background-position: -312px -72px;
}

.icon-arrow-right {
    background-position: -336px -72px;
}

.icon-fast-forward {
    background-position: -360px -72px;
}

.icon-step-forward {
    background-position: -384px -72px;
}

.icon-eject {
    background-position: -408px -72px;
}

.icon-chevron-left {
    background-position: -432px -72px;
}

.icon-chevron-right {
    background-position: -456px -72px;
}

.icon-plus-sign {
    background-position: 0 -96px;
}

.icon-minus-sign {
    background-position: -24px -96px;
}

.icon-remove-sign {
    background-position: -48px -96px;
}

.icon-ok-sign {
    background-position: -72px -96px;
}

.icon-question-sign {
    background-position: -96px -96px;
}

.icon-info-sign {
    background-position: -120px -96px;
}

.icon-screenshot {
    background-position: -144px -96px;
}

.icon-remove-circle {
    background-position: -168px -96px;
}

.icon-ok-circle {
    background-position: -192px -96px;
}

.icon-ban-circle {
    background-position: -216px -96px;
}

.icon-arrow-left {
    background-position: -240px -96px;
}

.icon-arrow-right {
    background-position: -264px -96px;
}

.icon-arrow-up {
    background-position: -289px -96px;
}

.icon-arrow-down {
    background-position: -312px -96px;
}

.icon-share-alt {
    background-position: -336px -96px;
}

.icon-resize-full {
    background-position: -360px -96px;
}

.icon-resize-small {
    background-position: -384px -96px;
}

.icon-plus {
    background-position: -408px -96px;
}

.icon-minus {
    background-position: -433px -96px;
}

.icon-asterisk {
    background-position: -456px -96px;
}

.icon-exclamation-sign {
    background-position: 0 -120px;
}

.icon-gift {
    background-position: -24px -120px;
}

.icon-leaf {
    background-position: -48px -120px;
}

.icon-fire {
    background-position: -72px -120px;
}

.icon-eye-open {
    background-position: -96px -120px;
}

.icon-eye-close {
    background-position: -120px -120px;
}

.icon-warning-sign {
    background-position: -144px -120px;
}

.icon-plane {
    background-position: -168px -120px;
}

.icon-calendar {
    background-position: -192px -120px;
}

.icon-random {
    background-position: -216px -120px;
    width: 16px;
}

.icon-comment {
    background-position: -240px -120px;
}

.icon-magnet {
    background-position: -264px -120px;
}

.icon-chevron-up {
    background-position: -288px -120px;
}

.icon-chevron-down {
    background-position: -313px -119px;
}

.icon-retweet {
    background-position: -336px -120px;
}

.icon-shopping-cart {
    background-position: -360px -120px;
}

.icon-folder-close {
    background-position: -384px -120px;
    width: 16px;
}

.icon-folder-open {
    background-position: -408px -120px;
    width: 16px;
}

.icon-resize-vertical {
    background-position: -432px -119px;
}

.icon-resize-horizontal {
    background-position: -456px -118px;
}

.icon-hdd {
    background-position: 0 -144px;
}

.icon-bullhorn {
    background-position: -24px -144px;
}

.icon-bell {
    background-position: -48px -144px;
}

.icon-certificate {
    background-position: -72px -144px;
}

.icon-thumbs-up {
    background-position: -96px -144px;
}

.icon-thumbs-down {
    background-position: -120px -144px;
}

.icon-hand-right {
    background-position: -144px -144px;
}

.icon-hand-left {
    background-position: -168px -144px;
}

.icon-hand-up {
    background-position: -192px -144px;
}

.icon-hand-down {
    background-position: -216px -144px;
}

.icon-circle-arrow-right {
    background-position: -240px -144px;
}

.icon-circle-arrow-left {
    background-position: -264px -144px;
}

.icon-circle-arrow-up {
    background-position: -288px -144px;
}

.icon-circle-arrow-down {
    background-position: -312px -144px;
}

.icon-globe {
    background-position: -336px -144px;
}

.icon-wrench {
    background-position: -360px -144px;
}

.icon-tasks {
    background-position: -384px -144px;
}

.icon-filter {
    background-position: -408px -144px;
}

.icon-briefcase {
    background-position: -432px -144px;
}

.icon-fullscreen {
    background-position: -456px -144px;
}

.icon-copy {
    background-position: 0 -169px;
    height: 15px;
}


.nav {
    font-size: 1.5em;
    font-weight: normal;
    list-style: none;
    margin-bottom: 20px;
    margin-left: 0;
}

    .nav > li > a,
    .nav > li > .userDisabled {
        -webkit-box-shadow: inset 0 -4px 6px -4px #373737;
        -webkit-box-shadow: inset 0 -4px 6px -4px rgba(55, 55, 55, 0.4);
        background: #eaeaea;
        background: #f2f2f2; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #f2f2f2 0, #e6e6e6 100%); /* FF3.6+ */
        background: #f2f2f2; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #f2f2f2 0, #e6e6e6 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2f2f2), color-stop(100%, #e6e6e6)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f2f2f2 0, #e6e6e6 100%); /* Chrome10+,Safari5.1+ */
        -ms-box-shadow: inset 0 -4px 6px -4px #373737;
        /* ReSharper disable RequiresFallbackColor */
        -ms-box-shadow: inset 0 -4px 6px -4px rgba(55, 55, 55, 0.4);
        /* ReSharper restore RequiresFallbackColor */
        box-shadow: inset 0 -4px 6px -4px #373737;
        box-shadow: inset 0 -4px 6px -4px rgba(55, 55, 55, 0.4);
        display: block;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e6e6e6', GradientType=0); /* IE6-8 */
        text-decoration: none;
    }

    .nav > li > .userDisabled {
        background: #f2f2f2; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #f2f2f2 0, #e6e6e6 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2f2f2), color-stop(100%, #e6e6e6)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f2f2f2 0, #e6e6e6 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f2f2f2 0, #e6e6e6 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f2f2f2 0, #e6e6e6 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f2f2f2 0, #e6e6e6 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e6e6e6', GradientType=0); /* IE6-8 */
    }

    .nav > li > a:hover,
    .nav > li > a:focus {
        background-color: #eeeeee;
        text-decoration: underline;
    }

    .nav > li > a > img {
        max-width: none;
    }

    .nav > .pull-right {
        float: right;
    }

.nav-header {
    color: #999999;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    padding: 3px 15px;
    -ms-text-shadow: 0 1px 0 #ffffff;
    /* ReSharper disable RequiresFallbackColor */
    -ms-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    /* ReSharper restore RequiresFallbackColor */
    text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.nav li + .nav-header {
    margin-top: 9px;
}

.nav-list {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

    .nav-list > li > a,
    .nav-list .nav-header {
        margin-left: -15px;
        margin-right: -15px;
        -ms-text-shadow: 0 1px 0 #ffffff;
        /* ReSharper disable RequiresFallbackColor */
        -ms-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        /* ReSharper restore RequiresFallbackColor */
        text-shadow: 0 1px 0 #ffffff;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }

    .nav-list > li > a {
        padding: 3px 15px;
    }

    .nav-list > .active > a,
    .nav-list > .active > a:hover,
    .nav-list > .active > a:focus {
        background-color: #0088cc;
        color: #ffffff;
        -ms-text-shadow: 0 -1px 0 #000000;
        /* ReSharper disable RequiresFallbackColor */
        -ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
        /* ReSharper restore RequiresFallbackColor */
        text-shadow: 0 -1px 0 #000000;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    }

    .nav-list [class^="icon-"],
    .nav-list [class*=" icon-"] {
        margin-right: 2px;
    }

    .nav-list .divider {
        background-color: #e5e5e5;
        border-bottom: 1px solid #ffffff;
        height: 1px;
        *margin: -5px 0 5px;
        *margin: -5px 0 5px;
        overflow: hidden;
        *width: 100%;
    }

.nav-tabs,
.nav-pills {
    *zoom: 1;
}

    .nav-tabs:before,
    .nav-pills:before,
    .nav-tabs:after,
    .nav-pills:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .nav-tabs:after,
    .nav-pills:after {
        clear: both;
    }

    .nav-tabs > li,
    .nav-pills > li {
        float: left;
    }

        .nav-tabs > li > a,
        .nav-pills > li > a,
        .nav-tabs > li > .userDisabled {
            display: inline-block;
            line-height: 14px;
            margin-right: 2px;
            padding-left: 17px;
            padding-right: 17px;
        }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        margin-bottom: -1px;
    }

        .nav-tabs > li > a,
        .nav-tabs > li > .userDisabled {
            -moz-border-radius: 4px 4px 0 0;
            -webkit-border-radius: 4px 4px 0 0;
            border: 1px solid transparent;
            -ms-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
            line-height: 20px;
            padding-bottom: 8px;
            padding-top: 8px;
        }

            .nav-tabs > li > a:hover,
            .nav-tabs > li > a:focus {
                border-color: #eeeeee #eeeeee #dddddd;
            }

.tab-content .nav {
    font-size: 1.1em;
}

.tab-content .nav {
    padding-left: 10px;
}

.tab-content .nav-tabs > .active > a,
.tab-content .nav-tabs > .active > a:hover,
.tab-content .nav-tabs > .active > a:focus {
    border-left: 1px solid #ddd !important;
}

.admin-theme .nav-tabs > .active > a,
.admin-theme .nav-tabs > .active > a:hover,
.admin-theme .nav-tabs > .active > a:focus {
    border-left: solid 5px #89ac48;
    border-left: solid 5px #a9d873;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
    -webkit-box-shadow: inset 0 -2px 7px 0 #373737;
    -webkit-box-shadow: inset 0 -2px 7px 0 rgba(55, 55, 55, 0);
    background: #fff; /* Old browsers */
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-left: solid 5px #f1d9f1;
    -ms-box-shadow: inset 0 -2px 7px 0 #373737;
    /* ReSharper disable RequiresFallbackColor */
    -ms-box-shadow: inset 0 -2px 7px 0 rgba(55, 55, 55, 0);
    /* ReSharper restore RequiresFallbackColor */
    box-shadow: inset 0 -2px 7px 0 #373737;
    box-shadow: inset 0 -2px 7px 0 rgba(55, 55, 55, 0);
    color: #333;
    cursor: default;
    filter: none;
}

.nav-pills > li > a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
    background-color: #0088cc;
    color: #ffffff;
}

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li > a {
        margin-right: 0;
    }

.nav-tabs.nav-stacked {
    border-bottom: 0;
}

    .nav-tabs.nav-stacked > li > a {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 1px solid #ddd;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    .nav-tabs.nav-stacked > li:first-child > a {
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -ms-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -ms-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .nav-tabs.nav-stacked > li:last-child > a {
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -ms-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -ms-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .nav-tabs.nav-stacked > li > a:hover,
    .nav-tabs.nav-stacked > li > a:focus {
        border-color: #ddd;
        z-index: 2;
    }

.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.nav .dropdown-toggle .caret {
    border-bottom-color: #0088cc;
    border-top-color: #0088cc;
    margin-top: 6px;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
    border-bottom-color: #005580;
    border-top-color: #005580;
}

/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
    margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
    border-bottom-color: #555555;
    border-top-color: #555555;
}

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
    cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
    background-color: #999999;
    border-color: #999999;
    color: #ffffff;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
    filter: alpha(opacity=100);
    -ms-opacity: 1;
    opacity: 1;
}

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
    border-color: #999999;
}

.tabbable {
    *zoom: 1;
}

    .tabbable:before,
    .tabbable:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .tabbable:after {
        clear: both;
    }

.tab-content {
    border: solid 1px #dddddd;
    border-top: 0;
    overflow: auto;
}

    .tab-content > .content {
        clear: both;
    }

        .tab-content > .content > h2 {
            margin-top: 20px;
        }

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

    .tabs-below > .nav-tabs > li {
        margin-bottom: 0;
        margin-top: -1px;
    }

        .tabs-below > .nav-tabs > li > a {
            -moz-border-radius: 0 0 4px 4px;
            -webkit-border-radius: 0 0 4px 4px;
            -ms-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

            .tabs-below > .nav-tabs > li > a:hover,
            .tabs-below > .nav-tabs > li > a:focus {
                border-bottom-color: transparent;
                border-top-color: #ddd;
            }

    .tabs-below > .nav-tabs > .active > a,
    .tabs-below > .nav-tabs > .active > a:hover,
    .tabs-below > .nav-tabs > .active > a:focus {
        border-color: transparent #ddd #ddd #ddd;
    }

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

    .tabs-left > .nav-tabs > li > a,
    .tabs-right > .nav-tabs > li > a {
        margin-bottom: 3px;
        margin-right: 0;
        -moz-min-width: 74px;
        -ms-min-width: 74px;
        -o-min-width: 74px;
        -webkit-min-width: 74px;
        min-width: 74px;
    }

.tabs-left > .nav-tabs {
    border-right: 1px solid #ddd;
    float: left;
    margin-right: 19px;
}

    .tabs-left > .nav-tabs > li > a {
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -ms-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
        margin-right: -1px;
    }

        .tabs-left > .nav-tabs > li > a:hover,
        .tabs-left > .nav-tabs > li > a:focus {
            border-color: #eeeeee #dddddd #eeeeee #eeeeee;
        }

    .tabs-left > .nav-tabs .active > a,
    .tabs-left > .nav-tabs .active > a:hover,
    .tabs-left > .nav-tabs .active > a:focus {
        border-color: #ddd transparent #ddd #ddd;
        *border-right-color: #ffffff;
    }

.tabs-right > .nav-tabs {
    border-left: 1px solid #ddd;
    float: right;
    margin-left: 19px;
}

    .tabs-right > .nav-tabs > li > a {
        -moz-border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
        -ms-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
        margin-left: -1px;
    }

        .tabs-right > .nav-tabs > li > a:hover,
        .tabs-right > .nav-tabs > li > a:focus {
            border-color: #eeeeee #eeeeee #eeeeee #dddddd;
        }

    .tabs-right > .nav-tabs .active > a,
    .tabs-right > .nav-tabs .active > a:hover,
    .tabs-right > .nav-tabs .active > a:focus {
        border-color: #ddd #ddd #ddd transparent;
        *border-left-color: #ffffff;
    }

.nav > .disabled > a {
    color: #999999;
}

    .nav > .disabled > a:hover,
    .nav > .disabled > a:focus {
        background-color: transparent;
        cursor: default;
        text-decoration: none;
    }

.navbar {
    margin-bottom: 20px;
    overflow: visible;
    *position: relative;
    *z-index: 2;
}

.navbar-inner {
    -moz-border-radius: 4px;
    -moz-box-shadow: 0 1px 4px #000000;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px #000000;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    background-color: #fafafa;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -ms-box-shadow: 0 1px 4px #000000;
    /* ReSharper disable RequiresFallbackColor */
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    /* ReSharper restore RequiresFallbackColor */
    box-shadow: 0 1px 4px #000000;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    *zoom: 1;
}

    .navbar-inner:before,
    .navbar-inner:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .navbar-inner:after {
        clear: both;
    }

.navbar .container {
    width: auto;
}

.nav-collapse.collapse {
    height: auto;
    overflow: visible;
}

.navbar .brand {
    color: #777777;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 200;
    margin-left: -20px;
    padding: 10px 20px 10px;
    -ms-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
}

    .navbar .brand:hover,
    .navbar .brand:focus {
        text-decoration: none;
    }

.navbar-text {
    color: #777777;
    line-height: 40px;
    margin-bottom: 0;
}

.navbar-link {
    color: #777777;
}

    .navbar-link:hover,
    .navbar-link:focus {
        color: #333333;
    }

.navbar .divider-vertical {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #ffffff;
    height: 40px;
    margin: 0 9px;
}

.navbar .btn,
.navbar .btn-group {
    margin-top: 5px;
}

    .navbar .btn-group .btn,
    .navbar .input-prepend .button,
    .navbar .input-append .button,
    .navbar .input-prepend .button-group,
    .navbar .input-append .button-group {
        margin-top: 0;
    }

.navbar-form {
    margin-bottom: 0;
    *zoom: 1;
}

    .navbar-form:before,
    .navbar-form:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .navbar-form:after {
        clear: both;
    }

    .navbar-form input,
    .navbar-form select,
    .navbar-form .radio,
    .navbar-form .checkbox {
        margin-top: 5px;
    }

    .navbar-form input,
    .navbar-form select,
    .navbar-form .btn {
        display: inline-block;
        margin-bottom: 0;
    }

        .navbar-form input[type="image"],
        .navbar-form input[type="checkbox"],
        .navbar-form input[type="radio"] {
            margin-top: 3px;
        }

    .navbar-form .input-append,
    .navbar-form .input-prepend {
        margin-top: 5px;
        white-space: nowrap;
    }

        .navbar-form .input-append input,
        .navbar-form .input-prepend input {
            margin-top: 0;
        }

.navbar-search {
    float: left;
    margin-bottom: 0;
    margin-top: 5px;
    position: relative;
}

    .navbar-search .search-query {
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -ms-border-radius: 15px;
        border-radius: 15px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        font-weight: normal;
        line-height: 1;
        margin-bottom: 0;
        padding: 4px 14px;
    }

.navbar-static-top {
    margin-bottom: 0;
    position: static;
}

    .navbar-static-top .navbar-inner {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

.navbar-fixed-top,
.navbar-fixed-bottom {
    left: 0;
    margin-bottom: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}

    .navbar-fixed-top .navbar-inner,
    .navbar-static-top .navbar-inner {
        border-width: 0 0 1px;
    }

    .navbar-fixed-bottom .navbar-inner {
        border-width: 1px 0 0;
    }

    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-bottom .navbar-inner {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 940px;
    }

.navbar-fixed-top {
    top: 0;
}

    .navbar-fixed-top .navbar-inner,
    .navbar-static-top .navbar-inner {
        -moz-box-shadow: 0 1px 10px #000000;
        -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 1px 10px #000000;
        -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
        -ms-box-shadow: 0 1px 10px #000000;
        /* ReSharper disable RequiresFallbackColor */
        -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
        /* ReSharper restore RequiresFallbackColor */
        box-shadow: 0 1px 10px #000000;
        box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    }

.navbar-fixed-bottom {
    bottom: 0;
}

    .navbar-fixed-bottom .navbar-inner {
        -moz-box-shadow: 0 -1px 10px #000000;
        -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 -1px 10px #000000;
        -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
        -ms-box-shadow: 0 -1px 10px #000000;
        /* ReSharper disable RequiresFallbackColor */
        -ms-box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
        /* ReSharper restore RequiresFallbackColor */
        box-shadow: 0 -1px 10px #000000;
        box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
    }

.navbar .nav {
    display: block;
    float: left;
    left: 0;
    margin: 0 10px 0 0;
    position: relative;
}

    .navbar .nav.pull-right {
        float: right;
        margin-right: 0;
    }

    .navbar .nav > li {
        float: left;
    }

        .navbar .nav > li > a {
            color: #777777;
            float: none;
            padding: 10px 15px 10px;
            text-decoration: none;
            -ms-text-shadow: 0 1px 0 #ffffff;
            text-shadow: 0 1px 0 #ffffff;
        }

    .navbar .nav .dropdown-toggle .caret {
        margin-top: 8px;
    }

    .navbar .nav > li > a:focus,
    .navbar .nav > li > a:hover {
        background-color: transparent;
        color: #333333;
        text-decoration: none;
    }

    .navbar .nav > .active > a,
    .navbar .nav > .active > a:hover,
    .navbar .nav > .active > a:focus {
        -moz-box-shadow: inset 0 3px 8px #000000;
        -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
        -webkit-box-shadow: inset 0 3px 8px #000000;
        -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
        background-color: #e5e5e5;
        -ms-box-shadow: inset 0 3px 8px #000000;
        /* ReSharper disable RequiresFallbackColor */
        -ms-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
        /* ReSharper restore RequiresFallbackColor */
        box-shadow: inset 0 3px 8px #000000;
        box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
        color: #555555;
        text-decoration: none;
    }

.navbar .btn-navbar {
    -moz-box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
    -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 #ffffff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
    background-color: #ededed;
    *background-color: #e5e5e5;
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-repeat: repeat-x;
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -ms-box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 #ffffff;
    /* ReSharper disable RequiresFallbackColor */
    -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
    /* ReSharper restore RequiresFallbackColor */
    box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
    color: #ffffff;
    display: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    padding: 7px 10px;
    -ms-text-shadow: 0 -1px 0 #000000;
    /* ReSharper disable RequiresFallbackColor */
    -ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /* ReSharper restore RequiresFallbackColor */
    text-shadow: 0 -1px 0 #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .navbar .btn-navbar:hover,
    .navbar .btn-navbar:focus,
    .navbar .btn-navbar:active,
    .navbar .btn-navbar.active,
    .navbar .btn-navbar.disabled,
    .navbar .btn-navbar[disabled] {
        background-color: #e5e5e5;
        background-color: #e5e5e5;
        color: #ffffff;
    }

    .navbar .btn-navbar:active,
    .navbar .btn-navbar.active {
        background-color: #cccccc \9;
    }

    .navbar .btn-navbar .icon-bar {
        -moz-border-radius: 1px;
        -moz-box-shadow: 0 1px 0 #000000;
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        -webkit-border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 #000000;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        background-color: #f5f5f5;
        -ms-border-radius: 1px;
        border-radius: 1px;
        -ms-box-shadow: 0 1px 0 #000000;
        /* ReSharper disable RequiresFallbackColor */
        -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        /* ReSharper restore RequiresFallbackColor */
        box-shadow: 0 1px 0 #000000;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        display: block;
        height: 2px;
        width: 18px;
    }

.btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: '';
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -7px;
}

.navbar .nav > li > .dropdown-menu:after {
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
    border-bottom: 0;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    top: auto;
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
    border-bottom: 0;
    border-top: 6px solid #ffffff;
    bottom: -6px;
    top: auto;
}

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
    border-bottom-color: #333333;
    border-top-color: #333333;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #e5e5e5;
    color: #555555;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #777777;
    border-top-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-bottom-color: #555555;
    border-top-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

    .navbar .pull-right > li > .dropdown-menu:before,
    .navbar .nav > li > .dropdown-menu.pull-right:before {
        left: auto;
        right: 12px;
    }

    .navbar .pull-right > li > .dropdown-menu:after,
    .navbar .nav > li > .dropdown-menu.pull-right:after {
        left: auto;
        right: 13px;
    }

    .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
    .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
        -moz-border-radius: 6px 0 6px 6px;
        -webkit-border-radius: 6px 0 6px 6px;
        -ms-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
        left: auto;
        margin-left: 0;
        margin-right: -1px;
        right: 100%;
    }

.navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #222222, #111111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
    background-image: -webkit-linear-gradient(top, #222222, #111111);
    background-image: -o-linear-gradient(top, #222222, #111111);
    background-image: linear-gradient(to bottom, #222222, #111111);
    background-repeat: repeat-x;
    border-color: #252525;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
    color: #999999;
    -ms-text-shadow: 0 -1px 0 #000000;
    /* ReSharper disable RequiresFallbackColor */
    -ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /* ReSharper restore RequiresFallbackColor */
    text-shadow: 0 -1px 0 #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .navbar-inverse .brand:hover,
    .navbar-inverse .nav > li > a:hover,
    .navbar-inverse .brand:focus,
    .navbar-inverse .nav > li > a:focus {
        color: #ffffff;
    }

.navbar-inverse .brand {
    color: #999999;
}

.navbar-inverse .navbar-text {
    color: #999999;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
    background-color: transparent;
    color: #ffffff;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
    background-color: #111111;
    color: #ffffff;
}

.navbar-inverse .navbar-link {
    color: #999999;
}

    .navbar-inverse .navbar-link:hover,
    .navbar-inverse .navbar-link:focus {
        color: #ffffff;
    }

.navbar-inverse .divider-vertical {
    border-left-color: #111111;
    border-right-color: #222222;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #111111;
    color: #ffffff;
}

.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #999999;
    border-top-color: #999999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
    -moz-box-shadow: inset 0 1px 2px #000000, 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
    -moz-transition: none;
    -o-transition: none;
    -webkit-box-shadow: inset 0 1px 2px #000000, 0 1px 0 #ffffff;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
    -webkit-transition: none;
    background-color: #515151;
    border-color: #111111;
    -ms-box-shadow: inset 0 1px 2px #000000, 0 1px 0 #ffffff;
    /* ReSharper disable RequiresFallbackColor */
    -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
    /* ReSharper restore RequiresFallbackColor */
    box-shadow: inset 0 1px 2px #000000, 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
    color: #ffffff;
    -ms-transition: none;
    transition: none;
}

    .navbar-inverse .navbar-search .search-query:-moz-placeholder {
        color: #cccccc;
    }

    .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
        color: #cccccc;
    }

    .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
        color: #cccccc;
    }

    .navbar-inverse .navbar-search .search-query:focus,
    .navbar-inverse .navbar-search .search-query.focused {
        -moz-box-shadow: 0 0 3px #000000;
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 0 3px #000000;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        background-color: #ffffff;
        border: 0;
        -ms-box-shadow: 0 0 3px #000000;
        /* ReSharper disable RequiresFallbackColor */
        -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        /* ReSharper restore RequiresFallbackColor */
        box-shadow: 0 0 3px #000000;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        color: #333333;
        outline: 0;
        padding: 5px 15px;
        -ms-text-shadow: 0 1px 0 #ffffff;
        text-shadow: 0 1px 0 #ffffff;
    }

.navbar-inverse .btn-navbar {
    background-color: #0e0e0e;
    *background-color: #040404;
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-repeat: repeat-x;
    border-color: #040404 #040404 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -ms-text-shadow: 0 -1px 0 #000000;
    /* ReSharper disable RequiresFallbackColor */
    -ms-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /* ReSharper restore RequiresFallbackColor */
    text-shadow: 0 -1px 0 #000000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .navbar-inverse .btn-navbar:hover,
    .navbar-inverse .btn-navbar:focus,
    .navbar-inverse .btn-navbar:active,
    .navbar-inverse .btn-navbar.active,
    .navbar-inverse .btn-navbar.disabled,
    .navbar-inverse .btn-navbar[disabled] {
        background-color: #040404;
        background-color: #040404;
        color: #ffffff;
    }

    .navbar-inverse .btn-navbar:active,
    .navbar-inverse .btn-navbar.active {
        background-color: #000000 \9;
    }




.row {
    margin-left: -20px;
    *zoom: 1;
}

    .row:before,
    .row:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .row:after {
        clear: both;
    }

[class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px;
}

.span12 {
    width: 940px;
}

.span11 {
    width: 860px;
}

.span10 {
    width: 780px;
}

.span9 {
    width: 700px;
}

.span8 {
    width: 620px;
}

.span7 {
    width: 540px;
}

.span6 {
    width: 460px;
}

.span5 {
    width: 380px;
}

.span4 {
    width: 300px;
}

.span3 {
    width: 220px;
}

.span2 {
    width: 140px;
}

.span1 {
    width: 60px;
}

.offset12 {
    margin-left: 980px;
}

.offset11 {
    margin-left: 900px;
}

.offset10 {
    margin-left: 820px;
}

.offset9 {
    margin-left: 740px;
}

.offset8 {
    margin-left: 660px;
}

.offset7 {
    margin-left: 580px;
}

.offset6 {
    margin-left: 500px;
}

.offset5 {
    margin-left: 420px;
}

.offset4 {
    margin-left: 340px;
}

.offset3 {
    margin-left: 260px;
}

.offset2 {
    margin-left: 180px;
}

.offset1 {
    margin-left: 100px;
}

.row-fluid {
    width: 100%;
    *zoom: 1;
}

    .row-fluid:before,
    .row-fluid:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        float: left;
        margin-left: 2.127659574468085%;
        *margin-left: 2.074468085106383%;
        min-height: 30px;
        width: 100%;
    }

    .row-fluid .form-group input[class*="span"],
    .row-fluid .form-group select[class*="span"],
    .row-fluid .form-group textarea[class*="span"] {
        clear: none;
        display: inline-block;
        float: none;
        margin-left: 0;
        margin-top: 0;
        min-height: 15px;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .controls-row [class*="span"] + [class*="span"] {
        margin-left: 2.127659574468085%;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.48936170212765%;
        *width: 91.43617021276594%;
    }

    .row-fluid .span10 {
        width: 82.97872340425532%;
        *width: 82.92553191489361%;
    }

    .row-fluid .span9 {
        width: 74.46808510638297%;
        *width: 74.41489361702126%;
    }

    .row-fluid .span8 {
        width: 65.95744680851064%;
        *width: 65.90425531914893%;
    }

    .row-fluid .span7 {
        width: 57.44680851063829%;
        *width: 57.39361702127659%;
    }

    .row-fluid .span6 {
        width: 48.93617021276595%;
        *width: 48.88297872340425%;
    }

    .row-fluid .span5 {
        width: 40.42553191489362%;
        *width: 40.37234042553192%;
    }

    .row-fluid .span4 {
        width: 31.914893617021278%;
        *width: 31.861702127659576%;
    }

    .row-fluid .span3 {
        width: 23.404255319148934%;
        *width: 23.351063829787233%;
    }

    .row-fluid .span2 {
        width: 14.893617021276595%;
        *width: 14.840425531914894%;
    }

    .row-fluid .span1 {
        width: 6.382978723404255%;
        *width: 6.329787234042553%;
    }

    .row-fluid .span1 {
        width: auto;
        *width: auto;
    }

    .row-fluid .offset12 {
        margin-left: 104.25531914893617%;
        *margin-left: 104.14893617021275%;
    }

        .row-fluid .offset12:first-child {
            margin-left: 102.12765957446808%;
            *margin-left: 102.02127659574467%;
        }

    .row-fluid .offset11 {
        margin-left: 95.74468085106382%;
        *margin-left: 95.6382978723404%;
    }

        .row-fluid .offset11:first-child {
            margin-left: 93.61702127659574%;
            *margin-left: 93.51063829787232%;
        }

    .row-fluid .offset10 {
        margin-left: 87.23404255319149%;
        *margin-left: 87.12765957446807%;
    }

        .row-fluid .offset10:first-child {
            margin-left: 85.1063829787234%;
            *margin-left: 84.99999999999999%;
        }

    .row-fluid .offset9 {
        margin-left: 78.72340425531914%;
        *margin-left: 78.61702127659572%;
    }

        .row-fluid .offset9:first-child {
            margin-left: 76.59574468085106%;
            *margin-left: 76.48936170212764%;
        }

    .row-fluid .offset8 {
        margin-left: 70.2127659574468%;
        *margin-left: 70.10638297872339%;
    }

        .row-fluid .offset8:first-child {
            margin-left: 68.08510638297872%;
            *margin-left: 67.9787234042553%;
        }

    .row-fluid .offset7 {
        margin-left: 61.70212765957446%;
        *margin-left: 61.59574468085106%;
    }

        .row-fluid .offset7:first-child {
            margin-left: 59.574468085106375%;
            *margin-left: 59.46808510638297%;
        }

    .row-fluid .offset6 {
        margin-left: 53.191489361702125%;
        *margin-left: 53.085106382978715%;
    }

        .row-fluid .offset6:first-child {
            margin-left: 51.063829787234035%;
            *margin-left: 50.95744680851063%;
        }

    .row-fluid .offset5 {
        margin-left: 44.68085106382979%;
        *margin-left: 44.57446808510638%;
    }

        .row-fluid .offset5:first-child {
            margin-left: 42.5531914893617%;
            *margin-left: 42.4468085106383%;
        }

    .row-fluid .offset4 {
        margin-left: 36.170212765957444%;
        *margin-left: 36.06382978723405%;
    }

        .row-fluid .offset4:first-child {
            margin-left: 34.04255319148936%;
            *margin-left: 33.93617021276596%;
        }

    .row-fluid .offset3 {
        margin-left: 27.659574468085104%;
        *margin-left: 27.5531914893617%;
    }

        .row-fluid .offset3:first-child {
            margin-left: 25.53191489361702%;
            *margin-left: 25.425531914893618%;
        }

    .row-fluid .offset2 {
        margin-left: 19.148936170212764%;
        *margin-left: 19.04255319148936%;
    }

        .row-fluid .offset2:first-child {
            margin-left: 17.02127659574468%;
            *margin-left: 16.914893617021278%;
        }

    .row-fluid .offset1 {
        margin-left: 10.638297872340425%;
        *margin-left: 10.53191489361702%;
    }

        .row-fluid .offset1:first-child {
            margin-left: 8.51063829787234%;
            *margin-left: 8.404255319148938%;
        }

    [class*="span"].hide,
    .row-fluid [class*="span"].hide {
        display: none;
    }

    [class*="span"].pull-right,
    .row-fluid [class*="span"].pull-right {
        float: right;
    }


.container {
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
}

    .container:before,
    .container:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .container:after {
        clear: both;
    }

.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
    *zoom: 1;
}

    .container-fluid:before,
    .container-fluid:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .container-fluid:after {
        clear: both;
    }

/* ELEMENTS  Gammal bredd 1300 960 ...*/
@font-face {
    font-family: "Foundry Monoline";
    src: url("/Content/fonts/font1.woff2") format("woff2"),
         url("/Content/fonts/font1.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
body {
    background: #EBEBEB;
    color: #000;
    font: 0.76em/1.3em Arial, Helvetica, sans-serif;
    font1: 0.76em/1.5em "Foundry Monoline",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
}
/* GLOBAL CLASSES */
.container {
    font-family: "Foundry Monoline",Helvetica,Arial,sans-serif;
    margin: auto;
    width: 1280px;
}
.container .button {
    font-family: inherit;
}
.widetextbox-300 {
    width: 300px;
}
.widetextbox-400 {
    width: 400px;
}
.container-fluid { width: 100%; }
.map-search .container-fluid {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
}
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    text-indent: -9999px;
    width: auto;
}

/* TEMPLATE PARTS */
#header,
#header .container {
    background: #fff;
    height: 106px;
	display: flex;
}
#header > .container {
    background: transparent url(../../images/header_image.png) no-repeat top right;
    left: 0;
    position: relative;
    top: 0;
}
#logotype {
    background: transparent url(../../Images/logo-ssm-primary.min.svg) no-repeat 0 0;
    background-size: 129px 102px;
    height: 102px;
    margin-top: 2px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 134px;
}
#userctrl {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px; /*shadow*/
    -webkit-box-shadow: 0 2px 2px 1px #000000;
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
    background: #f4dff4; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZGZmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGE0ZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f4dff4 0, #dda4dd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4dff4), color-stop(100%, #dda4dd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4dff4 0, #dda4dd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4dff4 0, #dda4dd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4dff4 0, #dda4dd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f4dff4 0, #dda4dd 100%); /* W3C */
    border: 3px solid #fff;
    /*round corners*/
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    /*border*/
    border-top: none;
    -ms-box-shadow: 0 2px 2px 1px #000000;
    /* ReSharper disable RequiresFallbackColor */
    -ms-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
    /* ReSharper restore RequiresFallbackColor */
    box-shadow: 0 2px 2px 1px #000000;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4dff4', endColorstr='#dda4dd', GradientType=0); /* IE6-8 */
    padding: 6px 8px;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
}
#userctrl a {
    color: #565656;
    text-decoration: none;
}
#userctrl a:hover {
    background: transparent;
    text-decoration: underline;
}
#userctrl .user { float: left; }
#userctrl .user span,
#userctrl .user strong { display: block; }
#userctrl .action {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
#userctrl .action li { display: inline; }
#userctrl .action li a {
    color: #333;
    display: block;
}






/*
	OLD NAVIGATION BAR
*/
#navigation {
    float: left;
    margin-left: 20px;
}
#navigation .container {
    margin: 0; 
    width: auto;
}
#navigation ul {
    list-style-type: none;
    margin: 76px 0 0;
    padding: 0;
}
#navigation ul li { display: inline; }
#navigation ul li a {
    background: #f7f7f7; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f7f7f7 0, #eaeaea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(100%, #eaeaea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f7f7 0, #eaeaea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f7f7 0, #eaeaea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f7f7 0, #eaeaea 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7f7f7 0, #eaeaea 100%); /* W3C */
    border-left: 2px solid #D97ECB;
    color: #1d1d1d;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eaeaea', GradientType=0); /* IE6-8 */
    float: left;
    font-size: 1.0em;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.admin-theme #navigation ul li a { border-left: solid 2px #89ac48; }
#navigation ul li a:hover {
    background: transparent;
    color: #a15a9d;
}
#navigation ul li a.active {
    background: #b794bc url(../../images/topnav-active.png) repeat-x left bottom;
    border: none;
    color: #fff;
    cursor: default;
    padding: 10px 21px;
}


/**
	NEW NAVIGATION BAR (using Kendo)
*/
#header nav {
	flex: 1;
	display: flex;
	align-items: end;
	width: 100%;
}
#navigation2 {
	width: 100%;
	position: relative;
	display: flex;
	box-sizing: border-box;
	margin-left: 20px;
	background: white;
	justify-content: flex-start;
	border: none;
	position: unset;
	background: linear-gradient(to bottom, #f7f7f7 0, #eaeaea 100%);
}
#navigation2:after {
	width: unset;
}
#navigation2 > li.k-item {
	display: block;
	height: 30px;
	line-height: 30px;
	border: none;
	border-left: 2px solid #D97ECB;
	font-size: 1.0em;
	box-sizing: border-box;
	/*background: none;*/
	float: initial;
	position: relative;
}
#navigation2 li.k-item > .k-link {
	text-decoration: none;
}
#navigation2 > li.k-item > .k-link {
	padding: 0 1.2em;
	line-height: unset;
	background: linear-gradient(to bottom, #f7f7f7 0, #eaeaea 100%);
}
#navigation2 > li.k-item > .k-link.k-state-active {
	color: unset;
}
#navigation2 .k-menu-group .k-item > .k-link {
	line-height: 2.0em;
}
#navigation2 > li.k-item.k-state-hover > .k-link {
	color: #a15a9d;
	background: transparent;
}
.ml-auto {
	margin-left: auto;
}



#content { background: url(../../images/box-expanded-shadow.png) 0 0 repeat-x transparent; }
#content {
    margin: 0 0 25px 0;
    padding-top: 25px;
}
#content .container,
#content .container-fluid {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 2px 2px 2px 1px #000000;
    -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
    background: #fff;
    /* round corners */
    -ms-border-radius: 4px;
    border-radius: 4px;
    -ms-box-shadow: 2px 2px 2px 1px #000000;
    /* ReSharper disable RequiresFallbackColor */
    -ms-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
    /* ReSharper restore RequiresFallbackColor */
    box-shadow: 2px 2px 2px 1px #000000;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
}
#content .container .padding { padding: 8px 8px; }
/*#content .container .padding { padding: 18px 25px; }*/
#footer {
    /* shadow */
    -webkit-box-shadow: 0 0 3px 0 #000000;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    border-bottom: 1px solid #E7E7E7;
    -ms-box-shadow: 0 0 3px 0 #000000;
    /* ReSharper disable RequiresFallbackColor */
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    /* ReSharper restore RequiresFallbackColor */
    box-shadow: 0 0 3px 0 #000000;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    color: #707070;
    font-size: 0.9em;
    margin: 0 0 25px;
    padding: 30px 0;
}
#footer .container .col { float: left; }
#footer .container .col.c1 { margin: 0 135px 0 0; }
#footer .container .col.c3 { float: right; }
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
    clear: both;
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.row:after,
.clearfix:after { clear: both; }
.row,
.clearfix { zoom: 1; }
/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.disabled { text-decoration: none; }



.no-user-select {
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    -o-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}


input[type="checkbox"] {
    width: 16px; /* use original Kendo value (not bootstrap 'auto' value) */
}
input.k-checkbox::before {
    height: unset; /* fix for incorrect placement of check marker in checkboxes... */
}


header #environment-label {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	top: 20px;
	left: calc((100% - 600px) / 2);
}

header #environment-label p {
	display: inline-block;
	transform: rotate(-3deg);
}

header #environment-label p span {
	text-transform: uppercase;
	color: rgba(255, 0, 0, 0.6);
	border: 2px dashed rgba(255, 0, 0, 0.6);
	border-radius: 5px;
	padding: 5px 20px;
	font-weight: bold;
	font-family: "Foundry Monoline", Helvetica, Arial;
	font-size: 2.25rem;
	margin: 0;
}

/*! jQuery UI - v1.9.2 - 2012-11-23
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    border: 0;
    font-size: 100%;
    line-height: 1.3;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
}

.ui-helper-clearfix:after { clear: both; }

.ui-helper-clearfix { zoom: 1; }

.ui-helper-zfix {
    filter: Alpha(Opacity=0);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/* Interaction Cues
----------------------------------*/

.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}


/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    display: block;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    position: relative;
    zoom: 1;
}

.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }

.ui-accordion .ui-accordion-noicons { padding-left: .7em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: .5em;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-accordion .ui-accordion-content {
    border-top: 0;
    overflow: auto;
    padding: 1em 2.2em;
    zoom: 1;
}

.ui-autocomplete {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0;
}

/* workarounds */

* html .ui-autocomplete { width: 1px; }

/* without this, the menu expands to 100% in IE6 */

.ui-button {
    cursor: pointer;
    display: inline-block;
    margin-right: .1em;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    zoom: 1;
}

/* the overflow property removes extra width in IE */

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }

.ui-button-icon-only { width: 2.2em; }

/* to make room for the icon, a width needs to be set here */

button.ui-button-icon-only { width: 2.4em; }

/* button elements seem to need a little more width */

.ui-button-icons-only { width: 3.4em; }

button.ui-button-icons-only { width: 3.7em; }

/*button text element */

.ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
}

.ui-button-text-only .ui-button-text { padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */

input.ui-button { padding: .4em 1em; }

/*button icon element(s) */

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/

.ui-buttonset { margin-right: 7px; }

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

/* workarounds */

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* reset extra padding in Firefox */

.ui-datepicker {
    display: none;
    padding: .2em .2em 0;
    width: 17em;
}

.ui-datepicker .ui-datepicker-header {
    padding: .2em 0;
    position: relative;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }

.ui-datepicker .ui-datepicker-prev { left: 2px; }

.ui-datepicker .ui-datepicker-next { right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover { left: 1px; }

.ui-datepicker .ui-datepicker-next-hover { right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year { width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%; }

.ui-datepicker table {
    border-collapse: collapse;
    font-size: .9em;
    margin: 0 0 .4em;
    width: 100%;
}

.ui-datepicker th {
    border: 0;
    font-weight: bold;
    padding: .7em .3em;
    text-align: center;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: .7em 0 0 0;
    padding: 0 .2em;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: .5em .2em .4em;
    overflow: visible;
    padding: .2em .6em .3em .6em;
    width: auto;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi { width: auto; }

.ui-datepicker-multi .ui-datepicker-group { float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto .4em;
    width: 95%;
}

.ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; }

.ui-datepicker-row-break {
    clear: both;
    font-size: 0em;
    width: 100%;
}

/* RTL support */

.ui-datepicker-rtl { direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float: right; }

.ui-datepicker-rtl .ui-datepicker-group { float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */

.ui-datepicker-cover {
    filter: mask(); /*must have*/
    height: 200px; /*must have*/
    left: -4px; /*must have*/
    position: absolute; /*must have*/
    top: -4px; /*must have*/
    width: 200px; /*must have*/
    z-index: -1; /*must have*/
}

.ui-dialog {
    left: 0;
    overflow: hidden;
    padding: .2em;
    position: absolute;
    top: 0;
    width: 300px;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    height: 18px;
    margin: -10px 0 0 0;
    padding: 1px;
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }

.ui-dialog .ui-dialog-content {
    background: none;
    border: 0;
    overflow: auto;
    padding: .5em 1em;
    position: relative;
    zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
    background-image: none;
    border-width: 1px 0 0 0;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em;
    text-align: left;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }

.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    margin: .5em .4em .5em 0;
}

.ui-dialog .ui-resizable-se {
    bottom: 3px;
    height: 14px;
    right: 3px;
    width: 14px;
}

.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-menu {
    display: block;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 2px;
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    zoom: 1;
}

.ui-menu .ui-menu-divider {
    border-width: 1px 0 0 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 5px -2px 5px -2px;
}

.ui-menu .ui-menu-item a {
    display: block;
    font-weight: normal;
    line-height: 1.5;
    padding: 2px .4em;
    text-decoration: none;
    zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.ui-menu .ui-state-disabled {
    font-weight: normal;
    line-height: 1.5;
    margin: .4em 0 .2em;
}

.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */

.ui-menu-icons { position: relative; }

.ui-menu-icons .ui-menu-item a {
    padding-left: 2em;
    position: relative;
}

/* left-aligned */

.ui-menu .ui-icon {
    left: .2em;
    position: absolute;
    top: .2em;
}

/* right-aligned */

.ui-menu .ui-menu-icon {
    float: right;
    position: static;
}

.ui-progressbar {
    height: 2em;
    overflow: hidden;
    text-align: left;
}

.ui-progressbar .ui-progressbar-value {
    height: 100%;
    margin: -1px;
}

.ui-resizable { position: relative; }

.ui-resizable-handle {
    display: block;
    font-size: 0.1px;
    position: absolute;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    left: 0;
    top: -5px;
    width: 100%;
}

.ui-resizable-s {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%;
}

.ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px;
}

.ui-resizable-w {
    cursor: w-resize;
    height: 100%;
    left: -5px;
    top: 0;
    width: 7px;
}

.ui-resizable-se {
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px;
}

.ui-resizable-sw {
    bottom: -5px;
    cursor: sw-resize;
    height: 9px;
    left: -5px;
    width: 9px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    height: 9px;
    left: -5px;
    top: -5px;
    width: 9px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    height: 9px;
    right: -5px;
    top: -5px;
    width: 9px;
}

.ui-selectable-helper {
    border: 1px dotted black;
    position: absolute;
    z-index: 100;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}

.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0;
    display: block;
    font-size: .7em;
    position: absolute;
    z-index: 1;
}

.ui-slider-horizontal { height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -.6em;
    top: -.3em;
}

.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}

.ui-slider-horizontal .ui-slider-range-min { left: 0; }

.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical {
    height: 100px;
    width: .8em;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-bottom: -.6em;
    margin-left: 0;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min { bottom: 0; }

.ui-slider-vertical .ui-slider-range-max { top: 0; }

.ui-spinner {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: middle;
}

.ui-spinner-input {
    background: none;
    border: none;
    margin: .2em 0;
    margin-left: .4em;
    margin-right: 22px;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-button {
    cursor: default;
    display: block;
    font-size: .5em;
    height: 50%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 16px;
}

.ui-spinner a.ui-spinner-button {
    border-bottom: none;
    border-right: none;
    border-top: none;
}

/* more specificity required here to overide default borders */

.ui-spinner .ui-icon {
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

/* vertical centre icon */

.ui-spinner-up { top: 0; }

.ui-spinner-down { bottom: 0; }

/* TR overrides */

.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}

.ui-tabs {
    padding: .2em;
    position: relative;
    zoom: 1;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    border-bottom: 0;
    float: left;
    list-style: none;
    margin: 1px .2em 0 0;
    padding: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; }

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs .ui-tabs-panel {
    background: none;
    border-width: 0;
    display: block;
    padding: 1em 1.4em;
}

.ui-tooltip {
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    max-width: 300px;
    padding: 8px;
    position: absolute;
    z-index: 9999;
}

/* Fades and background-images don't work well together in IE6, drop the image */

* html .ui-tooltip { background-image: none; }

body .ui-tooltip { border-width: 2px; }

/* Component containers
----------------------------------*/

.ui-widget {
    font-family: Verdana, Arial, sans-serif/*{ffDefault}*/;
    font-size: 1.1em/*{fsDefault}*/;
}

.ui-widget .ui-widget { font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana, Arial, sans-serif/*{ffDefault}*/;
    font-size: 1em;
}

.ui-widget-content {
    background: #ffffff /*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png) /*{bgImgUrlContent}*/ 50% /*{bgContentXPos}*/ 50% /*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
    border: 1px solid #aaaaaa/*{borderColorContent}*/;
    color: #222222/*{fcContent}*/;
}

.ui-widget-content a { color: #222222/*{fcContent}*/; }

.ui-widget-header {
    background: #cccccc /*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) /*{bgImgUrlHeader}*/ 50% /*{bgHeaderXPos}*/ 50% /*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
    border: 1px solid #aaaaaa/*{borderColorHeader}*/;
    color: #222222/*{fcHeader}*/;
    font-weight: bold;
}

.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #e6e6e6 /*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png) /*{bgImgUrlDefault}*/ 50% /*{bgDefaultXPos}*/ 50% /*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
    border: 1px solid #d3d3d3/*{borderColorDefault}*/;
    color: #555555/*{fcDefault}*/;
    font-weight: normal/*{fwDefault}*/;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555/*{fcDefault}*/;
    text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #dadada /*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png) /*{bgImgUrlHover}*/ 50% /*{bgHoverXPos}*/ 50% /*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/;
    border: 1px solid #999999/*{borderColorHover}*/;
    color: #212121/*{fcHover}*/;
    font-weight: normal/*{fwDefault}*/;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
    color: #212121/*{fcHover}*/;
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #ffffff /*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png) /*{bgImgUrlActive}*/ 50% /*{bgActiveXPos}*/ 50% /*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
    border: 1px solid #aaaaaa/*{borderColorActive}*/;
    color: #212121/*{fcActive}*/;
    font-weight: normal/*{fwDefault}*/;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121/*{fcActive}*/;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #fbf9ee /*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png) /*{bgImgUrlHighlight}*/ 50% /*{bgHighlightXPos}*/ 50% /*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/;
    border: 1px solid #fcefa1/*{borderColorHighlight}*/;
    color: #363636/*{fcHighlight}*/;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    background: #fef1ec /*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png) /*{bgImgUrlError}*/ 50% /*{bgErrorXPos}*/ 50% /*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/;
    border: 1px solid #cd0a0a/*{borderColorError}*/;
    color: #cd0a0a/*{fcError}*/;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    filter: Alpha(Opacity=70);
    font-weight: normal;
    opacity: .7;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    background-image: none;
    filter: Alpha(Opacity=35);
    opacity: .35;
}

.ui-state-disabled .ui-icon { filter: Alpha(Opacity=35); }

/* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
    height: 16px;
    width: 16px;
}

.ui-widget-content .ui-icon { background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }

.ui-widget-header .ui-icon { background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }

.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }

.ui-state-active .ui-icon { background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }

.ui-state-highlight .ui-icon { background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */

.ui-icon-carat-1-n { background-position: 0 0; }

.ui-icon-carat-1-ne { background-position: -16px 0; }

.ui-icon-carat-1-e { background-position: -32px 0; }

.ui-icon-carat-1-se { background-position: -48px 0; }

.ui-icon-carat-1-s { background-position: -64px 0; }

.ui-icon-carat-1-sw { background-position: -80px 0; }

.ui-icon-carat-1-w { background-position: -96px 0; }

.ui-icon-carat-1-nw { background-position: -112px 0; }

.ui-icon-carat-2-n-s { background-position: -128px 0; }

.ui-icon-carat-2-e-w { background-position: -144px 0; }

.ui-icon-triangle-1-n { background-position: 0 -16px; }

.ui-icon-triangle-1-ne { background-position: -16px -16px; }

.ui-icon-triangle-1-e { background-position: -32px -16px; }

.ui-icon-triangle-1-se { background-position: -48px -16px; }

.ui-icon-triangle-1-s { background-position: -64px -16px; }

.ui-icon-triangle-1-sw { background-position: -80px -16px; }

.ui-icon-triangle-1-w { background-position: -96px -16px; }

.ui-icon-triangle-1-nw { background-position: -112px -16px; }

.ui-icon-triangle-2-n-s { background-position: -128px -16px; }

.ui-icon-triangle-2-e-w { background-position: -144px -16px; }

.ui-icon-arrow-1-n { background-position: 0 -32px; }

.ui-icon-arrow-1-ne { background-position: -16px -32px; }

.ui-icon-arrow-1-e { background-position: -32px -32px; }

.ui-icon-arrow-1-se { background-position: -48px -32px; }

.ui-icon-arrow-1-s { background-position: -64px -32px; }

.ui-icon-arrow-1-sw { background-position: -80px -32px; }

.ui-icon-arrow-1-w { background-position: -96px -32px; }

.ui-icon-arrow-1-nw { background-position: -112px -32px; }

.ui-icon-arrow-2-n-s { background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }

.ui-icon-arrow-2-e-w { background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }

.ui-icon-arrowstop-1-n { background-position: -192px -32px; }

.ui-icon-arrowstop-1-e { background-position: -208px -32px; }

.ui-icon-arrowstop-1-s { background-position: -224px -32px; }

.ui-icon-arrowstop-1-w { background-position: -240px -32px; }

.ui-icon-arrowthick-1-n { background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }

.ui-icon-arrowthick-1-e { background-position: -32px -48px; }

.ui-icon-arrowthick-1-se { background-position: -48px -48px; }

.ui-icon-arrowthick-1-s { background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }

.ui-icon-arrowthick-1-w { background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }

.ui-icon-arrow-4 { background-position: 0 -80px; }

.ui-icon-arrow-4-diag { background-position: -16px -80px; }

.ui-icon-extlink { background-position: -32px -80px; }

.ui-icon-newwin { background-position: -48px -80px; }

.ui-icon-refresh { background-position: -64px -80px; }

.ui-icon-shuffle { background-position: -80px -80px; }

.ui-icon-transfer-e-w { background-position: -96px -80px; }

.ui-icon-transferthick-e-w { background-position: -112px -80px; }

.ui-icon-folder-collapsed { background-position: 0 -96px; }

.ui-icon-folder-open { background-position: -16px -96px; }

.ui-icon-document { background-position: -32px -96px; }

.ui-icon-document-b { background-position: -48px -96px; }

.ui-icon-note { background-position: -64px -96px; }

.ui-icon-mail-closed { background-position: -80px -96px; }

.ui-icon-mail-open { background-position: -96px -96px; }

.ui-icon-suitcase { background-position: -112px -96px; }

.ui-icon-comment { background-position: -128px -96px; }

.ui-icon-person { background-position: -144px -96px; }

.ui-icon-print { background-position: -160px -96px; }

.ui-icon-trash { background-position: -176px -96px; }

.ui-icon-locked { background-position: -192px -96px; }

.ui-icon-unlocked { background-position: -208px -96px; }

.ui-icon-bookmark { background-position: -224px -96px; }

.ui-icon-tag { background-position: -240px -96px; }

.ui-icon-home { background-position: 0 -112px; }

.ui-icon-flag { background-position: -16px -112px; }

.ui-icon-calendar { background-position: -32px -112px; }

.ui-icon-cart { background-position: -48px -112px; }

.ui-icon-pencil { background-position: -64px -112px; }

.ui-icon-clock { background-position: -80px -112px; }

.ui-icon-disk { background-position: -96px -112px; }

.ui-icon-calculator { background-position: -112px -112px; }

.ui-icon-zoomin { background-position: -128px -112px; }

.ui-icon-zoomout { background-position: -144px -112px; }

.ui-icon-search { background-position: -160px -112px; }

.ui-icon-wrench { background-position: -176px -112px; }

.ui-icon-gear { background-position: -192px -112px; }

.ui-icon-heart { background-position: -208px -112px; }

.ui-icon-star { background-position: -224px -112px; }

.ui-icon-link { background-position: -240px -112px; }

.ui-icon-cancel { background-position: 0 -128px; }

.ui-icon-plus { background-position: -16px -128px; }

.ui-icon-plusthick { background-position: -32px -128px; }

.ui-icon-minus { background-position: -48px -128px; }

.ui-icon-minusthick { background-position: -64px -128px; }

.ui-icon-close { background-position: -80px -128px; }

.ui-icon-closethick { background-position: -96px -128px; }

.ui-icon-key { background-position: -112px -128px; }

.ui-icon-lightbulb { background-position: -128px -128px; }

.ui-icon-scissors { background-position: -144px -128px; }

.ui-icon-clipboard { background-position: -160px -128px; }

.ui-icon-copy { background-position: -176px -128px; }

.ui-icon-contact { background-position: -192px -128px; }

.ui-icon-image { background-position: -208px -128px; }

.ui-icon-video { background-position: -224px -128px; }

.ui-icon-script { background-position: -240px -128px; }

.ui-icon-alert { background-position: 0 -144px; }

.ui-icon-info { background-position: -16px -144px; }

.ui-icon-notice { background-position: -32px -144px; }

.ui-icon-help { background-position: -48px -144px; }

.ui-icon-check { background-position: -64px -144px; }

.ui-icon-bullet { background-position: -80px -144px; }

.ui-icon-radio-on { background-position: -96px -144px; }

.ui-icon-radio-off { background-position: -112px -144px; }

.ui-icon-pin-w { background-position: -128px -144px; }

.ui-icon-pin-s { background-position: -144px -144px; }

.ui-icon-play { background-position: 0 -160px; }

.ui-icon-pause { background-position: -16px -160px; }

.ui-icon-seek-next { background-position: -32px -160px; }

.ui-icon-seek-prev { background-position: -48px -160px; }

.ui-icon-seek-end { background-position: -64px -160px; }

.ui-icon-seek-start { background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first { background-position: -80px -160px; }

.ui-icon-stop { background-position: -96px -160px; }

.ui-icon-eject { background-position: -112px -160px; }

.ui-icon-volume-off { background-position: -128px -160px; }

.ui-icon-volume-on { background-position: -144px -160px; }

.ui-icon-power { background-position: 0 -176px; }

.ui-icon-signal-diag { background-position: -16px -176px; }

.ui-icon-signal { background-position: -32px -176px; }

.ui-icon-battery-0 { background-position: -48px -176px; }

.ui-icon-battery-1 { background-position: -64px -176px; }

.ui-icon-battery-2 { background-position: -80px -176px; }

.ui-icon-battery-3 { background-position: -96px -176px; }

.ui-icon-circle-plus { background-position: 0 -192px; }

.ui-icon-circle-minus { background-position: -16px -192px; }

.ui-icon-circle-close { background-position: -32px -192px; }

.ui-icon-circle-triangle-e { background-position: -48px -192px; }

.ui-icon-circle-triangle-s { background-position: -64px -192px; }

.ui-icon-circle-triangle-w { background-position: -80px -192px; }

.ui-icon-circle-triangle-n { background-position: -96px -192px; }

.ui-icon-circle-arrow-e { background-position: -112px -192px; }

.ui-icon-circle-arrow-s { background-position: -128px -192px; }

.ui-icon-circle-arrow-w { background-position: -144px -192px; }

.ui-icon-circle-arrow-n { background-position: -160px -192px; }

.ui-icon-circle-zoomin { background-position: -176px -192px; }

.ui-icon-circle-zoomout { background-position: -192px -192px; }

.ui-icon-circle-check { background-position: -208px -192px; }

.ui-icon-circlesmall-plus { background-position: 0 -208px; }

.ui-icon-circlesmall-minus { background-position: -16px -208px; }

.ui-icon-circlesmall-close { background-position: -32px -208px; }

.ui-icon-squaresmall-plus { background-position: -48px -208px; }

.ui-icon-squaresmall-minus { background-position: -64px -208px; }

.ui-icon-squaresmall-close { background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }

.ui-icon-grip-solid-vertical { background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }

.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -khtml-border-top-left-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-topleft: 4px/*{cornerRadius}*/;
    -webkit-border-top-left-radius: 4px/*{cornerRadius}*/;
    border-top-left-radius: 4px/*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -khtml-border-top-right-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-topright: 4px/*{cornerRadius}*/;
    -webkit-border-top-right-radius: 4px/*{cornerRadius}*/;
    border-top-right-radius: 4px/*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/;
    -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/;
    border-bottom-left-radius: 4px/*{cornerRadius}*/;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/;
    -moz-border-radius-bottomright: 4px/*{cornerRadius}*/;
    -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/;
    border-bottom-right-radius: 4px/*{cornerRadius}*/;
}

/* Overlays */

.ui-widget-overlay {
    background: #aaaaaa /*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png) /*{bgImgUrlOverlay}*/ 50% /*{bgOverlayXPos}*/ 50% /*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/;
    filter: Alpha(Opacity=30)/*{opacityOverlay}*/;
    opacity: .3;
}

.ui-widget-shadow {
    -khtml-border-radius: 8px/*{cornerRadiusShadow}*/;
    -moz-border-radius: 8px/*{cornerRadiusShadow}*/;
    -webkit-border-radius: 8px/*{cornerRadiusShadow}*/;
    background: #aaaaaa /*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png) /*{bgImgUrlShadow}*/ 50% /*{bgShadowXPos}*/ 50% /*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
    border-radius: 8px/*{cornerRadiusShadow}*/;
    filter: Alpha(Opacity=30)/*{opacityShadow}*/;
    margin: -8px /*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/;
    opacity: .3;
    padding: 8px/*{thicknessShadow}*/;
}
h1, h2, h3,
h4, h5, h6 {
	color: #000;
	margin-bottom: 0;
	padding-bottom: 0;
}

img {
	border: medium none;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 15px;
}

h2 {
	font-size: 1.75em;
	font-weight: normal;
	margin: 0 0 1em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
	font-size: 1em;
}

a:link, a:visited,
a:active, a:hover {
	color: #333;
	cursor: pointer;
	/*outline: none;*/
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

table, table tr, table tr th, table tr td {
	border: 0;
	border-collapse: collapse;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}



input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

a.button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.ui-dialog .ui-dialog-buttonpane button,
body a.disabled:hover {
	background: linear-gradient(to bottom, #ffffff 0, #e7e7e7 100%); /* W3C */
	border: solid 1px #9ca6b1;
	border-left: solid 1px #bec8d3;
	border-radius: 4px;
	border-top: solid 1px #bec8d3;
	box-shadow: 0 1px 1px 0 rgba(156, 166, 177, 0.5);
	color: #333;
	cursor: pointer;
	display: inline-block;

	padding: 6px 10px 6px;
	position: relative;
	text-decoration: none;
	line-height: normal;

	appearance: button;
	margin: 0 8px 0 0;
	vertical-align: middle;
}

a.button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.ui-dialog .ui-dialog-buttonpane button:hover {
	background: #ececec;
}

.ie9 a.button, .ie9 input[type="button"], .ie9 input[type="reset"], .ie9 input[type="submit"], .ui-dialog .ui-dialog-buttonpane button {
}

input[disabled], select[disabled], textarea[disabled], input[readonly], textarea[readonly] {
	color: #909090;
}


a.button-primary,
.button-primary,
input.button-primary,
input.button-primary[type="button"],
input.button-primary[type="reset"],
input.button-primary[type="submit"] {
	background: #bb59ba;
	background: linear-gradient(to bottom, #bb59ba 0, #9b3799 100%);
	border-radius: 6px;
	color: #fff;
	padding-bottom: 8px;
	padding-top: 6px;
}

a.button-primary:hover,
.button-primary:hover,
input.button-primary:hover,
input.button-primary[type="button"],
input.button-primary[type="reset"],
input.button-primary[type="submit"] {
	background: #bb59ba; /* Old browsers */
	background: linear-gradient(to bottom, #bb59ba 0, #9b3799 100%);
	color: #fff;
	text-decoration: underline;
}

a.disabled {
	color: #aeaeae !important;
	cursor: default;
	text-decoration: none;
}

.admin-theme a.button-primary,
.admin-theme .button-primary,
.admin-theme input.button-primary,
.admin-theme input.button-primary[type="button"],
.admin-theme input.button-primary[type="reset"],
.admin-theme input.button-primary[type="submit"] {
	background: #7ea525; /* Old browsers */
	background: linear-gradient(to bottom, #7ea525 0, #377509 100%);
	color: #fff;
	text-decoration: none;
}

.admin-theme a.button-primary:hover,
.admin-theme .button-primary:hover,
.admin-theme input.button-primary:hover {
	color: #fff;
	text-decoration: underline;
}


/* IE fix */

*[hidden] {
	display: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.wizTable th {
	font-size: 1em;
	font-weight: bold;
}


.wizardBackground {
	height: 300px;
	margin-bottom: 10px;
	padding: 0;
	width: 910px;
}

	.wizardBackground .stepContainer {
		border: 0 solid #CCC;
		clear: both;
		display: block;
		height: 290px;
		margin: 0;
		overflow: hidden;
		padding: 0;
		position: relative;
		width: 910px;
	}

		.wizardBackground .stepContainer div.content {
			-moz-border-radius: 5px;
			-ms-border-radius: 5px;
			-webkit-border-radius: 5px;
			background-color: #c3c8ce;
			border: 1px solid #000;
			border-radius: 5px;
			clear: both;
			color: #5A5655;
			display: block;
			float: left;
			font: normal 12px Verdana, Arial, Helvetica, sans-serif;
			height: 276px;
			margin: 0;
			overflow: visible;
			padding: 5px;
			position: absolute;
			text-align: left;
			width: 898px;
			z-index: 88;
		}

	.wizardBackground div.actionBar {
		clear: both;
		display: block;
		float: right;
		margin: -50px 0 0 0;
		overflow: auto;
		position: relative;
		z-index: 88;
	}

	.wizardBackground .stepContainer .StepTitle {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color: #E0E0E0;
		border: 1px solid #E0E0E0;
		clear: both;
		color: #5A5655;
		display: block;
		font: bold 16px Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 5px;
		position: relative;
		text-align: left;
		z-index: 88;
	}

	.wizardBackground ul.anchor {
		background: transparent;
		border: 0 solid #CCCCCC;
		clear: both;
		display: block;
		float: left;
		list-style: none;
		margin: 10px 0;
		padding: 0;
		position: relative;
	}

		.wizardBackground ul.anchor li {
			border: 0 solid #E0E0E0;
			display: block;
			float: left;
			margin: 0;
			padding: 0;
			padding-left: 3px;
			padding-right: 3px;
			position: relative;
		}


			.wizardBackground ul.anchor li a {
				-moz-border-radius: 5px;
				-ms-border-radius: 5px;
				-webkit-border-radius: 5px;
				border-radius: 5px;
				display: block;
				float: left;
				height: 20px;
				margin: 0;
				outline-style: none;
				padding: 3px;
				position: relative;
				text-decoration: none;
				z-index: 99;
			}

				.wizardBackground ul.anchor li a .stepNumber {
					float: left;
					font: bold 45px Verdana, Arial, Helvetica, sans-serif;
					padding: 5px;
					padding-top: 0;
					position: relative;
					text-align: center;
					width: 30px;
				}

				.wizardBackground ul.anchor li a .stepDesc {
					display: block;
					float: left;
					font: bold 20px Verdana, Arial, Helvetica, sans-serif;
					padding: 5px;
					position: relative;
					text-align: left;
				}

					.wizardBackground ul.anchor li a .stepDesc small {
						font: normal 12px Verdana, Arial, Helvetica, sans-serif;
					}

				.wizardBackground ul.anchor li a.selected {
					background: #c3c8ce;
					border: 1px solid #000000;
					color: #F8F8F8;
					cursor: text;
				}

					.wizardBackground ul.anchor li a.selected:hover {
						background: #c3c8ce;
						color: #5A5655;
					}

				.wizardBackground ul.anchor li a.done {
					background: #8b8888;
					border: 1px solid #000000;
					color: #FFF;
					position: relative;
					z-index: 99;
				}

					.wizardBackground ul.anchor li a.done:hover {
						background: #8b8888;
						border: 1px solid #5A5655;
						color: #5A5655;
					}

				.wizardBackground ul.anchor li a.disabled {
					background: #F8F8F8;
					border: 1px solid #CCC;
					color: #CCCCCC;
					cursor: text;
				}

					.wizardBackground ul.anchor li a.disabled:hover {
						background: #F8F8F8;
						color: #CCCCCC;
					}

				.wizardBackground ul.anchor li a.error {
					background: #f08f75 !important;
					border: 1px solid #fb3500 !important;
					color: #6c6c6c !important;
				}

					.wizardBackground ul.anchor li a.error:hover {
						color: #000 !important;
					}

	.wizardBackground .buttonNext {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color: #5A5655;
		border: 1px solid #5A5655;
		color: #FFF;
		display: block;
		float: right;
		font: bold 13px Verdana, Arial, Helvetica, sans-serif;
		margin: 5px 3px 0 3px;
		outline-style: none;
		padding: 5px;
		text-align: center;
		text-decoration: none;
		width: 100px;
	}

	.wizardBackground .buttonDisabled {
		background-color: #CCCCCC !important;
		border: 1px solid #CCCCCC !important;
		color: #F8F8F8 !important;
		cursor: text;
		visibility: hidden;
	}

	.wizardBackground .buttonPrevious {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color: #5A5655;
		border: 1px solid #5A5655;
		color: #FFF;
		display: block;
		float: right;
		font: bold 13px Verdana, Arial, Helvetica, sans-serif;
		margin: 5px 3px 0 3px;
		outline-style: none;
		padding: 5px;
		text-align: center;
		text-decoration: none;
		visibility: hidden;
		width: 100px;
	}

	.wizardBackground .buttonFinish {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color: #5A5655;
		border: 1px solid #5A5655;
		color: #FFF;
		display: block;
		float: right;
		font: bold 13px Verdana, Arial, Helvetica, sans-serif;
		margin: 5px 150px 0 3px;
		outline-style: none;
		padding: 5px;
		text-align: center;
		text-decoration: none;
		width: 100px;
	}

	.wizardBackground .buttonSequence {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color: #5A5655;
		border: 1px solid #5A5655;
		bottom: 16px;
		color: #FFF;
		display: block;
		float: right;
		font: bold 13px Verdana, Arial, Helvetica, sans-serif;
		outline-style: none;
		padding: 5px;
		position: absolute;
		right: 21px;
		text-align: center;
		text-decoration: none;
		width: 100px;
	}

.txtBox {
	border: 1px solid #CCCCCC;
	color: #5A5655;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 430px;
}

	.txtBox:focus {
		border: 1px solid #EA8511;
	}

.wizardBackground .loader {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FFF url(../../images/loader.gif) no-repeat 5px;
	border: 1px solid #FFD700;
	color: #5A5655;
	display: none;
	float: left;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 2px 0 0 2px;
	padding: 8px 10px 8px 40px;
	position: relative;
	z-index: 998;
}

.wizardBackground .msgBox {
	-moz-border-radius: 5px;
	-moz-min-width: 200px;
	-ms-min-width: 200px;
	-o-min-width: 200px;
	-webkit-border-radius: 5px;
	-webkit-min-width: 200px;
	background-color: #FFFFDD;
	border: 1px solid #FFD700;
	color: #5A5655;
	display: none;
	float: left;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 4px 0 0 5px;
	min-width: 200px;
	padding: 5px;
	position: relative;
	z-index: 999;
}

	.wizardBackground .msgBox .content {
		float: left;
		font: normal 12px Verdana, Arial, Helvetica, sans-serif;
		padding: 0;
	}

	.wizardBackground .msgBox .close {
		-ms-border-radius: 3px;
		border: 1px solid #CCC;
		border-radius: 3px;
		color: #CCC;
		display: block;
		float: right;
		margin: 0 0 0 5px;
		outline-style: none;
		padding: 0 2px 0 2px;
		position: relative;
		text-align: center;
		text-decoration: none;
	}

		.wizardBackground .msgBox .close:hover {
			border: 1px solid #EA8511;
			color: #EA8511;
		}

.dateTimeSelect {
	float: left;
	margin-right: 4px;
	margin-top: 4px;
	width: 110px;
}

.dateSelect {
	float: left;
	margin-right: 4px;
	margin-top: 4px;
	width: 125px;
}

.dateContainer {
	margin-top: 2px;
	position: relative;
}

.smallmap {
	border: 1px solid #ccc;
	height: 256px;
	width: 512px;
}

.mediummap {
	height: 430px;
	position: relative;
	width: 836px;
}

.largemap {
	height: 100%;
	position: relative;
	width: 836px;
}

.controlHolder {
	-ms-border-radius: 5px;
	background-color: #EBECEE;
	border: 1px solid black;
	border-radius: 5px;
	height: 55%;
	left: 10px;
	position: absolute;
	top: 50px;
	width: 75px;
	z-index: 999;
}

.olControlPanZoomBar {
	margin: 50px 0 0 10px;
}

.controlHolder li {
	list-style: none;
}

.controlHolder img {
	float: right;
	padding: 5px;
	z-index: 1000;
}


.mapInfoHolder {
	color: red;
	font-size: 2em;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 100%;
	z-index: 1000;
}

.bigmap {
	border: 1px solid #ccc;
	height: 400px;
	width: 800px;
}

.olPopup, div[id$='popup_GroupDiv'], .olPopupContent {
	background-color: transparent !important;
	overflow: visible !important;
}


.map-popup-content .closed {
	display: none;
}

.map-popup-content .opened {
	display: block;
}

#login {
	display: block;
	font-size: .85em;
	margin-top: 20px;
	text-align: right;
}

	#login a {
		background-color: #d3dce0;
		margin-left: 10px;
		margin-right: 3px;
		padding: 2px 3px;
		text-decoration: none;
	}

		#login a.username {
			background: none;
			margin-left: 0;
			text-decoration: underline;
		}

	#login li {
		display: inline;
		list-style: none;
	}

/*
NOTE: if this bold style is actually needed, find a way to skip it on ".k-button > span.label" elements. 
.label {
    font-weight: 700;
}*/

.featured {
	background-color: #fff;
}

	.featured .content-wrapper {
		background-color: #7ac0da;
		background-image: -ms-linear-gradient(left, #7AC0DA 0, #A4D4E6 100%);
		background-image: -o-linear-gradient(left, #7AC0DA 0, #A4D4E6 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7AC0DA), color-stop(1, #A4D4E6));
		background-image: -webkit-linear-gradient(left, #7AC0DA 0, #A4D4E6 100%);
		background-image: linear-gradient(to right, #7AC0DA 0, #A4D4E6 100%);
		color: #3e5667;
		padding: 20px 40px 30px 40px;
	}

	.featured hgroup.title h1, .featured hgroup.title h2 {
		color: #fff;
	}

	.featured p {
		font-size: 1.1em;
	}

hgroup.title {
	__margin-bottom: 10px;
	margin-top: 0.75em;
	margin-bottom: 1em;
}

	hgroup.title h1, hgroup.title h2 {
		display: inline;
	}

	hgroup.title h2 {
		display: block;
		font-weight: normal;
		margin-bottom: 20px;
	}

section.feature {
	float: left;
	padding: 10px;
	width: 300px;
}

#loginForm {
	border-right: solid 2px #c8c8c8;
	float: left;
	width: 45%;
}

	#loginForm .validation-error {
		display: block;
		margin-left: 15px;
	}

#socialLoginForm {
	float: left;
	margin-left: 40px;
	width: 50%;
}

.contact h3 {
	font-size: 1.2em;
}

.contact p {
	margin: 5px 0 0 10px;
}

.contact iframe {
	border: solid 1px #333;
	margin: 5px 0 0 10px;
}

.modal-popup {
	font-size: 0.7em;
}

	.modal-popup input[type="text"],
	.modal-popup input[type="password"] {
		width: 90%;
	}

.message-info {
	border: solid 1px;
	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;
}

.success {
	color: #7ac0da;
}

.error {
	color: #e80c4d;
}

.required:after {
	content: " *";
}


.field-validation-error {
	color: #e80c4d;
	/*font-weight: bold;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75rem;
}

.field-validation-valid {
	display: none;
}

#funcContent .field-validation-error {
	display: block;
	margin-left: 220px;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
	border: solid 2px #e80c4d;
}

.toolbox .validation-summary-errors {
	border: solid red 3px;
	font-size: 0.9em;
	margin: 0 5px;
}

	.toolbox .validation-summary-errors ul {
		margin: 0;
		padding: 5px 5px 5px 0;
	}

		.toolbox .validation-summary-errors ul li {
			margin-left: 20px;
		}

.validation-summary-errors {
	color: rgb(128, 0, 0);
	border: 1px solid rgba(255,0,0, 0.2);
	background: rgba(255,0,0, 0.03);
	padding: 0.2em 1.25em;
	font-size: 1.1em;
	margin-bottom: 1em;
}
.validation-summary-errors ul {
	padding-left: 0em;
	list-style: none;
}

.validation-summary-valid {
	display: none;
}

input.input-validation-error:has(~ .field-validation-error) {
	margin-bottom: 0;
}

.field-validation-error {
	display: block;
	margin-top: 0.2rem;
}

th {
	font-weight: normal;
	text-align: left;
}

.Services {
	padding-top: 10px;
}

	.Services .Box {
		background: #fdfdfd; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #fdfdfd 0, #eaeaea 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(100%, #eaeaea)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #fdfdfd 0, #eaeaea 100%); /* Chrome10+,Safari5.1+ */
		background: #fdfdfd; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #fdfdfd 0, #eaeaea 100%); /* FF3.6+ */
		color: #000;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eaeaea', GradientType=0); /* IE6-8 */
		float: left;
		margin-bottom: 8px;
		margin-right: 10px;
		padding: 0;
	}

	.Services .Heading-box {
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-webkit-border-radius: 4px;
		background: #f9f9f9;
		border: solid 1px #d9d9d9;
		border-bottom: solid 1px #c4c4c4;
		border-radius: 4px;
		border-right: solid 1px #c4c4c4;
		color: #000;
		margin: 0 0 5px;
		padding: 12px 10px 15px 10px;
	}

	.Services .Box .Box-heading {
		border: solid 1px #d9d9d9;
		border-bottom: solid 1px #c4c4c4;
		border-left: solid 5px #D97ECB;
		border-right: solid 1px #c4c4c4;
		font-size: 1.5em;
		border-radius: 6px;
		font-weight: normal;
		line-height: 1.2em;
		width: 600px;
		padding: 2px 0px 0px 0px;
		margin: 0;
	}

.admin-theme .Services .Box .Box-heading {
	border-left: solid 5px #89ac48;
}

.Services .Box .Content {
	display: none;
}

.Services .Box .Box-heading span {
	display: block;
	margin: 0 10px;
	border-radius: 6px;
}

.Services .img-holder {
	display: block;
	margin: 0 !important;
	padding: 5px 0;
	text-align: center;
}

	.Services .img-holder img {
		border: solid 1px #f2f2f2;
		border-left: solid 1px #c3c3c3;
		border-top: solid 1px #c3c3c3;
	}

.Services .Box a:link,
.Services .Box a:visited,
.Services .Box a:hover {
	color: #000;
	display: table-cell;
	height: 50px;
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
	min-height: 40px;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 4px;
	width: 595px;
}

.Services .Box a:hover {
	background: #f9eaf6; /* Old browsers */
	background: #f9eaf6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZWFmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWRmZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f9eaf6 0, #f5dff2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9eaf6), color-stop(100%, #f5dff2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9eaf6 0, #f5dff2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9eaf6 0, #f5dff2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9eaf6 0, #f5dff2 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9eaf6', endColorstr='#f5dff2', GradientType=0); /* IE6-8 */
	text-decoration: underline;
}

.admin-theme .Services a:hover {
	background: #d8eeb9; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZWViOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYmUxOTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d8eeb9 0, #bbe191 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d8eeb9), color-stop(100%, #bbe191)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d8eeb9 0, #bbe191 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d8eeb9 0, #bbe191 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d8eeb9 0, #bbe191 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d8eeb9 0, #bbe191 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8eeb9', endColorstr='#bbe191', GradientType=0); /* IE6-8 */
}

.Services a span {
	display: block;
	padding: 25px 10px 10px 95px;
}

.popupTable {
	border-collapse: collapse;
	border-left-color: #D7D5CC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #D7D5CC;
	border-right-style: solid;
	border-right-width: 1px;
	clear: both;
	float: left;
	font-family: 'Segoe UI';
	margin-bottom: 8px;
	width: 100%;
}

	.popupTable th {
		background-color: #D7D5CC;
		font-weight: 700;
		padding: 5px;
		text-align: left;
	}

	.popupTable td {
		border-bottom: 1px solid #D7D5CC;
		padding: 5px;
	}

.autoSearchActive {
	background-color: #cf0000 !important;
}

#searchResults {
	min-height: 21px;
	overflow: hidden;
	padding: 3px;
	width: 210px;
}

.mMeta {
	float: right;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}

	.mMeta label {
		display: block;
		margin: 0 0 0.2em;
		padding: 0;
	}

fieldset.mMeta {
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: url(../../images/fieldset-bg-gradient.png) 0 100% repeat-x #e9f6fa;
	border: solid 1px #d9d9d9;
	border-bottom: solid 1px #c4c4c4;
	border-radius: 4px;
	border-right: solid 1px #c4c4c4;
	padding: 12px 20px 0 20px;
}

legend span.mMeta {
	font-size: 1.1em;
	font-weight: normal;
	padding-bottom: 2px;
}

*[hidden] {
	display: none;
}

.timelimitlist label {
	display: block;
}



table .width-50 {
	max-width: 50px;
	width: auto !important;
	width: 50px;
}

table .width-75 {
	max-width: 75px;
	width: auto !important;
	width: 75px;
}

table .width-100 {
	max-width: 100px;
	width: auto !important;
	width: 100px;
}

table .width-150 {
	max-width: 150px;
	width: auto !important;
	width: 150px;
}

table .width-200 {
	max-width: 200px;
	width: auto !important;
	width: 200px;
}

table .width-250 {
	max-width: 250px;
	width: auto !important;
	width: 250px;
}

table .width-300 {
	max-width: 300px;
	width: auto !important;
	width: 300px;
}

table .width-350 {
	max-width: 350px;
	width: auto !important;
	width: 350px;
}

table .width-400 {
	max-width: 400px;
	width: auto !important;
	width: 400px;
}

table .width-450 {
	max-width: 450px;
	width: auto !important;
	width: 450px;
}

table .width-500 {
	max-width: 500px;
	width: auto !important;
	width: 500px;
}

table .cell-width {
	-moz-text-overflow: ellipsis;
	overflow: hidden !important;
	text-overflow: ellipsis;
}

.adminDataBox {
	clear: both;
	margin-bottom: 10px;
}

	.adminDataBox a {
		text-decoration: none;
	}

		.adminDataBox a:hover {
			color: #000;
			text-decoration: underline;
		}

		.adminDataBox a[disabled]:hover {
			background: #c3c3c3;
			color: #ffffff;
			cursor: default;
			text-decoration: none;
		}

		.adminDataBox a[disabled]:link {
			background: #c3c3c3;
			color: #ffffff;
			cursor: default;
			text-decoration: none;
		}

	.adminDataBox > h3 {
		font-size: 1.5em;
	}

		.adminDataBox > h3:first-child {
			border-left: solid 5px #D97ECB;
			display: block;
			font-weight: normal;
			margin: 0;
			padding: 0;
		}

.admin-theme .adminDataBox > h3:first-child {
	border-left: solid 5px #89ac48;
}

	.admin-theme .adminDataBox > h3:first-child a {
		color: #000000;
	}
/* Ogu change from #4e8027 to #000000 2015-02-26 */

.adminDataBox > h3:first-child a {
	background: #fdfdfd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fdfdfd 0, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(100%, #eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdfdfd 0, #eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdfdfd 0, #eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdfdfd 0, #eaeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fdfdfd 0, #eaeaea 100%); /* W3C */
	border-bottom: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	border-top: solid 1px #ececec;
	color: #8f3a8c;
	display: block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eaeaea', GradientType=0); /* IE6-8 */
	height: auto !important;
	height: 35px;
	line-height: 35px;
	margin: 0 0 0;
	min-height: 35px;
	padding: 5px 10px;
	text-decoration: none;
}

.ie9 .adminDataBox > h3:first-child a {
	filter: none;
}

.adminDataBox h3:first-child a:hover {
	background: #f9eaf6; /* Old browsers */
	background: #f9eaf6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZWFmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWRmZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f9eaf6 0, #f5dff2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9eaf6), color-stop(100%, #f5dff2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9eaf6 0, #f5dff2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9eaf6 0, #f5dff2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9eaf6 0, #f5dff2 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9eaf6', endColorstr='#f5dff2', GradientType=0); /* IE6-8 */
	text-decoration: underline;
}

.admin-theme .adminDataBox > h3:first-child a:hover {
	background: #d8eeb9; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZWViOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYmUxOTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d8eeb9 0, #bbe191 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d8eeb9), color-stop(100%, #bbe191)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d8eeb9 0, #bbe191 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d8eeb9 0, #bbe191 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d8eeb9 0, #bbe191 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d8eeb9 0, #bbe191 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8eeb9', endColorstr='#bbe191', GradientType=0); /* IE6-8 */
}

.adminDataBox h3:first-child a > span {
	background: url(../../images/sprite-icons.png) 100% 8px no-repeat transparent;
	display: block;
}

.adminDataBox h3 a .small {
	font-size: 13px;
}

.adminDataBox.expanded > h3 a {
	border-bottom: none;
	margin: 0;
}

.adminDataBox.expanded > h3:first-child a span {
	background-position: 100% -94px;
}

.adminDataBox.light a {
	color: #7C2F74;
}

.adminDataBox fieldset.width-60 {
	width: 60%;
}

.adminDataBox > .content {
	background: #fff;
	border: 5px solid #f1d9f1;
	border-top: 0;
	display: none;
	margin: 0 0 20px 0;
	padding: 5px 5px 10px;
}

.admin-theme .adminDataBox > .content {
	border: solid 5px #a9d873;
	border-top: 0;
	color: #000;
}

.adminDataBox.light .content {
	border-color: #DFDFDF;
}

.adminDataBox.expanded .content {
	display: block;
}

.adminDataBox .dataTable, #div-createupdate .verifications {
	clear: both;
	width: 100%;
}

	.adminDataBox .dataTable.history {
		display: none;
		width: 28%;
	}

		.adminDataBox .dataTable.history.expanded {
			display: block;
		}

	.adminDataBox .dataTable th, #div-createupdate .verifications th {
		background: #fff;
		font-weight: bold;
		line-height: 1em;
		padding: 8px 0 8px 0;
	}

	.adminDataBox .dataTable td, #div-createupdate .verifications td {
		padding: 5px 0;
	}

	.adminDataBox .dataTable tr td, #div-createupdate .verifications tr td {
		background: #eee;
		background: #f2f2f2;
		border-top: solid 2px #fff;
	}

	.adminDataBox .dataTable th, .adminDataBox .dataTable td, #div-createupdate .verifications th, #div-createupdate .verifications td {
		padding-left: 15px;
	}

		.adminDataBox .dataTable th:last-child, .adminDataBox .dataTable td:last-child {
			padding-right: 15px;
		}

.adminDataBox tbody.noRowBg tr td {
	background: transparent;
}

/* ReSharper disable once CssBrowserCompatibility */

.adminDataBox tbody.noRowBg tr:nth-child(2n) td {
	background: transparent;
}

.adminDataBox .dataTable tr th.big {
	color: #456d1b;
	font-size: 1.2em;
	padding: 25px 0 5px 15px;
}

.adminDataBox .input,
.adminDataBox textarea,
.adminDataBox tbody.onlyTxtInput input {
	background: #eeeeee;
	border: 0;
	color: #2a2a2a;
	margin: 0;
	padding: 8px 10px;
}

.adminDataBox tbody.xtraBigInput input {
	width: 200px;
}

.adminDataBox textarea {
	height: 150px;
	width: 450px;
}

.adminDataBox .input.size-s {
	width: 25px;
}

.adminDataBox .dataTable .center {
	text-align: center;
}

.adminDataBox .dataTable .right {
	text-align: right;
}

.adminDataBox .dataTable .actions {
	padding-right: 15px;
	white-space: nowrap;
	width: 10px;
}

.adminDataBox .dataTable th.activity {
	width: 100%;
}

.adminDataBox .dataTable th.actions {
	width: 10px;
}

.adminDataBox .dataTable th.status {
	width: 10px;
}

.adminDataBox .dataTable th.creaded {
	width: 10px;
}

.adminDataBox .dataTable td span.time {
	white-space: nowrap;
}

.adminDataBox.light .dataTable .actions {
	color: #7C2F74;
}

.adminDataBox .dataTable .actions a {
	font-size: 0.91em;
	margin-left: 5px;
	position: relative;
}

.adminDataBox .dataTable .actions.block a {
	display: block;
}

.adminDataBox .dataTable .actions a:hover {
	font-size: 0.91em;
}


.adminDataBox .dataTable tr.sub-content > td {
	border: none;
	margin: 0;
	padding: 0;
}

.adminDataBox .dataTable tr.sub-content td > div {
	background: #f1d9f1;
	border: solid 4px #fff;
	border-bottom-width: 10px;
	border-top: none;
	border-top: none;
	display: block;
}

	.adminDataBox .dataTable tr.sub-content td > div > table {
		border: solid 5px #f1d9f1;
		border-top: none;
	}

.adminDataBox .dataTable tr.sub-content .paging {
	background-color: #f1d9f1;
}

.admin-theme .adminDataBox .dataTable tr.sub-content td > div {
	background: #a9d873;
}

	.admin-theme .adminDataBox .dataTable tr.sub-content td > div > table {
		border: solid 5px #a9d873;
		border-top: none;
	}

.admin-theme .adminDataBox .dataTable tr.sub-content .paging {
	background-color: #a9d873;
}


.adminDataBox .dataTable .colorScale tr td div {
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #ccc;
	border-radius: 3px;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
	width: 32px;
}

.adminDataBox .dataTable .colorScale input.colorcode {
	font-family: monospace;
	width: 60px;
}

.adminDataBox .dataTable .colorScale input.micsvh {
	font-family: monospace;
	text-align: right;
	width: 70px;
}

.adminDataBox .dataTable.fixesColumnSize {
	width: auto;
}

.adminDataBox .actionBox,
.adminUserAdministrationMiniMenu,
.tab-content .actionBox {
	list-style-type: none;
	margin: 20px 0 20px;
	padding: 0;
}

.adminDataBox .sub-content .actionBox {
	margin: 5px 0 5px 5px;
}

.adminUserAdministrationMiniMenu {
	margin: 0;
	padding: 0;
}

	.adminDataBox .actionBox li,
	.adminUserAdministrationMiniMenu li {
		display: inline;
	}


		.adminDataBox .actionBox li a.horizontal {
			border-right: 1px solid #456d1b;
			color: #456d1b;
			display: inline;
			float: none;
			font-size: 0.91em;
			line-height: .9em;
			margin: 0 8px 0 0;
			padding: 0 8px 0 0;
			text-decoration: none;
			text-transform: uppercase;
		}

		.adminDataBox .actionBox li a,
		.adminUserAdministrationMiniMenu li a {
			font-size: 0.9em;
			line-height: 1em;
			margin: 0 8px 0 0;
			text-decoration: none;
			width: auto;
		}

			.adminDataBox .actionBox li a.button-primary,
			.adminUserAdministrationMiniMenu li a.button-primary {
				font-size: 1em;
			}

.adminDataBox.light .actionBox li a {
	border-color: #7C2F74;
	color: #7C2F74;
}

.adminDataBox .actionBox li a.active,
.adminUserAdministrationMiniMenu li a.active {
	color: #000;
	cursor: default;
}


.adminDataBox .paging {
	display: none;
	font-size: 0.9em;
}

.adminDataBox.expanded .paging {
	display: block;
}

	.adminDataBox.expanded .paging a.directionnav {
		display: inline;
	}

	.adminDataBox.expanded .paging input.pageamount {
		width: 25px;
	}

.adminDataBox.expanded .paging {
	background: url(../../images/box-expanded-shadow.png) 0 0 repeat-x #f1d9f1;
	margin: 0;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: lowercase;
}

.admin-theme .adminDataBox.expanded .paging {
	background-color: #a9d873;
	color: #000;
}

.adminDataBox .paging a:hover {
	text-decoration: underline;
}

.adminDataBox .paging input {
	margin: 0;
	padding: 2px 5px;
}

.adminDataBox .paging label {
	font-weight: bold;
}

.adminDataBox .paging > span {
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}

	.adminDataBox .paging > span:first-child {
		display: block;
		float: left;
		margin-top: 2px;
	}

		.adminDataBox .paging > span:first-child .heading {
			font-size: 1.2em;
			font-weight: bold;
			margin-right: 20px;
			text-transform: none;
		}

		.adminDataBox .paging > span:first-child a {
			font-weight: normal;
			margin-left: 10px;
		}

			.adminDataBox .paging > span:first-child a span {
				margin-left: 2px;
			}

.adminDataBox .paging .search-filter {
	display: block;
	float: right;
	margin-right: 0;
	margin-top: 0;
}

.adminDataBox .search-filter span {
	float: left;
	margin-left: 15px;
}

#div-createupdate .content {
	width: 100%;
}

	#div-createupdate .content > div {
		background: #eee;
		background: #f1f1f1;
		margin: 0;
		margin-bottom: 2px;
		overflow: auto;
		padding: 5px 15px;
	}

		#div-createupdate .content > div > div,
		#div-createupdate .content > div > div > div {
			margin: 0;
			min-height: 10px;
			padding: 0;
		}

#div-createupdate #fileAttachmentsForms {
	background: transparent;
	display: inline-block;
	padding: 0;
}

#div-createupdate .buttons {
	list-style-type: none;
	margin: 15px 0 0;
	padding: 0;
}

	#div-createupdate .buttons ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#div-createupdate .buttons li {
		display: inline;
	}

#div-createupdate .relation select {
	display: block;
	margin: 10px 0 10px 0;
	width: 250px;
}

#div-createupdate .relation a {
	border-right: 1px solid #456d1b;
	color: #456d1b;
	font-size: 0.91em;
	line-height: .9em;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
	text-decoration: none;
	text-transform: uppercase;
}

#div-status {
	text-align: center;
}

	#div-status b {
		display: block;
		padding: 25px 0 25px 0;
	}

#nuclidePopup {
	overflow: hidden;
}

	#nuclidePopup .content {
		height: 206px;
		margin-top: 20px;
		overflow-y: scroll;
	}

	#nuclidePopup .footer {
		border-top: solid 5px #f1d9f1;
		margin-top: 10px;
		padding-top: 10px;
		text-align: center;
	}

		#nuclidePopup .footer div {
			padding-top: 10px;
		}

	#nuclidePopup #showAllNuclides {
		font-weight: bold;
		text-decoration: underline;
	}


.adminSearchBox {
	background: #365B0B;
	height: 43px;
	margin: 0 0 7px 0;
}

	.adminSearchBox .title,
	.adminSearchBox input {
		float: left;
	}

	.adminSearchBox .title {
		line-height: 1em;
		text-transform: uppercase;
		width: 210px;
	}

		.adminSearchBox .title h3 {
			color: #f7f7f7;
			font-weight: normal;
			margin: 0;
			margin: 8px 0 5px 7px;
			padding: 0;
		}

		.adminSearchBox .title span {
			color: #b9b9b9;
			display: block;
			font-size: 0.9em;
			margin: 0 0 0 7px;
		}

			.adminSearchBox .title span a {
				color: #b9b9b9;
				display: block;
			}

				.adminSearchBox .title span a:hover {
					background: transparent;
					text-decoration: none;
				}

	.adminSearchBox input {
		-moz-box-shadow: inset 0 0 6px 0 #000000;
		-moz-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.6);
		/* ReSharper disable once RequiresFallbackColor */
		-ms-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.6);
		-webkit-box-shadow: inset 0 0 6px 0 #000000;
		-webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.6);
		background: #46760e;
		border: 0;
		border: 1px solid #416d0d;
		box-shadow: inset 0 0 6px 0 #000000;
		box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.6);
		color: #fff;
		height: 41px;
		margin: 0;
		padding: 0 0 0 15px;
		width: 683px;
	}

.adminDataBox .link-button {
	background: transparent;
	border: 0;
	color: #456d1b;
	cursor: pointer;
	display: inline;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

	.adminDataBox .link-button:hover {
		color: #000;
	}



#div-createupdate {
	max-height: 400px;
	width: 650px;
}

.ui-dialog .ui-dialog-buttonpane {
	border: none;
	padding-top: 0;
}

	.ui-dialog .ui-dialog-buttonpane button span {
		padding: 0;
	}



.pagination {
	height: auto;
	margin: 0;
}

	.pagination ul {
		-moz-border-radius: 0;
		-moz-box-shadow: none;
		-ms-border-radius: 0;
		-ms-box-shadow: 0;
		-webkit-border-radius: 0;
		-webkit-box-shadow: none;
		border-radius: 0;
		box-shadow: none;
		display: block;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		.pagination ul li a {
			-moz-border-radius: 0;
			-ms-border-radius: 0;
			-webkit-border-radius: 0;
			border: 0;
			border-radius: 0;
		}

.adminDataBox .pagination ul li a {
	margin: 0;
}

.pagination .active a {
	background: transparent;
	font-weight: bold;
}

.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover .adminDataBox .pagination .disabled span, .adminDataBox .pagination .disabled a, .adminDataBox .pagination .disabled a:hover {
	background: transparent;
	color: #000;
	cursor: default;
}

.adminDataBox .link-button {
	background: transparent;
	border: 0;
	color: #456d1b;
	cursor: pointer;
	display: inline;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

	.adminDataBox .link-button:hover {
		color: #000;
	}

.pagination {
	height: auto;
	margin: 0;
}

	.pagination ul {
		-moz-border-radius: 0;
		-moz-box-shadow: none;
		-ms-border-radius: 0;
		-ms-box-shadow: 0;
		-webkit-border-radius: 0;
		-webkit-box-shadow: none;
		border-radius: 0;
		box-shadow: none;
		display: block;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		.pagination ul li a {
			-moz-border-radius: 0;
			-ms-border-radius: 0;
			-webkit-border-radius: 0;
			border: 0;
			border-radius: 0;
		}

.adminDataBox .pagination ul li a {
	margin: 0;
}

.pagination .active a {
	background: transparent;
	font-weight: bold;
}

.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover .adminDataBox .pagination .disabled span, .adminDataBox .pagination .disabled a, .adminDataBox .pagination .disabled a:hover {
	background: transparent;
	color: #000;
	cursor: default;
}


#userNavigation {
	margin: 0;
	padding: 0;
}

	#userNavigation ul {
		margin: 0;
		padding: 0;
	}

	#userNavigation .userDisabled {
		color: #c7c7c7;
	}


.admin-theme .pageTitle {
	color: #456d1b;
	font-size: 1.4em;
	line-height: 1em;
	margin: 0;
	padding: 10px 0 20px;
}

.admin-theme #header > .container {
	background-image: url(../../images/header_image-adm.png);
}

.admin-theme #userctrl {
	background: #d2dca9; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyZGNhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5N2I0MzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d2dca9 0, #97b435 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d2dca9), color-stop(100%, #97b435)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d2dca9 0, #97b435 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d2dca9 0, #97b435 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d2dca9 0, #97b435 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d2dca9 0, #97b435 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2dca9', endColorstr='#97b435', GradientType=0); /* IE6-8 */
}

.admin-theme #navigation ul li a:hover {
	color: #61952a;
}

.admin-theme #navigation ul li a.active:hover {
	color: #fff;
}

.ajaxLoaderImage {
	background: url(../../images/ajax-loader.gif) no-repeat center center transparent;
}

body .ui-widget-overlay {
	-ms-opacity: .5;
	background: #000 url(../../images/dialog-overlay-bg.png) 50% 50% repeat-x;
	filter: Alpha(Opacity=50);
	opacity: .5;
}

body .ui-dialog .ui-widget-header,
body .ui-dialog .ui-dialog-titlebar {
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	/* ReSharper disable once RequiresFallbackColor */
	-ms-box-shadow: 0 1px 2px 0 rgba(55, 55, 5, 0.5);
	-webkit-box-shadow: 0 1px 2px 0 #373705;
	-webkit-box-shadow: 0 1px 2px 0 rgba(55, 55, 5, 0.5);
	background: #fdfdfd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fdfdfd 0, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(100%, #eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdfdfd 0, #eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdfdfd 0, #eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdfdfd 0, #eaeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fdfdfd 0, #eaeaea 100%); /* W3C */
	border: none;
	border-bottom: solid 1px #c4c4c4;
	border-radius: 0;
	border-right: solid 1px #c4c4c4;
	border-top: solid 1px #ececec;
	box-shadow: 0 1px 2px 0 #373705;
	box-shadow: 0 1px 2px 0 rgba(55, 55, 5, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eaeaea', GradientType=0); /* IE6-8 */
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	position: relative;
	z-index: 33;
}

body .ui-dialog {
	padding: 0;
}

	body .ui-dialog .ui-dialog-content {
		border: solid 5px #f1d9f1;
		margin: 0;
		padding: 15px 10px;
	}

body.admin-theme .ui-dialog .ui-dialog-content {
	border: solid 5px #a9d873;
}

body .ui-dialog .ui-dialog-content h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
	background-color: #d8d8d8;
	border: solid 1px #dddddd;
	border-left: solid 1px #b4b4b4;
	border-top: solid 1px #b4b4b4;
}

.buttons .loading {
	color: #000000;
	color: rgba(0, 0, 0, 0.2);
}

	.icon-loading,
	.buttons .loading .icon-loading {
		-ms-background-size: 14px 14px;
		background: url(../images/ajax-loader-small.gif) 50% 50% no-repeat transparent;
		background-size: 14px 14px;
		display: inline-block;
		left: 0;
		top: 0;
		z-index: 222;
	}

	.buttons .loading .icon-loading {
		height: 100%;
		position: absolute;
		width: 100%;
	}

.ui-dialog .ui-dialog-buttonpane {
	background: #fdfdfd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fdfdfd 0, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(100%, #eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdfdfd 0, #eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdfdfd 0, #eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdfdfd 0, #eaeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fdfdfd 0, #eaeaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eaeaea', GradientType=0); /* IE6-8 */
}


fieldset.even-row {
	background: #f6f6f6;
}

.fieldset.even-row {
	background: #f6f6f6;
}

.form-group {
	float: left;
}

	.form-group .buttons {
		margin-top: 10px;
	}

.form-col .form-group {
	clear: both;
	width: 100%;
}

.form-group label {
	display: block;
}

.form-group h2 {
	font-size: inherit;
	font-weight: normal;
	margin: 0 0 8px;
	padding: 0;
}

.form-col.border {
	border-left: 1px solid #e5e5e5;
	padding: 0 0 0 20px;
}

	.form-col.border:first-child {
		border: none;
		padding: 0;
	}

.form-group .inline {
	margin-bottom: 10px;
}

	.form-group .inline > span {
		display: inline-block;
		margin-right: 5px;
		padding-top: 6px;
		vertical-align: top;
	}

	.form-group .inline label {
		padding-top: 6px;
		vertical-align: top;
	}

.form-group .inline {
	vertical-align: middle;
}

	.form-group .inline input,
	.form-group .inline select,
	.form-group .inline textarea {
		margin-top: 0;
		vertical-align: middle;
	}

		.form-group .inline input[type="radio"],
		.form-group .inline input[type="checkbox"] {
			margin-top: 5px;
		}

.form-group input[type="file"] {
	max-width: 95%;
}

.inlineblock {
	margin-left: 15px;
}

	.inlineblock label {
		display: inline-block;
	}

.search-group {
	float: left;
	position: relative;
}

.custom-label {
	position: relative;
}

	.custom-label label {
		color: #929292 !important;
		display: block;
		float: left;
		left: 0;
		padding-top: 6px;
		position: absolute !important;
		top: 0;
		z-index: 200;
	}

.adminDataBox .search-filter span.no-margin {
	margin-left: 0;
}

.tab-content .content {
	padding: 10px;
}

.datatablearea {
	display: none;
}

a.button.btn-search {
	padding-bottom: 2px;
	padding-top: 2px;
}

select.select-search {
	margin-bottom: 2px;
}

.adminDataBox .search-filter span.funcSearchExtension {
	float: none;
}

input.error {
	border: 1px solid red;
}

.pageMessage {
	border: solid 3px #924;
	margin-bottom: 10px;
	padding: 7px;
}

.pageSuccess {
	border: solid 3px green;
	margin-bottom: 10px;
	padding: 7px;
}




#nuclideslist td {
	vertical-align: middle;
}

#nuclideslist input[type="text"] {
	margin: 0;
}

#selnuclideslist {
	width: 99%;
}

#nuclidePopup > .footer {
	text-align: left;
}


.map-search .span12 > .content {
	padding: 20px 5px 10px;
}

.selectWidth1 select {
	max-width: 160px;
}


#exportPopup h2 {
	display: inline-block;
	float: left;
	font-size: 1.5em;
	font-weight: normal;
}

#exportPopup legend.heading {
	display: inline-block;
	float: left;
	width: auto;
}

#exportPopup .button-row {
	float: right;
	margin-left: 20px;
}

#exportPopup legend {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#exportPopup label {
	line-height: 1.2em;
	margin-bottom: 10px;
}

	#exportPopup label span {
		font-size: 0.8em;
	}

#exportPopup .row-fluid {
	clear: both;
}

#exportPopup fieldset,
#exportPopup .fieldset {
	padding: 10px 10px 5px;
}

#exportPopup .radio.inline {
	margin-left: 0;
	margin-right: 10px;
}

#exportPopup .footer {
	margin-top: 10px;
}

#exportPopup .button-row.main-row {
	margin-bottom: 10px;
	margin-top: -8px;
}

.export-content label {
	font-weight: normal;
}



.timeseries {
	background: #fff;
}

.timeseries-wrapper {
	padding: 20px;
}

.timeseries .datatablearea {
	display: block;
}

.timeseries .chart {
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #f9f9f9;
	border: solid 1px #d9d9d9;
	border-bottom: solid 1px #c4c4c4;
	border-radius: 4px;
	border-right: solid 1px #c4c4c4;
	margin-bottom: 30px;
	padding: 10px 20px;
}

	.timeseries .chart .chart-info {
		margin: 10px 0 20px;
	}

.timeseries .chart-info th,
.timeseries .chart-info td {
	border-bottom: solid 2px #aaa;
	padding: 4px 10px;
}

.timeseries .chart-info th {
	font-weight: bold;
}

.timeseries .chart-info td {
	border-bottom: none;
}

.timeseries .chart img {
	height: auto;
	max-width: 100%;
}

.timeseries .chart fieldset {
	border: none;
	margin: 0 0 10px;
	padding: 0;
}

.timeseries fieldset table {
	clear: both;
}

.timeseries .button-row {
	clear: both;
}

#paramsTable tr:first-child th {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	padding: 0 0 5px;
}

#paramsTable th,
#paramsTable td {
	padding: 5px 0;
}

#paramsTable th {
	font-weight: bold;
	padding-right: 15px;
}

.timeseries .hidden-text {
	height: 1px;
	overflow: hidden;
	position: absolute;
	text-indent: 333px;
	width: 1px;
}

#paramsTable .field-validation-error {
	clear: both;
	display: block;
}

#paramsTable .dateSelect {
	width: 40px;
}

	#paramsTable .dateSelect.hasDatepicker {
		width: 80px;
	}

#paramsTable .dateSelect,
#paramsTable button {
	float: left;
}

.geo-icon {
	color: #0066ff;
	font-size: 24px;
	padding: 1px 2px 1px 0;
}

@font-face {
	font-family: "ssm-geometry";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/ssm-geometry.eot");
	src: url("../fonts/ssm-geometry.eot?#iefix") format("embedded-opentype"), url("../fonts/ssm-geometry.ttf") format("truetype"), url("../fonts/ssm-geometry.svg#ssm-geometry") format("svg"), url("../fonts/ssm-geometry.woff") format("woff");
}

[data-icon]:before {
	-moz-font-variant: normal !important;
	-moz-osx-font-smoothing: grayscale;
	-moz-speak: none;
	-ms-font-variant: normal !important;
	-ms-speak: none;
	-o-font-variant: normal !important;
	-o-speak: none;
	-webkit-font-smoothing: antialiased;
	-webkit-font-variant: normal !important;
	-webkit-speak: none;
	content: attr(data-icon);
	font-family: "ssm-geometry" !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	line-height: 1;
	speak: none;
	text-transform: none !important;
}

[class^="ssm-icon-geo-"]:before,
[class*=" ssm-icon-geo-"]:before {
	-moz-font-variant: normal !important;
	-moz-osx-font-smoothing: grayscale;
	-moz-speak: none;
	-ms-font-variant: normal !important;
	-ms-speak: none;
	-o-font-variant: normal !important;
	-o-speak: none;
	-webkit-font-smoothing: antialiased;
	-webkit-font-variant: normal !important;
	-webkit-speak: none;
	font-family: "ssm-geometry" !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	line-height: 1;
	speak: none;
	text-transform: none !important;
}


.ssm-icon-geo-circle:before {
	content: "c";
}

.ssm-icon-geo-square:before {
	content: "s";
}

.ssm-icon-geo-triangle-down:before {
	content: "d";
}

.ssm-icon-geo-triangle-up:before {
	content: "u";
}

.wideTable {
	clear: both;
	float: left;
	width: 100%;
}

.mResultTable {
	border-bottom: solid 1px #ebebeb;
	border-collapse: collapse;
	clear: both;
	float: left;
	width: 100%;
}

	.mResultTable caption {
		position: absolute;
		visibility: hidden;
	}

	.mResultTable th,
	.mResultTable td {
		border: solid 1px #ebebeb;
		border-bottom: none 0;
		padding: 2px;
		position: relative;
	}

	.mResultTable td {
		padding-top: 10px;
	}

	.mResultTable th {
		background: #e7ebef; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZWJlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #e7ebef 0, #d8d8d8 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e7ebef), color-stop(100%, #d8d8d8)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #e7ebef 0, #d8d8d8 100%); /* Chrome10+,Safari5.1+ */
		background: #e7ebef; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZWJlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #e7ebef 0, #d8d8d8 100%); /* FF3.6+ */
		border: solid 1px #b1b1b1;
		border: solid 1px #fff;
		border-bottom: solid 1px #a6a8aa;
		border-top: none;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7ebef', endColorstr='#d8d8d8', GradientType=0); /* IE6-8 */
		vertical-align: middle;
	}

		.mResultTable th span {
			display: block;
			font-size: 0.9em;
			font-weight: normal;
		}

		.mResultTable th.tDate {
			-moz-border-radius-topleft: 6px;
			-ms-border-radius: 6px 0 0 0;
			-webkit-border-radius: 6px 0 0 0;
			border-left: none;
			border-radius: 6px 0 0 0;
		}

		.mResultTable th.tComment {
			-moz-border-radius-topright: 6px;
			-ms-border-radius: 0 6px 0 0;
			-webkit-border-radius: 0 6px 0 0;
			border-radius: 0 6px 0 0;
			border-right: none;
		}

	.mResultTable .Odd {
		background-color: #f4fafc;
	}

.mMeta {
	float: right;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}

	.mMeta fieldset {
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-webkit-border-radius: 4px;
		background: url(../images/fieldset-bg-gradient.png) 0 100% repeat-x #e9f6fa;
		border: solid 1px #d9d9d9;
		border-bottom: solid 1px #c4c4c4;
		border-radius: 4px;
		border-right: solid 1px #c4c4c4;
		padding: 12px 0 0 20px;
		position: relative;
	}

		.mMeta fieldset legend {
			font-size: 1.1em;
			font-weight: normal;
			left: 1.8em;
			margin: 0;
			padding: 0;
			padding-bottom: 2px;
			position: absolute;
			top: -.7em;
		}

	.mMeta label {
		display: block;
		margin: 0 0 0.2em;
		padding: 0;
	}

.max-width-100 {
	max-width: 100px !important;
}

.max-width-150 {
	max-width: 150px !important;
}

.max-width-200 {
	max-width: 200px !important;
}

.uploadContent {
	margin-bottom: 20px;
	overflow: hidden;
	width: 500px;
}

	.uploadContent .uploadFileOld {
		-moz-text-overflow: ellipsis;
		float: left;
		line-height: 25px;
		margin-right: 10px;
		overflow: hidden;
		padding-top: 15px;
		text-align: left;
		text-overflow: ellipsis;
		width: 300px;
	}

.uploadProgress {
	float: left;
	width: 100px;
}

.uploadContent .uploadAction {
	float: left;
	padding-top: 10px;
	width: 150px;
}

.uploadRowOld {
	clear: both;
	height: 40px;
}

.MainCol {
	width: 100%;
}

.RightCol {
	float: right;
	width: 220px;
}

.Contact-Box {
	border: solid 1px #d7d7d7;
	width: 200px;
}

	.Contact-Box .Box-heading {
		border-bottom: solid 1px #94C166;
		font-size: 1.0em;
		margin: 0 10px;
		padding: 8px 0 4px;
	}

	.Contact-Box .Content {
		padding: 10px;
	}


	.Contact-Box .Box-rounded {
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}


.MainCol .ColOne {
	float: left;
	width: 680px;
}

body.OneCol .Contact-box {
	width: 220px;
}

.Vcard img {
	-moz-box-shadow: 1px 1px 2px 1px #000000;
	-moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
	/* ReSharper disable once RequiresFallbackColor */
	-ms-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 2px 1px #000000;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
	border: solid 3px #fff;
	box-shadow: 1px 1px 2px 1px #000000;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
	float: right;
	margin-left: 6px;
}

.documentlink {
	max-width: 80px;
	width: 80px;
}

.tablePadding th {
	padding: 10px !important;
}

/* ReSharper disable Html.TagNotResolved - openlayers symbols in map  */

svg symbol {
	cursor: pointer;
}

/* ReSharper restore Html.TagNotResolved */

#receipt span.field-validation-error {
	display: inline-block;
}

#veto span.field-validation-error {
	display: inline-block;
}


#removeveto span.field-validation-error {
	display: inline-block;
}

/* Timeseries */

#chartDiv {
	float: left;
}

#chartLin {
	position: relative !important;
}

#chartLog {
	position: absolute !important;
}

#paramsDiv {
	float: left !important;
	width: auto !important;
	clear: both;
}

/* Telerik modifications*/
.k-autocomplete {
	margin-bottom: 10px;
}

@media screen and (min-width:1150px) {
	#paramsDiv {
		float: right !important;
		width: 400px !important;
		clear: none;
	}
}

/* Added Ogu2015-05-07 */
.uploadRow {
	clear: both;
	align-content: space-around;
	width: 200px;
	height: 20px;
	padding: 0 0 0 0;
	vertical-align: middle;
	line-height: 14px;
}

.uploadIcon {
	width: 12px;
	height: 12px;
	vertical-align: middle;
	cursor: pointer;
}

.uploadFile {
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	line-height: 14px;
}

.tabcell {
	height: 435px;
	background: #f6f6f6;
}

.tabcell2 {
	height: 380px;
	background: #f6f6f6;
}

.tabcell3 {
	height: 364px;
	background: #f6f6f6;
}

.tabcell4 {
	height: 435px;
	background: #f6f6f6;
}

.buttoncell {
	height: 100px;
}

.mouseTextSweref {
	font-size: 1.2em;
	font-weight: bold;
}

.mouseTextWgs {
	font-size: 1.2em;
	font-weight: bold;
}

.tooltip {
	font-size: 0.9em;
	margin-left: 5px;
	border: 1px solid #8c770d;
	background: white;
	padding: 2px;
	border-radius: 3px;
}



.notification-template {
	width: 300px;
	min-height: 50px;
	padding: 12px 12px 12px 62px;
}
.notification-template h3 {
	margin-top: 0;
	padding: 0 10px 5px 0;
	font-size: 1.875em;
	line-height: 1.2;
	color: #fff;
}
.notification-template img {
	position: absolute;
	left: 12px;
	top: 12px;
}
.notification-template ul {
	padding-left: 20px;
}
.notification-template ul li {
	margin-top: 6px;
	line-height: 1.4;
}
.notification-template ul li:first-child {
	margin-top: 0;
}


.k-widget.k-notification {
	color: #eee;
	background-image: none;
	box-shadow: 0px 3px 20px rgba(0,0,0, 0.80);
	min-width: 30em;
	padding: 1.0em 1.5em 1.0em 1.5em;
	font-family: "Foundry Monoline", Helvetica, Arial, sans-serif;
}

/* Info template */
.k-widget.k-notification.k-notification-info {
	background-color: #444;
	border: 2px solid #000;
	color: #ddd;
}
.k-widget.k-notification.k-notification-error {
	background-color: #DC281E;
	border: 2px solid #881812;
	color: #fff;
}

/* Error template */
.k-widget.k-notification.k-notification-error.k-group {
	background-color: #990000;
	background-color: rgba(160,0,0,.8);
	color: #eee;
}

.k-notification-info .notification-icon {
	filter: brightness(0%) invert(100%);
}
.notification-title {
	font-size: 20px;
	font-weight: normal;
	margin: 0.5em 0 0 0;
	color: unset;
}
.notification-title img, .notification-title span {
	vertical-align: middle;
}
.notification-content .notification-message {
	font-size: 14px;
	margin: 0.5em 0;
}



/* Added Ogu2015-05-07 */


/*
    /NuclidesAdmin
*/
#gridNuclides th a.k-link {
	height: 1em;
}

#gridNuclides th.c-nuclidename { width: 8em; }
#gridNuclides th.c-common {	width: 9em; }
#gridNuclides th.c-halflife { width: 10em; }
#gridNuclides td.c-halflife { text-align: right; }
#gridNuclides th.c-unitname { width: 8em; }
#gridNuclides th.c-updatedat { width: 11em; }
#gridNuclides th.c-isactive { width: 7em; }
#gridNuclides td.k-command-cell { width: 5em; }

#gridNuclides .k-command-cell .k-grid-edit {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 3em;
}

ul.checkbox-list {
	padding-left: 0em;
	list-style-type: none;
}

#gridNuclides thead .k-state-active,
#nmcTracksGrid thead .k-state-active,
#gridStations thead .k-state-active,
#gridLocations thead .k-state-active,
#gridGammaStations thead .k-state-active {
	color: #9b2c98 !important;
}



/*
    NMC stations
*/
span.station-active, span.station-inactive {
	display: inline-block;
	padding: 2px 10px 1px 10px;
	border-radius: 3px;
}

span.station-active {
	color: #fff;
	background-color: #4a2;
}

span.station-inactive {
	color: #fff;
	background-color: #c00;
}

span.track-active {
	color: #4a2;
}

span.track-inactive {
	color: #c00;
}


/*
    fix for ellipsis because of truncated label on select column (should only be a checkbox without text)
*/
.k-grid .col-select {
	text-overflow: clip !important;
}

.k-grid .col-edit {
	padding: 0;
}

.k-icon-button {
	padding: 2px;
	border: none;
	background: none;
	margin: 0;
}

	.k-icon-button .k-icon {
		margin: 0;
	}

	.k-icon-button:hover {
		background: #eee;
	}





.w-100 {
	width: 100% !important;
}

.h-100 {
	height: 100% !important;
}



/*
    Fix for widget sizes in popup edit forms.
*/
.k-edit-form-container .k-edit-field {
	margin-right: 1.5em;
}

	.k-edit-form-container .k-edit-field .k-widget {
		width: 100%;
	}

	.k-edit-form-container .k-edit-field textarea {
		width: 100%;
		box-sizing: border-box;
	}

/** fältmätning */
.value-block {
	background-color: #EBEBEB;
	padding: 3px 8px;
	border-radius: 5px;
	margin: 10px 0;
}

.dosrat-status-checkbox .k-checkbox {
	margin: 0 !important;
}

.insitu-list-head {
	display: none;
	border: solid 1px white;
	padding: 5px;
	border-radius: 5px;
	background-color: white;
}

.insitu-list {
	list-style-type: none;
	padding: 0;
	margin-top: 4px;
}

	.insitu-list li {
		padding: 4px;
		margin-bottom: 5px;
		background-color: #f7f7f7;
		overflow: hidden;
		border-radius: 5px;
		display: flex;
		align-items: center;
		opacity: 1;
	}

		.insitu-list li:hover {
			opacity: 0.8;
			transition: 0.2s;
		}

	.insitu-list .button {
		margin-left: auto;
	}


.allNuclide {
	display: none;
}

.nuclidValue-error {
	display: none;
}

.showAllNuclidesLabel {
	vertical-align: middle;
}

.editInsitu {
	margin: 0px !important;
	width: 40px;
}

.insituMeasurement:hover {
	border: solid 1px blue;
	width: 40px;
}

.dosrat-close, .dosrat-open {
	cursor: pointer;
	padding: 3px;
}

	.dosrat-close:hover {
		background-color: #f7f7f7;
	}

	.dosrat-open:hover {
		background-color: #f7f7f7;
	}

.Add-comment,
.Add-comment:link, .Add-comment:visited {
    background: url(../../../images/sprite.png) 0 -100px no-repeat transparent;
    display: inline-block;
    padding: 3px 0 4px 24px;
    text-decoration: none;
}

.Add-comment:hover { text-decoration: underline; }


.header {
    display: block;
    margin: 0 0 0.2em;
    padding: 0;
}
/* recreate basic grid functionality -- TODO: bootstrap 4 */
.g-container {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	--gutter: 4px;
}

.g-row {
	margin-top: var(--gutter);
	margin-bottom: var(--gutter);
	display: flex;
	flex-wrap: wrap;
	margin-right: calc(var(--gutter) * -1);
	margin-left: calc(var(--gutter) * -1);
	box-sizing: border-box;
}

.g-row > * {
	box-sizing: border-box;
}

.g-col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: var(--gutter);
	padding-left: var(--gutter);
	border: 1px solid none;
}

.col-1  { flex: 0 0  8.333%; max-width:  8.333%; }
.col-2  { flex: 0 0 16.667%; max-width: 16.667%; }
.col-3  { flex: 0 0 25.000%; max-width: 25.000%; }
.col-4  { flex: 0 0 33.333%; max-width: 33.333%; }
.col-5  { flex: 0 0 41.667%; max-width: 41.667%; }
.col-6  { flex: 0 0 50.000%; max-width: 50.000%; }
.col-7  { flex: 0 0 58.333%; max-width: 58.333%; }
.col-8  { flex: 0 0 66.667%; max-width: 66.667%; }
.col-9  { flex: 0 0 75.000%; max-width: 75.000%; }
.col-10 { flex: 0 0 83.333%; max-width: 83.333%; }
.col-11 { flex: 0 0 91.667%; max-width: 91.667%; }
.col-12 { flex: 0 0 100.00%; max-width: 100.00%; }
.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.g-0 {
	--gutter: 0px;
}
.g-1 {
	--gutter: 2px;
}
.g-2 {
	--gutter: 4px;
}
.g-3 {
	--gutter: 6px;
}

.mt-1 {
	margin-top: 2px;
}
.mt-2 {
	margin-top: 4px;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-4 {
	margin-top: 1rem;
}

