﻿.grid {
    width: auto;
    height: 600px;
}
.grid_modal {
    width: auto;
    height: 400px;
}
.grid_informe {
    width: auto;
    height: 800px;
}
.red {
    background-color: red !important;
}

.coral {
    background-color: coral !important;
}

.blue {
    background-color: blue !important;
    color: white;
}

.yellow {
    background-color: yellow !important;
}

.lightgreen {
    background-color: lightgreen !important;
}


.orange {
    background-color: orange !important;
}

.lightyellow {
    background-color: lightyellow !important;
}


.steelblue {
    background-color: steelblue !important;
}


.lightsteelblue {
    background-color: lightsteelblue !important;
}


.sandybrown {
    background-color: sandybrown !important;
}

.orangered {
    background-color: orangered !important;
}

.ui-grid-cell-contents-break {
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
    word-break: break-all;
}