﻿/* ================================================================================ */
/*                                     Bootstrap                                     */
/* ================================================================================ */
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999999;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #333333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #ffffff;
        border-color: #cccccc;
    }

    .btn-default .badge {
        color: #ffffff;
        background-color: #333333;
    }

.btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #ffffff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #ffffff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #ffffff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #ffffff;
    }

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus,
    .btn-success.focus {
        color: #ffffff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #ffffff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover,
        .btn-success.active:hover,
        .open > .dropdown-toggle.btn-success:hover,
        .btn-success:active:focus,
        .btn-success.active:focus,
        .open > .dropdown-toggle.btn-success:focus,
        .btn-success:active.focus,
        .btn-success.active.focus,
        .open > .dropdown-toggle.btn-success.focus {
            color: #ffffff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #ffffff;
    }

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus,
    .btn-info.focus {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover,
        .btn-info.active:hover,
        .open > .dropdown-toggle.btn-info:hover,
        .btn-info:active:focus,
        .btn-info.active:focus,
        .open > .dropdown-toggle.btn-info:focus,
        .btn-info:active.focus,
        .btn-info.active.focus,
        .open > .dropdown-toggle.btn-info.focus {
            color: #ffffff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #ffffff;
    }

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus,
    .btn-warning.focus {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover,
        .btn-warning.active:hover,
        .open > .dropdown-toggle.btn-warning:hover,
        .btn-warning:active:focus,
        .btn-warning.active:focus,
        .open > .dropdown-toggle.btn-warning:focus,
        .btn-warning:active.focus,
        .btn-warning.active.focus,
        .open > .dropdown-toggle.btn-warning.focus {
            color: #ffffff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #ffffff;
    }

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus,
    .btn-danger.focus {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover,
        .btn-danger.active:hover,
        .open > .dropdown-toggle.btn-danger:hover,
        .btn-danger:active:focus,
        .btn-danger.active:focus,
        .open > .dropdown-toggle.btn-danger:focus,
        .btn-danger:active.focus,
        .btn-danger.active.focus,
        .open > .dropdown-toggle.btn-danger.focus {
            color: #ffffff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #ffffff;
    }

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    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%;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 0;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #dddddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #dddddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #dddddd;
        }

.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #dddddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #ffffff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.clearfix:after,
.form-horizontal .form-group:after,
.panel-body:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}


.btn-add,
.btn-approve,
.btn-autoformat,
.btn-browse,
.btn-cancel,
.btn-calculate,
.btn-category,
.btn-collapse,
.btn-comment,
.btn-csv,
.btn-delete,
.btn-deselect,
.btn-detail,
.btn-download,
.btn-edit,
.btn-email,
.btn-find,
.btn-excel,
.btn-expand,
.btn-history,
.btn-import,
.btn-login,
.btn-move,
.btn-preview,
.btn-previous,
.btn-print,
.btn-qr,
.btn-refresh,
.btn-save,
.btn-saveadd,
.btn-search,
.btn-select,
.btn-submit,
.btn-sync,
.btn-uncomment,
.btn-upload {
    padding: 3px 12px 3px 28px;
    background-position: 6px 4px;
    background-repeat: no-repeat;
}

    .btn-add, .btn-add:active {
        background-image: url(/Images/Add.png);
    }

    .btn-approve, .btn-approve:active {
        background-image: url(/Images/Checkmark.png);
    }

    .btn-autoformat, .btn-autoformat:active {
        background-image: url(/Images/AutoFormat.png);
    }

    .btn-browse, .btn-browse:active {
        background-image: url(/Images/Browse.png);
    }

    .btn-cancel, .btn-cancel:active {
        background-image: url(/Images/Cancel.png);
    }

    .btn-calculate, .btn-calculate:active {
        background-image: url(/Images/Calculator.png);
    }

    .btn-category, .btn-category:active {
        background-image: url(/Images/Category.png);
    }

    .btn-collapse, .btn-collapse:active {
        background-image: url(/Images/Collapse.png);
    }

    .btn-comment, .btn-comment:active {
        background-image: url(/Images/Comment.png);
    }

    .btn-csv, .btn-csv:active {
        background-image: url(/Images/Csv.png);
    }

    .btn-delete, .btn-delete:active {
        background-image: url(/Images/Delete.png);
    }

    .btn-deselect, .btn-deselect :active {
        background-image: url(/Images/Cancel.png);
    }

    .btn-detail, .btn-detail:active {
        background-image: url(/Images/Detail.png);
    }

    .btn-download, .btn-download:active {
        background-image: url(/Images/Download.png);
    }

    .btn-edit, .btn-edit:active {
        background-image: url(/Images/Edit.png);
    }

    .btn-email, .btn-email:active {
        background-image: url(/Images/SocialMedia/Email.png);
    }

    .btn-find, .btn-find:active {
        background-image: url(/Images/Find.png);
    }

    .btn-excel, .btn-excel:active {
        background-image: url(/Images/Excel.gif);
    }

    .btn-expand, .btn-expand:active {
        background-image: url(/Images/Expand.png);
    }

    .btn-history, .btn-history:active {
        background-image: url(/Images/History.gif);
    }

    .btn-import, .btn-import:active {
        background-image: url(/Images/Upload.png);
    }

    .btn-login, .btn-login:active {
        background-image: url(/Images/Login.png);
    }

    .btn-move, .btn-move:active {
        background-image: url(/Images/DragDrop.png);
    }

.btn-next, .btn-next:active {
    background: url(/Images/Arrow-Right.png) right 4px no-repeat #f7f7f7;
    padding: 3px 28px 3px 6px;
}

.btn-preview, .btn-preview:active {
    background-image: url(/Images/Detail.png);
}

.btn-previous, .btn-previous:active {
    background-image: url(/Images/Arrow-Left.png);
}

.btn-print, .btn-print:active {
    background-image: url(/Images/Print.png);
    padding-left: 32px;
}

.btn-qr, .btn-qr:active {
    background-image: url(/Images/SocialMedia/QR.png);
}

.btn-refresh, .btn-refresh:active {
    background-image: url(/Images/Refresh.png);
}

.btn-save, .btn-save:active {
    background-image: url(/Images/Save.png);
}

.btn-saveadd, .btn-saveadd:active {
    background-image: url(/Images/SaveAdd.png);
}

.btn-search, .btn-search:active {
    background-image: url(/Images/Search.png);
}

.btn-select, .btn-select:active {
    background-image: url(/Images/Checkmark.png);
}

.btn-submit, .btn-submit:active {
    background-image: url(/Images/Success.png);
}

.btn-sync, .btn-sync:active {
    background-image: url(/Images/Sync.png);
}

.btn-uncomment, .btn-uncomment:active {
    background-image: url(/Images/Uncomment.png);
}

.btn-upload, .btn-upload:active {
    background-image: url(/Images/Upload.png);
}

/* =============================================================================================== */
/*                                       Override Bootstrap                                        */
/* =============================================================================================== */
label[for*="RadioButtonList"] {
    font-weight: normal;
}

/* WYSIWYG */
.reBottomProperties .reModes a {
    font-family: 'Roboto', sans-serif !important;
    border-radius: 0 !important;
}

    .reBottomProperties .reModes a:hover,
    .reBottomProperties .reModes a.reSelectedMode {
        background-color: rgba(0, 61, 167,.3) !important;
    }

.reSplitButton.recheckItems:before,
.reSplitButton.relinkItems:before,
.reSplitButton.realignItems:before,
.reSplitButton.reParagraph:before {
    background: none;
    display: inline-block !important;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.reSplitButton.recheckItems:before {
    content: "\e68d";
}

.reSplitButton.relinkItems:before {
    content: "\f0c1";
    font: normal normal normal 14px/1 "Font Awesome 5 Pro" !important;
}

.reSplitButton.realignItems:before {
    content: "\e61d";
}

.reSplitButton.reParagraph:before {
    content: "\e645";
}

.rwContent ul.reToolBar {
    width: 100%;
    text-align: center;
}

#FsdNotification1_ctl00_popup .rbSkinnedButton,
#FsdNotification1_ctl00_popup .rbSkinnedButton input {
    background-image: none !important;
}

    #FsdNotification1_ctl00_popup .rbSkinnedButton input {
        text-transform: uppercase;
        border-radius: 0;
        opacity: 1;
        background-color: #003da7;
        border-color: #003da7;
        color: #fff !important;
        padding: 5px 15px;
        font-weight: 600;
    }

    #FsdNotification1_ctl00_popup .rnTitleBarIcon,
    #FsdNotification1_ctl00_popup .rnContentIconClipIn,
    #FsdNotification1_ctl00_popup .rbSkinnedButton .rbSecondaryIcon.rbNext {
        display: none !important;
    }

