﻿@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(fonts/OpenSans400.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/OpenSans600.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/OpenSans700.woff) format('woff');
}

html, body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #696969;
    min-height: 100%;
    height: 100% !important;
}

.minimumBodyWidth {
    -moz-min-width: 1500px;
    -ms-min-width: 1500px;
    -o-min-width: 1500px;
    -webkit-min-width: 1500px;
    min-width: 1500px;
    overflow: auto;
}

input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

/* COMMON
----------------------------------------------------------*/
.hide {
    display: none;
}

.right {
    float: right;
}

textarea {
    resize: none;
}

/* HEADINGS
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

a {
    color: #696969;
}

li {
    line-height: 1.6;
}

/* this rule styles <h2> tags that are the
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the
page width. Or, you can specify an exact pixel width. */
.container {
    height: 100%;
    position: relative;
    margin: 0;
}

.page {
    height: 100%;
    width: 100%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

#header {
    position: fixed;
    width: 100%;
    margin-bottom: 0;
    color: #000;
    padding: 0;
    z-index: 1000;
}

    #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
    }

#main {
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

. /*mainPadding {
    clear: both;
    position: absolute;
    padding: 70px 0 10px 0;
    width: 100%;
}

.mainPaddingTop {
    padding-top: 40px;
}

.mainSmallPadding {
    clear: both;
    position: absolute;
    padding: 30px 0 0 0;
    margin-bottom: 0;
    width: 100%;
}

.mainSmallInnerPadding {
    clear: both;
    position: absolute;
    padding: 25px 0 0 0;
    margin-bottom: 0;
    width: 100%;
}*/
#footerOuter {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 20px;
    background: #F0F0F0;
}

#footer {
    color: #888888;
    font-weight: bold;
    padding: 3px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    width: 200px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

/* MENU
----------------------------------------------------------*/
#menu {
    position: relative;
    margin: 0;
    text-align: left;
}

    #menu .t-item {
        border-width: 0 0 0 0;
    }

    #menu .t-link {
        padding: 5px 10px;
        font-size: 8pt;
        font-family: Arial;
        font-weight: normal;
        text-decoration: none;
        line-height: 1.4em;
    }

/* FORM LAYOUT ELEMENTS
----------------------------------------------------------*/

