﻿body {
}

.gridcell-align-center {
    text-align: center;
}
.gridcell-align-left {
    text-align: left;
}
.gridcell-align-right {
    text-align: right;
}

button.k-button-icon {
    width: auto !important;
    height: auto !important;
    padding: calc(5px) !important;

}
.width-100per{
    width: 100%;
}

/* Kendo Strip - Bootstrap bug col */
.boxFix *,
.boxFix *::before,
.boxFix *::after {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}


  .k-checkbox-label::before{
      border-color: black;
  }

  .k-checkbox:checked+.k-checkbox-label:before{
      border-color: black;
  }


  /**/
  /*.modal { overflow: auto !important; }*/

  .grid-agree-color {
      background: green;
  }

  .grid-disagree-color {
      background: red;
  }

    .fade.in {
        opacity:1 !important
    }