#FsdNotification1_ctl00_popup .rnContent {
    padding: 1em 4em !important;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

/* =============================================================================================== */
/*                                       Flipper Site Developer                                    */
/* =============================================================================================== */
/*btn*/
.btn {
    text-transform: uppercase;
    border-radius: 0;
    opacity: 1;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #003da7;
    border-color: #003da7;
    color: #fff !important;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff !important;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background-color: #e9ebe7;
    border-color: #e9ebe7;
    color: #13120f;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background-color: #dd4b39;
    border-color: #dd4b39;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active {
        opacity: .75;
    }

/* editContentMenu */
.editContentMenu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #e9ebe7;
    text-align: center;
    z-index: 1001;
}

    .editContentMenu ul {
        margin: 20px 0 !important;
    }

        .editContentMenu ul li {
            border: none !important;
        }

    .editContentMenu a {
        color: #fff !important;
        background: #003da5;
        padding: 6px 12px;
        text-decoration: none;
        opacity: 1;
    }

        .editContentMenu a.edit-cancel {
            background: #dddddd;
            color: #13120F !important;
        }

        .editContentMenu a:hover,
        .editContentMenu a:focus,
        .editContentMenu a:active {
            opacity: .75;
        }

        .editContentMenu a:before {
            font-family: "Font Awesome 5 Pro";
            padding-right: 5px;
        }
        /*Add*/
        .editContentMenu a.edit-add:before {
            content: "\f067";
        }
        /*Link*/
        .editContentMenu a.edit-link:before {
            content: "\f0c1";
        }
        /*Delete*/
        .editContentMenu a.edit-delete:before {
            content: "\f2ed";
        }
        /*Move*/
        .editContentMenu a.edit-move:before {
            content: "\f047";
        }
        /*Comment*/
        .editContentMenu a.edit-comment:before {
            content: "\f075";
        }
        /*Moderate*/
        .editContentMenu a.edit-moderate:before {
            content: "\f254";
        }
        /*Rate*/
        .editContentMenu a.edit-rate:before {
            content: "\f005";
        }
        /*Edit*/
        .editContentMenu a.edit-edit:before {
            content: "\f303";
        }
        /*Cancel*/
        .editContentMenu a.edit-cancel:before {
            content: "\f05e";
        }
        /*SEO*/
        .editContentMenu a.edit-seo:before {
            content: "\f201";
        }
        /*Admin*/
        .editContentMenu a.edit-admin:before {
            content: "\f4ff";
        }
        /*Save*/
        .editContentMenu a.edit-save:before {
            content: "\f0c7";
        }

/*****************/

.sectionTitle {
    font-size: 1.2em;
}

.clear, .clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-success {
    color: #3c763d
}

.text-warning {
    color: #8a6d3b
}

.text-danger {
    color: #e31937
}

/* Print Link
---------------------------------------- */
.printImage {
    margin-right: 5px;
}

/* Message Center Control
---------------------------------------- */
.message-fail {
    border: 1px solid #e31937;
    background-color: #fff4f6;
    clear: both;
    margin: 5px 0;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
}

.message-info {
    border: 1px solid #6a93e4;
    background-color: #eff5ff;
    clear: both;
    margin: 5px 0;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
}

.message-success {
    border: 1px solid #308822;
    background-color: #f0ffe3;
    clear: both;
    margin: 5px 0;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
}

.message-loading {
    border: 1px solid #828282;
    background-color: #f0f0f0;
    clear: both;
    margin: 5px 0;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
}

.message-header {
    color: #353535;
    font-size: 1.2em;
    padding: 5px 15px 0;
    margin: 0;
}

.message-image {
    text-align: center;
}

.message-text {
    color: #353535;
}

/* Form    
TODO: Remove this after creating bootstrap classes in Flipper.
---------------------------------------- */
/*.panel {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 3px #ccc;
    clear: both;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.heading {
    border: 1px solid #ccc;
    background: url('/Images/Gray.png');
    box-shadow: 0 1px 3px #e2e2e2;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 10px 0;
    padding: 2px 10px 2px;
}

.panel .heading {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    min-height: 20px;
}

.content {
    padding: 0 5px;
}*/

.row, .rowAlt, .rowLabel, .rowValue {
    clear: both;
    overflow: hidden;
    padding: 5px 0;
    width: 100%;
}

.rowLabel {
    padding: 5px 0 3px;
}

.rowValue {
    padding: 3px 0 5px;
}

.rowAlt {
    background-color: #f2f2f2;
}

.row .label {
    float: left;
    text-align: right;
    margin-right: 10px;
    width: 150px;
}

    .row .label img {
        margin: 0 5px;
    }

.row .value {
    float: left;
    text-align: left;
}

    .row .value table {
        border-spacing: 0;
    }

/* .row .value ul { margin: 0; padding-left: 25px; } */
.required {
    color: #e31937;
    font-family: Verdana;
    margin: 0 5px;
}

.requiredMessage {
    color: #e31937;
}

