﻿#LoadingDIV {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1000;
   background-color: white;
   opacity: .5;
}

.ajax-loader {
   position: absolute;
   left: 40%;
   top: 40%;
   margin-left: -32px; /* -1 * image width / 2 */
   margin-top: -32px; /* -1 * image height / 2 */
   display: block;
}

.ui-grid {
   height: 60vh;
}

.choices {
   border: solid 1px;
}

.choice {
   border-bottom: solid 1px;
   padding: 5px;
   cursor: pointer;
}

.ui-select-match-text {
   white-space: normal !important;
   overflow: hidden;
   text-wrap: nowrap !important;
}

body, label, div {
   font-weight: bold;
   color: #000;
}

span {
   font-weight: bold;
}

@font-face {
   font-family: 'webfontregular';
   src: url('/Content/font/3of9_new-webfont.eot');
   src: url('/Content/font/3of9_new-webfont.eot?#iefix') format('/Content/font/embedded-opentype'), url('/Content/font/3of9_new-webfont.woff') format('woff'), url('/Content/font/3of9_new-webfont.ttf') format('truetype'), url('/Content/font/3of9_new-webfont.svg#webfontregular') format('svg');
   font-weight: normal;
   font-style: normal;
}

@media print {
   body, td, th {
      font-size: 16px !important;
      padding: 3px;
   }

   .ddd td, .ddd th, .ddd div, .ddd span {
      font-size: 12px !important;
      font-family: Arial;
      font-weight: bold !important;
      border-color: #000 !important;
      padding: 5px;
      color: #000 !important;
   }

   @page {
      margin-top: 20px;
      margin-bottom: 20px;
      margin-right: 7px;
      margin-left: 7px;
   }

   .page-content, .portlet-body, .page-content-wrapper, .portlet, .box {
      padding: 0px !important;
      margin: 0px !important;
   }

      .page-content:first-child {
         padding-top: 0px !important;
         margin-top: 0px !important;
      }

   .printRemove, .printHide, .portlet-title {
      display: none;
   }

   .backColor {
      background-color: #cccccc;
   }
}

@page {
   margin-top: 20px;
   margin-bottom: 20px;
   margin-right: 7px;
   margin-left: 7px;
}

.backColor {
   background-color: #cccccc;
}



.backColor {
   background-color: #cccccc;
}