fieldset {
    border: 0 solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

input[type="text"] {
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] {
    width: 200px;
    border: 1px solid #CCC;
}

/* MISC
----------------------------------------------------------*/
.clear {
    clear: both;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

.error {
    color: Red;
}

.val-error input,
.val-error select,
.val-error textarea,
.val-error .k-dropdown-wrap.k-state-default,
.val-error .k-upload,
.val-error .e-uploadbox .e-inputbtn.e-btn,
.val-error .tagit,
.val-error .e-rte,
.val-error .e-upload {
    background-color: #FFC7C7 !important;
    border: 1px solid #FFA3A3;
}

div#title {
    display: block;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

.centredLoginButton {
    width: 100px;
    margin: 0 auto;
    padding-top: 25px;
}

.centredPasswordResetButton {
    width: 200px;
    margin: 0 auto;
    padding-top: 25px;
}

.paddingTop5 {
    padding-top: 5px;
}

.paddingTop15 {
    padding-top: 15px;
}

.loginMainCentreDiv {
    width: 400px;
    margin: 0 auto;
    padding-top: 30px;
}

.maxWidthGrid {
    width: 125%;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label {
    font-weight: bold;
    margin: 1em 0 0 0;
}

.display-field, .editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

/* Styles for main menu
----------------------------------------------------------*/
.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}
<!-- [if IE] > .cf {
    display: inline-block;
}

.cf {
    display: block;
}

.clearfix {
    height: 1px;
}

<![endif] -->
.cf {
    zoom: 1;
}

.mainMenuButton, .disabledMainMenuButton {
    border: 1px solid grey;
    width: 300px;
    height: 85px;
    margin: 20px;
    text-align: left;
    vertical-align: middle;
    color: black;
    display: inline-block;
}

.mainMenuButton {
    background-color: rgb(200,220,255);
    cursor: pointer !important;
}

.mainMenuItem {
    border: 0 solid grey;
    width: 300px;
    height: 85px;
    margin: 20px;
    text-align: left;
    vertical-align: middle;
    color: black;
    display: inline-block;
}

.mainMenuButtonIE {
    display: inline !important;
}

.mainMenuHover {
    background-color: rgb(150,180,255);
}

.mainmenu_sectiontitle {
    float: left;
    line-height: 85px;
    font-size: 25px;
    vertical-align: middle;
}

.mainmenu_uppersectiontitle {
    line-height: 85px;
    font-size: 25px;
    vertical-align: middle;
}

.mainMenu_sectionIcon {
    float: left;
    vertical-align: middle;
    padding: 5px;
}
/* EDIT Form styles */
.formLayout {
    padding-left: 5px;
    padding-right: 5px;
}

    .formLayout .panel {
        float: left;
        padding-bottom: 5px;
    }

    .formLayout .thirdWidth {
        width: 32.33%;
        margin-right: 0.5%;
    }

    .formLayout .twoThirdWidth, .formLayout .twoThirdsWidth {
        width: 66%;
    }

    .formLayout .quarterWidth {
        width: 25%;
    }

    .formLayout .fifthWidth {
        width: 20%;
    }

    .formLayout .sixthWidth {
        width: 16.166%;
    }

    .formLayout .threeQuarterWidth, .formLayout .threeQuartersWidth {
        width: 74%;
    }

    .formLayout .halfWidth {
        width: 50%;
    }

    .formLayout .fullWidth {
        width: 100%;
    }

    .formLayout .fullWidthNoPadding {
        width: 100%;
        padding: 0;
    }

    .formLayout .nineWidth, .formLayout .ninthWidth {
        width: 11.1%;
    }

    .formLayout .eightWidth, .formLayout .eighthWidth {
        width: 12.5%;
    }

    .formLayout .sevenWidth, .formLayout .seventhWidth {
        width: 14.2%;
    }

    .formLayout .sixWidth, .formLayout .sixthWidth, .formLayout .eightyThreeFifthsWidth {
        width: 16.6%;
    }

    .formLayout .fiveSixWidth, .formLayout .fiveSixthWidth {
        width: 83.4%;
    }

    .formLayout .hundredSixtySevenFifthsWidth {
        width: 33.4%;
    }

    .formLayout .threeEightWidth, .formLayout .threeEightsWidth, .formLayout .threeEighthsWidth {
        width: 37.5%;
    }

    .formLayout .fiveEightWidth, .formLayout .fiveEightsWidth, .formLayout .fiveEighthsWidth {
        width: 62.5%;
    }

    .formLayout .sevenEightWidth, .formLayout .sevenEightsWidth, .formLayout .sevenEighthsWidth {
        width: 87.5%;
    }

    .formLayout .tenWidth, .formLayout .tenthWidth {
        width: 10%;
    }

    .formLayout .fiveWidth, .formLayout .fifthWidth {
        width: 20%;
    }

    .formLayout .threeTenWidth, .formLayout .threeTenthsWidth {
        width: 30%;
    }

    .formLayout .twoFiveWidth, .formLayout .twoFifthsWidth {
        width: 40%;
    }

    .formLayout .threeFiveWidth, .formLayout .threeFifthsWidth {
        width: 60%;
    }

    .formLayout .sevenTenWidth, .formLayout .sevenTenthsWidth {
        width: 70%;
    }

    .formLayout .fourFiveWidth, .formLayout .fourFifthsWidth {
        width: 80%;
    }

    .formLayout .nineTenWidth, .formLayout .nineTenthsWidth {
        width: 90%;
    }

    .formLayout .separator {
        float: left;
        clear: both;
        color: #e0e2e2;
        height: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        border-top: 1px solid #e0e2e2;
        border-bottom: 1px solid #f9f9f9;
    }

    .formLayout .formField {
        clear: both;
        padding-left: 160px;
        padding-right: 10px;
        padding-bottom: 5px;
        position: relative;
        min-height: 24px;
    }

    .formLayout .formHeader {
        clear: both;
        padding-left: 0;
        padding-right: 10px;
        padding-bottom: 5px;
        position: relative;
        font-weight: bold;
        color: #696969;
    }

    .formLayout .formField .fieldLabel {
        width: 150px;
        position: absolute;
        left: 5px;
        top: 2px;
        font-weight: normal;
        color: #696969;
    }

    .formLayout .formField .fieldValue {
        width: 100%;
        min-height: 28px;
    }

    .formLayout.generatedHistoryForm .formField .fieldValue {
        padding-top: 4px;
    }

    .formLayout textarea {
        width: 100%;
        height: 50px;
        white-space: pre-wrap !important;
    }

    .formLayout .formField input {
        width: 100%;
    }

    .formLayout .formField input, .formLayout textarea, .formLayout .formField select {
        width: 100%;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        /*height: 28px;*/
    }

    .formLayout .formField .label {
        padding: 2px;
        color: Black;
        width: 100%;
    }

    .formLayout .formHeader h1, .formLayout .formHeader h2 {
        font-family: 'Open Sans', sans-serif;
        padding: 0;
    }

    .formLayout .formHeader h1 {
        font-size: 10pt;
    }

    .formLayout .formHeader h2 {
        font-size: 8pt;
    }

    .formLayout .formHeader .fieldHeader3 {
        font-size: 8pt;
        text-decoration: underline;
        line-height: normal;
    }

span.money{
    max-width: 70% !important;
}
.formfield .k-numerictextbox.money {
    width: 150px;
}

.formfield .k-numerictextbox.percent {
    width: 100px;
}

input.percent {
    width: 100px !important;
}

.fieldHeaderLabel {
    font-size: 10.5pt;
    text-decoration: underline;
}

.formLayout .indentLabel .fieldLabel {
    padding-left: 15px;
}

.flowContainer {
    float: left;
}

.checkboxList {
    position: absolute;
    width: 100%;
    background: white;
    height: 116px;
    z-index: 1000 !important;
    overflow: auto;
    display: none;
}

.checkboxListItem input {
    width: 20px !important;
}

.label {
    word-wrap: break-word;
}

.ValidationWrapper {
    float: right;
}

.ValidationError {
    top: 2px;
    position: absolute;
    right: 6px;
    display: inline;
    width: 18px;
    background-image: url('/content/Images/Validation/crossColour.png');
    height: 18px;
    z-index: 10000;
}

.ValidationUnknown {
    top: 2px;
    position: absolute;
    right: 6px;
    display: inline;
    width: 18px;
    background-image: url('/content/Images/Validation/questionColour.png');
    height: 18px;
    z-index: 10000;
}

.ValidationOk {
    top: 2px;
    position: absolute;
    right: 6px;
    display: inline;
    width: 18px;
    background-image: url('/content/Images/Validation/checkColour.png');
    height: 18px;
    z-index: 10000;
}

/* Postcode lookup button */
.PostcodeLookupButton {
    cursor: pointer;
}

    .PostcodeLookupButton:hover {
        background-color: #a0a0a0;
        color: white;
    }

.PostcodeLookupResults tbody td {
    cursor: pointer;
}

/* Entity linked button for dropdowns */
.EntityLinkedDropDown span.k-dropdown-wrap {
    margin-right: 22px;
}

.EntityLinkedDropDown button.k-button {
    width: 22px;
    height: 23px;
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-left-width: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-color: #dadada;
}

.quickadd span.k-dropdown-wrap {
    margin-right: 22px;
}

.clickToDialField {
    margin-right: 20px;
}

.quickadd button.k-button, button.clickToDialButton {
    /*height: 23px;*/
    position: absolute;
    top: 0;
    right: 10px;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

.quickadd button.k-button {
    width: 22px;
    border-left-width: 0;
    border-color: #dadada;
}

button.clickToDialButton {
    width: 20px;
    border-left-width: 1px;
    border-color: #cccccc;
}

/* Ends entity link button for dropdowns*/

/* Multiple File Upload - Start */

.e-upload-box.e-drag-wrapper {
    padding-bottom: 1em;
    margin-bottom: 0.5em;
}

.multipleFileUploadFileList {
    border: lightgrey solid 1px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    max-height: 172px;
    overflow-y: scroll;
}

@supports (overflow-y: overlay) {
    .multipleFileUploadFileList {
        overflow-y: overlay;
    }
}

.multipleFileUploadFile {
    margin-left: 1em;
    margin-right: 1em;
    display: inline-block;
}

.multipleFileUploadFile img {
    vertical-align: sub;
    padding-right: 5px;
}

.e-upload-box .e-drag-text {
    font-weight: normal !important;
}

.e-uploadbox.e-js.e-widget {
    height: 30px !important;
}

.e-uploadbox.e-widget .e-selectpart.e-select {
    background-color: #f4f4f4 !important;
}

.e-uploadbox.e-widget .e-selectpart.e-select:hover {
    background-color: #ebebeb !important;
}

.val-error .e-upload-box.e-drag-wrapper {
    border-color: #FFA3A3 !important;
}

.val-error .e-inputbtn {
    background-color: #f4f4f4 !important;
}

/* Multiple File Upload - End */

/* Image File Upload - Start */

.imageFileUpload-FileListContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 5px;
}

.imageFileUpload-imageListItem {
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    padding: 5px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
}

    .imageFileUpload-imageListItem img {
        display: block;
        width: 50px;
        max-height: 50px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.imageFileUpload-imageDelete {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    background-image: url("/Content/Themes/base/images/ui-icons_888888_256x240.png");
    background-position: -80px -128px;
    background-color: white;
    border-radius: 8px;
    cursor: pointer;
}

/* Image File Upload - End */

.formField.fullWidth {
    padding-left: 5px;
    width: 90%;
}

.formField.hideLabel .fieldLabel {
    display: none;
}

.formField.noLabel, .formField.labelAbove, .formField.labelOnly {
    padding-left: 0 !important;
}

    .formField.noLabel > .fieldLabel {
        display: none;
    }

.formField.center .fieldValue {
    text-align: center;
}

.formField.right .fieldValue {
    text-align: right;
}

.formField.rightText .fieldValue {
    text-align: right;
}

.loadSpinnerMetroContainer {
    background-position: 50% 10%;
    background-image: url('/Content/Images/Spinner/loading-image-please-wait.gif');
    background-color: #ffffff;
    background-repeat: no-repeat;
    -ms-opacity: 0.9;
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11111 !important;
}

.saveSpinnerMetroContainer {
    background-position: 50% 10%;
    background-image: url('/Content/Images/Spinner/loading-image-saving.gif');
    background-color: #ffffff;
    background-repeat: no-repeat;
    -ms-opacity: 0.9;
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11111 !important;
}

.reportSpinnerMetroContainer {
    background-position: 50% 10%;
    background-image: url('/Content/Images/Spinner/loading-image-report.gif');
    background-color: #ffffff;
    background-repeat: no-repeat;
    -ms-opacity: 0.9;
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11111 !important;
}

.formField.labelAbove .fieldLabel, .formField.labelOnly .fieldLabel {
    position: relative !important;
    padding-bottom: 3px;
    width: 99% !important;
}

.formField.labelOnly .fieldValue {
    display: none;
}

.formField.labelAbove .fieldLabel {
    text-align: left !important;
    left: 2px;
}

.flashMessage {
    background-color: salmon;
    border: red solid 1px;
}

.spacer {
    line-height: 0.8em;
}

.fullLeftWidth {
    float: left;
    width: 98%;
}

.halfLeftWidth {
    float: left;
    width: 50%;
}

.quarterLeftWidth {
    float: left;
    width: 25%;
}

.thirdLeftWidth {
    float: left;
    width: 32%;
}

.buttonStyle {
    font-family: "Segoe UI";
    height: 40px;
    border: 1px solid #cccccc;
    border: 1px solid hsl(0, 0%, 80%);
    background-color: #f7f7f7;
    background-color: hsl(0, 0%, 97%);
    color: #333333;
    color: hsl(0, 0%, 20%);
    cursor: pointer;
    -ms-border-radius: 2px;
    border-radius: 2px;
    outline: 0;
    padding: 0 12px 2px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    align-items: flex-start;
    text-align: center;
    margin: 0;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    -ms-text-shadow: none;
    text-shadow: none;
    display: inline-block;
    -webkit-writing-mode: horizontal-tb;
    -webkit-appearance: button;
}


    .buttonStyle:hover {
        color: #000000;
        border-color: #aaaaaa;
        background-color: #fefefe;
        -moz-box-shadow: 1px 1px 1px #a0a0a0;
        -moz-box-shadow: 1px 1px 1px #a0a0a0;
        -webkit-box-shadow: 1px 1px 1px #a0a0a0;
        -webkit-box-shadow: 1px 1px 1px rgba(160,160,160,0.2);
        -ms-box-shadow: 1px 1px 1px #a0a0a0;
        box-shadow: 1px 1px 1px #a0a0a0;
        box-shadow: 1px 1px 1px rgba(160,160,160,0.2);
    }

.buttonSpan {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.leftFloat {
    float: left;
    padding: 5px;
}


.borderForGrid {
    border: 1px #BEBEBE solid;
}

.configDataRow {
    font-size: small;
}

.configInner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

    .configInner h2 {
        padding: 0;
        margin-bottom: 5px;
        margin-top: 10px;
        text-align: left;
    }

    .configInner p {
        font-size: small;
        text-align: left;
    }

.noteStyle {
    font-size: smaller;
}

.grabber:hover {
    background-color: lightpink;
    cursor: pointer;
}

.paddingLeft4 {
    padding-left: 4px;
}

div.configTableHeader {
    overflow: hidden;
}

    div.configTableHeader .headerTag {
        background-color: #009999;
        color: white;
    }

    div.configTableHeader .labelTag {
        border-right: 1px solid white;
        text-align: left;
        height: 24px;
        display: table-cell;
        vertical-align: middle;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        -moz-word-break: break-all;
        -o-word-break: break-all;
        word-break: break-all;
    }

    div.configTableHeader .width50 {
        width: 50px;
    }

    div.configTableHeader .width60 {
        width: 60px;
    }

    div.configTableHeader .width70 {
        width: 70px;
    }

    div.configTableHeader .width80 {
        width: 80px;
    }

    div.configTableHeader .width90 {
        width: 90px;
    }

    div.configTableHeader .width100 {
        width: 100px;
    }

    div.configTableHeader .width110 {
        width: 110px;
    }

    div.configTableHeader .width120 {
        width: 120px;
    }

    div.configTableHeader .width130 {
        width: 130px;
    }

    div.configTableHeader .width140 {
        width: 130px;
    }

    div.configTableHeader .width150 {
        width: 150px;
    }

    div.configTableHeader .width160 {
        width: 160px;
    }

    div.configTableHeader .width170 {
        width: 170px;
    }

    div.configTableHeader .width175 {
        width: 175px;
    }

    div.configTableHeader .width180 {
        width: 180px;
    }

    div.configTableHeader .width190 {
        width: 190px;
    }

    div.configTableHeader .width200 {
        width: 200px;
    }

    div.configTableHeader .width250 {
        width: 250px;
    }

    div.configTableHeader .width300 {
        width: 300px;
    }

    div.configTableHeader .width350 {
        width: 350px;
    }

    div.configTableHeader .width400 {
        width: 400px;
    }

.configZoneHeader {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    height: 36px;
    width: 100%;
    background: #901f43 !important;
    color: white;
}

    .configZoneHeader a:link {
        text-decoration: none;
        color: white;
    }

    .configZoneHeader a:visited {
        color: white;
    }

    .configZoneHeader a:hover {
        text-decoration: none;
        color: white;
    }

    .configZoneHeader a:active {
        text-decoration: none;
        color: white;
    }

.configButtonHover:hover {
    background: #9d4863 !important;
}

.configSubHeaderColor {
    background-color: #F8DDE6 !important;
    position: fixed;
}

#configFooter {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
}

.configColumnPositionHalf {
    padding-top: 10px;
    float: left;
    width: 50%;
}

.configColumnPositionThird {
    padding-top: 10px;
    float: left;
    width: 33%;
}

.configColumnPosition {
    padding-top: 20px;
    float: left;
    width: 100%;
}

.repeaterContainer {
    border: 1px solid rgb(204, 204, 204);
    -webkit-border-image: none;
    -moz-border-image: none;
    -ms-border-image: none;
    -o-border-image: none;
    border-image: none;
    width: 100%;
    min-height: 2.13em;
}

    .repeaterContainer table.repeaterTable tr {
        background-color: #ddd;
    }

        .repeaterContainer table.repeaterTable tr.alternateRow {
            background-color: #BFC2C7;
        }

    .repeaterContainer table.repeaterTable tfoot th {
        border-right: none;
        border-left: none;
        border-bottom: none;
        border-top: 1px solid #fff;
    }

    .repeaterContainer table.repeaterTable tr div {
        text-align: left !important;
    }

.addWizardPanel {
    border: 1px solid #a0a0a0;
    border: 1px solid rgba(160,160,160,0.2);
    width: 100%;
    height: 180px;
}

.listWizardPanel {
    width: 100%;
}

.fieldValue .k-treeview {
    overflow: visible;
}

.alert-box {
    color: #555;
    -ms-border-radius: 10px;
    border-radius: 10px;
    font-family: Tahoma,Geneva,Arial,sans-serif;
    font-size: 11px;
    padding: 10px 10px 10px 36px;
    margin: 10px;
}

    .alert-box span {
        font-weight: bold;
        text-transform: uppercase;
    }

.error {
    background: #ffecec url('/content/images/alerts/error.png') no-repeat 10px 50%;
    border: 1px solid #f5aca6;
}

.success {
    background: #e9ffd9 url('/content/images/alerts/success.png') no-repeat 10px 50%;
    border: 1px solid #a6ca8a;
}

.warning {
    background: #fff8c4 url('/content/images/alerts/warning.png') no-repeat 10px 50%;
    border: 1px solid #f2c779;
}

.notice {
    background: #e3f7fc url('/content/images/alerts/notice.png') no-repeat 10px 50%;
    border: 1px solid #8ed9f6;
}

.boxHeight50, .boxHeight50 .fieldValue {
    height: 50px;
}

.boxHeight60, .boxHeight60 .fieldValue {
    height: 60px;
}

.boxHeight100, .boxHeight100 .fieldValue {
    height: 100px;
}

.boxHeight150, .boxHeight150 .fieldValue {
    height: 150px;
}

.boxHeight200, .boxHeight200 .fieldValue {
    height: 200px;
}

.boxHeight250, .boxHeight250 .fieldValue {
    height: 250px;
}

.boxHeight3rows, .boxHeight3rows .fieldValue {
    height: 5.3em;
}

.boxHeight5rows, .boxHeight5rows .fieldValue {
    height: 8.55em;
}

.boxHeight8rows, .boxHeight8rows .fieldValue {
    height: 13.5em;
}

.formField.margin-top0_5m {
    margin-top: 0.5em;
}

.formField.margin-top1m {
    margin-top: 1em;
}

.formField.margin-top1_5m {
    margin-top: 1.5em;
}

.formField.margin-top2m {
    margin-top: 2em;
}

.formField.margin-bottom0_5m {
    margin-bottom: 0.5em;
}

.formField.margin-bottom1m {
    margin-bottom: 1em;
}

.formField.margin-bottom1_5m {
    margin-bottom: 1.5em;
}

.formField.margin-bottom2m {
    margin-bottom: 2em;
}

.formField.top-line {
    padding-top: 5px;
    border-top: 1px solid black;
}

.formField.bottom-line {
    border-bottom: 1px solid black;
}

.formField.top-line .fieldLabel {
    top: 7px;
}

.formField.numericWidth89p input.money {
    width: 89px !important;
}

.formField.Width89p input.k-textbox {
    width: 89px !important;
}

.formField.numericWidth74p .k-numerictextbox {
    /* NOTE: Remove !important once field templates have been reworked to remove directly specified widths */
    width: 74px !important;
}

.formField.numericWidth89p .k-numerictextbox {
    /* NOTE: Remove !important once field templates have been reworked to remove directly specified widths */
    width: 89px !important;
}

.formField.numericWidth100p .k-numerictextbox {
    /* NOTE: Remove !important once field templates have been reworked to remove directly specified widths */
    width: 100px !important;
}

.formField.numericWidth120p .k-numerictextbox {
    /* NOTE: Remove !important once field templates have been reworked to remove directly specified widths */
    width: 125px !important;
}

.formField.numericWidth150p .k-numerictextbox {
    /* NOTE: Remove !important once field templates have been reworked to remove directly specified widths */
    width: 150px !important;
}

.formField.matchYesNoWidth input {
    width: 60px !important;
}

/*formfield widths are controlled with padding*/
.formField.width50 {
    padding-left: 50px !important;
}

.formField.width60 {
    padding-left: 60px !important;
}

/*applied to inputs*/
.formField .k-widget.inputwidth100perc, .formField .inputwidth100perc .k-widget {
    width: 100% !important;
}

.formField .k-widget.inputwidth70perc, .formField .inputwidth70perc .k-widget {
    width: 70% !important;
}

.resizeableTextareaVertical textarea {
    resize: vertical;
}

.resizeableTextareaHorizontal textarea {
    resize: horizontal;
}

.resizeableTextareaBoth textarea {
    resize: both;
}

.numericWidth99perc > .k-numerictextbox {
    width: 99% !important;
}

.dropdownWidth50px .k-dropdown {
    width: 50px !important;
}

.formHeader.matchTextboxHeight {
    height: 2.13em;
}

#viewPrimaryEntityFilterContainer {
    position: absolute;
    margin-top: 6px;
    margin-left: 15px;
    background-color: transparent;
    z-index: 1;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

#viewSearchParentContainer {
    margin-bottom: 6px;
}

.k-numerictextbox .k-input {
    text-align: right;
    /*   direction: rtl; problems with negative numbers */
}

/* Allow some extra padding so that the controls do not overlap the value */
.k-numeric-wrap:not(.k-expand-padding) {
    padding-right: 2.5em !important;
}

input.readonly, .k-state-disabled, .k-textbox.readonly, div.readonly {
    border: 1px dashed #ccc !important;
    background-color: rgb(248, 248, 248) !important;
}

div.yesNoReadonly > div.fieldValue > .eitrYesNo > .k-dropdown-wrap {
    background-color: rgb(248, 248, 248) !important;
}

div.yesNoReadonly > div.fieldValue > .eitrYesNo > .k-dropdown-wrap > .k-select > .k-icon {
    display: none;
}

input.readonlyBackcolour, k-textbox.readonlyBackcolour {
    background-color: rgb(248, 248, 248) !important;
}

.readonlyColor input, .readonlyColor .k-textbox {
    background-color: rgb(248, 248, 248) !important;
}

.formField.doubleWidth {
    width: 200%;
}

.formFieldTripleWidth, .formField.tripleWidth {
    width: 300%;
}

.boxHeight3cells, .boxHeight3cells .fieldValue {
    height: 7.65em;
}

.formField.tabStyleLabel .fieldLabel {
    padding-bottom: 10px;
    font-size: medium;
}

.formField.borderedGrid .fieldValue {
    border: 1px solid #cccccc;
}

.multi-select-list-outer-container {
    display: none;
    background-color: white;
    border: 1px solid #cccccc;
    z-index: 10;
    position: absolute;
    height: 200px;
    width: 350px;
    box-shadow: 2px 2px 2px 2px;
    right: 1px;
}

.multi-select-list-inner-container {
    border: 1px solid #cccccc;
    height: 168px;
    overflow-y: scroll;
}

.multi-select-list-view-container {
    padding-top: 2px;
}

.multi-select-list-view-details {
    width: 90%;
    float: left;
}

.multi-select-list-change-link-container {
    width: 10%;
    text-align: right;
    float: right;
}

.multi-select-list-change-link {
    cursor: pointer;
    text-decoration: underline;
}

.treeview-list-filter {
    height: 16px;
}

.multi-select-list-filter {
    height: 19px;
}

.multi-select-list-filter-outer-container,
.treeview-list-filter-outer-container {
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

.multi-select-list-filter-outer-container {
    padding-bottom: 4px;
}

.treeview-list-filter-outer-container {
    padding-bottom: 10px;
}

.multi-select-container, .treeview-list-container {
    float: left;
    padding: 2px 3px 2px 3px;
    border: 1px solid #bbb;
    text-align: center;
    cursor: pointer;
    margin-right: 1px;
    border-radius: 3px;
    background-color: #e7e7e7;
}

    .multi-select-container:hover {
        background-color: #d5d5d5;
        border-color: #aaa;
    }

.multi-select-list-close-link-container, .treeview-list-close-link-container {
    float: right;
    padding-right: 3px;
    cursor: pointer;
}

    .multi-select-list-close-link-container:hover, .treeview-list-close-link-container:hover {
        color: #000;
    }

.multi-select-list-filter-inner-container,
.treeview-list-filter-inner-container {
    float: left;
    width: 180px;
    margin-right: 5px;
}

.treeview-list-outer-container {
    display: none;
    height: 200px;
    border: 1px solid #cccccc;
    position: absolute;
    width: 350px;
    background-color: white;
    z-index: 10;
}

.treeview-list-inner-container {
    overflow: scroll;
    height: 170px;
    border: 1px solid #cccccc;
}

.treeview-display-group {
    text-decoration: underline;
    padding-top: 2px;
    padding-bottom: 2px;
}

.treeview-display-group-items {
    padding-left: 10px;
}

.treeview-display-inner-container {
    width: 90%;
    float: left;
}

.treeview-display-change-link-container {
    width: 10%;
    text-align: right;
    float: right;
}

.treeview-display-change-link {
    text-decoration: underline;
    cursor: pointer;
}

.treeview-display-group-items > SPAN,
.multi-select-list-view-details > SPAN {
    display: inline-block;
    border: 1px dashed #ccc;
    padding: 1px 2px 1px 2px;
    margin-right: 4px;
}

.rightTextAlign {
    text-align: left !important;
}

.leftLabelTextAlign .fieldLabel  {
    text-align: left !important;
}

.singlesearchselector-display {
    float: left;
    width: 90%;
    position: relative;
}

.singlesearchselector-search-button {
    float: right;
    width: 24px;
    cursor: pointer;
    background-image: url('/Content/Themes/BaseStyle/Toolbar/Preview.png');
    height: 24px;
}

.singlesearchselector-list-container {
    display: none;
    position: absolute;
    height: 150px;
    border: 1px solid #ccc;
    background-color: white;
    width: 300px;
    z-index: 10;
}

.singlesearchselector-close-button {
    float: right;
    width: 20px;
    cursor: pointer;
    background-image: url('/Content/Themes/BaseStyle/Toolbar/cancel.png');
    height: 20px;
}

.singlesearchselector-list {
    clear: both;
    width: 100%;
    border: 1px solid #ccc;
    overflow: scroll;
    height: 126px;
}

.singlesearchselector-list-option {
    cursor: pointer;
    padding: 4px 2px 4px 2px;
}

    .singlesearchselector-list-option:nth-child(odd) {
        background-color: #eee;
    }

.linksearch-wrap input.k-textbox {
    height: 28px;
}

.donotdisplay {
    display: none !important;
}

fieldset.fieldSeparator {
    border: 0 solid #ddd !important;
    border-width: 1px 0 0 0 !important;
    padding: 0 1.4em 0 1.4em !important;
    margin: 5px 0 5px 0 !important;
}

fieldset.emptyFieldSeparator {
    border: 0 solid #ddd !important;
    border-width: 1px 0 0 0 !important;
    padding: 0 1.4em 0 1.4em !important;
    margin: 14px 0 14px 0 !important;
}

legend.fieldSeparator {
    font-size: 1.1em !important;
    font-weight: bold !important;
    color: black;
}

.widerLabels .formLayout .formField {
    padding-left: 200px;
}

    .widerLabels .formLayout .formField .fieldLabel {
        width: 190px;
    }

.formField.widerLabels {
    padding-left: 200px !important;
}

    .formField.widerLabels .fieldLabel {
        width: 190px !important;
    }

.evenWiderLabels .formLayout .formField {
    padding-left: 280px;
}

    .evenWiderLabels .formLayout .formField .fieldLabel {
        width: 270px;
    }

.formField.evenWiderLabels {
    padding-left: 280px !important;
}

    .formField.evenWiderLabels .fieldLabel {
        width: 270px !important;
    }

.extraWideLabels .formLayout .formField {
    padding-left: 360px;
}

    .extraWideLabels .formLayout .formField .fieldLabel {
        width: 350px;
    }

.formField.extraWideLabels {
    padding-left: 360px !important;
}

    .formField.extraWideLabels .fieldLabel {
        width: 350px !important;
    }

.narrowLabels .formLayout .formField {
    padding-left: 110px;
}

    .narrowLabels .formLayout .formField .fieldLabel {
        width: 100px;
    }

.formField.narrowLabels {
    padding-left: 110px !important;
}

    .formField.narrowLabels .fieldLabel {
        width: 100px !important;
    }

.extraNarrowLabels .formLayout .formField {
    padding-left: 60px;
}

.formField.extraNarrowLabels {
    padding-left: 60px !important;
}

.formField.noBottomPadding {
    padding-bottom: 0px;
}

.formfield.noRightPadding {
    padding-right: 0px;
}

.extraNarrowLabels .formLayout .formField .fieldLabel {
    width: 50px;
}

.formField.extraNarrowLabels .fieldLabel {
    width: 50px !important;
}

.size70and30SplitLabels .formLayout .formField {
    padding-left: 70%;
}

    .size70and30SplitLabels .formLayout .formField .fieldLabel {
        width: 70%;
    }

.formField.size70and30SplitLabels {
    padding-left: 70% !important;
}

    .formField.size70and30SplitLabels .fieldLabel {
        width: 70% !important;
    }

.rightLabels .formLayout .formField .fieldLabel {
    text-align: right;
}

.formField.rightLabels .fieldLabel {
    text-align: right;
}

.boldLabels .formLayout .formField .fieldLabel {
    font-weight: bold;
}

.formField.boldLabels .fieldLabel {
    font-weight: bold;
}

.formField.twoLineLabels .fieldLabel {
    top: -3.5px;
    line-height: 15px;
}

.formField.twoLineLabels .fieldLabel .fieldTooltip {
    margin-top: 5px;
}

.formField.flexLabel .fieldLabel {
    top: -2.5px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-start;
    line-height: 15px;
    padding-top: 0px;
}

.formField.flexLabel .fieldLabel .fieldTooltip {
    min-width: 20px;
}

.flexLabel .ecl-mark {
    margin-top: 33%;
}

.formField.expandedLabels .fieldLabel {
    left: -15px;
    width: 170px;
}

.removeKSelect span.k-select {
    display: none;
}

.removeKSelect .k-combobox .k-dropdown-wrap {
    padding: 0;
}

    .removeKSelect .k-combobox .k-dropdown-wrap:hover {
        padding: 0;
    }

.dateOnly .k-datepicker {
    width: 8em;
}

.textAlignRight {
    text-align: right;
}

.hideOpacity0 {
    opacity: 0;
}

/* This class is to work around the bug whereby sometimes specifying a flow class on a field causes the first field on the following "row" to be pushed to the right */
.workaroundFlowWrappingBug {
    margin-bottom: 4px;
}

.validateItemStyle {
    font-size: 12px;
    font-weight: bold;
    margin-left: 4em;
    margin-bottom: 1em;
}

.validateItemLabelStyle {
    color: red;
    font-weight: bold;
}



/* style overrides for smaller monitors */
@media (max-width: 1415px) {

    table td {
        padding: 2px 1px;
        vertical-align: top;
    }

    .repeaterContainer .narrowLabels .formLayout .formField, .repeaterContainer .formField.narrowLabels {
        padding-left: 90px !important;
    }

    #subHeader .k-menu .k-item > .k-link {
        padding: .5em .5em .4em !important;
    }
}

.fieldHelp {
    float: right;
    padding-left: 3px;
}

/* Login Page */

.loginPage .container {
    width: 100%;
}

.loginPage #main {
    padding-top: 100px;
}

.loginPage #mainCentreLogin {
    /*background: #000;
    background-color:rgba(0,0,0,0.5);
    border: none;
    border-radius: 0;*/
    margin-top: 0;
    margin-bottom: 0;
}

