﻿body {
}

.page {
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid black;
    padding: 5px 10px 5px 10px;
    height: 20px;
}

.borderless td, .borderless th {
    border: none;
    border-top: none !important;
}

.currentPage {
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid black;
    padding: 5px 10px 5px 10px;
    height: 20px;
    font-weight: bold;
    color: white;
    background: #337ab7;
}

.currentItemTreeView {
    background-color: #428bca;
    color: white;
    padding: 0 7px;
    vertical-align: central;
    text-align: left;
    border-radius: 3px;
    display:inline-block;
}

.currentItemTable {
    background-color: #428bca;
    color: white;
    padding: 5px 5px 5px 5px;
    vertical-align: central;
    text-align: left;
    border-radius: 3px;
}

.treeItem {
    padding-left: 2px;
}

.border {
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
}


.labelopis {
    padding-left: 18px;
    color: black;
}


.left-inner-addon {
    position: relative;
}

    .left-inner-addon input {
        padding-left: 30px;
    }

    .left-inner-addon i {
        position: absolute;
        padding: 10px 12px;
    }

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        padding-right: 30px;
    }

    .right-inner-addon i {
        position: absolute;
        right: 0px;
        padding: 10px 12px;
        /*pointer-events: none;*/
        cursor: pointer;
    }

.right-label-addon {
    position: relative;
    padding-left: 10px;
    margin-right: 10px;
}

    .right-label-addon span {
        padding-right: 30px;
    }

    .right-label-addon i {
        position: absolute;
        right: 0px;
        /*pointer-events: none;*/
        cursor: pointer;
    }


.table-border-bottom {
    border-bottom: 1px solid #ddd;
}

body {
    height: 100%;
}
