﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
.dragicon {
    float: right;
    margin-left: 15px;
}
/*sortable column list stypes */
/* Style for the control container */
.button-wrapper {
    top: 10px;
    /* justify-content: right !important; */
    align-items: flex-end;
    text-align: end;
}
.list-group-item { /*drag column list item.. align text to left*/
    text-align: start;
}
.columnCheck {
    margin-right: 15px;
}
.control-container {
    position: absolute;
    height: auto;
    top: calc(3em + 5px); /* adjust as needed */
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    z-index: 999;
    display: none; /* initially hidden */
}

/* allow column list to appear on top of gantt pane if we want button next to year/month/etc*/
.k-gantt-toolbar.k-gantt-header.k-toolbar.k-toolbar-md {
    overflow: visible;
}
/* allopw column list to appear if we put the button in the header of the first column*/
/*th.k-header.k-touch-action-none.k-table-th {
    overflow: visible;
}*/
/*.k-grid-header-wrap {
    overflow-y: visible;
}
*/
/** end sortable list */

/* hide delete icon on gantt tasks */
span.k-link.k-task-delete {
    display: none;
}

.k-table-td[data-col-index="8"],
.k-table-td[data-col-index="9"] {
    color: transparent;
}

/* seems to be some sizing bug in telerik gantt control.. try to work around it*/
.k-gantt-treelist .k-grid-header tr {
    height: calc(4em + 74px);
}

.k-gantt .k-grid-content tr {
    height: calc(2em + 25px);
}
.k-gantt-treelist .k-grid .k-grid-container .k-grid-content {
    height: unset !important;
}

.k-gantt-treelist .k-grid.k-grid-display-block {
    display: flex;
}


/* these two entries prevent number editor from working */
/* Hide completed field on popup editor since marsworx doesn't support percent completed for tasks */
/*.k-form .k-form-field > .k-label, .k-form .k-form-field > kendo-label, .k-form .k-form-label {
    display: none;
}*/

/* Hide completed field on popup editor since marsworx doesn't support percent completed for tasks */
/*span.k-numerictextbox.k-input.telerik-blazor.k-input-solid.k-rounded-md.k-input-md {
    display: none;
}*/


/* hide delete button on gantt events since we don't allow deleting events from here */
[aria-level="1"] > * > * > button.telerik-blazor.k-button.DeleteGanttButton.k-button-solid.k-rounded-md.k-button-md.k-button-solid-base.k-icon-button {
    visibility: hidden !important;
}

.GanttFilterHidden {
    display: none;
    position: fixed;
    width: 350px;
    height: 300px;
    /* background-color: lightblue; */
}


.GanttFilterShown {
    position: fixed;
    width: 350px;
    height: 300px;
    z-index: 9999;
    /* background-color: lightblue; */
}

.AddSearchTermButton {
    margin-left: auto
}

.RemoveFilterButton {
    padding-block: 4px;
    padding-inline: 8px;
}

.FilterButton {
    flex: 1;
}

.UserMultiSelect
{
    overflow-y:scroll;
}

.TextFilterBox {
    width:315px;
}
.TextMultiValue {
    overflow-y: scroll;
}
/* remove padding from filter and sort buttons on gantt */
.GanttHeaderButton {
    padding: 0px !important;
    margin: -3px;
}

.flex-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* This can be adjusted based on your needs */
}

/* the size of the containers will fill up their parents up to the viewport */
html, body, app, /*.k-drawer-container, .k-drawer-content, */ .main {
    width: 100%;
    height: 100%;
    max-height: 100%;
    font-family: Roboto, sans-serif; /* used by telerik material ui theme */
}

/* vertical scroll should happen in the main portion of the content - where the Body is
    This keeps the header sticky at the top
    */
.main {
    overflow-y: auto;
}

#footer {
    display: table-row;
    width: 100%;
}

/* seems to fix gantt arrow misalignment*/
svg.k-gantt-dependencies-svg {
    height: unset !important;
}