input[type=text],
input[type=password],
textarea {
    box-sizing: border-box;
}

/* Editor
---------------------------------------- */
.pageFooter,
.pageHeader,
.htmlContent,
.adminHeader,
.adminFooter {
    clear: both;
}

.pageHeaderEdit,
.pageFooterEdit,
.htmlContentEdit {
    clear: both;
    margin-bottom: 10px;
    border: 1px dashed black !important;
    width: 100% !important;
}

.adminHeaderEdit,
.adminFooterEdit {
    clear: both;
    margin-bottom: 10px;
    border: 1px dashed #ef812d !important;
    width: 100% !important;
}

    .adminHeaderEdit .reContentArea {
        background: url('/Images/EditorAdminHeader.png') top center no-repeat;
        min-height: 100px !important;
    }

.pageHeaderEdit .reContentArea {
    background: url('/Images/EditorPageHeader.png') top center no-repeat;
    min-height: 100px !important;
}

.htmlContentEdit .reContentArea {
    background: url('/Images/EditorHtmlContent.png') top center no-repeat;
    min-height: 100px !important;
}

.pageFooterEdit .reContentArea {
    background: url('/Images/EditorPageFooter.png') top center no-repeat;
    min-height: 100px !important;
}

.adminFooterEdit .reContentArea {
    background: url('/Images/EditorAdminFooter.png') top center no-repeat;
    min-height: 100px !important;
}


/* Article Section
---------------------------------------- */
.articleSection .contentList .itemImage img {
    width: 100px;
}

/* Search
---------------------------------------- */
.siteSearch, .pageSearch {
    border: 1px solid #9aa0a6;
    background: white;
    display: block;
    min-height: 30px;
    padding: 0 5px;
}

    .siteSearch:active, .pageSearch:active, .siteSearch:hover, .pageSearch:hover {
        border: 1px solid black;
    }

    .siteSearch .searchComboBox, .pageSearch .searchComboBox {
        float: left;
        margin-top: 3px;
    }

    .siteSearch .searchSprite, .pageSearch .searchSprite {
        border-left: 1px solid #9aa0a6;
        float: left;
        height: 30px;
        margin: 0 5px;
        width: 1px;
    }

    .siteSearch .searchTextBox, .pageSearch .searchTextBox {
        background: white;
        float: left;
        margin-top: 5px;
    }

        .siteSearch .searchTextBox input, .pageSearch .searchTextBox input {
            border: 0;
        }

    .siteSearch .searchButton, .pageSearch .searchButton {
        float: right;
        margin-top: 5px;
    }

    .siteSearch .RadComboBox td.rcbInputCellLeft, .pageSearch .RadComboBox td.rcbInputCellLeft {
        background: white;
    }

    .siteSearch .RadComboBox td.rcbArrowCellRight, .pageSearch .RadComboBox td.rcbArrowCellRight {
        background-position: -307px -176px !important;
        background-color: white;
    }

/* All Sections
---------------------------------------- */
.item {
    clear: both;
    margin-bottom: 10px;
}

