﻿.grid .ui-grid-row .orange {
  background-color:  orange;
   color:black;
}

.orqange .ui-grid-cell-contents
{
  background-color:orange;
  color:black;
}

.grid .ui-grid-row .red {
  background-color:  #ff9494;
   color:white;
}

.grid .ui-grid-row .blue {
  background-color:  #5e738b;
   color:white;
}

.grid .ui-grid-row .frozenangel {
  background-color:  lightgray;
   color:black;
}


.grid .ui-grid-row .white {
  background-color:  white;
  color:black;
}


.grid .ui-grid-row .green {
  background-color:   greenyellow;
   
}

body {
  font-family: Verdana;
}

.grid {
  width: 100%;
  height: 100%;
}

.gridsicil {
  width: 100%;
  height: 80%;
}

.selected{
    background-color:#f2784b;
}

.selectedmesai{
    background-color:#f2784b;
}

.selectedgreen{
    background-color:#5e738b;
}

.selectedred{
    background-color:#f2784b;
}

.selectedredx {
    background-color: #F62D2D;
    color: white;
    text-decoration: none;
}

.selectedbluex {
    background-color: #1124D0;
    color: white;
    text-decoration: none;
}


.selectedmesaifont{
    color:white;
    text-decoration: none; 
    background-color: none;
}

.selectedcihaz{
    background-color:#f2784b;
}

.deleted{
    background-color:#f7a8a8;
}

.frozenn{
    background-color:lightgray;
}