﻿ .loopContainer
        {
          width:140px;         
          margin-right:1px;
          display: inline-block;
          border: 1px solid rgba(0,0,0,0.0);  
        }
        
        .loopContainer:hover, .loopContainer:focus, .loopContainer.active
        {
           background-color: rgba(255,255,255,0.8);   
           border: 1px solid rgba(0,0,0,0.8);  
        }
        
        .loopBody
        {
          background-color: rgba(255,255,255,0.2);         
          margin-left:4px;         
          width:135px;
          
        }
        
        .pagingButton
        {
          /*display:inline;*/
          display:inline-block;
        }
        .pagingFont
        {
          
          font: normal 12px/16px "Segoe UI",Arial,Helvetica,sans-serif;
        }
        .rotated
        {
          display:block;
          position:relative;
         -webkit-transform: rotate(-90deg);
         -moz-transform: rotate(-90deg);
         -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
        }
        
        .detail_tr, .detail_tr3, .detail_tr9
        {
          padding-top: 5px;
        }
        
        .detail_tr td:nth-child(odd)
        {
          min-width:80px;
          color:rgba(0,0,0,0.6);
        }
        .detail_tr td:nth-child(even)
        {
          min-width:120px;
        }
        .detail_tr tr:nth-child(even)
        {
        /*background-color:rgba(255,100,100,0.2);*/
        }
        .tableTitle
        {
          color:Blue;
          top: 2px;
          position: relative;
        }
        .detail_tr3 td:nth-child(odd)
        {
          min-width:80px;
          color:rgba(0,0,0,0.6);
        }
        .detail_tr9 td:nth-child(2), .detail_tr9 td:nth-child(5)
        {
          min-width:80px;
          color:rgba(0,0,0,0.6);
        }        
        .detail_tr9 td:nth-child(3),  .detail_tr9 td:nth-child(6)
        {
          min-width:120px;          
        }
        .detail_tr9 tr:nth-child(even)
        {
        background-color:rgba(220,220,220,0.2);
        }
        
        .detail_tr3 td:nth-child(even)
        {
          min-width:40px;
        }
        .detail_tr3 tr:nth-child(even)
        {
         /*background-color:rgba(255,100,100,0.2);*/
        }
        .verticalLine {
           border-top: 1px solid rgb(0, 0, 0);
           margin-top: 8px;
        }
        
        .floatingBox {
            float: left;
            margin: 3px;            
        }
        
        .filteredStatus 
        {
            border: 1px solid red;
            border-radius: 5px;
            padding: 1px;
            margin-top: 0px;
        } 
        
        .RadForm_Black.rfdLabel label {
           color: #222;
        }
        
        .RadForm_Office2010Black.rfdLabel label {
           color: #222;
        }
 
.scrollingtable {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	width: 860px;
	height: 328px;
	line-height: 20px;	
	text-align: left;
}
.scrollingtable * {box-sizing: border-box;}
.scrollingtable > div {
	position: relative;	
	height: 100%;
	padding-top: 20px; /*this determines column header height*/
}
.scrollingtable > div:before {
	top: 0;	
}
.scrollingtable > div:before,
.scrollingtable > div > div:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 50%;
	left: 0;
}
.scrollingtable > div > div {	
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;	
}
.scrollingtable > div > div:after {background: white;} /*match page background color*/
.scrollingtable > div > div > table {
	width: 100%;
	border-spacing: 0;
	margin-top: -25px; 
}
.scrollingtable > div > div > table > caption {
	position: absolute;
	top: -20px; /*inverse of caption height*/
	margin-top: -1px; /*inverse of border-width*/
	width: 100%;
	font-weight: bold;
	text-align: center;
}
.scrollingtable > div > div > table > * > tr > * {padding: 0;}
.scrollingtable > div > div > table > thead {
	vertical-align: bottom;
	white-space: nowrap;
	text-align: center;
}
.scrollingtable > div > div > table > thead > tr > * > div {
	display: inline-block;
	padding: 0 6px 0 6px; /*header cell padding*/
}
.scrollingtable > div > div > table > thead > tr > :first-child:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 20px; /*match column header height*/	
}
.scrollingtable > div > div > table > thead > tr > * > div[label]:before,
.scrollingtable > div > div > table > thead > tr > * > div > div:first-child,
.scrollingtable > div > div > table > thead > tr > * + :before {
	position: absolute;
	top: 0;
	white-space: pre-wrap;	
}
.scrollingtable > div > div > table > thead > tr > * > div[label]:before,
.scrollingtable > div > div > table > thead > tr > * > div[label]:after {content: attr(label);}
.scrollingtable > div > div > table > thead > tr > * + :before {
	content: "";
	display: block;
	min-height: 20px; /*match column header height*/
	padding-top: 1px;	
}
.scrollingtable .scrollbarhead {float: right;}
.scrollingtable .scrollbarhead:before {
	position: absolute;
	width: 100px;
	top: -1px; /*inverse border-width*/
	background: white; 
}
.scrollingtable > div > div > table > tbody > tr:after {
	content: "";
	display: table-cell;
	position: relative;
	padding: 0;	
	top: -1px; /*inverse of border width*/
}
.scrollingtable > div > div > table > tbody {vertical-align: top;}
.scrollingtable > div > div > table > tbody > tr {background: white;}
.scrollingtable > div > div > table > tbody > tr > * {	
	padding: 0 6px 0 6px;
	height: 20px; /*match column header height*/
}
.scrollingtable > div > div > table > tbody:last-of-type > tr:last-child > * {border-bottom: none;}
.scrollingtable > div > div > table > tbody > tr:nth-child(even) {background: gainsboro;} /*alternate row color*/

@media only screen and (max-width: 1100px)
{
  .kanbansStatesWrapperWidth
  {
    height:25px; 
    overflow-y:auto
  }
}

@media  only screen and (min-width: 1100px)
{
  .kanbansStatesWrapperWidth
  {
    overflow-y:hidden;
    height:25px; 
  }
}