html {
    height: 100%;
    box-sizing: border-box;
}
.vascoHeader {
    background-color: rgb(52, 152, 219);
    min-width: 300px;
    color: #ffffff;
    position: fixed;
    padding: 4px;
    top: 0;
    width: 100%;
    height: 0px; 
    line-height: 47px;
    z-index: 0;
}

.vascoSidebar {
    top: 1px;
    bottom: 39px;
    position: fixed;
    width: 299px;
    box-shadow: 2px 4px rgba(136, 136, 136, 0.08);
    overflow: auto;
}

.vascoMenuIcon {
    font-size: 30px;
    color: rgb(52, 152, 219);
    text-align: center;
    vertical-align: middle;
    width: 32px;
}

.vascoContentSidebar {
    top: 1px;
    bottom: 39px;
    left: 10px;
    position: fixed;
    overflow: auto;
    right: 0px;
    padding-right: 10px;
}

.vascoContentNoSidebar {
    top: 1px;
    bottom: 39px;
    position: fixed;
    left: 10px;
    overflow: auto;
    right: 0px;
    padding-right: 10px;
}

.vascoFooter {
    background-color: rgb(52, 152, 219);
    color: #ffffff;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    z-index: 0;
}

.vascoDetailListview {
    position: absolute;
    left: 0px;
}

.vascoDetailListviewFill {
    position: absolute;
    left: 0px;
    right: 0px;
}

.dx-datagrid-search-panel {
    margin: 0;
    margin-left: 0px !important;
}

.dx-item-content.dx-box-item-content {
    width: 100% !important
}

.toolbarHeader {
    padding-top: 10px;
    padding-bottom: 10px;
}

.toolbarFooter {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dialogToolbarFooter {
    padding-top: 10px;
    padding-bottom: 0px;
}


.toolbarBorder {
    padding: 5px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: Menu
}

.toolbarBorder > .dx-toolbar {
    background-color: transparent;
}

.badge {
    background-color: indianred;
    border-radius: 12px;
}

.vascoHeight0 {
    height: 0px;
}

.v-info-message-container {
    background-color: lightblue;
    border-radius: 5px;
    padding: 5px;
}

.v-info-message-title {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    padding: 5px 2px;
    padding-bottom: 2px;
    display: flex;
    justify-content: space-between;
}

.v-info-message-title-text {
    overflow: hidden;
    text-overflow: ellipsis;
}

.v-info-message-text {
    padding: 5px 2px;
    padding-bottom: 0px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.rumena {
    background-color: yellow;
}
.siva {
    background-color: silver;
}
.oranzna {
    background-color: coral;
}

.precrtano {
    background-image: url(../images/precrtano.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


td > .dx-button {
    width: 100% !important;
}

td > .dx-button-normal {
    width: 100% !important;
}

td > .dx-button-default {
    width: 100% !important;
}

td > .dx-button-normal {
    background-color: #ddd !important;
}

td > .dx-button-default {
    background-color: rgb(52, 152, 219) !important;
}


/*
.dx-toolbar .dx-toolbar-items-container {
    background-color: rgb(65, 173, 245);
    height: 50px !important;
}

.dx-toolbar .dx-toolbar-item {
    padding: 5px !important;
}

.dx-toolbar .dx-toolbar-menu-container {
    padding: 5px !important;
}

    */

    /*
.dx-button-default {
    background-color: rgb(52, 152, 219) !important;
    border-color: rgb(62, 162, 229) !important;
    color: #fff;
}
    */