.loginPage legend {
    border: none;
}

/*.loginPage label {
    color: #fff;
}*/

.loginPage .logo {
    position: fixed;
    top: 10px;
    left: 10px;
}

.loginPage .page {
    height: auto;
}

.loginPage #footerOuter {
    background: #333333;
    padding: 40px 0;
    position: fixed;
}

input-background-yellow > input {
    background-color: #ffff1c;
}

.input-background-yellow input, .input-background-yellow select, .input-background-yellow textarea, .input-background-yellow .k-dropdown-wrap.k-state-default {
    background-color: #ffff61 !important;
    border: 1px solid #ffff61;
}

.height600px {
    height: 600px;
}

/* dashboard styles */
.height10p {
    height: 10%;
}

.height20p {
    height: 20%;
}

.height24p {
    height: 24%;
}

.height25p {
    height: 25%;
}

.height30p {
    height: 30%;
}

.height40p {
    height: 40%;
}

.height49p {
    height: 49%;
}

.height50p {
    height: 50%;
}

.height60p {
    height: 60%;
}

.height70p {
    height: 70%;
}

.height75p {
    height: 75%;
}

.height80p {
    height: 80%;
}

.height90p {
    height: 90%;
}

.height99p {
    height: 99%;
}

.height100p {
    height: 100%;
}

