﻿
.clickable {
    cursor: pointer;
}

.nomargin {
    margin: 0;
}

.nopadding {
    padding: 0;
}

.star-required {
    margin-left: 3px;
    color: #a94442;
}

.bg-default {
    background: #eee;
}

.minor-data-table tr td {
    padding: 1px 5px;
}

div.tips {
    background: #e8f0f2 !important;
}


.panel {
    /*border: #2C91AD solid 1px !important;*/
    background: #e8f0f2 !important;
}

.panel-default .panel-heading {
    background: #206a80 !important;
    color: #FFF !important;
}


.panel form {
    background: #FFF;
}

.panel-inner {
    border: 1px solid #979797 !important;
}

    .panel-inner .panel-heading {
        background: #206a80 !important;
        color: #FFF !important;
    }

    .panel-inner .panel-body {
        background: #FFF;
    }

hr {
    border-top: 1px solid #cecece !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

div.row.feeCat {
    margin-bottom: 10px;
}

    div.row.feeCat div.feeCode {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    div.row.feeCat div.row.feeCode:nth-of-type(even) {
        background-color: #deeaed;
    }

/* CARD -----------------------------------------------*/
.card {
    padding: 0;
    /*border: solid 1px #ccc;*/
    margin-bottom: 10px;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
}

    .card.curved {
        border-radius: 5px;
    }

    .card h1,
    .card h2,
    .card h3,
    .card h4,
    .card h5,
    .card h6 {
        margin: 2px 0;
    }


.card-title {
    padding: 10px;
    font-weight: bold;
    margin-bottom: 5px;
}

.card-heading {
    padding: 5px;
    border-bottom: solid 1px #ccc;
}

.card-infobar {
    padding: 5px;
    background-color: #ffffee;
}

.card-body {
    padding: 10px;
}

.card-division {
    margin: 5px 0;
    border-bottom: solid 1px #ccc;
}

.card-footer {
    padding: 5px;
    border-top: solid 1px #ccc;
    margin-top: 5px;
}

.card-item.small {
    font-size: .8em;
}

.card-item.sub-item {
    padding: 5px;
    margin-top: 5px;
}


/*  TOP Button
-----------------------------------------------*/
.toTopButton {
    position: fixed;
    bottom: 0;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 10;
    display: block;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

    .toTopButton a {
        display: block;
        height: 100%;
        line-height: 50px;
        background: #404040 url(up-arrow.png) no-repeat center 17px;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        border-radius: 10%;
        -moz-border-radius: 10%;
        -webkit-border-radius: 10%;
        position: relative;
        z-index: 0;
        font-weight: bold;
        color: #FFF;
        text-indent: 100px;
        overflow: hidden;
        font: Arial, Helvetica, sans-serif;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
    }

        .toTopButton a:hover {
            background-color: #3662af;
            background-position: center -50px;
            text-indent: 0;
            cursor: pointer;
        }




/*  INDICATOR BOXES
-----------------------------------------------*/

.indicator-box {
    margin-bottom: 10px;
    padding: 10px;
    border: solid 2px #ccc;
    border-radius: 5px;
}

.indicator-box-title {
    font-size: 13px;
    line-height: 30px;
}

.indicator-box-data {
    font-size: 20px;
    padding-right: 10px;
}

@media (min-width: 992px) {
    .indicator-box-title {
        line-height: 40px;
        font-size: 20px;
    }

    .indicator-box-data {
        font-size: 30px;
    }
}

a.disabled {
    color: #999 !important;
    text-decoration: none !important;
    outline: none !important;
    cursor: default;
}

div.search-result {
}

    div.search-result span.item {
        color: #777;
        font-size: .9em;
    }

    div.search-result div.result-view {
        margin-top: 10px;
    }

@media (min-width: 768px) {

    div.search-result div.result-view {
        text-align: right;
        margin-top: 0;
    }
}

div .grid-container {
    display: grid;
    justify-content: start;
    grid-template-columns: 50% 50%;
    gap: 5px;
}

    div .grid-container > p {
        padding-top: 0em;
        padding-bottom: 0em;
        margin-top: 0em;
        margin-bottom: 0em;
        font-size: .8em;
    }

div .search-criteria {
    font-size: .85em;
    margin-bottom: 0.5em;
}

div .narrow {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
    div.narrow h3 {
        padding-top: 0em;
        padding-bottom: 0em;
        margin-top: 0em;
        margin-bottom: 0em;
    }
div .nopadmargin {
    padding-top: 0em;
    padding-bottom: 0em;
    margin-top: 0em;
    margin-bottom: 0em;
}
div .helptext {
    font-size: .85em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
div .moderatetop {
    padding-top: 0.5em;
    padding-bottom: 0em;
    margin-top: 0.5em;
    margin-bottom: 0em;
}