﻿.main-page-content ul:not(.pagination), .main-page-content ol:not(.breadcrumb), body.cke_editable_themed ul:not(.pagination), body.cke_editable_themed ol:not(.breadcrumb) {
    list-style-position: initial;
    padding-left: 0;
}

.formWrapper a:not(.btn) {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #0a7bca;
}

.external-bootstrap a {
    cursor: pointer;
}

.formWrapper select, .external-bootstrap select,
.formWrapper input[type="password"], .external-bootstrap input[type="password"],
.formWrapper input[type="text"], .external-bootstrap input[type="text"] {
    height: auto;
    padding: 4px;
    margin: 0;
    border: 1px solid #cccccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

.formWrapper textarea, .external-bootstrap textarea {
    width: 100%;
    height: 100px;
}

.formWrapper .editfield, .external-bootstrap .editfield {
    margin-top: 5px;
}

.formWrapper .editsubfield, .external-bootstrap .editsubfield {
    margin: 4px;
}

.formWrapper label.radio, .external-bootstrap label.radio {
    font-weight: normal;
}

.formWrapper input[type="radio"], .external-bootstrap input[type="radio"] {
    margin: 0;
}

.formWrapper .item, .external-bootstrap .item {
    padding: 10px 0 10px 0;
}

.formWrapper fieldset, .external-bootstrap fieldset {
    margin-top: 25px;
    margin-bottom: 25px;
}

    .formWrapper fieldset > .item, .external-bootstrap fieldset > .item {
        padding-left: 0;
    }

    .formWrapper fieldset > legend, .external-bootstrap fieldset > legend {
        font-weight: bold;
        margin-bottom: 10px;
    }

#mainMenu {
}

div#mainMenu:before {
}

#mainMenu ul {
    list-style: none;
}

#mainMenu li {
    list-style: none;
}

label.checkbox {
    display: inline;
    font-weight: normal;
}

.editlabel {
    white-space: normal !important;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: static;
    margin-left: 0;
}

.main-container ul.list-unstyled {
    font-size: inherit;
    list-style: none;
}

.print-container-outer {
    margin-top: 30px;
}

.print-container {
    border: 1px dashed gray;
    padding: 0px 20px 0px 20px
}

.formWrapper button:not(.btn), .formWrapper .buttonStyle:not(.btn) {
    margin: 5px;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #999;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .formWrapper button:not(.btn)[type='submit'], .external-bootstrap button:not(.btn)[type='submit'], .formWrapper .buttonStyle:not(.btn)[type='submit'], .external-bootstrap .buttonStyle:not(.btn)[type='submit'] {
        color: #fff;
        background-image: -webkit-linear-gradient(top, #3c87c8 0%, #2e6da4 100%);
        background-image: -o-linear-gradient(top, #3c87c8 0%, #2e6da4 100%);
        background-image: linear-gradient(to bottom, #3c87c8 0%, #2e6da4 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c87c8', endColorstr='#ff2e6da4', GradientType=0);
        background-repeat: repeat-x;
        border-color: #286090;
        border-bottom-color: #1d4568;
        text-shadow: none;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

.formWrapper p:last-child, .external-bootstrap p:last-child {
    margin-bottom: 13.5px;
}

.display-list tbody td[colspan]:first-child:last-child::before {
    content: "No records found.";
    display: block !important;
    color: black;
}

.display-list tbody td[colspan]:first-child:last-child {
    color: transparent;
}

.display-list .list-filter th:last-child {
    color: transparent;
}

.display-list tbody td a {
    white-space: nowrap;
}

ul.normal-list, .validationsummary ul {
    padding-left: 2.5em !important;
    list-style-position: outside !important;
}

.external-bootstrap .filterdescription {
    vertical-align: middle;
}