﻿#divLoginMsg {
    float: inherit;
}
select[disabled='disabled']::-ms-value {
    color: red;
}
.disabled:after {
    background-color: #eee!important;
}
select[disabled] {
    background-color: #eee !important;
}.icon {
    cursor: pointer;
}
#divLoginAlert {
    margin-top: 20px;
    margin-bottom: 0px
}
.redstar {
    color: red;
}
.hidev {
    visibility: hidden;
}
.maincontainer {
    min-height: 400px;
}

.paginationtd {
    text-align: left !important;
}

button.expand-trigger {
    font-size: 1em;
    position: relative;
    border: none;
    background: transparent;
    color: #333;
    padding-left: 25px;
    margin-top: 1.5em;
    cursor: pointer;
}

    button.expand-trigger:before {
        content: '';
        display: block;
        position: absolute;
        left: 5px;
        top: 1px;
        border: solid 8px transparent;
        border-left-color: #444;
        transition: transform 0.2s ease-out;
        transform-origin: left center;
    }

    button.expand-trigger[aria-expanded="true"]:before {
        transform: rotate(90deg) translate3d(-3px, -4px, 0);
    }

#collapsedSection {
    display: block;
    overflow: hidden;
    height: auto;
    max-height: 110px;
    transition: max-height 0.3s ease-out;
}

    #collapsedSection[aria-hidden="true"] {
        max-height: 0px;
    }

    #collapsedSection label:first-child {
        margin-top: 0.5em;
    }

.tandc-wrapper {
    margin: 1.5em 0;
}
.invalid {
    border: solid 1px rgba(255, 0, 0, 0.4);
}

fieldset.invalid {
    border: none;
}

#errorSummary {
    background-color: rgba(255, 0, 0, 0.08);
    border: solid 1px rgba(255, 0, 0, 0.4);
    border-radius: 2px;
    padding: 15px;
    -webkit-animation: show_summary 0.2s ease-out;
    animation: show_summary 0.2s ease-out;
}

    #errorSummary ul {
        margin: 0;
    }

    #errorSummary li {
        color: #666;
        font-size: 0.95em;
        padding: 0.3em 0;
        margin: 0;
    }

        #errorSummary li a {
            color: #333;
        }

    #errorSummary p {
        margin-top: 0;
    }

.error-indicator {
    display: inline-block;
    position: relative;
    color: #f00;
    margin: 5px 0;
    font-size: 0.85em;
}

.tandc-wrapper .error-indicator {
    display: block;
}

.error-indicator[aria-hidden="true"] {
    display: none;
}

@-webkit-keyframes show_summary {
    0% {
        transform: scale(0.9);
        opacity: 0.6;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes show_summary {
    0% {
        transform: scale(0.9);
        opacity: 0.6;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


@media all and (min-width: 800px) {

    #errorSummary {
        margin-bottom: 1em;
    }

    .error-indicator {
        display: block;
        padding: 0.5em 1em;
        background-color: #eee;
        border-radius: 3px;
        margin-top: 0.8em;
        -webkit-animation: show_indicator 0.2s cubic-bezier(0.42, 0.93, 0.87, 1.31);
        animation: show_indicator 0.2s cubic-bezier(0.42, 0.93, 0.87, 1.31);
        transform-origin: left;
    }

        .error-indicator:before {
            content: '';
            position: absolute;
            border: solid 10px transparent;
            border-bottom-color: #eee;
            top: -19px;
            left: 0.5em;
        }

    @-webkit-keyframes show_indicator {
        0% {
            transform: scale(0.9);
            opacity: 0.6;
        }

        100% {
            transform: scale(1);
            opacity: 1;
        }
    }

    @keyframes show_indicator {
        0% {
            transform: scale(0.9);
            opacity: 0.6;
        }

        100% {
            transform: scale(1);
            opacity: 1;
        }
    }
}

.bottompaddingzero{
    padding-bottom:0px !important;
}
.bottommarginzero {
    margin-bottom: 0px !important;
}
.member-status {
    display: inline-block;
    height: 35px;
    line-height: 35px;
}
a:hover{ cursor:pointer;}
    
span.note {
    padding-left: 10px;
}

/*autocomplete*/
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    overflow: auto;
    min-width:236px;
}

.autocomplete-suggestion {
    padding: 10px 5px;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
}
/*autocomplete*/
.innerbody input, .innerbody textarea, .innerbody option, .innerbody select {
    text-transform: uppercase;
}
.position-info .headingtr {
    border-top: 2px solid #ddd;
}
.checkbox, .radio {
    margin-top:5px;
    margin-bottom:5px;
}
input[type=checkbox], input[type=radio]
{
    margin-top:7px;
}
#bs-example-navbar-collapse-1 .dropdown-menu {
    background-color: #333;
    color: #fff;
}
    #bs-example-navbar-collapse-1 .dropdown-menu > li > a {
        color: #fff;
    }
    #bs-example-navbar-collapse-1 .dropdown-menu li a {
        padding: 10px 15px 10px 15px;
    }
#ChargesEdit input, #ChargesEdit select {
    width: 100%;
}
#bs-example-navbar-collapse-1 .dropdown-menu > li > a:hover {
    color: #000;
}
.modal-body td {
    padding:5px;
}
.newbtn {
    text-align: left !important;
}.newbtn .btn {
    width: auto !important;
    margin-left: 0px !important;
}
#divTotal
{
    padding:10px;
    text-align:right;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th
{
    vertical-align:middle;
}