﻿#reportDiv {
    max-width: 600px;
    max-height: 600px;
    border: solid 1px;
}

#reportHeaderDiv {
    max-height: 40px;
}

#reportItemsDiv {
    max-width: 100%;
}

#printItemsDiv {
    float: left;
    max-width: 200px;
}

#reportButtonsDiv {
    float: left;
    max-width: 220px;
}

#toPrintDiv {
    float: left;
    max-width: 200px;
}

#reportOptionsDiv {
    max-width: 100%;
}

#reportComandsDiv {
    max-width: 100%;
}

#gridViewDiv {
    border: solid 2px;
    margin: 1px;
    padding: 3px 2px 30px 2px;
}

.pagerControl {
    float: left;
    margin: 2px;
    font-size: 11px;
}

.filterControl {
    float: right;
    margin: 2px;
    font-size: 11px;
}

.numCLass {
    background-color: #0066CC;
    font-size: large;
    color: white;
    border: 1px solid #0066CC;
}

.textClass {
    color: #0066CC;
    border: 1px solid #0066CC;
    text-align: center;
}

.tekstPole {
    padding: 3px;
    border: solid 1px #e1e1e1;
    outline: 0;
    background: #FFFFFF;
    /*width: 80px;*/
}

    .tekstPole:focus {
        border-color: #666;
    }

    .tekstPole:focus {
        outline: none;
        box-shadow: 0px 0px 5px #61C5FA;
        border: 1px solid #5AB0DB;
    }

    .tekstPole:hover {
        border-color: #c0c0c0;
    }



.tmpPadding {
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
}
