﻿html, body {
    height: 100%;
}

a {
    color: #4672bd;
}

.login-body {
    background-color: #F4F6F9;
}

label:after {
    content: ":"
}

.mastnav {
    background-color: #4c4c4e !important;
}

#logo {
    width: 250px;
    margin-right: 30px;
}

#profile-dropdown-menu .menu-icon-fix-width {
    width: 35px !important;
}

#profile-dropdown-menu .dropdown-item {
    padding-left: 5px;
    padding-right: 15px;
}

.displaynone {
    display: none;
}

.list-title,
.form-title {
    color: #60524A;
    border-bottom: 2px solid #87A5D6;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
}

.table .table-head-custom th {
    color: #fff;
    background-color: #4c4c4e;
    border-color: #4c4c4e;
    font-weight: normal;
}

.wrapDiv {
    overflow: hidden;
    word-wrap: break-word;
    padding: 0px;
    margin: 0px;
}


.deleteLink {
    color: rgb(228, 46, 46);
    white-space: nowrap !important;
}

.action-icon {
    margin-right: 3px;
}

/* Confirm dialog */

/* Overlay */
#confirm-overlay {
    background-color: #eee;
    cursor: wait;
}

/* Container */
#confirm {
    width: 440px;
    /*font-size: 14px;*/
    line-height: 26px;
    text-align: left;
    background: #fff;
    border: 2px solid #9E9EA0;
    overflow: auto;
}

#confirm .header {
    height: 34px;
    background-color: #4B4B4D;
    color: #fff;
    /*font-size: 16px;*/
    font-weight: normal;
    line-height: 30px;
}

#confirm .header span {
    padding-left: 8px;
}

#confirm .message {
    color: #4f4f4f;
    margin: 0;
    padding: 20px;
    /*font-size: 14px;*/
    font-weight: normal;
}

    #confirm .buttons {
        padding-left: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
        text-align: right;
    }

#confirm .buttons a {
    width: 100px;
}

#confirm-container a.modal-close,
#confirm-container a.modal-close:link,
#confirm-container a.modal-close:active,
#confirm-container a.modal-close:visited {
    text-decoration: none;
    line-height: 1;
    position: absolute;
    top: 8px;
    right: 14px;
    color: #eee;
}

#confirm-container a.modal-close:hover {
    color: white;
}

#confirm-dialog-form-container {
    padding-top: 100px;
    width: 420px;
    margin: 0px auto;
}

.input-validation-error,
.input-validation-error:focus {
    border-color: red;
}

.subscription-points {
    position: relative; 
    top: -35px; 
    left: 15px;
    list-style-type: none;
    list-style-image: url(../img/pricing_list_bullet.gif);
}

.subscription-image {
    position: relative;
    left: -90px
}

.subscription-info {
    font-size: 150% !important;
}

.cellColor {
    width: 100px;
    height: 22px;
    margin: 0px auto;
}

.buttons {
    text-align: right;
    padding-right: 7px;
}


.ui-datepicker-trigger {
    position: relative;
    left: 8px;
    bottom: 4px;
}

.accountssummary {
    border: 1px solid #827770;
    width: 100%;
}

.accountssummary td {
    padding-top: 12px;
}

.accountssummary .summaryvalue {
    text-align: right;
    font-weight: bold;
}

.accountssummary .summarytotalvalue {
    border-top: 1px solid #827770;
    text-align: right;
    font-weight: bold;
    padding-bottom: 10px;
}

.accountssummary .summaryrbvalue {
    text-align: right;
    font-weight: bold;
    width: 100px;
    padding-bottom: 10px;
}

.accountssummary .summarynote {
    color: #cccccc;
    font-style: italic;
}

.accountssummary td.summarylabel {
    width: 340px;
}

.accountssummary td.summarytotallabel {
    border-top: 1px solid #827770;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 10px;
}

.accountssummary td.summaryoperatorlabel {
    font-weight: bold;
    font-size: 20px;
    vertical-align: top;
    width: 50px;
    text-align: center;
    padding-bottom: 10px;
}

.summarypaddingcell {
    width: 15px;
}

.accountssummary td.summaryrblabel {
    width: 150px;
    padding-bottom: 10px;
}

/****/
#msContainer {
    overflow: hidden;
    width: 1100px;
    position: relative;
    padding-bottom: 9px;
}

#msLeft,
#msCenter,
#msRight {
    float: left;
    height: 90px;
}

#msLeft {
    width: 8px;
    background: url('../img/ms_left.gif') no-repeat bottom left;
}

#msCenter {
    width: 1080px;
    background: url('../img/ms_center.gif') repeat-x bottom left;
}

#msRight {
    width: 11px;
    background: url('../img/ms_right.gif') no-repeat bottom left;
}

#msMonthsContainer {
    overflow: hidden;
    position: absolute;
    left: 32px;
    bottom: 13px;
}

.msMonth,
.msMonth a {
    float: left;
    color: #bbbbbb;
    width: 43px;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
}

.msMonth a:hover {
    color: White;
    text-decoration: none;
}

.msYearSelector {
    overflow: hidden;
    position: absolute;
    bottom: 48px;
    background: url('../img/ms_year_selector.png') no-repeat top left;
    width: 57px;
    height: 48px;
    text-align: center;
    color: white;
    font-size: 16px;
    line-height: 41px;
    font-weight: normal;
}

.msMonthSelector {
    overflow: hidden;
    position: absolute;
    bottom: 2px;
    background: url('../img/ms_month_selector.png') no-repeat top left;
    width: 48px;
    height: 43px;
}

.msNeg {
    overflow: hidden;
    position: absolute;
    bottom: 35px;
    background-color: #E00000;
    height: 6px;
}

.msGray {
    overflow: hidden;
    position: absolute;
    bottom: 35px;
    background-color: #a1a1a1;
    height: 6px;
}

.msSelectedMonth a {
    color: White;
    font-weight: normal;
}


ul.messageRadioButtons {
    list-style: none;
}

#confirm label:after {
    content: none;
}

td.mfDateBalance {
    font-weight: bold;
    text-align: right;
}

.mfDateBalanceNegative {
    color: #D12D10;
}

.mfDateBalancePositive {
    color: #79B73E;
}


.mfItemAmount {
    text-align: right;
    white-space:nowrap;
}

.mfItemDelete {
    width: 10px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.01);
}
@media (min-width: 992px) {
    .mfDate {
        width: 200px;
    }
}

@media (min-width: 769px) {
    #defaultCurrencyPanel { width: 330px; }
}

.mfIconCell {
    width: 11px;
    margin-left: 0px !important;
    padding-left: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
}

.mfItems td {
    border: none !important;
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}

.mfItems tr {
    background-color: transparent !important;
}

h2.starting-balance {
    padding-top: 15px;
}

.sbAmountCell {
    text-align: right;
    padding-right: 12px;
}

.sbCheckBoxCell {
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 5px;
}

.sbTotal {
    border-top: 1px solid gray;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 15px;
}

.sbRealBalanceCell {
    padding-top: 15px;
    padding-bottom: 10px;
}

#startingBalancePanel label {
    padding: 0px;
    margin: 0px;
}

#startingBalancePanel label:after,
.weekDayCheckBox label:after
{
    content: none;
}

.weekDayCheckBox label {
    margin-left: 3px;
    margin-right: 8px;
    margin-bottom: 0px;
}

.currencyOnTheRightSymbol {
    display: inline-block;
    min-width: 20px;
    text-align: left;
    margin: 0px !important;
    padding-left: 3px !important;
    padding-right: 0px !important;
}