﻿/*common styles for kendo element default formatting in awcts*/

/* MainContent css uses 12px font instead of a "pt" font size
    set some basic defaults for dojo*/
.mvcFont {
    font: normal 10pt Arial,Helvetica,sans-serif;
}

/* no cr and ellipsis if too long*/
.ellipsisNoWrap {
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* basic awcts kendo grid styling */
.k-grid td {
    padding: 0; /* remove excessive row height padding */
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* this syle affects all kendo grid cells*/
.k-grid .k-grid-content td[role="gridcell"] {
    padding: 0; /* remove excessive row height padding */
    white-space: nowrap;
    text-overflow: ellipsis;
}

.k-button{
    font-size:0.75rem;
}

/* this syle affects all kendo grid header cells*/
/*.k-grid .k-grid-content td[role="gridcell"], .k-grid .k-grid-header th[role="columnheader"] {
}*/

/*button as link*/
.kendoLinkButton {
    background: none !important;
    border: none;
    /*font-family: arial,sans-serif; */
    color: #093d65;
    cursor: pointer;
    font-weight: bold;
    line-height: normal;
    padding: 0 !important;
    text-decoration: underline;
}

.k-tabstrip-items .k-link{
    padding: 0.25rem 0.5rem 0.0rem 0.25rem;
}

.k-widget{
    font-size:0.75rem;
    line-height:1.0;
}

    /*.kendoLinkButton:hover {
    }*/

    /*minimal sortable styles for two linked lists*/
.listViewLinkedBasic {
    /*background-color: #dceffd;*/
    border: 1px solid #dddddd;
    border-radius: 4px;
    height: 100px;
    min-height: 40px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    width: 200px;
}

    .listViewLinkedBasic li {
        /*background-color: #54b8fa;
        color: #000000;*/
        font-size: 11pt;
        font-weight: bold;
        margin-bottom: 1px;
    }

.listViewLinkedBasicWrapBoth {
    border: 2px solid black;
    border-radius: 4px;
    margin: 2px;
    padding: 2px;
    width: 400px;
}

.listViewLinkedBasicRow {
    align-items: center;
    display: flex;
}

.listViewLinkedBasicCenter {
    margin: 0 5px;
    text-align: center;
    vertical-align: middle;
    width: 72px;
}

.listViewLinkedBasicItem {
    color: #000000;
    font-size: 11pt;
    list-style-type: none;
    margin-left: 2px;
    text-align: left;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listViewLinkedBasicDragItem {
    background-color: black; /*when dragging */
    color: white; /*when dragging */
    font-size: 11pt;
    font-weight: bold;
    list-style-type: none;
    margin-left: 2px;
    text-align: left;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listViewLinkedBasicPlaceholder {
    background-color: #ffffff !important;
    color: #777 !important;
}

.sortableBasicTitle{
    font-weight:bold;
    text-align:left;
}

.kendoEditorDisableOverlay {
    background-color: black;
    opacity: 0.1;
    position: absolute;
}
