﻿.validation-summary-errors
{
    border: 1px solid #FF0000;
    color: red;
}
.logoback
{
    /*background:url("../../../Images/logotop.jpg");*/
    background-size:contain;
    background-repeat:no-repeat;
    background-color:white !important;
}

.contentbackground
{
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.CellsEllipsis
{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}



.col-border {
  padding: 0;
  margin: 0;
  border:1px solid #9F9F9F;
}

.col-borderlabel
{
    background-color: #DCDCDC;
}

.col-borderdarklabel
{
    background-color: #D9D9D9;
}

.compulsory
{
    background-color: #FFFFCC;
}

.dtpcompulsory
{
    background-color: #FFFFCC;
}

.dtpcompulsory table td input
{
    background-color: #FFFFCC;
}


.hidedatecustom .dxMonthGridWithWeekNumbers
{
display: none;
}

.customDateEdit 
{
font-size:14px;
}


/*.next .row [class*="col-"]:last-child  {
  border-left:0;
  border-right:0;
  border-bottom:0;
  height:100%;
}*/

/*.next .row [class*="col-md"]:first-child  {
  border:none;
}*/

/*@media(min-width:992px){
    .next .row [class*="col-"]:first-child  {
      border-bottom:1px solid #ccc;
      border-right:none;
    }
}*/