/* 8. CUSTOM LAYOUT & TYPOGRAPHY
----------------------------------------------------------------------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
}
.clearFix {
    clear: both;
}
.radiosOneLine{
    display: inline-block;
}
.alignRight {
    float: right!important;
}
.alignLeft {
    float: left!important;
}
.textLeft {
    text-align: left;
}
.noBgr {
    background-color: transparent!important;
}
.noBorder {
    border: none!important;
}
a.wideButton,
button.wideButton {
    width: 250px!important;
}
.darkText {
    color: #333;
}

/* Styles for validation helpers*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.validation-summary-errors {
    font-weight: bold !important;
    color: #ff0000 !important;
}

.validation-summary-valid {
    display: none;
}
/*End Of Styles for validation helpers*/

/*Header*/

body.bgrBody {
    background: url(../images/coins-background.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.noMarginRight {
    margin-right: 0px!important;
}
header {
    display: block;
    width: 100%;
    border-top: 10px solid #367b06;
    border-bottom: 10px solid #367b06;
    margin-top: 5px;
    padding: 10px 0px;
    box-sizing: border-box;
    background: #ffffff;
}
header.noBorderBottom {
    border-bottom: 0;
}
.headerCont,
.wrapper {
    width: 1200px;
    margin: auto;
}
.headerCont.landingCont {
    text-align: center;
}
.headerCont.landingCont img {
    float: none;
}
.headerCont img {
    float: left;
}
.headerCont .loginCont {
    float: right;
    margin-top: 10px;
}
.headerCont .loginCont span,
.headerCont .loginCont .loginNav,
.headerCont .loginCont .topSearchButtons {
    display: inline-block;
    float: left;
}
.headerCont .loginCont span {
    font-size: 19px;
    font-weight: bold;
    color: #285155;
    display: inline-block;
    position: relative;
    top: 3px;
}
.headerCont .loginCont .loginNav {
    font-size: 16px;
    margin: -2px 0px 0px 15px;
}
.headerCont .loginCont .loginNav a {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    padding: 10px 5px;
    box-sizing: border-box;
    text-align: center;
    float: left;
    text-transform: capitalize;
}
.headerCont .loginCont .loginNav a:hover {
    background: #f0f0f0;
    border: 1px solid #c9c9c9;
}
.headerCont .loginCont .loginNav a .fa {
    font-size: 1.3em;
    position: relative;
    top: 2px;
    color: #458e00;
}
.headerCont .loginCont .topSearchButtons {
    margin-left: 20px;
    position: relative;
    top: -2px;
}
.headerCont .loginCont .topSearchButtons a {
    padding-top: 2px;
    padding-bottom: 2px;
}
.topSearchCont {
    background: rgb(198, 220, 223);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(198, 220, 223, 1) 0%, rgba(185, 211, 214, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(198, 220, 223, 1) 0%, rgba(185, 211, 214, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(198, 220, 223, 1) 0%, rgba(185, 211, 214, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c6dcdf', endColorstr='#b9d3d6', GradientType=0);
    /* IE6-9 */
    padding: 15px 0px;
    border-top: 1px solid #285155;
    border-bottom: 1px solid #285155;
    display: none;
    position: relative;
    z-index: 1;
    top: -10px;
}
.topSearchCont .wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.headerCont .loginCont .topSearchButtons a.greenButton {
    float: left;
    padding: 0;
    width: 34px;
    line-height: 30px;
    height: 30px;
    margin-right: 10px;
}
.headerCont .loginCont .topSearchButtons a.greenButton.active .fa,
.headerCont .loginCont .topSearchButtons a.greenButton:hover .fa {
    position: relative;
    left: 1px;
}
.headerCont .loginCont .topSearchButtons a.greenButton:hover .fa:before,
.headerCont .loginCont .topSearchButtons a.greenButton.active .fa:before {
    content: "\f00c";
    font-size: 1.4em;
    line-height: 30px;
    color: #458e00;
    font-family: FontAwesome;
}
.headerCont .loginCont .topSearchButtons a.greenButton:hover,
.headerCont .loginCont .topSearchButtons a.greenButton.active {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
}
.headerCont .loginCont .topSearchButtons a.topSearchU {
    border: 1px solid #458e00;
}
.headerCont .loginCont .topSearchButtons a.topSearchU.active,
.headerCont .loginCont .topSearchButtons a.topSearchU:hover {
    border: 1px solid #b7b7b7;
}
.headerCont .loginCont .topSearchButtons a.topSearchU .fa:before {
    content: "U";
    font-weight: bold;
    font-family: "Open Sans";
}
.topSearchCont span {
    width: 28%;
    display: inline-block;
    font-size: 14px;
}
.topSearchCont .wrapper span:first-of-type {
    margin-left: 23px;
}
.topSearchCont span input {
    width: 30%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    border: 0;
    padding: 6px 2%;
    border: 1px solid #63adb4;
    margin: 0 2%;
    color: #285155;
    font-weight: bold;
}
.topSearchCont span.searchField input {
    width: 90%;
}
.topSearchCont input.greenButton {
    width: auto;
    padding: 0px;
    width: 36px;
    font-family: FontAwesome;
    float: right;
    border: 0;
    background: #285155;
    margin-right: 9px;
    line-height: 30px;
}
.topSearchCont input.greenButton.topSearchU {
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    padding: 0px 12px;
    line-height: 30px;
}
a.greenButton,
button.greenButton,
.boxWrapper input[type=submit],
.boxBar .allocate {
    width: auto;
    color: #ffffff;
    text-decoration: none;
    background: #458e00;
    background: -moz-linear-gradient(top, #458e00 0%, #317a00 100%);
    background: -webkit-linear-gradient(top, #458e00 0%, #317a00 100%);
    background: linear-gradient(to bottom, #458e00 0%, #317a00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#458e00', endColorstr='#317a00', GradientType=0);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.45);
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0;
    border-top: 1px solid #7eb151;
    text-align: center;
    padding: 4px 20px;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}
.headerCont .helpCentre a.greenButton {
    position: relative;
    top: 8px;
}
.headerCont .helpCentre a.greenButton:hover,
a.greenButton:hover,
button.greenButton:hover {
    background: #296402;
}
button.greenButton:hover {
    border: 1px solid #296402;
}
.headerCont .loginCont .loginNav a {
    border: 1px solid #cdcdcd;
    margin-right: 7px;
    text-align: center;
    padding: 2px 14px;
    font-size: 14px;
    font-weight: normal;
    color: #285155;
}
.mainTable table td a.greenButton,
.mainTable table td button.greenButton {
    color: white;
    font-size: 12px;
    line-height: 15px;
    padding: 2px 10px;
    white-space: nowrap;
    position: relative;
    top: -2px;
}
.ui-grid-render-container button.greenButton {
    padding: 2px 4px;
    font-size: 14px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.mainTable table td button.greenButton:hover {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding: 2px 10px;
}
.ui-grid-render-container button.greenButton:hover {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding: 2px 4px;
}
.headerCont .loginCont .loginNav a:last-of-type {
    margin-right: 0;
}
.headerCont .loginCont .loginNav form {
    float: left;
    margin-left: 7px;
}

/*Main Content*/

.wrapper {
    margin: 20px auto;
}
.wrapper nav {
    background-position: 0px 0px;
    background: -moz-linear-gradient(top, #FFFFFF 0px, #FFFFFF 50px, #4e94a0 50px, #468a90 100%);
    background: -webkit-linear-gradient(top, #FFFFFF 0px, #FFFFFF 50px, #4e94a0 50px, #468a90 100%);
    background: linear-gradient(to bottom, #FFFFFF 0px, #FFFFFF 50px, #4e94a0 50px, #468a90 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4e94a0', endColorstr='#468a90', GradientType=0);
    float: left;
    display: inline-block;
    color: #ffffff;
    width: 15%;
    height: 800px;
}
.wrapper nav .mainCategory:nth-child(2) {
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}
.wrapper .mainTabsNav {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    color: #285155;
    border-bottom: 1px solid #285155;
    background: #ffffff;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}
.oneContentWrapper {
    text-align: center;
}
.wrapper .mainTabsNav a.active,
.wrapper .mainTabsNav a.active:hover,
.wrapper .mainTabsNav a:hover {
    background: #458e00;
    position: relative;
    color: #ffffff;
    border-top: 1px solid #458e00;
}
.wrapper .mainTabsNav a.active:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0px;
}
.wrapper .mainTabsNav a {
    padding: 10px 2%;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 19px;
    font-weight: bold;
    width: 33.33%;
    border-top: 1px solid #e0e0e0;
    display: inline-block;
    float: left;
    height: 50px;
    text-align: center;
    background: #f1f1f1;
    border-right: 1px solid #aaa;
    background: -moz-linear-gradient(top, rgba(241, 241, 241, 0.88) 0%, rgba(232, 232, 232, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(241, 241, 241, 0.88) 0%, rgba(232, 232, 232, 1) 100%);
    background: linear-gradient(to bottom, rgba(241, 241, 241, 0.88) 0%, rgba(232, 232, 232, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e0f1f1f1', endColorstr='#e8e8e8', GradientType=0);
    color: #285155;
    transition: 0.2s;
    border-bottom: 0;
}
.wrapper .mainTabsNav a:first-of-type,
.wrapper .mainTabsNav a:first-of-type:hover {
    border-radius: 10px 0px 0px 0px;
    -moz-border-radius: 10px 0px 0px 0px;
    -webkit-border-radius: 10px 0px 0px 0px;
}
.wrapper .mainTabsNav a:last-of-type,
.wrapper .mainTabsNav a:last-of-type:hover {
    border-radius: 0px 10px 0px 0px;
    -moz-border-radius: 0px 10px 0px 0px;
    -webkit-border-radius: 0px 10px 0px 0px;
}
.wrapper nav .mainCategory {
    background-color: #285155;
    padding: 10px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    font-size: 19px;
    font-weight: bold;
    width: 100%;
    display: block;
    border-bottom: 1px solid #3b787e;
}
.wrapper nav .mainCategory.topSearchButton {
    background: white;
    margin-top: -26px;
    padding: 0;
    border-bottom: 0;
}
.wrapper nav .mainCategory.topSearchButton .name {
    background: #367b06;
    border: 1px solid #367b06;
    border-top: 0;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 20px;
    border-radius: 0px 0px 10px 10px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}
.wrapper nav .mainCategory.topSearchButton .name .fa {
    float: right;
}

/*
.wrapper nav .mainCategory.topSearchButton:hover:before,
.wrapper nav .mainCategory.topSearchButton.active:before{
	content:"";
	position: absolute;
	z-index: 3;
	left: 0;
	top: -2px;
	width: 100%;
	height: 2px;
	background: #b9d3d6;
}*/

.wrapper nav .mainCategory.topSearchButton.active .name {
    background: #b9d3d6;
    border: 1px solid #285155;
    border-top: 0;
    color: black;
}
.wrapper nav .mainCategory.topSearchButton.active .name .fa:before {
    content: "\f077";
}
.wrapper nav .mainCategory span.icon,
.wrapper .mainTabsNav a span.icon {
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.wrapper nav .mainCategory span.name,
.wrapper .mainTabsNav a span.name {
    width: auto;
    margin-right: 0px;
    position: relative;
    top: -3px;
}
.wrapper nav ul {
    margin-left: 40px;
}
.wrapper nav ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    padding: 4px 5px 4px 5px;
    display: block;
    box-sizing: border-box;
    transition: 0.2s;
}
.wrapper nav ul li a:hover {
    background-color: #285155;
}
.wrapper nav ul li a.active {
    background: #317a00;
    position: relative;
}
.wrapper nav ul li a.active:before {
    position: absolute;
    right: -18px;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #317a00;
    top: 0px;
}
.container {
    float: left;
    width: 83%;
    margin-left: 2%;
}
.containerFull {
    width: 100%;
    margin: 0;
}
.oneContentCont {
    width: 100%;
    margin: auto;
    float: none;
}
.container .filteringCont {
    border: 1px solid #d2d2d2;
    background: #ffffff;
    background: -moz-linear-gradient(top, #f3f3f3 0%, #dfdfdf 100%);
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #dfdfdf 100%);
    background: linear-gradient(to bottom, #f3f3f3 0%, #dfdfdf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
    padding: 8px 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 10px;
}
.container .filteringCont .cssCheckbox,
.container .filteringCont .farmSelected {
    margin: 0;
    width: auto;
    margin-right: 30px;
}
.container .filteringCont .farmSelected {
    font-weight: bold;
    font-style: italic;
}
.container .filteringCont .cssCheckbox .checkBoxContLabel {
    padding-right: 10px;
    width: 100% !important;
}
.container .filteringCont.smallFilteringCont {
    width: 50%;
    float: right;
}
.container .filteringCont span {
    display: inline-block;
    margin-right: 2%;
    width: 28%;
    float: left;
    color: #4b4b4b;
    font-size: 14px;
}
.container .filteringCont span.labelFilter {
    width: auto;
    font-weight: bold;
    color: #317a00;
    margin-right: 40px;
}
.container .filteringCont span.valRanges.auto {
    width: auto;
}
.container .filteringCont.smallFilteringCont span {
    width: 44%;
}
.container .filteringCont.smallFilteringCont span.labelFilter {
    width: auto;
}
.container .filteringCont.smallFilteringCont span.searchField {
    width: 35%;
}
.container .filteringCont.smallFilteringCont span.searchField input {
    width: 57%;
}
.container .filteringCont.smallFilteringCont label {
    margin-right: 4px;
}
.container .filteringCont input {
    width: 30%;
    border: 0;
    border-bottom: 1px solid #bfbfbf;
    text-align: center;
    color: #317a00;
    font-weight: bold;
    font-size: 15px;
}
.container .filteringCont input[type=text] {
    background: transparent;
}
.container .filteringCont {
    position: relative;
}
.container .filteringCont .searchField input {
    width: 74%;
}
.container .filteringCont .searchField label {
    cursor: pointer;
    background: #468a90;
    padding: 2px 8px;
    border-radius: 5px;
    color: white;
}
.container .filteringCont .searchField label:hover {
    background: #24696f;
}
.container .filteringCont .valRanges select {
    border: 1px solid #adadad;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    background: #ffffff;
    padding: 2px 5px;
    box-sizing: border-box;
}
.container .filteringCont .greenButton {
    width: auto;
    float: left;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 6px;
    right: 8px;
    color: white;
    padding: 0px;
    width: 36px;
    line-height: 29px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-family: FontAwesome;
}
.container .filteringCont .greenButton.textButton {
    font-family: Arial;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
}
.container .filteringCont label {
    margin-right: 10px;
}
.mainTable table {
    width: 100%;
    border: 1px solid #468a90;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    font-size: 16px;
}
.mainTable table th,
.mainTable table td {
    text-align: left;
}
.mainTable table th {
    background: #4e94a0;
    background: -moz-linear-gradient(top, #4e94a0 0%, #468a90 100%);
    background: -webkit-linear-gradient(top, #4e94a0 0%, #468a90 100%);
    background: linear-gradient(to bottom, #4e94a0 0%, #468a90 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4e94a0', endColorstr='#468a90', GradientType=0);
    color: #ffffff;
    padding: 10px 2px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    top: -1px;
}
.mainTable table th:first-child {
    padding-left: 10px;
}
.mainTable table.reportTable th {
    background: #478b92;
    border-top: 1px solid #65a1aa;
}
.mainTable table th:first-child,
.mainTable table td:first-child {
    max-width: 150px;
}
.mainTable table td {
    padding: 5px 2px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 21px;
    vertical-align: middle;
    border-bottom: 1px solid #e1e1e1;
}
.mainTable table td:first-child {
    padding-left: 10px;
}
.mainTable table td:last-child {
    min-width: 115px;
}
.mainTable table td.danger {
    background: #fb9f71 url(../images/error-icon.png) no-repeat 90% 50%;
    color: #ffffff;
}
.mainTable table td.danger a {
    color: #ffffff;
}
.mainTable table td a {
    color: #000000;
}
.mainTable table td a.showChequesBut {
    display: inline-block;
}
.mainTable table td span {
    height: 24px;
    display: inline-block;
    margin-right: 2%;
    position: relative;
    top: 2px;
}
.mainTable table td span.cssCheckbox {
    margin: 0;
    top: 0;
}
.mainTable table td span.addIcon {
    width: 30px;
    background: url(../images/add-icon.png) no-repeat;
    background-size: contain;
}
.mainTable table td span.deleteIcon {
    width: 26px;
    background: url(../images/delete-icon.png) no-repeat;
    background-size: contain;
}
.mainTable table td span.recordsIcon {
    width: 26px;
    background: url(../images/records-icon.png) no-repeat;
    background-size: contain;
    position: relative;
    top: 5px;
}
.mainTable table td span.allocateIcon {
    width: 26px;
    background: url(../images/allocate-icon.png) no-repeat;
    background-size: contain;
}
.mainTable table td span.editIcon {
    width: 30px;
    background: url(../images/edit-icon.png) no-repeat;
    background-size: contain;
}
.mainTable table td span.reportIcon {
    width: 30px;
    background: url(../images/report-icon.png) no-repeat;
    background-size: contain;
    margin-right: 0;
}
.mainTable table th.account {
    width: 15%;
}
.mainTable table th.leftBorderTh {
    border: 1px solid transparent;
    border-radius: 10px 0px 0px 0px;
    -moz-border-radius: 10px 0px 0px 0px;
    -webkit-border-radius: 10px 0px 0px 0px;
}
.mainTable table th.rightBorderTh {
    border: 1px solid transparent;
    border-radius: 0px 10px 0px 0px;
    -moz-border-radius: 0px 10px 0px 0px;
    -webkit-border-radius: 0px 10px 0px 0px;
}
.mainTable table th.icons {
    border: 1px solid transparent;
    border-radius: 0px 10px 0px 0px;
    -moz-border-radius: 0px 10px 0px 0px;
    -webkit-border-radius: 0px 10px 0px 0px;
}
.mainTable table th.source {
    width: 10%;
}
.mainTable table th.startDate {
    width: 12%;
}
.mainTable table th.endDate {
    width: 13%;
}
.mainTable table th.openBalance {
    width: 10%;
}
.mainTable table th.closeBalance {
    width: 10%;
}
.mainTable table th.records {
    width: 10%;
}
.mainTable table th.unAllocated {
    width: 10%;
}
.mainTable table th.icons {
    width: 10%;
}
.mainTable table tr:hover {
    background: #f4f8d1 !important;
}
.mainTable table tr {
    background: #ffffff;
    transition: 0.2s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,ffffff+100 */
    background: rgb(249, 249, 249);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}
.pagination {
    float: right;
    margin: 10px 0px;
}
.pagination a {
    background-color: #dedede;
    color: #285155;
    border: 1px solid #c9c9c9;
    display: inline-block;
    margin-right: 1px;
    padding: 0px 9px;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 14px;
}
.pagination a.active,
.pagination a:hover {
    background-color: #285155;
    border: 1px solid #285155;
    color: #ffffff;
}

/*Bank-account - Add/ Delete Batch */

.formCont {
    border: 1px solid #468a90;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    font-size: 16px;
}
.boxBar {
    background: #4e94a0;
    background: -moz-linear-gradient(top, #4e94a0 0%, #468a90 100%);
    background: -webkit-linear-gradient(top, #4e94a0 0%, #468a90 100%);
    background: linear-gradient(to bottom, #4e94a0 0%, #468a90 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4e94a0', endColorstr='#468a90', GradientType=0);
    color: #ffffff;
    padding: 8px 20px;
    padding-right: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    margin-top: -3px;
    position: relative;
}
.noteBar {
    background: #e6e6e6;
    display: none;
    background: rgba(235, 235, 235, 1);
    background: -moz-linear-gradient(top, rgba(235, 235, 235, 1) 0%, rgba(224, 224, 224, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235, 235, 235, 1)), color-stop(100%, rgba(224, 224, 224, 1)));
    background: -webkit-linear-gradient(top, rgba(235, 235, 235, 1) 0%, rgba(224, 224, 224, 1) 100%);
    background: -o-linear-gradient(top, rgba(235, 235, 235, 1) 0%, rgba(224, 224, 224, 1) 100%);
    background: -ms-linear-gradient(top, rgba(235, 235, 235, 1) 0%, rgba(224, 224, 224, 1) 100%);
    background: linear-gradient(to bottom, rgba(235, 235, 235, 1) 0%, rgba(224, 224, 224, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#e0e0e0', GradientType=0);
    border: 1px solid #cacaca;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-bottom: 12px;
}
.optionsBar {
    padding: 8px 10px;
}
.roundedBar {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    margin-bottom: 15px;
}
.boxBar h1 {
    float: left;
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}
.boxBar h1 {
    margin-bottom: 15px;
}
.boxBar p {
    margin-bottom: 0;
}
.greyButton,
a.greyButton,
button.greyButton,
.optionsBar a.greenButton,
.optionsBar button.greenButton,
.optionsBar a.greyButton,
.optionsBar button.greyButton {
    width: auto!important;
    font-size: 16px;
    padding: 2px 13px;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.45);
}
button.greyButton .fa {
    padding: 5px 0px;
}
.greyButton,
a.greyButton,
button.greyButton,
.optionsBar .greyButton,
.optionsBar a.greyButton,
.optionsBar button.greyButton {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    border-radius: 10px;
    border: 0;
    color: black;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
.boxBar .greyButton,
.boxBar a.greyButton,
.boxBar button.greyButton {
    font-size: 14px;
}
.greyButton:hover,
a.greyButton:hover,
button.greyButton:hover,
.optionsBar a.greyButton:hover,
.optionsBar button.greyButton:hover {
    background: #eaeaea;
}
.boxBar .greyButton.excelButton {
    background: rgba(241, 250, 213, 1);
    background: -moz-linear-gradient(top, rgba(241, 250, 213, 1) 0%, rgba(226, 235, 185, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241, 250, 213, 1)), color-stop(100%, rgba(226, 235, 185, 1)));
    background: -webkit-linear-gradient(top, rgba(241, 250, 213, 1) 0%, rgba(226, 235, 185, 1) 100%);
    background: -o-linear-gradient(top, rgba(241, 250, 213, 1) 0%, rgba(226, 235, 185, 1) 100%);
    background: -ms-linear-gradient(top, rgba(241, 250, 213, 1) 0%, rgba(226, 235, 185, 1) 100%);
    background: linear-gradient(to bottom, rgba(241, 250, 213, 1) 0%, rgba(226, 235, 185, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f1fad5', endColorstr='#e2ebb9', GradientType=0);
}
.boxBar .greyButton.csvButton {
    background: rgb(230, 245, 247);
    background: -moz-linear-gradient(top, rgba(230, 245, 247, 1) 0%, rgba(197, 223, 226, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(230, 245, 247, 1) 0%, rgba(197, 223, 226, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(230, 245, 247, 1) 0%, rgba(197, 223, 226, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6f5f7', endColorstr='#c5dfe2', GradientType=0);
    /* IE6-9 */
}
.boxBar .greyButton.printButton {
    background: rgba(245, 230, 208, 1);
    background: -moz-linear-gradient(top, rgba(245, 230, 208, 1) 0%, rgba(247, 228, 190, 1) 98%, rgba(247, 228, 190, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245, 230, 208, 1)), color-stop(98%, rgba(247, 228, 190, 1)), color-stop(100%, rgba(247, 228, 190, 1)));
    background: -webkit-linear-gradient(top, rgba(245, 230, 208, 1) 0%, rgba(247, 228, 190, 1) 98%, rgba(247, 228, 190, 1) 100%);
    background: -o-linear-gradient(top, rgba(245, 230, 208, 1) 0%, rgba(247, 228, 190, 1) 98%, rgba(247, 228, 190, 1) 100%);
    background: -ms-linear-gradient(top, rgba(245, 230, 208, 1) 0%, rgba(247, 228, 190, 1) 98%, rgba(247, 228, 190, 1) 100%);
    background: linear-gradient(to bottom, rgba(245, 230, 208, 1) 0%, rgba(247, 228, 190, 1) 98%, rgba(247, 228, 190, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5e6d0', endColorstr='#f7e4be', GradientType=0);
}
.optionsBar .infoLabel {
    position: relative;
    top: 4px;
}
.boxBar .greyButton.expandReport {
    margin-right: 0;
}
input.greyButton {
    line-height: 26px;
    position: relative;
    top: -1px;
}
.optionsBar select,
.optionsBar input[type=text] {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding: 5px 15px;
    font-size: 14px;
}
.optionsBar select,
.optionsBar input[type=checkbox] {
    position: relative;
    top: 0px;
    border: 0;
}
.optionsBar input[type=text] {
    border: none;
}
.optionsBar .cssCheckbox {
    display: inline-block;
    margin: 0;
    margin-left: 5px;
    margin-top: 2px;
}
.optionsBar .cssCheckbox .checkBoxContLabel {
    font-size: 14px;
    font-weight: normal;
    width: auto!important;
    padding-right: 30px;
}
.optionsBar .cssCheckbox.noRightMg .checkBoxContLabel {
    margin-right: 0;
}
.optionsBar .activityFilter {
    display: inline-block;
    float: left;
    margin-left: 10px;
    margin-top: 2px;
}
.optionsBar .activityFilter input[type=text] {
    max-width: 75px;
    position: relative;
    top: -1px;
}
.optionsBar .monthsSelect {
    margin-top: 3px;
}
.optionsBar .activityFilter input[type=submit] {
    border: none;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-right: 25px;
    position: relative;
    top: -1px;
}
.optionsButtons.alignRight {
    margin-bottom: 20px;
}
.optionsBar label {
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
}
.boxBar a {
    position: relative;
    float: right;
    margin-right: 5px;
}
.boxBar .allocate:before {
    border: none;
    left: 0;
    top: 0;
    position: relative;
}
.boxBar h1 {
    position: relative;
    font-size: 16px;
    top: 7px;
}
.optionsBar h1 {
    top: 5px;
}
.boxBar .goBack,
a.lightButton,
button.lightButton,
.lightButton {
    background: #ffffff;
    text-decoration: none;
    color: #285155;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.35);
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-top: 1px solid #dedede;
    text-align: center;
    padding: 2px 3px;
    font-size: 16px;
    cursor: pointer;
}
.boxBar .goBack {
    border: 1px solid #0e727e;
    margin-right: 0;
    margin-left: 5px;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7e5e6+0,c9dcde+100 */
    background: rgb(215, 229, 230);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(215, 229, 230, 1) 0%, rgba(201, 220, 222, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(215, 229, 230, 1) 0%, rgba(201, 220, 222, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(215, 229, 230, 1) 0%, rgba(201, 220, 222, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d7e5e6', endColorstr='#c9dcde', GradientType=0);
    /* IE6-9 */
}
.boxBar .allocate {
    width: 130px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
}
.boxBar .goBack:hover {
    background: #eaeaea;
}
.boxBar .allocate:hover {
    background: #296402;
}
.boxWrapper,
.addBatch {
    padding: 10px 10px 10px 35px;
    box-sizing: border-box;
    min-height: 200px;
    padding: 20px;
    box-sizing: border-box;
    margin: 15px
}
.mainTable .boxWrapper.boxWrapperNoMg {
    padding: 0;
    margin: 0;
}
.boxWrapper.inviteCont label {
    margin-right: 20px;
    text-transform: none;
    width: 250px;
}
.deleteBatch .detailsCont {
    display: block;
    width: 100%;
    text-align: left;
}
.half-col {
    width: 50%;
    float: left;
    display: inline-block;
}
.balanceMessages {
    float: left;
    width: 50%;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
}
.note {
    background: #f6eed8;
    padding: 20px;
    border-radius: 4px;
}
.note .fa {
    font-size: 18px;
    font-weight: bold;
    color: #745c1a;
    margin-right: 2px;
    display: inline-block;
}
.note p {
    margin-bottom: 12px;
    font-size: 0.9em;
}
.note p:last-of-type {
    margin-bottom: 0px;
}
.detailRow {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #dfdfdf;
    padding: 4px 0px;
}
.detailRow:last-of-type {
    border-bottom: 0px!important;
}
.detailRow label {
    width: 150px!important;
    display: inline-block!important;
    top: 0px!important;
    float: none!important;
    margin-right: 10px;
}
.detailRow span {
    color: #468a90;
}
.separator {
    border-top: 1px solid #468a90;
    margin: 10px 0px;
}
input.deleteBatch {
    float: right;
}
.greenLink {
    color: #468a90!important;
    font-weight: bold;
}
.orderArrowDown {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #ffffff;
    position: relative;
    top: 15px;
    margin-left: 10px;
    transition: 0.2s;
}
.orderArrowDown.orderArrowUp {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-top: none;
    position: relative;
    top: -15px;
    margin-left: 10px;
}
.twoLinesCell {
    display: inline-block!important;
    width: 72%;
}

/*Budgets Page*/

.dataButtonsCont {
    float: left;
    margin-bottom: 20px;
}
.reportTable {
    border: none!important;
}
.reportTable th {
    padding: 5px!important;
}
.columnsTable td:nth-child(2) {
    background: #c3e1e4;
    border-bottom: 1px solid #96ccd1;
}
.columnsTable td:nth-child(3) {
    background: #d9e7e8;
    border-bottom: 1px solid #b5d0d2;
}
.columnsTable td:nth-child(4) {
    background: #e9f1f2;
    border-bottom: 1px solid #c9dcde;
}
.reportTable.expandReports td {
    background: #e9f1f2;
}
.reportTable.expandReports td:first-child,
.monthlyReportTable td:first-child {
    background: none;
}
.monthlyReportTable td.varCol,
.reportTable.expandReports td.varCol {
    background: none;
}
.monthlyReportTable td.actCol,
.reportTable.expandReports td.actCol {
    background: none;
}
.monthlyReportTable td.budCol,
.reportTable.expandReports td.budCol {
    background: none;
}
.reportTable.expandReports td:last-child {
    background: transparent;
}
.cashflowReport td:nth-child(4),
.cashflowReport td:nth-child(7),
.cashflowReport td:nth-child(10),
.cashflowReport td:nth-child(13),
.monthlyReportTable td.varCol,
.reportTable.expandReports td.varCol,
.transactionReport td:first-child,
.transactionReport td:nth-child(2),
.transactionReport td:nth-child(3),
.transactionReport td:nth-child(5),
.transactionReport td:nth-child(6),
.transactionReport td:nth-child(7) {
    border-right: 1px solid #bfd6d9;
}
.cashflowReport .tableSubtotal td:nth-child(4),
.cashflowReport .tableSubtotal td:nth-child(7),
.cashflowReport .tableSubtotal td:nth-child(10),
.cashflowReport .tableSubtotal td:nth-child(13),
.monthlyReportTable .tableSubtotal td.varCol,
.reportTable.expandReports .tableSubtotal td.varCol,
.transactionReport .tableSubtotal td:first-child,
.transactionReport .tableSubtotal td:nth-child(2),
.transactionReport .tableSubtotal td:nth-child(3),
.transactionReport .tableSubtotal td:nth-child(5),
.transactionReport .tableSubtotal td:nth-child(6),
.transactionReport .tableSubtotal td:nth-child(7) {
    border-right: 1px solid #98a88e;
}
.transactionReportLim td:nth-child(2),
.transactionReportLim td:nth-child(3),
.transactionReportLim td:nth-child(4),
.transactionReportLim th:nth-child(2),
.transactionReportLim th:nth-child(3),
.transactionReportLim th:nth-child(4) {
    display: none;
}
.transactionReport th:nth-child(4) {
    width: 50px;
}
.mainTable .formattedReport.transactionReport th:nth-child(2),
.mainTable .formattedReport.transactionReport th:nth-child(3),
.mainTable .formattedReport.transactionReport td:nth-child(2),
.mainTable .formattedReport.transactionReport td:nth-child(3),
.mainTable .formattedReport.tradingReport th,
.mainTable .formattedReport.tradingReport td,
.mainTable .formattedReport.bankTransfersReport th:first-child,
.mainTable .formattedReport.bankTransfersReport th:nth-child(2),
.mainTable .formattedReport.bankTransfersReport th:nth-child(3),
.mainTable .formattedReport.bankTransfersReport td:first-child,
.mainTable .formattedReport.bankTransfersReport td:nth-child(2),
.mainTable .formattedReport.bankTransfersReport td:nth-child(3) {
    text-align: left;
}
.transactionReportLim th:nth-child(6),
.transactionReportLim th:nth-child(7) {
    width: 80px;
}
.mainTable .formattedReport.bankTransfersReport th:first-child {
    width: 140px;
}
.mainTable .formattedReport.bankTransfersReport th:nth-last-child(2),
.mainTable .formattedReport.bankTransfersReport th:last-child {
    width: 140px;
}
.transactionReportLim .excludeRow td:first-child {
    padding-left: 25px !important;
}
.mainTable .transactionReportLim .tableSubCateg td {
    background: none !important;
    font-weight: normal;
}
.mainTable .formattedReport.tradingReport th:first-child {
    width: 70px;
}
.mainTable .formattedReport.tradingReport th:nth-child(2) {
    width: 85px;
}
.mainTable .formattedReport.tradingReport td:first-child,
.mainTable .formattedReport.bankTransfersReport td:first-child {
    min-width: 0px;
}
.mainTable .formattedReport.tradingReport th:nth-child(4),
.mainTable .formattedReport.tradingReport th:nth-child(5) {
    width: 240px;
}

/*
.monthlyReportTable td:nth-child(1) {
    border-right: 5px solid #edefee;
}
.monthlyReportTable td:nth-child(4) {
    border-right: 5px solid #edefee;
}
.monthlyReportTable td:nth-child(7) {
    border-right: 5px solid #edefee;
}*/

.tableColorLegend {
    display: block;
    margin: 20px 0px;
}
.tableColorLegend .colorItem {
    display: inline-block;
    width: 200px;
}
.tableColorLegend .colorItem .title {
    font-size: 16px;
}
.tableColorLegend .colorItem .colorSample {
    display: inline-block;
    width: 30px;
    height: 20px;
    position: relative;
    top: 5px;
}
.tableColorLegend .colorItem .colorSample.actualColor {
    background: #c3e1e4;
}
.tableColorLegend .colorItem .colorSample.budgetsColor {
    background: #d9e7e8;
}
.tableColorLegend .colorItem .colorSample.varianceColor {
    background: #e9f1f2;
}
.cssCheckbox input[type=checkbox] {
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    outline: 0;
    position: absolute;
    transition: 0.2s;
}
.cssCheckbox input[type=checkbox] + label {
    padding-left: 37px;
    display: inline-block;
    min-height: 24px;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    top: -1px;
    padding-top: 5px;
    width: auto;
    transition: 0.3s;
}
.checkboxContainer input[type=checkbox] + label {
    padding-left: 37px;
    display: inline-block;
    min-height: 24px;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    top: -1px;
    padding-top: 5px;
    width: auto;
    float: none;
}
.checkBoxContLabel {
    padding-left: 37px;
    display: inline-block;
    min-height: 24px;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    top: -1px;
    padding-top: 5px;
    width: auto;
}
.checkBoxContLabel {
    padding-top: 5px!important;
    font-size: 14px;
}
.checkBoxContLabel {
    font-size: 14px;
    padding-left: 0px!important;
    line-height: 24px!important;
    background: url(../images/checkbox-unchecked.png) no-repeat 100% 0%;
    background-size: auto 100%;
    padding-top: 0px!important;
    padding-right: 24px;
    width: 18%!important;
    height: 24px!important;
    background-position: 100% 0%!important;
    float: none!important;
}
.cssCheckbox input[type="checkbox"]:checked + label {
    background: url(../images/checkbox-checked.png) no-repeat 100% 0%!important;
    background-position: 100% 0%!important;
    background-size: auto 100%!important;
}
.cssCheckbox {
    display: block;
    margin: 20px 0px;
}
.noMarginTop {
    margin-top: 0;
}
.reportLastTransaction {
    background: #4e94a0;
    color: #ffffff;
    display: block;
    padding: 4px;
    padding-left: 20px;
    box-sizing: border-box;
}
.DateForm .form-group {
    display: inline-block!important;
    float: left;
    width: 50%!important;
    clear: none!important;
}

/* Landing Pages */

.welcomeContainer {
    width: 100%;
    display: block;
    margin: 20px 0px 10px 0px;
}
.landingWrapper h1 {
    float: left;
    text-align: left;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #285155;
    margin-bottom: 10px;
}
.landingWrapper .welcomeContainer a {
    float: right;
    display: inline-block;
}
.darkGreenButton {
    width: 130px;
    color: #ffffff!important;
    text-decoration: none;
    background: #285155;
    background: #285155;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    text-align: center;
    padding: 5px;
    font-size: 16px;
}
.darkGreenButton:hover {
    background: #1b3639;
}
.twoColumnContent {
    width: 1200px;
    margin: auto;
    text-align: center;
}
.leftCol,
.rightCol {
    width: 570px;
    float: left;
    display: inline-block;
    margin-right: 60px;
}
.roundedRectangle {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding: 15px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.roundedRectangle.middleGreen {
    background: #468a90;
    transition: 0.3s;
}
.roundedRectangle.middleGreen:hover {
    background: #3a6b6f;
}
.roundedRectangle.green {
    background: #317a00;
    transition: 0.3s;
}
.roundedRectangle.green:hover {
    background: #296402;
}
.roundedRectangle.darkGreen {
    background: #285155;
    transition: 0.3s;
    height: 249px;
}
.roundedRectangle.darkGreen:hover {
    background: #1b3639;
}
.roundedRectangle a {
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
    line-height: 24px;
    text-align: left;
}
.roundedRectangle p {
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    width: 95%;
    margin: 20px auto;
}
.uppercase {
    text-transform: uppercase;
    font-weight: bold;
}
.roundedRectangle.white {
    background: #ffffff;
}
    .roundedRectangle.white.twitterBox {
        height: 472px;
        overflow: auto;
    }
a.gettingStarted {
    position: relative;
    padding: 15px 15px 15px 48px;
    padding-left: 168px;
    display: block;
    text-decoration: none;
}
a.security,
a.securityAudit,
a.trainingVideos {
    position: relative;
    padding: 15px 15px 15px 48px;
    padding-left: 175px;
    display: block;
    text-decoration: none;
}
a.security {
    pointer-events: none;
    padding-top: 30px;
}
a.security:before {
    content: "";
    display: block;
    position: absolute;
    left: 82px;
    top: 16px;
    background: transparent url(../images/security-icon-landing.png) no-repeat 0 0;
    width: 62px;
    height: 62px;
    top: 9px;
}
a.gettingStarted::before {
    content: "";
    display: block;
    position: absolute;
    left: 78px;
    background: transparent url(../images/download-icon-landing-listing.png) no-repeat 0 0;
    width: 62px;
    height: 62px;
    top: 9px;
}
a.securityAudit::before {
    content: "";
    display: block;
    position: absolute;
    left: 95px;
    background: transparent url(../images/security-audit-icon-landing.png) no-repeat 0 0;
    width: 62px;
    height: 62px;
    top: 9px;
}
a.trainingVideos::before {
    content: "";
    display: block;
    position: absolute;
    left: 86px;
    background: transparent url(../images/you-tube-icon-landing.png) no-repeat 0 0;
    width: 62px;
    height: 62px;
    top: 9px;
}
.loginRectangle {
    text-align: left;
    padding: 15px 20px;
    min-height: 239px;
}
.loginRectangle .links span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #3d787d;
    margin-bottom: 10px;
}
.loginRectangle .links span a {
    font-size: 14px;
    line-height: 18px;
    color: #317a00;
}
.loginRectangle h2,
.keyBox h2,
.twitterBox h2 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #285155;
    padding-bottom: 10px;
    border-bottom: 3px solid #3d787d;
}
.manualsBox h2,
.videosBox h2 {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 20px;
    border-bottom: 3px solid #ffffff;
    padding-left: 10px;
}
.loginRectangle .inputs {
    display: block;
    margin: 10px 0px;
}
.loginRectangle label,
.loginRectangle input[type=text],
.loginRectangle input[type=password] {
    display: inline-block;
}
.loginRectangle label {
    width: 35%;
    color: #3d787d;
    font-size: 14px;
    font-weight: bold;
}
.loginRectangle input[type=text],
.loginRectangle input[type=password] {
    -moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    padding: 5px 15px;
    width: 56.3%;
    border: none;
    font-size: 16px;
}
.loginRectangle input[type=text]:focus,
.loginRectangle input[type=password]:focus {
    -moz-box-shadow: 0px 0px 10px #317a00;
    -webkit-box-shadow: 0px 0px 10px #317a00;
    box-shadow: 0px 0px 10px #317a00;
}
.keyBox {
    height: 502px;
    display: none;
}
.loginRectangle .greenButton {
    float: right;
    display: block;
    text-align: center;
    font-size: 16px;
}
.keyBox p {
    font-size: 15px;
    color: #3d787d;
    width: 95%;
}
.infoFancy {
    display: none;
}
.infoFancy h3 {
    font-size: 24px;
    font-weight: bold;
    color: #285155;
}
.cancelInvite {
    height: 100px;
    width: 500px;
    padding: 40px 10px;
}
.cancelInvite .fancyButtons {
    float: right;
    display: block;
    margin-right: 10px;
}
.cancelInvite .fancyButtons a {
    width: 100px!important;
    margin-right: 5px;
    display: inline-block;
    padding: 5px;
    text-align: center;
}
.marginRight {
    margin-right: 100px!important;
}

/*Help Centre Page */

.roundedRectangle.darkGreen.manualsBox,
.videosBox {
    text-align: left;
    padding-top: 20px;
    height: 652px;
}
.manualListing,
.videoListing {
    border-bottom: 1px solid #ffffff;
}
.videoListing {
    padding: 15px;
}
.manualListing:last-child,
.videoListing:last-child {
    border: none;
}
.manualListing a.gettingStarted::before {
    left: 14px;
    background: url(../images/download-icon-landing.png) no-repeat 0 0;
    width: 45px;
    height: 45px;
}
.manualListing a.gettingStarted {
    padding-left: 95px;
    font-size: 16px;
}
.videoListing span {
    font-size: 16px;
    color: #ffffff;
    vertical-align: top;
    margin-left: 20px;
}
.videoListing img {
    vertical-align: top;
    width: 40%;
}
.helpCentreCont p {
    text-align: left;
    color: #285155;
    font-size: 16px;
}
.helpButtons {
    float: right;
    position: relative;
    top: -6px;
}
.landingWrapper .helpCentreCont .downloadButton {
    float: left;
    display: inline-block;
    width: auto;
    margin-right: 10px;
}
.helpBackButton {
    width: 130px;
    color: #ffffff !important;
    text-decoration: none;
    background: #285155;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    text-align: center;
    padding: 5px;
    font-size: 16px;
}

/*Farm List Pages*/

.headerInfoCont {
    display: block;
    margin-bottom: 20px;
}
.headerInfoCont p {
    width: 75%;
    text-align: left;
}
.whiteBadge {
    display: inline-block;
    position: relative;
    top: -4px;
    left: 12px;
    color: #285155;
    text-decoration: none;
    background: #ffffff;
    border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    text-align: center;
    padding: 0px 5px;
    font-size: 14px;
    font-weight: normal;
}
.wrapper .mainTabsNav a .whiteBadge {
    background: #285155;
    color: #ffffff;
    padding: 0px 10px;
    line-height: 22px;
}
.wrapper .mainTabsNav a:hover .whiteBadge,
.wrapper .mainTabsNav a.active .whiteBadge {
    background: #ffffff;
    color: #285155;
}
.boxWrapper label {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    text-align: left;
    float: left;
    width: 20%;
}
.boxWrapper .half-col label {
    width: 35%;
}
.boxWrapper .cssCheckbox input[type=checkbox] + label {
    width: 19.5% !important;
}
.boxWrapper .half-col .cssCheckbox input[type=checkbox] + label {
    width: 35% !important;
}
.boxWrapper select,
.boxWrapper input[type=text],
.boxWrapper input[type=file],
.boxWrapper input[type=number],
.boxWrapper input[type=password] {
    display: inline-block;
    padding: 8px 2%;
    font-size: 14px;
    border: 1px solid #285155;
    width: 30%;
    margin-bottom: 20px;
    margin-right: 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    float: left;
}
.boxWrapper .half-col select,
.boxWrapper .half-col input[type=text],
.boxWrapper .half-col input[type=file],
.boxWrapper .half-col input[type=number],
.boxWrapper .half-col input[type=password] {
    width: 55%;
}
.boxWrapper input[type=text] {
    width: 26%;
}
.boxWrapper .half-col input[type=text],
.boxWrapper .half-col input[type=number] {
    width: 51%;
}
.boxWrapper .half-col input[type=file] {
    width: 50.5%;
    padding: 6px 2%;
}
.boxWrapper select:focus,
.boxWrapper input[type=text]:focus,
.boxWrapper input[type=file]:focus {
    -webkit-box-shadow: 0px 1px 7px 0px #285155;
    -moz-box-shadow: 0px 1px 7px 0px #285155;
    box-shadow: 0px 1px 7px 0px #285155;
}
.boxWrapper input[type=submit] {
    width: auto;
    min-width: 200px;
    background: #317a00;
    color: #ffffff;
    font-size: 16px;
    border: 0;
    padding: 10px 20px;
    font-weight: bold;
    margin: 20px 0px 0px 0px;
    cursor: pointer;
    float: right;
}
.boxWrapper input[type=submit]:hover {
    background: #296402;
}
.boxWrapper .form-group {
    width: 100%;
    display: block;
    clear: both;
    margin: 10px 0px;
}
.boxWrapper .form-group label,
.boxWrapper form label {
    text-transform: capitalize;
    position: relative;
    top: 6px;
}
.whiteButtonLarge {
    width: 100px!important;
    background: #ffffff;
    text-decoration: none;
    color: #285155!important;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    text-align: center;
    padding: 5px 3px;
    font-size: 16px;
    font-weight: normal;
}
.boxWrapper.farmDetails {
    height: auto;
    min-height: 80px;
    margin: 0px;
    padding: 15px;
}
.boxWrapper.farmDetails span,
.boxWrapper.farmDetails label {
    font-size: 14px;
}
.boxWrapper .half-col label.error{
	width: 100%;
    color: red;
    position: relative;
    top: -12px;
    font-weight: normal;
    text-transform: none;
}
.topSearchCont .wrapper .error{
	width: 100%;
    display: block;
    color: red;
    padding-left: 21px;
}
.boxBar.farmBar h1 {
    font-size: 16px;
}
.boxBar.farmBar {
    padding: 10px;
}
.boxBar.farmBar.noBgr {
    background: transparent!important;
    padding-right: 0;
    padding-left: 0;
}
.boxBar.farmBar .greenButton {
    background: #317a00;
    color: #ffffff;
    width: auto;
    margin-right: 0px;
    font-size: 16px;
}
.accessForm {
    margin-top: 55px;
}

/*Foooter */

footer {
    width: 100%;
    background: #317a00;
    padding: 10px 0px;
}
footer .footerCont {
    width: 1200px;
    margin: auto;
    text-align: center;
}
footer .footerColumn {
    display: inline-block;
    width: 23%;
    padding: 10px 2% 5px 2%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #ffffff;
    vertical-align: top;
}
footer .footerColumn.telephones {
    width: 278px;
}
footer .footerColumn.contact {
    width: 14%;
    font-weight: bold;
}
footer .footerColumn.contact a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 20px;
}
footer .footerColumn img {
    margin-top: 10px;
}
footer .TC {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #ffffff;
    margin-top: 3px;
}
footer.shortPageFooter {
    position: absolute;
    bottom: 0;
}
.mainTable {
    overflow-x: auto;
}
.mainTable table {
    border-top: 1px solid #65a1aa !important;
}
.mainTable table th.textLeft {
    text-align: left;
}
.mainTable .formattedReport th:first-child {
    padding-left: 10px !important;
}
.mainTable .formattedReport tr td:first-child {
    padding-left: 40px;
    min-width: 200px;
    max-width: none;
}
.mainTable .formattedReport tr th:first-child {
    padding-left: 40px;
    width: 300px;
    max-width: none;
}
.mainTable .formattedReport tr td:last-child {
    background: #f3f3f3;
    border-left: 2px solid #d8d8d8;
    min-width: 0;
    width: 60px;
}
.mainTable .formattedReport.transactionReport tr td:last-child,
.mainTable .formattedReport.tradingReport tr td:last-child,
.mainTable .bankTransfersReport tr td:last-child,
.mainTable .bankReconcilReport tr td:last-child {
    background: none;
    border-left: 0;
}

/*
.mainTable .bankReconcilReportLim tr.tableCateg td{
	background: none !important;
	padding: 5px 2px;
	font-size: 13px;
	font-weight: normal;
	border-bottom: 1px solid #e1e1e1;
	border-top: 0;
}*/

.mainTable .bankReconcilReport tr td:last-child {
    width: 130px;
}
.mainTable .bankReconcilReport tr td:nth-last-child(2),
.mainTable .bankReconcilReport tr td:nth-last-child(3) {
    width: 90px;
}
.mainTable .profitMonitorReport tr td:nth-last-child(2),
.mainTable .profitMonitorReport tr td:nth-last-child(3) {
    width: 100px;
}
.mainTable .annualReport tr td:nth-last-child(2),
.mainTable .annualReport tr td:nth-last-child(3),
.mainTable .annualReport tr td:nth-last-child(4) {
    width: 140px;
}
.mainTable .formattedReport tr td,
.mainTable .formattedReport tr th {
    text-align: right;
}
.mainTable .formattedReport tr td {
    line-height: 16px;
}
.mainTable .formattedReport tr td:first-child,
.mainTable .formattedReport tr th:first-child,
.mainTable .formattedReport.bankReconcilReport tr th:nth-child(2),
.mainTable .formattedReport.bankReconcilReport tr th:nth-child(3),
.mainTable .formattedReport.bankReconcilReport tr th:nth-child(4),
.mainTable .formattedReport.bankReconcilReport tr.tableCateg td:nth-child(2),
.mainTable .formattedReport.bankReconcilReport tr.tableCateg td:nth-child(3),
.mainTable .formattedReport.bankReconcilReport tr.tableCateg td:nth-child(4) {
    text-align: left;
}
.mainTable .formattedReport.bankReconcilReport tr.tableCateg td:first-child {
    font-size: 14px;
}
.mainTable .bankReconcilReport tr:not(.tableCateg):not(.tableSubCateg):not(.tableCategTotal) td:nth-child(4) {
    font-weight: bold;
    font-style: italic;
}
.mainTable .bankReconcilReport tr.totalChequesNo td:nth-child(4) {
    font-weight: bold;
    font-style: italic;
}
.mainTable .tableCateg td {
    background: #e6eced !important;
    border-bottom: 1px solid #d3d3d3;
    border-top: 2px solid #d3d3d3;
    width: auto;
    cursor: pointer;
}
.mainTable .tableCateg.excludeCateg td {
    cursor: auto;
}
.mainTable .tableCateg td:first-child {
    font-weight: bold;
    font-size: 17px;
    text-align: left !important;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px !important;
}
.mainTable .tableSubCateg td {
    background: #f3f3f3 !important;
    font-weight: bold;
}
.mainTable .tableSubCateg td:first-child {
    padding-left: 25px !important;
}
.mainTable .tableFinalRow td:first-child {
    padding-left: 10px !important;
}
.mainTable .tradingReport td:first-child,
.mainTable .bankTransfersReport td:first-child {
    padding-left: 10px !important;
}
.mainTable .profitMonitorReport .fa {
    color: #aeaeae;
}
.mainTable .tableCateg .fa {
    margin-left: 10px;
    color: #366d72;
}
.mainTable .tableCategTotal td {
    border-top: none;
    background: #285155 !important;
    color: white;
}
.mainTable .tableCategTotal td a {
    color: white;
    text-decoration: none;
}
.mainTable .tableCategTotal .fa {
    color: white;
}
.mainTable .tableSubtotal td,
.mainTable .tableSubSubtotal td {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 3px;
    background: #d4e8c3 !important;
    border-top: 1px solid #add38c;
    border-bottom: 1px solid #add38c;
    color: black;
    width: auto;
    font-weight: bold;
}
.mainTable .tableSubtotal.tableSubtotalDark td {
    background: #285155 !important;
    border-top: 1px solid #1e3d40;
    border-bottom: 1px solid #1e3d40;
    color: white;
}
.mainTable .tableSubtotal.tableSubtotalDark td a {
    color: white;
}
.mainTable .tableSubSubtotal td:first-child {
    padding-left: 25px !important;
}
.mainTable .tableSubtotal td:first-child {
    padding-left: 10px !important;
}
.colLeft {
    float: left;
    width: 49%;
}
.colRight {
    float: right;
    width: 49%;
}
.colLeftWide {
    width: 70%;
}
.colRightSmall {
    width: 28%;
}
.whiteBtn,
.mainTable table th.textLeft .whiteBtn {
    background: #ffffff;
    text-decoration: none;
    color: #285155;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    text-align: center;
    padding: 5px 3px;
    font-size: 16px;
}
.mainTable table th.textLeft .whiteBtn {
    padding: 2px 10px;
    margin-left: 12px;
    font-size: 14px;
}
.notesTable h2 {
    font-size: 17px;
    margin-top: 10px;
    color: #868686;
}
.notesTable table {
    border: 1px solid #dfdfdf;
    margin-bottom: 5px;
}
.notesTable table th {
    background: #efefef;
    text-align: left;
    padding: 6px 10px;
    font-size: 13px;
    white-space: nowrap;
}
.notesTable table td {
    border-bottom: 1px solid #efefef;
    padding: 6px 10px;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
}
.mainTable p .greenButton {
    margin-left: 12px;
}
.greenButton {
    display: inline-block;
}
.clearFix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearFix {
    display: inline-block;
}

/* start commented backslash hack \*/

* html .clearFix {
    height: 1%;
}
.clearFix {
    display: block;
}
.formCont .mainTable table {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 20px;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.linkButtonBussiness {
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 0px;
}
input.greenButton {
    width: 130px;
    color: #ffffff;
    text-decoration: none;
    background: #317a00;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    border:0;
}
.boxBar.backBar {
    margin-bottom: 10px;
}
.boxBar.backBar .optionsButtons.alignRight {
    margin-bottom: 0;
}
.ui-tooltip {
    padding: 2px 10px;
    font-size: 14px;
    font-weight: bold;
}
.modal-dialog .boxBar button {
    padding: 6px 14px;
    line-height: 12px;
    font-size: 14px;
    border: 0;
}
.modal-dialog .boxBar .goBack {
    margin-left: 5px;
}
.modal-dialog .noteBar .goBack {
    margin-left: 5px;
    background: #285155;
    color: white;
}
.modal-dialog .noteBar .goBack:hover {
    background: #1d3a3d;
}
.modal-dialog .boxBar textarea {
    border: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 8px;
    border: 1px solid #c2c2c2;
    min-height: 100px;
}
.modal-dialog .boxBar .greenButton,
.modal-dialog .boxBar button.greyButton {
    padding: 6px 14px;
    line-height: 14px;
}
.modal-dialog .boxBar button.greyButton {
    margin-left: 5px;
}
.modal-footer .noteBar {
    padding: 8px;
    padding-bottom: 0;
}
.collapseTableRows {
    margin-left: 20px;
}
.ui-grid-top-panel {
    background: none !important;
    background: #478b92 !important;
    border: 0 !important;
    color: white !important;
}
.ui-grid-header-cell {
    border: 0 !important;
}
.ui-grid {
    border-top: 1px solid #65a1aa !important;
}
.ui-grid-viewport {
    overflow: auto !important;
}
.ui-grid-row-separator {
    border-bottom: 1px solid #285155;
}
.ui-grid-row-final .ui-grid-cell {
    background: #285155 !important;
    border-bottom: 1px solid #567587 !important;
    color: white;
}
.modal-adjustments {
    width: 750px !important;
}
.modal-adjustments h2 {
    font-size: 18px;
    font-weight: bold;
    color: #285155;
}
.modal-adjustments p {
    font-size: 14px;
    line-height: 18px;
}
.modal-adjustments input {
    display: inline-block;
    padding: 8px 2%;
    font-size: 14px;
    border: 1px solid #285155;
    margin-right: 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    width: 100px;
}
.splitTotalBox,
.changeAllMonths {
    width: 43%;
    float: left;
    background: rgba(245, 245, 245, 1);
    background: -moz-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245, 245, 245, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(245, 245, 245, 1) 0%, rgba(237, 237, 237, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ededed', GradientType=0);
    border: 1px solid #d1d1d1;
    padding: 3%;
}
.changeAllMonths {
    float: right;
}
.modal-adjustments .greenButton {
    width: 100%;
    text-align: center;
    padding: 8px 0px;
}
.modal-adjustments .greenButton:hover {
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}
.modal-adjustments label {
    font-weight: bold;
    font-size: 13px;
    margin-right: 10px;
}
.modal-adjustments .input-container {
    background: white;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 10px;
    text-align: center;
}
.bottomText {
    position: relative;
    top: 25px;
    float: left;
}
.text-right,
.mainTable table td.text-right {
    text-align: right;
}
.bankAllocationTable th:nth-child(3),
.bankAllocationTable th:nth-child(4),
.bankAllocationTable th:nth-child(5) {
    width: 140px;
}
.bankAllocationTable th:nth-child(6),
.bankAllocationTable th:nth-child(7) {
    width: 50px;
}
.field-validation-error {
    display: block;
    clear: both;
    margin-bottom: 15px;
}
.field-validation-error.text-danger {
    color: #cc0000;
}
.alert {
    margin-top: 0;
    padding: 10px;
}
.alert.alert-info {
    background: #e5f0f5;
    border: 1px solid #1e7296;
    color: #285155;
}
.alert.alert-danger {
    background: #f4e1e1;
    border: 1px solid #cc0000;
    color: #960707;
}
.alert button {
    float: right;
    background: none;
    border: 0;
    font-size: 2em;
    line-height: 1em;
    position: relative;
    top: -5px;
    cursor: pointer;
}
.alert-danger button {
    color: #960707;
}
.alert-info button {
    color: #1e7296;
}

.allocList a {
    text-decoration: none;
    color: #333;
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    width: 100%;
    padding: 2px 6px;
    margin: 0;
    position: relative;
    padding-left: 18px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.allocList a:hover {
    background: #e6e6e6;
}
.allocList a.active {
    background: #d4d4d4;
}
.allocList a.disabledAnchor {
    opacity: 0.6;
}
.btn-primary,
.btn-success,
.btn-danger {
    background: #1e7296;
    padding: 4px 10px;
    border: 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    color: white;
    cursor: pointer;
}
.btn-success {
    background: #367b06;
}
.btn-danger {
    background: #cb0000;
}
.btn-primary:hover {
    background: #135e7e;
}
.btn-success:hover {
    background: #2f640a;
}
.btn-danger:hover {
    background: #b40404;
}
.allocations-pop-table {
    max-height: 370px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 20px;
}
.allocations-pop-table .strike {
    padding: 8px;
    text-align: center;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
.allocations-pop-table .allocdivder {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
.allocList .expensetext:before,
.allocList .banktransfertext:before,
.allocList .incometext:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #cb0000;
    position: absolute;
    left: 4px;
    top: 7px;
}
.allocList .banktransfertext:before {
    background: #1e7296;
}
.allocList .incometext:before {
    background: #367b06;
}
.allocList .unassigned-inc-item:before,
.allocList .unassigned-exp-item:before,
.allocList .pay-trading-item:before {
    font: normal 14px/1 FontAwesome;
    background: none;
    top: 3px;
    left: 1px;
    color: #5b12a5;
}
.allocList .pay-trading-item:before {
    content: "\f07a";
}
.allocList .unassigned-exp-item:before {
    content: "\f283";
    color: #3b3b3b;
    font-size: 0.9em;
    top: 5px;
}
.allocList .unassigned-inc-item:before {
    content: "\f0d6";
    color: #367b06;
}
.showAlocCheck {
    float: right;
    width: 120px;
    margin: 0;
    margin-right: 30px;
}
.showAlocCheck.cssCheckbox input[type=checkbox] + label {
    width: 100% !important;
}
#reportForm label.error {
    width: 100%;
    color: red;
    position: relative !important;
    top: -12px !important;
    font-weight:normal;
    text-transform: none;
}