﻿.pager {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

    .pager a {
        webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Chrome/Safari/Opera */
        -khtml-user-select: none; /* Konqueror */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none;
    }

    .pager a {
        border-style: solid;
        border-width: 1px;
        padding: 3px 6px 3px 6px;
        margin-right: 4px;
        border-radius: 2px;
        font-size: 16px;
        border-color: #bbbbbb;
    }

    .pager .current {
        background: #105CB6;
        color: white;
    }

.data-table {
    margin-top: 10px;
    border-style: none !important;
    width:100%;
}

    .data-table thead td, .data-table thead th {
        background: none;
        color: #105CB6 !important;
        font-weight: bold;
        cursor: pointer;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Chrome/Safari/Opera */
        -khtml-user-select: none; /* Konqueror */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none;
    }


    .data-table td, .data-table th{
        padding: 5px !important;
        border-color: #cccccc !important;
        border-right: 1px solid #ccc !important;
        border-bottom: 1px solid #ccc !important;
        border-style: none !important;
        vertical-align: middle;
    }

        .data-table td:nth-child(4), .data-table th:nth-child(4) {
            width: 100px;
        }

        .data-table td:nth-child(5), .data-table th:nth-child(5) {
            width: 85px;
        }

    .data-table tbody tr:nth-child(odd) {
        background: #ededed;
    }

.loader {
    width: 30px;
    height: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#widget-check-register .noresults {
    margin-top: 12px;
    font-size: 16px;
}

.note {
    margin-top: 5px;
    font-size: 11px;
}

#widget-check-register button {
    height: 32px;
    position: relative;
    top: -1px;
    margin-left: 5px;
    margin-right: 10px;
}

    #widget-check-register button.reset {
        margin-left: 0px;
    }


#widget-check-register input {
    height: 32px !important;
    padding-left: 5px !important;
    margin-bottom: 10px;
    min-width: 180px;
}

#widget-check-register .datarow td a:nth-child(1)::before {
    content: '\f05a';
    font-family: FontAwesome;
    margin-right: 8px;
    display: inline-block;
    font-size: 18px;
    color: #005696;
    position: relative;
    top: 1px;
}




#widget-check-register .fiscalyearoption {
    display: inline-block;
    padding: 0 0 0 0px;
    margin-right: 5px;
}

    #widget-check-register .fiscalyearoption select {
        margin-left: 10px;
        height: 32px;
    }

.controldisabled {
    pointer-events: none;
}

#widget-check-register .currentcheck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50000;
    background: rgba(0,0,0,.8);

}


    .inside {
        position: absolute;
        left: 50%;
        top: 90px;
        bottom: 90px;
        margin-left: -300px;
        width: 600px;
        background: white;
        overflow-y: hidden;
        background: #446F25;
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(0,0,0,1);
    }

.inside .dataholder {
    background: white;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
}

.inside .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 1000;
}

.inside .data {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px 0px 20px;
    overflow-y: auto;
    background: white;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 17px !important;
}




.header div:last-child{
    border-style:solid;
    border-width:0 1px 0 0;
}


.inside .header {
    padding: 0px;
    font-weight: bold;
    text-align: center;
    color: white;
    background: black;
    font-size: 10px;
}


.closewindow {
    position: absolute;
    right: 7px;
    top: 2px;
    padding: 3px;
    font-size: 27px;
    cursor: pointer;
    z-index: 20000;
    color: white !important;
}

.downloadbutton, .printbutton {
    display: inline-block;
    position: relative;
    padding: 0px 10px 2px 10px;
    left: 5px;
    top: 5px;
    z-index: 20000;
    background: white;
    border-style: solid;
    border-width: 1px;
    border-color: #bbbbbb;
    border-radius: 3px;
    box-shadow: 1px 1px black;
}



    .printbutton::before, .downloadbutton::before {
        content: '\f02f';
        font-family: FontAwesome;
        font-size: 17px;
        color: #444444;
        padding-right: 5px;
        display: inline-block;
        margin-top: 1px;
    }

    .downloadbutton::before {
        content: '\f1c1';
    }

#widget-check-register .resultsmessage {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.print {
}

/*current check*/
.currentchecklabel{
    font-weight:bold;
}

.currentcheckrow{
    margin-bottom:20px;
}

@media(max-width:750px) {
    #widget-check-register .data-table{
        font-size:12px;
    }

    #widget-check-register tr td:nth-child(4){
        width:50px !important;
    }

    #widget-check-register tr td:nth-child(1) {
        text-align: center !important;
        min-width:60px !important;
    }

    #widget-check-register .checknumber {
        display:none;
    }

    #widget-check-register .currentcheck .inside {
        left: 10px;
        right: 10px;
        top:10px;
        bottom:10px;
        margin-left: 0px;
        width: auto;
    }

    #widget-check-register .inside .data {
        
    }
}
