/*z-index
    верхняя панель              999 999 900
    боковая панель              999 999 900
    календарик                  999 999 999
    выпадающий список менюшки   999 999 950 
    error                       999 999 850;
    pageblocker                 999 999 980
    jqxwindow                   999 999 920
    окно авторизации           1000 000 000

    макс 214 748 364 7
*/


/*------------------------- Background -------------------------*/
body {
    background: rgb(255, 255, 255);
}

.jqx-numberinput input, .jqx-datetimeinput input, .jqx-grid-header,
.grid-add-button, .grid-delete-button, .grid-export-button, .lookup-input {
    background: transparent !important;
}

    .jqx-grid-header > .jqx-grid-cell-filter-row, .jqx-menu-vertical,
    .jqx-grid-groups-header, .jqx-grid-toolbar, .jqx-listmenu-widget,
    .lookup-container, .lookup-popup-window, .fileUpload-progressbar-container {
        background: rgb(255, 255, 255) !important;
    }

/*-------------------- Main ------------------------*/
html, body {
    height: 100%;
    margin: 0;
    padding: 0px;
    /*overflow:hidden;*/
}

img {
    border: none;
}

table {
    border-spacing: 0;
}

    table td {
        padding-bottom: 0px;
        padding-top: 0px;
    }

.tableColumn {
    padding: 0px;
}

#zoneContainer {
    padding-top: 7px;
}

.lookup-button {
    border: white;
}

/* стили для iframe */
.pivotFrame {
    width: 100%;
    height: 100%;
    /*background-color: rgb(242, 248, 255);*/
    border: solid rgb(201, 210, 219) 1px;
}

.org-list{
    padding:5px 10px;
    max-height: 280px;
    overflow: auto;
}


.org-list-item {
    padding: 5px 10px;
    position: relative;
    cursor: pointer;   
    white-space: nowrap;
}
/*.org-list-item:first-child, .org-list-item:last-child{
    padding-top:0px
}*/

.org-list-item:first-child {
    margin-top:5px;
}

.org-list-item span {
    border-right: 25px solid transparent;
    overflow: hidden;
    width: 100%;
    display: block;
    text-overflow: ellipsis;    
    box-sizing: border-box;   
}

.org-list-item img {
    position:absolute;
    right:10px;
    top: 7px;
}

.org-list-item-selected {
    color: white !important;
}

@media print {
    #RootForm, #Toolbar {
        visibility: hidden;
        display: none;
        height: 0;
        overflow: hidden;
    }

    #Statebar {
        border-top: 0px;
    }

    .button, .glyphButton, .customImage-controls, .grid-custom-toolbar {
        visibility: hidden !important;
    }

    .customImage-controls {
        height: 0;
    }
}