﻿/*:root {
    --my-color: blue;
}*/

.test {
    color: var(--my-color);
}
body {
}
.tile-with-overflow .k-card-body {
    overflow: scroll !important; /* choose a value that fits your needs */
}
.positiveValuesRowFormatting {
    color: red;
}
.skyBlueBackground {
    background-color: rgb(101, 187, 230);
}
.skyBlueTextColor {
    color: rgb(101, 187, 230);
}
.breadcrumb-wrapper {
    max-width: calc(390px + 6em) !important;
}
.ChildColor
{
  background-color : rgb(239, 243, 246)
}
.Width100Percent {
    width: 100%;
}
.VerticalScrollGrid .k-grid-content {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
.DisplayItalic {
    font-style: italic !important;
}

.DisplayFlex {
    width: 100%;
    display: flex;
    align-items: center;
}
.RaduisButton
{
    border-radius:3px !important;
}
.DisplayFlexNoAlign {
    width: 100%;
    display: flex;
}
.boldFont {
    font-weight: bold !important;
}
.DisplayBorder {
    border-style: solid;
    border-width: 1px !important;
    border-color: lightgray;
}
.BorderColor {
    border-style: solid !important;
    border-color: lightgray !important;
}
.GrayBackground {
    background-color: lightgray;
}
/*    .grayBackground .k-splitter-flex.k-splitter-horizontal {
        background-color: red;
    }*/

.fontsize-Text {
    font-size: 10px !important;
}
.fontsizemeduim-Text {
    font-size: 12px !important;
}
.fontsize10-Text {
    font-size: 10px !important;
}
.fontsize11-Text {
    font-size: 11px !important;
}
.fontsize12-Text {
    font-size: 12px !important;
}
.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
}
.label-White {
    color: white;
}
.label-gray {
    color: rgb(70, 93, 101);
}
.label-colorgray {
    color: gray;
}
.fontsizesmall-Text {
    font-size: 8px;
}
.DivCenter {
  justify-content: center;
}
.LayoutCenter {
   text-align: center;
   vertical-align: middle; 
   align-content: center;
   align-items: center;
}
.UnderlineDisplay{
    text-decoration : underline !important;
}


.textareaminheight {
    height: calc( 1.5em + 8px + 2px) !important;
}
/*.LoginWindow {
    border-color:black;
    border-width:1px;
    text-align: center;
    vertical-align: middle;
    align-content: center;
    align-items: center;
}*/
.label-ForeColor {
    color: rgb(70, 93, 101);
}
.centerPosition {
    position: absolute;
}
.Padding-right10 {
    padding-right: 10px;
}
.Padding-Left4 {
    padding-left: 4px !important;
}
.Padding-Left15 {
    padding-left:15px;
}
.Padding-Left40 {
    padding-left: 40px !important;
}
.PaddingDefault {
    padding: 0px 5px !important;
}
.MinHeight{
    min-height:120px;
}
.labelHeader {
    background-color: var(--my-color);
    color: white;
    font-weight: bold;
    padding: 5px 10px;
}
.MarginLeftAndRight15{
    margin-left:15%;
    margin-right:15%
}
.MarginLeftAndRight2 {
    margin-left: 2%;
    margin-right: 2%
}
div.col-sm-1 {
    padding: 0px 5px !important;
}

div.col-sm-2 {
    padding: 0px 5px !important;
}
div.col-sm-3 {
    padding: 0px 5px !important;
}
div.col-sm-4 {
    padding: 0px 5px !important;
}
div.col-sm-5 {
    padding: 0px 5px !important;
}
div.col-sm-6 {
    padding: 0px 5px !important;
}
div.col-sm-7 {
    padding: 0px 5px !important;
}
div.col-sm-8 {
    padding: 0px 5px !important;
}
div.col-sm-9 {
    padding: 0px 5px !important;
}
div.col-sm-10 {
    padding: 0px 5px !important;
}
div.col-sm-11 {
    padding: 0px 5px !important;
}
div.col-sm-12 {
    padding: 0px 5px !important;
}
.labelFirstColumnWidthAndPadleft {
    width: 87px !important;
    padding-left: 7px !important;
}
.labelSecondColumnWidthAndPadleft {
    width: 90px !important;
    padding-left: 20px !important;
}
.labelThirdColumnWidthAndPadleft {
    width: 100px !important;
    padding-left: 20px !important;
}

.labelWidthAndPadleft {
    width: 140px !important;
    padding-left: 15px !important;
}

.meduimHeightAndWidth-button {
    width: 100px !important;
    height: 25px !important;
}
.meduim-button {
    width: 20%;
    height: 25px !important;
}
.meduimheight-button {
    height: 25px !important;
}
.Add-button {
    width: 100%;
    height: 20px;
    background-color:orange;
}
.BarButtonColor {
    background-color:white;
    color:white;
}
.LoaderTelerik {
    text-align: center;
    display: block;
}
.highlightCellBackGroud {
    background-color: lightyellow;
}
.right-align {
    text-align: right;
}
.right-aligndecimalinput .k-input {
    text-align: right !important;
}


.center-align {
    text-align: center;
}
.colored-icons {
    color: skyblue;
}
.btn-btnColor {
    color: orangered;
}
.buttonWidthSaveOrCancel {
    width: 100px;
}
.LabelWidth {
    width:70px;
}
.buttonWidth {
    width: 20%;
}
.marginbottom {
    margin-bottom:0.25%;
}
.labelandmarginbottom {
    font-size:11px;
    margin-bottom:0px;
}
.margintopPercent {
    margin-right:6%;
}
.k-grid td.right-align {
    text-align: right;
}
.k-grid td.left-align {
    text-align: left;
}
.k-grid .k-header .center-align {
    text-align: center;
}
#target {
    color: white;
    background-color: rgb(101, 187, 230);
}
.large-icons .k-icon {
    font-size: 2em;
}
.buttonLogout
{
    height:1.3em;
}
.Labelmarign {
    font-weight:bold;
    font-size:11px;
    margin-bottom:0;
}

.large-icons .k-icon-button,
.large-icons .k-button.k-button-icon {
    padding: 4px;
    width: calc( 2em + 8px + 2px);
    height: calc( 2em + 8px + 2px);
    gap: 0;
    background-color: rgb(59,65,72);
    margin-top: 5%;
    margin-bottom: 5%;
}

.large-icons .k-button-icon:hover, .k-button-icon:focus {
    background-color: transparent;
}
.DisplayBlock {
    width: 75% !important;
    vertical-align: middle;
}

.heightfitcontent {
    height: fit-content !important;
}
.ButtonStyle {
    background-color: transparent !important;
    color: #ff6358 !important;
    border-color: #ff6358 !important;
}
.ButtonStyleNoBackground {
    background-color: transparent !important;
    color: gray !important;
}
.Displayborderbottomlightgray {
    border-bottom-color: lightgray !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
}
</style>