.width10p {
    width: 10%;
}

.width15p {
    width: 15%;
}

.width20p {
    width: 20%;
}

.width25p {
    width: 25%;
}

.width30p {
    width: 30%;
}

.width40p {
    width: 40%;
}

.width49p {
    width: 49%;
}

.width50p {
    width: 50%;
}


.width50px {
    width: 50px;
}

.width60p {
    width: 60%;
}

.width70p {
    width: 70%;
}

.width75p {
    width: 75%;
}

.width80p {
    width: 80%;
}

.width90p {
    width: 90%;
}

.width99p {
    width: 99%;
}

.width100p {
    width: 100%;
}

.width200p {
    width: 200%;
}

.width100px {
    width: 100px;
}

.width112px {
    width: 112px;
}

.width125px {
    width: 125px;
}

.width140px {
    width: 150px;
}

.width150px {
    width: 150px;
}

.width175px {
    width: 175px;
}

.width200px {
    width: 200px;
}

.width250px {
    width: 250px;
}

.width300px {
    width: 300px;
}

.width320px {
    width: 320px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.absolute {
    position: absolute !important;
}

.zindex100 {
    z-index: 100;
}

.zindex1000 {
    z-index: 1000;
}

.zindex10000 {
    z-index: 10000;
}

div.print {
    width: 100%;
    color: black;
}

    div.print table {
        width: 100%;
        margin-bottom: 5px;
    }

    div.print td {
        border: 1px solid black;
    }

.printTableHeader {
    font-weight: bold;
}

    .printTableHeader td {
        background: lightgray;
    }

.printTableBody td {
    background: white;
}


.textboxDisplay {
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(204, 204, 204);
    border-radius: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(204, 204, 204);
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgb(0, 63, 89);
    line-height: 17.0666675567627px;
    margin: 0;
    min-height: 28px;
    outline-color: rgb(0, 63, 89);
    padding-bottom: 2px;
    padding-left: 3.20000004768372px;
    padding-right: 3.20000004768372px;
    padding-top: 2px;
    vertical-align: middle;
    width: 100%;
}

.ragGreen, .ragAmber, .ragRed, .ragDefault {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 2px;
    border-radius: 2px;
    text-transform: uppercase;
}

.ragGreen {
    background: #30a858;
}

.ragAmber {
    background: #ef9b05;
}

.ragRed {
    background: #CF0B37;
}

.k-toolbar .k-image {
    height: 15px;
    width: 15px;
}

.k-toolbar {
    background-color: transparent !important;
    border: none !important;
}

    .k-toolbar .k-button {
        font-size: 12px;
        font-weight: bold;
        color: #222222;
        text-decoration: none;
        text-transform: uppercase;
        background: #f4f4f4;
        border: #d7d7d7 1px solid;
        padding: 5px 11px 5px 6px;
        border-radius: 3px;
        font-family: "Open Sans",sans-serif;
        margin-left: 10px;
    }

div.k-window-content {
    padding: 0px;
    overflow: hidden;
}

.k-toolbar .k-button {
    padding: 5px 6px 5px 10px;
}


.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

DIV.postcodeLookup {
    width: 160px;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

.k-recur-view {
    padding-top: 0.4em;
}

    .k-recur-view input[type=checkbox], .k-recur-view input[type=radio] {
        width: auto !important;
    }

    .k-recur-view .k-edit-label {
        float: left !important;
        width: 70px;
        padding: 0.4em 1em 1em;
        margin-left: auto;
    }

    .k-recur-view .k-edit-field {
        float: left !important;
        width: auto;
    }

.dashboard-header {
    color: #743BB7;
    font-size: 18px;
    font-weight: normal;
    padding-top: 12px;
    margin-bottom: 20px;
}

.dashboard-PanelHeader {
    background: #f1f1f1;
    border: none;
    border-bottom: #743B37 2px solid;
    color: #6e6e6e;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    padding: .5em .92em;
    margin-bottom: 5px;
}

.dashboard-Panel {
    margin: 2px;
}

.quicMenuList {
    padding: 0;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding-left: 20px;
}

.quicMenuListItem {
    display: list-item;
    text-align: -webkit-match-parent;
    margin: 5px;
    font-weight: 600;
}

.quicMenuListItemIcon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 1em 0 0;
    overflow: hidden;
    vertical-align: middle;
}

.quickMenuListItemLink {
    text-decoration: none;
    cursor: pointer;
}

    .quickMenuListItemLink:hover {
        text-decoration: underline;
    }

.k-window .messageContainer {
    padding: 10px;
}

    .k-window .messageContainer ul {
        padding-left: 17px;
        margin: 0;
    }

/*info*/
.k-window.kendoContainer.info .messageContainer {
}

/*warning*/
.k-window.kendoContainer.warning .messageContainer {
    font-size: 14px;
    padding: 10px 10px 10px 5px;
}

.k-window .messageHeader {
    margin: 0.5em 1em 1em 1em;
}

.k-window .buttonContainer {
    text-align: right;
    padding: 10px 0 8px 0;
    border-top: 1px solid #bbb;
    margin: 20px 5px 0 5px;
}

    .k-window .buttonContainer .k-button {
        text-align: center;
        font-size: 12px;
        margin: 0 5px;
        padding: 3px 13px;
    }


    .k-window .buttonContainer .k-button {
        background-color: #D4D4D4;
        color: #222;
        border: 1px solid #bbb;
        border-radius: 4px;
    }

        .k-window .buttonContainer .k-button:hover {
            background-color: #ddd;
            border: 1px solid #bbb;
        }

.chart-tile-wrapper {
    width: 184px;
    color: white;
    float: left;
    margin-right: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.chart-tile {
    position: relative;
    height: 70px;
    width: 184px;
    background: #bbbbbb;
    display: table-cell;
    vertical-align: middle;
}

.chart-tile-value {
    position: absolute;
    right: 8px;
    top: 0px;
    font-size: 32px;
    font-weight: normal;
}

.chart-tile-icon {
    position: absolute;
    left: 8px;
    top: 8px;
}

.chart-tile-text {
    position: relative;
    bottom: -18px;
    left: 10px;
    width: 95%;
    font-size: 15px;
    font-weight: normal;
    font-family: "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
}

#IndividualSearch {
    padding-bottom: 10px;
}

#SearchButton, .widget-form .add {
    background: #24b353 !important;
    border: 1px solid #1f9747 !important;
    color: #fff !important;
}

