﻿.dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}
.green{
    background-color:green;
}
.red{
    background-color:red;
}
.yellow{
    background-color:red;
}

.k-grid .k-grid-header .k-header .k-link {
    height: auto;
    text-align: center;
    font-weight: bold;
}
    
.k-grid .k-grid-header .k-header {
    white-space: normal;
}


.color {
    background-color: lavender;
}

.vigente {
    color: crimson;
}

.k-widget.k-tooltip-validation {
    background-color: #fbeed5;
    width: 100px !important;
}
.styleColumnAdjudicado{ 
    text-align: center;
    font-weight: bold;
    background-color:lavender;
}

.styleColumnPagado {
    text-align: center;
    font-weight: bold;
    background-color: lightyellow;
}

.styleHeaderColumnAdjudicado {
    text-align: center;
    font-weight: bold;
    background-color: lavender;
    height: 50px;
    white-space: initial;
    text-overflow: clip;
    padding: 0;
    vertical-align: baseline;
    word-wrap: normal;
}
.styleHeaderColumnPagado {
    text-align: center;
    font-weight: bold;
    background-color: lightyellow;
    height: 50px;
    white-space: initial;
    text-overflow: clip;
    padding: 0;
    vertical-align: baseline;
    word-wrap: normal;
}

.styleImportesAdjudicado {
    text-align: right;
    background-color: lavender;
}
.styleImportesTotalAdjudicado {
    text-align: right;
    font-weight: bold;
    background-color: lavender;
}

.styleImportesPagado {
    text-align: right;
    background-color: lightyellow;
}
.styleImportesTotalPagado {
    text-align: right;
    font-weight: bold;
    background-color: lightyellow;
}

.styleImportes {
    text-align: right !important;
}

.comando{
    min-width:5px !important; 
    padding: 2px 0px 2px 4px; 
}