﻿footer {
    margin-top: 20px;
    height: 210px;
}

.HasHover {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.digit {
    -moz-border-radius: 2px 2px 2px 2px;
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #5BABD0;
    display: block;
    font-size: 11px;
    height: 30px;
    margin: 3px 0;
    position: relative;
    width: 42px;
}

    .digit input {
        border: medium none;
        height: 28px !important;
        text-align: center;
        width: 40px !important;
        display: block;
        font-size: small;
    }

    .digit .minus {
        background: url(/image/ui-icons-layout.png) no-repeat -164px -36px;
        cursor: pointer;
        display: block;
        height: 14px;
        width: 14px;
        left: -6px;
        position: absolute;
        top: 7px;
        display: none;
    }

    .digit .plus {
        background: url(/image/ui-icons-layout.png) no-repeat -150px -36px;
        cursor: pointer;
        display: block;
        height: 14px;
        width: 14px;
        position: absolute;
        right: -6px;
        top: 7px;
    }

.digit-readonly {
    -moz-border-radius: 2px 2px 2px 2px;
    background: none repeat scroll 0 0 #000;
    display: block;
    height: 25px;
    margin: 3px 0;
    position: relative;
    width: 38px;
    margin-left: 3px;
}

    .digit-readonly .data {
        border: medium none;
        height: 20px !important;
        text-align: center;
        width: 36px !important;
        display: block;
        padding-top: 2px;
    }

    .digit-readonly .minus {
        background: url(/image/ui-icons-layout.png) no-repeat -164px -36px;
        cursor: pointer;
        display: block;
        height: 14px;
        width: 14px;
        left: -6px;
        position: absolute;
        top: 5px;
        display: none;
    }

    .digit-readonly .plus {
        background: url(/image/ui-icons-layout.png) no-repeat -150px -36px;
        cursor: pointer;
        display: block;
        height: 14px;
        width: 14px;
        position: absolute;
        right: -6px;
        top: 5px;
    }


.item-optional-sections {
    margin-top: 5px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.right-aligned {
    text-align: right;
}

.sortable {
    cursor: pointer;
}

.hidden {
    display: none;
}

.fa-spin-custom {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
}

.fa-spin-large {
    font-size: 50px;
}

.pagination {
    margin: 2px 0 !important;
}

.pagination-desc {
    clear: both;
    float: left;
}

.pagination-numbers {
    float: right;
    text-align: right;
    white-space: nowrap;
    margin: 0;
}