#ResetSearchButton, .widget-form .reset {
    background: #cd2f2b !important;
    border: 1px solid #b12824 !important;
    color: #fff !important;
}

.dashboardDefaultLeftPanel {
    padding-top: 10px;
}

.k-tabstrip > .k-content {
    overflow: hidden;
}

.chart-wrapper {
    position: relative;
}

.chart-nodata, .chart-loading {
    width: 100%;
    /*height: 100%;*/
    position: absolute;
    top: 40px;
    bottom: 0px;
    left: 0;
    opacity: 1;
    background-color: #ffffff;
    font-size: 20px;
}

.chart-nodata-message, .chart-loading-message {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 45%;
    width: 200px;
    margin-left: -100px;
}

.widget-form {
    position: relative;
    z-index: 100;
}

.moveUp {
    width: 2px;
}

.moveDown {
    width: 2px;
}

.dashboardContainer .k-tabstrip-wrapper {
    padding-top: 5px;
}

.dateFieldWidth {
    width: 112px !important;
}

.k-widget.k-datepicker.k-header {
    width: 112px !important;
}

.k-tabstrip-items .k-item.invalidTab {
    border-color: #FF8F86!important;
}
    .k-tabstrip-items .k-item.invalidTab a {
        background-color: #ffecec!important;
        color: red!important;
        font-weight: bold;
    }

