﻿img {
    max-width: 100%;
    max-height: 100%;
}
textarea {
    width: 100%;
}
iframe{
    background-color:white;
}
.h90{
    height:90%;
}
body, html {
    height: 100%;
    background-color: lightgray;
}
/*
    .showtable {
    border: 1px solid ;
}
    .overFlowXAuto {
    overflow-x:auto;
}
*/
table.dataTable thead > tr > th.sorting{
    padding-right: 0px !important;
}
.ExpiredItem {
    background-color: indianred;
    opacity: 0.9;
}
.collapseIcon {
    right: 0;
}
.KMLogo{
    height:2em;
}
tr {
    line-height: 1em;
    min-height: 1em;
    height: 1em;
}
.textWrap {
    white-space: normal !important;
    word-wrap: break-word;
}
.fake-link {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
.menu {
/*    height: 100%;
*/    border-radius: 15px;
}
.content {
    height: 100%;
    color: #23527c;
}
.h100 {
    height: 100%;
}
.w100 {
    width: 100%;
}
.w20{
    width:20%;
}

.croptext {
    word-wrap: break-word;
}
.mt15{
    margin-top:15px;
}
.ml10p{
    margin-left:10%;
}

.indexContainer {
    min-height: 95%;
    display: grid;
    width: 100%;
    grid-gap: 0.5em;
}

.item {
    grid-column: 1 / 3;
    /*grid-row: 1 / 2;*/
}

.multiLvNav div {
    padding-left: 0.75em;
}

.multiLvNav {
    /*border: solid 1px lightsteelblue;*/
    background-color: white;
    border-radius: 10px;
}

.portaalBorderedItem {
    margin-bottom: 0.7em;
    color: #23527c;
    /*border: solid 1px lightsteelblue;*/
    background-color: white;
    border-radius: 10px;
    padding: 1.5%;
}
.displayDocumentsTable {
    min-width:100%;
    display: table;
}

.menuTextColor{
    color: #23527c;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: lightgray;
}
.margin-lr-auto{
    margin-left:auto;
    margin-right:auto;
}
.printTableclass{
    background-color:blue;
    font-size:larger;
}
opacity50{
    opacity:0.5;
}

.btn {
     font-weight: bold !important;
     font-size: small !important;
}
.w-40 {
    width: 40% !important;
}
.w-20 {
    width: 20% !important;
}









@media print {
    .menu {
        display: none;
    }
}