.updates-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.container hr { /* https://stackoverflow.com/questions/29732575/how-to-specify-line-breaks-in-a-multi-line-flexbox-layout */
    width: 100%;
    height: 0;
    margin: 0;
    border: 0;
}


/* sizing of the header */
.top-row {
    left: 0;
}

/* expand-collapse button for the drawer - position above the header */
.drawer-hamburger {
    position: absolute;
    z-index: 2;
}


#app, body, html, .page {
    height: 100%;
}

#app {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.blanktest {
    height: 100%;
    width: 100%;
    background-color:yellow;
    border-color:green;
    border-width: 3px;
    border-style: solid;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*.content {
    padding-top: 1.1rem;
}
*/
#content {
    display: table-row;
    height: 100%;
}


/*.k-drawer-container, .k-drawer-content,*/ 
#content-scroll-wrap {
    position: relative;
    height: 100%;
}

#content-scroll {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    box-shadow: inset 0 0 0 30px #fff !important;
}

input {
    outline: none;
    border: none;
    border-top-color: initial;
    border-top-style: none;
}




a, .btn-link {
    color: #0366d6;
}

.vertical-align-middle {
    vertical-align:middle;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.header {
    height: 76px;
    background-color: #f0f1f3 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.formrow {
    padding-top: 10px;
}

.formbuttonrow {
    padding-top: 20px;
}

.alert-failure {
    background-color: yellow;
    padding: 20px;
    border-color: black;
    border-width: 3px;
    border-style: solid;
}
.loginheader {
    padding-bottom: 20px;
}

.container-login100 {
    width: 100%;
    min-height: 100%;
    display: -ms-flexbox;
    justify-content: center;
    padding: 30px;
    padding-top: 60px;
    align-items: top;
    position: relative;
    background-color: #fff;
}

/*.container {
    max-width: 1200px;
}
*/
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 20000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}


/**************** Updates screen styles.. TODO: move to updates.razor.css */

.k-toolbar-spacer, .k-scheduler-views-wrapper {
    display: none; /* hide spacer to right of date on schedule header, also hide default schedule view selector since we have our own*/
}
.releasenotes-window {
    z-index: 44444;
}

.carddetails {
    display: flex;
    flex-wrap: wrap;
}

.k-card:hover {
    color: #212529;
    background-color: rgba(0,0,0,.025);
}

.k-listview {
    border-width: 0px;
}

.k-listview-header {
    padding: 10px 20px;
}

.k-card {
    max-width: 1200px;
    padding: 10px 20px;
    box-shadow: none;
    border-top: 1px solid #dee2e6;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(222, 226, 230);
}

.k-card-version {
    padding-right: 50px;
}

.k-card:last-child {
    border-bottom: 0;
}

.k-card .k-card-title {
    padding: 0;
    font-size: 1em;
    font-weight: bold;
    line-height: normal;
}

.k-card-subtitle {
    font-size: 1em;
    margin-bottom: 0;
}

.update-name {
    width: 50%;
    min-width: 180px;
    padding: 5px 0;
}

.update-buttons {
    width: 25%;
    min-width: 150px;
    padding-left: 20px;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 15px;
    font-size: .875em;
    display: grid;
}

.releasenotes-button {
    font-size: 9px;
    text-transform: none;
}


.product-img {
    width: 80px;
    height: 50px;
    text-align: center;
    margin: auto;
}

/* BlazorFluentUI - fix formatting issues caused by extra div*/
/*#app > div[dir="ltr"] {
    display: table;
    height: 100%;
    width: 100%;
}
*/
/*.ms-Panel-scrollableContent {
    -webkit-overflow-scrolling: touch;
}

.ms-Panel-scrollableContent  > * {
    -webkit-transform: translateZ(0px);
}
*/




/** fontawesome*/
.fa, .fas {
    font-size: 24px;
}

/** bootstrap convenience styles not working? add some*/
.m-b-15 {
    margin-bottom: 15px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-t-10 {
    padding-top: 10px;
}