.fallback {
    background-color: #e99!important;
}

.boldText {
    font-weight: bold;
}
}

.preFontSet {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}


.overlayChart {
    background-color: rgba(255, 255, 255, 0.85);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.positionTopRight {
    position: absolute;
    top: 2px;
    right: 2px;
}

ul.tagit li {
    margin: 0;
    margin-left: 5px;
}

ul.tagit {
    border-radius: 0;
    min-height: 28px;
    padding: 0;
    margin-right: 15px;
}

.changePassword{
    padding:10px;
}

.emailAttachmentList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.emailAttachmentList a {
    padding: 4px;
}

@media only screen and (max-width: 620px) {
    /* For mobile phones: */
    .formField .fieldLabel, .formField.labelOnly .fieldLabel {
        position: relative !important;
        padding-bottom: 3px;
        width: 99% !important;
    }

    #ToolbarFoot {
        display: block !important;
    }

    .formField.labelOnly .fieldValue {
        display: none;
    }

    .formField .fieldLabel {
        text-align: left !important;
        left: 2px;
    }


    .formField.evenWiderLabels {
        padding-left: min(0px, 55%) !important;
    }

    .fr {
        float: left !important;
    }

    #Toolbar {
        height: 100% !important;
    }

    .boxHeight5rows .fieldLabel {
        height: 20% !important;
    }

    .boxHeight5rows {
        height: 10.99em !important;
    }

    .repeaterContainer table.repeaterTable tr div.formField.evenWiderLabels.margin-top1m {
        padding-left: 0px !important;
    }

    .repeaterContainer table.repeaterTable tr div.evenWiderLabels.margin-top1m .fieldLabel {
        text-align: left !important;
    }

    .repeaterContainer button {
        margin-left: 0px !important;
    }
}