.itemRow {
    clear: both;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

    .itemRow a, .itemRow img {
        border: 0;
        margin: 0 auto;
    }

.itemLabel {
    font-weight: bold;
    text-align: right;
    float: left;
    padding: 2px;
    width: 50%;
}

.itemValue {
    float: left;
    margin-left: 5px;
    padding: 2px;
    text-align: left;
}

.itemText {
}

.itemTitle {
    clear: both;
    font-weight: bold;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.itemCommentEdit,
.itemCommentReply,
.itemCommentDelete {
    float: left;
    margin-right: 20px;
}

.itemStatus {
    clear: both;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.itemSponsor,
.itemSpeaker,
.itemLocation {
    clear: both;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.itemBriefDescription,
.itemDescription,
.itemArticleDescription {
    clear: both;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.itemHasRead {
    float: left;
    margin-right: 5px;
    width: 16px;
    display: none;
}

.itemReadMoreLink,
.itemPermalink,
.itemCommentCount,
.itemEditContent {
    float: left;
    margin-right: 20px;
    max-width: 150px;
}

    .itemEditContent a {
        margin-right: 5px;
    }

.itemRating {
    clear: both;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.itemAuthorDate {
    clear: both;
    float: left;
    font-style: italic;
    margin: 0 0 5px 0;
    overflow: hidden;
    width: 100%;
}

.itemSocialShare {
    clear: both;
}

.itemAddToCart {
    clear: both;
    margin: 0 auto;
    text-align: center;
    width: 250px;
}

.itemInCart {
    clear: both;
    padding-top: 5px;
    text-align: center;
}

.title {
    clear: both;
    font-weight: bold;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.authorDate {
    clear: both;
    float: left;
    font-style: italic;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
}

.briefDescription {
    clear: both;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.fullDescription {
    clear: both;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.displayImage {
    clear: both;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.backToListLink {
    clear: both;
    margin: 0 0 5px 0;
    overflow: hidden;
}

.contentItemCell {
    vertical-align: top;
}

.contentList .item table {
    border-spacing: 0;
    clear: both;
}

.contentList .itemImage {
    vertical-align: top;
    padding: 0;
    float: left;
}

    .contentList .itemImage img {
        margin-right: 10px;
    }

.contentList .itemText {
    vertical-align: top;
    padding: 0;
    float: left;
}

.pagerWrap a {
    border: 1px solid transparent;
    line-height: 18px;
    padding: 2px 4px;
}

    .pagerWrap a:hover, .pagerWrap .currentPage a {
        background: #e6e6e6;
        border: 1px solid #a4a4a4;
    }

.searchPanel {
    clear: both;
    overflow: hidden;
    padding: 10px;
}

/* Book
---------------------------------------- */
.bookAuthor,
.bookISBN,
.bookPrice,
.bookPublisher,
.bookPublicationDate,
.bookPurchaseLink {
    clear: both;
    margin: 0 0 5px 0;
    overflow: hidden;
    width: 100%;
}

.itemBookAuthor,
.itemBookPublisher {
    clear: both;
    margin: 0 0 5px 0;
    overflow: hidden;
    width: 100%;
}

/* Comment
---------------------------------------- */
.comments_Panel {
    border-top: 1px dotted #ccc;
}

.comments_View {
    clear: both;
    float: left;
}

.comments_ListItem {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.comments_ItemRow {
    clear: both;
    margin: 0 0 5px 0;
    overflow: hidden;
}

.comments_ItemTitle {
    clear: both;
    margin: 0 0 5px 0;
    overflow: hidden;
}

.comments_ItemCommentText {
    clear: both;
    float: left;
    margin-bottom: 5px;
}

.comment_BriefDescription {
    clear: both;
    float: left;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
}

.comment_ItemRow {
    clear: both;
    margin: 0 0 5px 0;
    overflow: hidden;
}

.comment_CommentReply {
    margin-right: 20px;
}

/* Directory
---------------------------------------- */
.directoryDetail {
    border: 2px solid #828282;
    padding: 10px;
}

.directoryDetail_Image {
    vertical-align: top;
}

    .directoryDetail_Image img {
        margin: 0 10px 10px 0;
    }

.directoryDetail_Row {
    margin-bottom: 5px;
}

.directoryDetail_Label {
    font-weight: bold;
}

.directorySection .searchPanel {
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.directorySection .fieldSearchPanel,
.directorySection .addressSearchPanel {
    clear: left;
    margin-bottom: 5px;
    margin-right: 10px;
    min-height: 27px;
}

.directorySection .buttonPanel {
    overflow: hidden;
    margin-bottom: 5px;
}

/* Search Control */
.directorySearch_Search,
.directorySearch_Address,
.directorySearch_Button {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}

/* Discussion
---------------------------------------- */
.discussSection_ItemDiscussIcon {
    float: left;
    margin-right: 5px;
}

.discussSection_Row {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 5px 0;
}


.discuss_Comment {
    clear: both;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

/* Download
---------------------------------------- */
.itemDownloadFileName {
    clear: both;
    margin: 0 0 5px 0;
    overflow: hidden;
}

.itemDownloadFileIcon {
    float: left;
    margin-right: 5px;
    width: 16px;
}

.itemDownloadUrl {
    clear: both;
    margin: 0 0 5px 0;
    overflow: hidden;
}

.itemDownloadFileSize,
.itemDownloadCount,
.itemDownloadEmailLink,
.itemDownloadLink,
.itemDownloadViewLink {
    float: left;
    margin-right: 25px;
}

.downloadFileSize {
    float: left;
    margin-right: 15px;
}

.downloadCount {
    float: left;
    margin-right: 15px;
}

/* RadAsyncUpload */
.dropzone {
    background: #f0f2f4;
    border: 2px dashed #dee3e7;
    height: 150px;
    border-radius: 3px;
    padding: 15px;
    width: 400px;
    position: relative;
}

    .dropzone p {
        margin-bottom: 0;
        color: #8495a4;
        font-size: 24px;
        text-align: center;
    }

        .dropzone p .fa {
            font-size: 75px;
        }

/* eCommerce
---------------------------------------- */
.prices th {
    background: url('../Images/Gray.png');
    background-position: left top;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

.prices .firstHeader {
    border-left: 1px solid #ccc;
}

.prices .lastHeader {
    border-right: 1px solid #ccc;
}
/* .quantity, .price, .saleprice { padding: 0 0 5px 0; } */
.prices .quantity, .prices .price, .prices .saleprice {
    padding: 5px 10px;
    text-align: right;
}

/* Event Registration */
.eCommerceRegister_Panel .form_Label {
    width: 100px;
}

.eCommerceRegister_Panel .messageCenter_Success, .eCommerceRegister .messageCenter_Success ul,
.eCommerceRegister_Panel .messageCenter_Info, .eCommerceRegister .messageCenter_Info ul,
.eCommerceRegister_Panel .messageCenter_Fail, .eCommerceRegister .messageCenter_Fail ul {
    padding: 0;
    margin: 0;
}

/* Product Section */
.eCommerceProductSection .itemProductName,
.eCommerceProductSearch .itemProductName {
    font-weight: bold;
    text-align: center;
    float: left;
    padding: 5px 0;
    width: 100%;
}

.eCommerceProductSection .itemImage,
.eCommerceProductSearch .itemImage {
    margin: 0 auto;
    padding: 5px;
    text-align: center;
}

    .eCommerceProductSection .itemImage img,
    .eCommerceProductSearch .itemImage img {
        margin: 0;
        max-width: 200px;
    }

.eCommerceProductSection .buyNowButton,
.eCommerceProductSearch .buyNowButton {
    text-align: center;
}

/* Product Search */
.eCommerceProductSearch .pageSize {
    float: right;
    width: 160px;
    margin-right: 15px;
}

    .eCommerceProductSearch .pageSize span {
        float: left;
    }

.eCommerceProductSearch .pageDropDownList {
    float: right;
    width: 50px;
}

.eCommerceProductSearch .sort {
    float: right;
    width: 200px;
}

    .eCommerceProductSearch .sort span {
        float: left;
    }

.eCommerceProductSearch .sortDropDownList {
    float: right;
    width: 125px;
}

.eCommerceProductSearch .pageSearch {
    float: left;
}

.eCommerceProductSearch .searchTextBox {
    float: left;
}

/* Product Detail */
.eCommerceProduct .printImageViewer {
    clear: both;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
}

    .eCommerceProduct .printImageViewer img {
        float: left;
        margin-right: 10px;
    }

.eCommerceProduct .imageViewer {
    float: left;
    margin-bottom: 10px;
    width: 330px;
}

.eCommerceProduct .imagePreview {
    clear: both;
    text-align: center;
    margin: 0 0 10px 0;
    width: 100%;
}

    .eCommerceProduct .imagePreview a {
        display: block;
    }

    .eCommerceProduct .imagePreview img {
        max-width: 300px;
    }

/* Thumbnail images */
.eCommerceProduct .imageViewer > a {
    float: left;
    width: 50px;
    margin: 0 5px 5px 0;
    border: 1px solid #ccc;
    padding: 5px;
}

    .eCommerceProduct .imageViewer > a img {
        width: 50px;
    }

.eCommerceProduct .information {
    width: 350px;
    float: right;
    margin-bottom: 10px;
}

.eCommerceProduct .label {
    width: 125px;
}

.eCommerceProduct .value {
    width: 200px;
}

.eCommerceProduct .attributeLabel {
    clear: both;
    font-weight: bold;
    padding: 5px;
}

.eCommerceProduct .attributeDropdownList {
    clear: both;
}

.eCommerceProduct .attributeRadioButtonList {
    clear: both;
}

.eCommerceProduct .attributeTextbox {
    clear: both;
}

.eCommerceProduct .attributeMultilineTextbox {
    clear: both;
}

.eCommerceProduct .description {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}

.eCommerceProduct .descriptorTitle {
    border: 1px solid #ccc;
    background: url('../Images/Gray.png');
    background-position: left top;
    font-weight: bold;
    height: 20px;
    padding: 4px 10px 0;
}

.eCommerceProduct .descriptorText {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}

.eCommerceProduct .fileDownload {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}

/* Payment Option */
.eCommerce_PaymentSeparator {
    line-height: 50px;
}

/* Cart */
.eCommerce_Title {
    color: #8a8a8a;
    font-weight: bold;
    font-size: 1.25em;
    padding: 5px;
}

/* Checkout, Confirmation, Receipt */
.rgItemName td, .rgItemName tr {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.rgItemName img {
    float: left;
    margin-right: 10px;
}

.orderDetails {
    padding: 10px;
}

    .orderDetails label {
        font-weight: bold;
    }

.transactionId {
    margin-bottom: 10px;
}

.checkoutPanel {
    overflow: hidden;
}

.shippingAddress {
    margin-bottom: 20px;
    overflow: hidden;
}

.billingAddress {
    margin-bottom: 20px;
    overflow: hidden;
}

.paymentMethod {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}

.shippingMethod {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}

.coupon {
    float: left;
    width: 45%;
    margin-bottom: 20px;
}

    .coupon ul {
        padding-left: 20px;
    }

/* Shipping Page */
.eCommerceShipping td {
    vertical-align: top;
}

/* Billing Page */
.eCommerceBilling td {
    vertical-align: top;
}

/* Order Confirm Page */
.eCommerceOrderConfirm .print {
    float: right;
}

.eCommerceOrderConfirm .confirmationText {
    font-size: 1.25em;
    font-weight: bold;
    clear: both;
}

/* Receipt Page */
.eCommerceReceipt {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: black;
    padding: 10px;
}

    .eCommerceReceipt .storeLogo {
        margin-bottom: 10px;
    }

    .eCommerceReceipt .transactionId {
        margin-bottom: 10px;
    }

    .eCommerceReceipt .orderTitle {
        margin-bottom: 10px;
    }

    .eCommerceReceipt .orderDate {
        margin-bottom: 10px;
    }

    .eCommerceReceipt .orderTotal {
        margin-bottom: 10px;
    }

    .eCommerceReceipt .orderStatus {
        margin-bottom: 10px;
    }

/* Navigation */
.eCommerceNavigation {
    clear: both;
    margin-bottom: 15px;
}

    .eCommerceNavigation .RadTabStrip {
        border-left: 1px solid #828282;
    }

    .eCommerceNavigation .rtsLink {
        font: 12px/26px "Segoe UI", Arial, sans-serif;
        color: #000;
        background-image: url(/Images/NavBg.png);
        background-position: 100% -26px;
        padding-left: 0 !important;
    }

    .eCommerceNavigation .rtsBefore {
        background-position: 100% 0px;
    }

    .eCommerceNavigation .rtsSelected {
        background-position: 100% -52px;
    }

    .eCommerceNavigation .rtsDisabled {
        background-position: 100% -104px;
    }

    .eCommerceNavigation .rtsLast .rtsDisabled {
        background-position: 100% -130px;
    }

    .eCommerceNavigation .rtsLast .rtsSelected {
        background-position: 100% -78px;
    }

/* Order Totals */
.orderTotals {
    float: right;
    width: 250px;
}

    .orderTotals .row {
    }

    .orderTotals .label {
        width: 160px;
    }

    .orderTotals .value {
        float: right;
        text-align: right;
        width: 80px;
    }

    .orderTotals .orderTotal {
        font-size: 1.3em;
    }

        .orderTotals .orderTotal .value {
            border-top: 1px solid #828282;
            border-bottom: 3px double #828282;
        }

/* Event
---------------------------------------- */
.itemEventDate {
    clear: both;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.eventSection ul.resourceCheckBoxList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .eventSection ul.resourceCheckBoxList li {
        display: inline-block;
        line-height: 2.5em;
        margin: 0 15px 15px 0;
    }

        .eventSection ul.resourceCheckBoxList li span {
            padding: 8px;
            border-radius: 4px;
        }

.eventSection_ItemEventCategory {
    float: left;
    clear: both;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
}

.eventSection_ItemEventLocation {
    float: left;
    clear: both;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
}

.eventSection_ItemRow {
    float: left;
    clear: both;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
}

.eventSection_ItemEventSpeaker,
.eventSection_ItemSponsor,
.eventSection_ItemEventLocation,
.eventSection_ItemEventCustom1,
.eventSection_ItemEventCustom2,
.eventSection_ItemEventCustom3,
.eventSection_ItemBriefDescription {
    float: left;
    clear: both;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
}

.eventSection_ItemReadMoreLink {
    float: left;
    margin-right: 20px;
}

.eventSection_ItemRegister {
    float: left;
    margin-right: 20px;
}

    .eventSection_ItemRegister img {
        border: 0;
    }

.eventSection_ItemCommentCount {
    float: left;
    margin-right: 20px;
}

.eventSection_ItemEventDateVisible {
    float: left;
    margin-right: 20px;
}

.eventSection_OutlookIcon {
    position: absolute;
    top: 0;
    left: 0;
}

.radCalendarContainer {
    width: 466px;
    height: 180px;
    margin: 10px auto;
}

.pastRadCalendar, .currentRadCalendar {
    float: left;
    margin-right: 5px;
}

.futureRadCalendar {
    float: left;
}

.toolTipOutlook, .toolTipHyperlink, .toolTipTicket, .toolTipReadMore, .toolTipEdit {
    border: none;
    margin-right: 10px;
}


.event_RegistrationCheckBox {
    font-weight: bold;
    color: #e31937;
}

.event_Date {
    clear: both;
    margin-bottom: 5px;
}

.event_DateStart {
    clear: both;
    margin-bottom: 5px;
}

.event_DateEnd {
    clear: both;
    margin-bottom: 5px;
}

.event .eventDates,
.event .link,
.event .roles,
.event .users,
.event .speaker,
.event .speakerBiography,
.event .location,
.event .customField1,
.event .customField2,
.event .customField3,
.event .customField4,
.event .customField5,
.event .sponsor {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
}

.event .label {
    font-weight: bold;
    text-align: left;
}

.event .displayImage img {
    width: 125px;
}
/* Form
---------------------------------------- */
.formSection .value .RadUpload {
    width: 250px;
}
/* Fixed in moving down to second line */

/* GeoMap
---------------------------------------- */
.geoMap_Canvas {
    border: 1px solid #828282;
    height: 375px;
    margin-bottom: 15px;
    width: 450px;
}

.geoMapSection .direction {
    clear: both;
    overflow: hidden;
}

.geoMapSection .row input {
    vertical-align: bottom;
}

.geoMapSection .addressRadTextBox {
    margin-right: 5px;
}

.geoMapSection .distanceRadComboBox {
    margin-right: 5px;
}

.geoMapSection .searchImageButton {
    margin-right: 5px;
    vertical-align: bottom;
}

.geoMapSection .locationImageButton {
    vertical-align: bottom;
}

.geoMapSection .direction {
    margin-top: 10px;
}

.geoMap .address {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 5px 0;
}

.geoMapAdd .label {
    width: 100px;
}

/* GeoMap - Search */
.fsd-geomap-search,
.fsd-geomap-help-image,
.fsd-geomap-address-textbox,
.fsd-geomap-distance-dropdownlist,
.fsd-geomap-search-button,
.fsd-geomap-location-button {
}

    .fsd-geomap-search .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .fsd-geomap-search .fsd-geomap-address-textbox {
        width: 400px;
    }

    .fsd-geomap-search .fsd-geomap-distance-dropdownlist {
        width: 150px;
    }

/* Newsletter
---------------------------------------- */
.itemViewNewsletterLink {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 5px 0;
}

/* Parent
---------------------------------------- */
.itemPrivate {
    float: left;
    padding-right: 5px;
}

.itemRss {
    float: left;
    padding-right: 5px;
}

    .itemRss img {
        border: 0;
    }

/* Photo
---------------------------------------- */
.photoSection .itemEditContent {
    padding-top: 10px;
}

    .photoSection .itemEditContent a, .photoSection .itemEditContent input {
        float: left;
        margin-right: 5px;
    }

/* Topics
---------------------------------------- */
.topics_TopicTitle {
    font-family: Arial;
    color: #637A55;
    font-size: 24px;
}

.topics_TopicDescription {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.topics_ListTable {
    border-top: solid #000000 3px;
    border-bottom: solid #000 1px;
    border-left: solid #000 1px;
    border-right: solid #000 1px;
}

.topics_ListItem {
    background-color: #BABABA;
}

.topics_ListItem2 {
    background-color: #fff;
}

.topics_ListAlternatingItem {
    border-top: dashed #CCCCCC 1px;
    background-color: #eee;
}

.topics_ListAlternatingItem2 {
    background-color: #BABABA;
}

.topics_ListTitle {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.topics_ListTitleLink {
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}

.topics_ListAuthorLink {
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}

.topics_ListDateCreated {
    font-size: 12px;
}

.topics_ListBriefDescription {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}


/* Resume
---------------------------------------- */
.resumeSection_TableHead {
    border: 1px solid #ccc;
    background: url('../Images/Gray.png');
    background-position: left top;
    font-weight: bold;
    padding: 4px 10px 0;
    height: 20px;
}

.resumeSection_Row {
    clear: both;
    margin: 0 0 5px 0;
    overflow: hidden;
}

.resumeSection_ItemReadMoreLink {
    float: left;
    margin-right: 20px;
}

.resumeSection_ItemRating {
    clear: both;
    margin-bottom: 5px;
}

.resumeSection_ItemEditContent {
    float: left;
    margin-right: 20px;
}

/* Search
---------------------------------------- */
.searchSection .item {
    overflow: hidden;
    margin-bottom: 10px;
}

.searchSection .pageSearch {
    width: 350px;
    clear: both;
}

.searchSection .searchTextBox {
    float: left;
}

/* Survey
---------------------------------------- */
.surveyItemViewResults {
    float: left;
    margin-right: 20px;
}

.itemCreateDuplicate {
    float: left;
    margin-right: 5px;
}

.surveyExportResults {
    float: left;
    margin-right: 5px;
}

.survey_Title {
    border: 1px solid #ccc;
    background: url('../Images/Gray.png');
    background-position: left top;
    font-weight: bold;
    padding: 4px 10px 0;
    height: 20px;
}
/* Stack */
.survey_RowLabel {
    clear: both;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    margin: 5px 0 0;
}

.survey_RowValue {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 0 0 5px;
}
/* Inline */
.survey_Row {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 5px 0;
}

.survey_Label {
    font-weight: bold;
    float: left;
    padding: 0;
    text-align: right;
    width: 150px;
}

.survey_Value {
    float: left;
    margin: 0 0 0 5px;
    padding: 0;
    text-align: left;
}

    .survey_Value .RadUpload {
        width: 250px;
    }
/* Fixed in moving down to second line */
.survey_Required {
    color: #e31937;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 0 5px;
}

.surveyResult_ResultTable {
    border: solid 0px #fff;
}

.surveyResult_ResultTableHeader {
    display: none;
}

.surveyResult_QuestionTable {
    width: 100%;
}

.surveyResult_QuestionTitleCell {
    font-weight: bold;
    background-color: #cfcfcf;
    padding: 5px;
}

.surveyResult_CountCell {
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

.surveyResult_PercentageCell {
    font-weight: bold;
    padding: 0px;
    text-align: right;
}

.surveyResult_BarGraphTable, .SurveyResultBarGraphTable {
    border: solid 1px #ccc;
}

.surveyResult_BarGraphCellLeft, .SurveyResultBarGraphCellLeft {
    background-color: gray;
    border-right: solid 1px #ccc;
}

.surveyResult_BarGraphCellRight, .SurveyResultBarGraphCellRight {
    background-color: #fff;
}

/* Login
---------------------------------------- */
.userLogin .label {
    width: 100px;
}
/* Reduced the width than normal */

.passwordRecovery .label {
    width: 125px;
}
/* Reduced the width than normal */

/* RSS 
---------------------------------------- */
.rssHorizontal .itemTitle, .rssVertical .itemTitle {
    font-size: 1.2em;
}

.itemCopyright,
.itemDateLastRefreshed {
    margin-bottom: 5px;
    width: 100%;
}

.rssItemOuter {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
}

.rssItemTitle {
    clear: both;
    font-weight: 600;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.rssItemAuthor,
.rssItemDescription,
.rssItemPubDate,
.rssItemSeparator {
    clear: both;
    margin-bottom: 5px;
    width: 100%;
}

/* Survey
---------------------------------------- */
.voting {
    clear: both;
    margin-bottom: 10px;
}

    .voting .question {
        clear: both;
        text-align: center;
        font-weight: bold;
    }

    .voting .RadCaptcha {
        clear: both;
        text-align: center;
    }

        .voting .RadCaptcha img {
            margin: 0 auto;
        }

    .voting .imageButton {
        text-align: center;
    }

    .voting .RadChart {
        margin: 0 auto;
    }

/* Contact Form (Uses two columns)
---------------------------------------- */
.contactForm_List, .ContactFormListTable {
    clear: both;
}
/* TODO: Remove - ContactFormListTable */
.contactForm_Field {
    clear: both;
    margin: 0;
    padding: 1px;
    text-align: left;
    overflow: hidden;
}

.contactForm_SubTitle {
    float: left;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 2px 0;
}

.contactForm_FieldName {
    float: left;
    font-size: 1em;
    margin: 0;
    padding: 2px 0;
    width: 150px;
}

.contactForm_FieldValue {
    float: left;
    font-size: 1em;
    margin: 0;
    padding: 2px 0;
    word-wrap: break-word;
}

.contactForm_ErrorMessage {
    color: #e31937;
    font-size: .9em;
}

.contactForm_RequiredField {
    color: #e31937;
    font-size: 1em;
    margin: 2px 5px;
}

.contactForm_TextBox {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

.contactForm_RadioButtonList td, .contactFormm_CheckBoxList td {
    padding: 2px 5px;
}

/* Photo Gallery
---------------------------------------- */

.photoGallery_SlideShow {
    clear: both;
    margin: 5px auto;
    overflow: hidden;
    padding: 5px;
    width: 450px;
}

.photoGallery_SlideShowImageContainer {
    float: left;
}

.photoSection_SlideShowCaption {
    clear: both;
    padding-bottom: .5em;
}

.photoGallery_SlideShowImage {
    clear: both;
    height: 530px;
    text-align: center;
    width: 400px;
}

.photoGallery_SlideShowPreviousSlide {
    float: left;
    margin: 150px 5px 0 0;
    padding: 0;
}

.photoGallery_SlideShowNextSlide {
    float: left;
    margin: 150px 0 0 5px;
    padding: 0;
}


.imageGallery {
    height: 350px;
    text-align: center;
}

    .imageGallery .preview {
        float: left;
        width: 70%;
    }

    .imageGallery .thumbnails {
        float: left;
        height: 100%;
        padding: 10px 10px 10px 0px;
        margin-left: 10px;
    }

        .imageGallery .thumbnails ul {
            height: 300px;
            list-style-type: none;
            margin: 0px 0px 0px 0px;
            padding-left: 0px;
            padding-right: 15px;
            overflow-y: scroll;
            overflow-x: hidden;
        }

        .imageGallery .thumbnails li {
            margin-left: 0px;
            padding-left: 0px;
        }

    .imageGallery .modalBackground {
        background-color: black;
    }

    .imageGallery .modalLayout {
        background-color: White;
    }

    .imageGallery .modalContainer .prevButtonDiv {
        position: absolute;
        top: 50px;
        left: 0px;
    }

    .imageGallery .modalContainer .nextButtonDiv {
        position: absolute;
        top: 50px;
        right: 0px;
    }

    .imageGallery .modalContainer .nextButton, div.imageGallery .modalContainer .prevButton {
        background-color: White;
    }

    .imageGallery .modalContainer .closeButton {
        position: absolute;
        bottom: 1em;
        right: 2em;
    }

    .imageGallery .imageText {
        text-align: left;
    }

        .imageGallery .imageText h2 {
            font-size: medium;
        }

/* Controls
========================================================================================== */

.editContentMenu {
    clear: both;
}

    .editContentMenu ul {
        padding: 0;
        margin: 10px 0;
    }

        .editContentMenu ul li {
            display: inline-block;
            border-left: 1px solid #828282;
            padding-left: 10px;
            margin-left: 10px;
        }

            .editContentMenu ul li:first-child {
                border-left: 0;
                padding-left: 0;
                margin-left: 0;
            }

/* Archive
---------------------------------------- */
.archive .rtPlus {
    background: url('../Images/PlusMinus.png') 0 0 transparent !important;
}

.archive .rtMinus {
    background: url('../Images/PlusMinus.png') 0 -11px transparent !important;
}

/* Font
---------------------------------------- */
/* (1 + 16 + 1) + 5 + (1 + 16 + 1) + 5 + (1 + 16 + 1) = 64 */
.fontSizer {
    float: right;
    height: 18px;
    width: 64px;
}

    .fontSizer .decreaseImage {
        background: url('../images/FontDecrease.png') 0 0 transparent;
        border: 0;
        cursor: pointer;
        height: 16px;
        width: 16px;
    }

    .fontSizer .resetImage {
        background: url('../images/FontReset.png') 0 0 transparent;
        border: 0;
        cursor: pointer;
        height: 16px;
        margin-left: 5px;
        width: 16px;
    }

    .fontSizer .increaseImage {
        background: url('../images/FontIncrease.png') 0 0 transparent;
        border: 0;
        cursor: pointer;
        height: 16px;
        margin-left: 5px;
        width: 16px;
    }

/* ListPicker
---------------------------------------- */
.listPicker .RadTreeView {
    float: left;
}

.listPicker .buttons {
    float: left;
}

.listPicker .directionButton {
    display: block;
    margin: 10px 0px 10px 0px;
}

.listpicker .RadTreeView {
    border: 1pt solid #6e6e6e;
    width: 300px;
    overflow-y: scroll;
    Margin-bottom: 10pt;
    float: left;
    height: 100px;
}

.listpicker .buttons {
    padding: 10px;
    width: 35px;
    float: left;
    text-align: center;
}

    .listpicker .buttons * {
        display: block;
    }

.listpicker .RadTreeView .rtUL {
    border-style: solid;
    border-width: .5pt;
    height: 100%;
    border-color: #f0f0f0;
}

.labelPanel {
    clear: both;
    overflow: hidden;
}


    .labelPanel .sourceLabel, .targetLabel {
        width: 300px;
        float: left;
        font-size: 12px;
        text-align: center;
    }

.targetLabel {
    margin-left: 55px;
}

.forwardButton {
    margin-bottom: 20px;
}

.rssButton_Container {
    width: 25px;
}

/* LoginView
---------------------------------------- */
.userloginView .requiredMessage {
    font-size: 0.9em;
    display: block;
}

.userloginView .messageCenter_Success, .eCommerceRegister .messageCenter_Success ul,
.userloginView .messageCenter_Info, .eCommerceRegister .messageCenter_Info ul,
.userloginView .messageCenter_Fail, .eCommerceRegister .messageCenter_Fail ul {
    padding: 0;
    margin: 0;
}

/* Quota
---------------------------------------- */
.chartContainer {
    float: left;
    margin-right: 15px;
}

.chartHeader {
    font-weight: bold;
    text-align: center;
}

.quotaControl .message {
    color: red;
    clear: both;
}


/* Social Media
---------------------------------------- */
/* Padding:5px + Image:16px + Padding:5px = Each Icon:26px */
.socialMedia_List {
    float: right;
    height: 16px;
    line-height: 16px;
}

.socialMedia_Group {
    cursor: pointer;
    float: right;
    line-height: 16px;
    height: 16px;
    width: 60px;
}

.socialMedia_GroupImage {
    margin: 0 5px 0 0;
}

.socialMedia_GroupText {
    color: black;
    font: normal 12px/16px Arial, Helvetica, sans-serif;
    vertical-align: middle;
}

.socialMedia_Item {
    height: 16px;
    margin: 5px;
}

.socialMedia_Image {
    margin: 0 5px;
}

.socialMedia_Link {
    text-decoration: none;
    vertical-align: top;
}

/* Edit Mode
---------------------------------------- */
.inlineEdit {
    margin-bottom: 10px;
}


/* Telerik
========================================================================================== */

/* RadMultiPage
---------------------------------------- */
.RadTabStrip {
    z-index: 200;
    position: relative;
}

.radMultiPage {
    border: 1px solid #828282;
    padding: 10px;
    position: relative;
    margin: -1px 0 0 0;
}

/* RadGrid
---------------------------------------- */
.RadGrid {
    outline: 0; /* Fix for Chrome displaying blue outline after clicking */
    margin: 0 0 10px 0;
}

.rgCommandItem {
    line-height: 28px;
    margin: 0 10px;
}

/* Scheduler
---------------------------------------- */
/* Prevent hidding save and cancel conrols if scheduler height is small */
.RadScheduler {
    min-height: 660px !important;
}

/* RadSocialShare
---------------------------------------- */
.RadSocialShare_Default {
    border: 0 !important;
}

.sshCustomIcon {
    margin-right: 3px !important;
}

/* RadButton
---------------------------------------- */
.rbLinkButton {
    border: 0 !important;
}

.RadButton {
    margin-right: 10px;
}

/* RadEditor
---------------------------------------- */
.reInternalLinkManager:before,
.reDocumentLibrary:before {
    background: none;
    display: inline-block !important;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro" !important;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.reInternalLinkManager:before {
    content: "\f0c1" !important;
}

.reDocumentLibrary:before {
    content: "\f02d" !important;
}

.RadWindow .rwIcon::before {
    margin: -18px 0 0 -0.25em !important;
}

/* Prevent overflow; by default, RadEditor min-width is 680px */
.RadEditor {
    min-width: 425px !important;
}
/* Prevent collaping RadEditor which happens in Versuib 2016.2.607 */
.reContentArea {
    min-height: 100px !important;
}

/* By default, Silk displays with gray background. */
.Silk.RadEditor .reContentCell {
    background-color: #fff !important;
}

/* FireFox V52.x
https://feedback.telerik.com/Project/108/Feedback/Details/213969-uls-in-radwindow-float-to-the-right-under-firefox-52 */
html:first-child .RadWindow ul,
html:first-child .RadWindowFixed ul {
    float: left !important;
}

/* RadMenu
---------------------------------------- */
.RadMenu {
    outline: 0; /* Fix for Chrome displaying blue outline after clicking a link */
    z-index: 50 !important; /* Prevent rad menu over the rad window */
}

    .RadMenu a:hover span {
        cursor: pointer;
    }

/* RadScheduler
---------------------------------------- */
/* Prevent rad menu over the RadScheduler */
.rsHeader {
    z-index: 40 !important;
}

.rsApt {
    line-height: 11px !important;
}

.rsAptOut {
    height: 25px !important;
}

/* Inline Editing
---------------------------------------- */
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.hidden {
    display: none;
}

.InlineEditable {
    position: relative;
    background-color: #949AAA;
    border: 1px dashed #f4f4f4;
    padding: 2px;
    margin-bottom: 5px;
    cursor: pointer;
    cursor: pointer;
}

    .InlineEditable .editMenu {
        display: none;
    }

    .InlineEditable.admin {
        background-color: #d96528;
    }

    .InlineEditable:hover {
        background-color: Transparent;
        border: 1px dashed #949aaa;
    }

        .InlineEditable:hover .editMenu {
            display: block;
            background-color: Lime;
            position: absolute;
            top: 0px;
            right: 0px;
        }

/* RadDataPager
---------------------------------------- */
.RadDataPager {
    border: 0 !important;
    background: none !important;
}

/* Form
TODO: Remove this form_* after creating bootstrap classes in Flipper.
---------------------------------------- */
.form_Panel {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.form_Heading {
    color: #000;
    font-weight: bold;
    font-size: 1.25em;
    margin: 0 0 10px 0;
}

.form_Title {
    border: 1px solid #ccc;
    background: url('../Images/Gray.png');
    background-position: left top;
    font-weight: bold;
    padding: 4px 10px 0;
    height: 20px;
}

    .form_Title img {
        float: right;
    }

.form_Content {
    background-color: #f9f9f9;
    overflow: hidden;
    padding: 5px;
}

.form_Description {
    font-size: .9em;
    margin-bottom: 5px;
}

.form_RowLabel {
    clear: both;
    width: 100%;
    overflow: hidden;
}
/* Label takes up entire row. */
.form_Row {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 5px 0;
}

.form_Label {
    float: left;
    text-align: right;
    margin-right: 10px;
    width: 150px;
}

.form_Value {
    float: left;
    text-align: left;
}

.form_Required {
    color: #e31937;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    margin: 0 5px;
}

.form_RequiredMessage {
    color: #e31937;
}

.form_TextBox {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

.form_TextBoxNumber {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
}

.form_RadioButtonList td, .form_CheckBoxList td {
    padding: 2px 5px;
}

.buttonContainer {
    clear: both;
    margin: 10px 0;
    padding: 0;
}

.button {
    font-size: 1em;
    margin-right: 10px;
}

fieldset {
    border: 1px solid #828282;
    background-color: #f0f0f0;
    margin: 20px 0 10px;
    padding: 5px 5px 10px;
}

legend {
    color: #8a8a8a;
    margin-top: 0;
    font-weight: bold;
    padding: 5px;
    font-size: 1.1em;
}

    legend a:link, legend a:visited, legend a:focus, legend a:active {
        color: #8a8a8a;
        text-decoration: none;
    }

/* Cookie message
---------------------------------------- */
#cookieMessage {
    width: 100%;
    height: 30px;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    position: fixed;
    z-index: 100;
}

#cookieMessageInner {
    background-color: rgba(210, 210, 210, 0.8);
    height: 23px;
    margin: 0 auto;
    padding: 7px 10px 0;
    width: 940px;
    position: relative;
}

#cookieText {
    float: left;
    font-weight: bold;
    color: #000;
    font-family: "arial";
    font-size: 12px;
}

    #cookieText a {
        color: #000;
        text-decoration: underline;
    }

#acceptCookies {
    cursor: pointer;
    float: right;
}

/* Flex slider
---------------------------------------- */
.photoSection #slider {
    margin: 0 0 10px;
}

.photoSection #CarouselPanel .slides li {
    background: white;
    border: 5px solid white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    margin: 5px 10px 5px 0;
}

    .photoSection #CarouselPanel .slides li[class=flex-active-slide] {
        border: 5px solid black;
    }

.photoSection .flexslider {
    border-radius: 0;
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0 auto 25px;
    width: 90%;
}

.photoSection .flex-direction-nav .flex-next {
    right: 0 !important;
    margin-right: -30px;
    opacity: 1 !important;
    height: 45px !important;
}

.photoSection .flex-direction-nav .flex-prev {
    left: 0 !important;
    opacity: 1 !important;
    margin-left: -30px;
    height: 50px !important;
}

.photoSection .flex-caption {
    text-align: center;
}

.photoSection .flexslider .itemEditContent {
    float: none;
    margin: 0 auto;
}

.photoSection #CarouselPanel > .slides {
    background: url(/Images/Loading.gif) center top no-repeat transparent !important;
    min-height: 100px !important;
}

    .photoSection #CarouselPanel > .slides > li,
    .photoSection #CarouselPanel > .slides > li > img {
        display: none;
    }

a:hover.flex-prev,
a:hover.flex-next {
    text-decoration: none;
}

.RadNotification_Bootstrap .rnTitleBarTitle
{
    width: 80% !important;
}