.boxTable{
	position: relative;
	padding-top: 30px;
	display: inline-block;
}
.boxTable.paddingRight{
	padding-right: 50px;
}
.boxTable .row{
    display: table-row;
}
.boxTable .row .divider{
	display: table-cell;
}
.row .divider div{
	width: 5px;
	height: 30px;
}
.box{
	padding: 10px 15px;
	font-size: 10px;
	overflow: visible;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	background-color: #f0f0f0;
    white-space: nowrap;
    min-height: 10px;
}
a.box{
    color: #000;
}
.boxTable .row:nth-child(2n) .box{
	background-color: #f5f5f5;
}

.boxTable .row.columnTitles .box{
	background-color: white;
	vertical-align: bottom;
	padding-top: 10px;
	padding-bottom: 5px;
}
.boxTable .row.columnTitles .box.tiny{
	padding-left: 15px;
	padding-right: 15px;
}

.boxTable .row.columnTitles .box .sortImage{
	width: 100%;
	height: 10px;
	margin-top: 5px;
	display: block;
}
.boxTable .row.columnTitles .box .sortImage img{
	width: 15px;
	height: 10px;
}
.boxTable .row.columnTitles .box .sortImage img.next{
	display: none !important;
	opacity: 0.6;
}
.boxTable .row.columnTitles .box:not(.worklist):hover .sortImage img.next{
	display: inline-block !important;
}
.boxTable .row.columnTitles .box:not(.worklist):hover .sortImage img.current{
	display: none !important;
}

.boxTable .row.columnTitles .box .subSortList{
	max-height: 300px;
	overflow: auto;
}
.boxTable .row.columnTitles .box .subSortList .item{
	white-space: nowrap;
}
.boxTable .row.columnTitles .box .subSortList .item .sortImage{
	display: inline-block;
	padding-left: 10px;
}
.boxTable .row.columnTitles .box .subSortList .item:hover .sortImage img.next{
	display: inline-block !important;
}
.boxTable .row.columnTitles .box .subSortList .item:hover .sortImage img.current{
	display: none !important;
}

.boxTable .row.columnTitles a.box:hover{
	background-color: #f0f0f0;
}
.boxTable .row.columnTitles .box{
	z-index: 0;
}
.boxTable .row.columnTitles .box.subSort{
	position: relative;
	z-index: 1;
}
.boxTable .row.columnTitles .box.subSort:hover{
	cursor: pointer;
	background-color: #f0f0f0;
}
.boxTable .row.columnTitles .box.subSort .subSortList{
	position: absolute;
	top: 100%;
	left: 0px;
	background-color: #fff;
	min-width: 100%;
}
.boxTable .row.columnTitles .box.subSort .subSortList a{
	display: block;
	padding: 3px 10px;
	color: #000;
	font-size: 11px;
}
.boxTable .row.columnTitles .box.subSort .subSortList a:hover{
	background-color: #f5f5f5;
}
.boxTable .row:not(.columnTitles) .box:first-child{
	/*border-left: 1px solid #f3f3f3;*/
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.boxTable .box:last-child{
	/*border-right: 1px solid #f3f3f3;*/
	
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.boxTable .row:not(.columnTitles) .box:not(.editing):not(.disabled):not(.worklist):hover{
	 background-color: #f9f9f9;
	 opacity: 0.8;
	 cursor: pointer;
}
.boxTable .row .box.nohover:hover{
	 opacity: 1;
	 cursor: default;
}
.boxTable .row .rowname{
	display: none;
}

.boxTable .box.vCenter{
	vertical-align: middle;
}
.boxTable .box.center{
	
}
.boxTable .box.tLine{
	/*background-color: #f8f8f8;*/
}

.boxTable .box.divider{
	border-right: 3px solid #e5e5e5;
}

.boxTable .box .labelBox{
	min-width: 90px;
}
.boxTable .box .labelBox .label{
	width: 35px;
	margin-right: 5px;
	text-align: right;
	display: inline-block;
}

.boxTable .box .subBox{
	padding: 1px 4px;
	margin-bottom: 1px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
}
.boxTable .box .subBox:hover{
	 opacity: 0.8;
}
/*
.boxTable .compactRow .box{
	border-radius: 5px;
	display: inline-block;
	height: 12px;
	margin-left: 2.5px;
	background-color: #fff;
}*/

.boxTable .box .beginning, .boxTable .box .end{
	float: left;
}
.boxTable .box.first{
	/*border-right: 3px solid #e0e0e0;*/
}

.boxTable .box.longtext{
	width: 200px;
	min-width: 200px;
	white-space: normal;
}

.boxTable .box.name:not(:first-child){
	max-width: 300px;
	white-space: normal;
}

.boxTable .box.editing{
	background-color: #f9f9f9 !important;
}

.boxTable .box input[type="text"]{
	border: 0px;
	background-color: #f9f9f9;
	padding: 10px 15px;
	font-size: 10px;
	height: 100%;
	position: relative;
	z-index: 7;
}

.hasCustomSelect {
	cursor: pointer;
}
.customSelectInner img{
	 width: 15px;
	 float: right;
}
.box select{
	opacity: 0;
}
.box .customSelectInner img{
	 width: 15px;
	 margin-left: 10px;
	 float: none;
	 margin-top: 3px;
	 margin-right: 10px;
}
.box .customSelectInner span{
	position: relative;
	top: -4px;
	white-space: nowrap;
}	
.box .customSelect{
	
}
.skeletons{
	display: none;
}
.customSelect{
	padding-left: 15px;
}

.stickyHeader{
	position: fixed;
	top: 40px;
	left: 0px;
	z-index: 9;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	padding-top: 5px;
	background-color: #fff;
	display: none;
	min-width: 100%;
	padding-right: 50px;
	white-space: nowrap;
	padding-bottom: 5px;
}
.stickyHeader .row{
	display: block;
	padding: 0px;
	margin: 0px;
	float: left;
	padding-right: 50px;
}
.stickyHeader .row .box{
	display: inline-block;
}
.stickyHeader .row .divider{
	display: inline-block;
}

.stickyColumn{
	position: fixed;
	background-color: #fff;
	display: none;
	padding-left: 15px;
	left: 0px;
	-webkit-box-shadow: 5px 0px 5px -5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 5px 0px 5px -5px rgba(0, 0, 0, 0.4);
	box-shadow: 5px 0px 5px -5px rgba(0, 0, 0, 0.4);
}
.stickyColumn a{
	display: block;
	margin-bottom: 5px;
	position: relative;
}
.stickyColumn a.box{
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.stickyColumn .row:last-child a{ 
	margin-bottom: 0px;
}
.stickyColumn a.box:hover{
	opacity: 1 !important;
}
.stickyColumn .box .verticalCenter{
	height: 12px;
	position: absolute;
	top: calc(50% - 6px);
}

/* box types */

.boxTable .box.dropdown.editing, .boxTable .box.teammember.editing, .boxTable .box.date.editing{
	padding: 0;
}

.boxTable .box.date input{
	width: 40px;
}

.boxTable .box.worklist{
	padding: 0;
	padding-left: 15px;
	padding-right: 10px;
}
.worklist .dot .manual-date{
	position: relative;
	top: -10px;
	left: 10px;
	padding-left: 15px;
	background-color: #fff;
	z-index: 5;
}
.worklist .dot.goaled .manual-date{
	left: 17px;
	top: -9px;
}
.worklist .dot .manual-date input{
	background-color: #fff;
	width: 60px;
	padding: 9px 15px;
	border: none;
}

.worklist.showingDates .dot .manual-date{
	left: 50px;
	top: -21px;
}
.worklist .dot.hb_client_dot{
	border-radius: 2px;
}

.inputBox.worklist .dot .manual-date input{
	font-size: 11px;
}
.standardWrapper:not(.admin) .boxTable .tbody .box.worklist{
	background-color: #fff !important;
}
.boxTable .tbody .box.worklist .sortDateValue{
	padding-right: 5px;
	position: relative;
	top: 2px;
	min-width: 45px;
	display: inline-block;
}
.tbody .box.worklist .dot, .inputBox.worklist .dot{
	position: relative;
}
.tbody .box.worklist .dot:hover, .inputBox.worklist .dot:hover{
	opacity: 1;
	cursor: pointer;
}
.tbody .box.worklist .dot:hover .co, .inputBox.worklist .dot:hover .co{
	display: block;
	z-index: 10;
}
.worklist .dot .ddate{
	display: none;
}
.worklist.showingDates .dot{
	width: 40px !important;
}
.worklist.showingDates .dot.goaled{
	padding: 1px 6px !important;
	height: 12px !important;
}
.worklist.showingDates .dot:not(.goaled):not(.set){
	padding: 2px 7px;
}
.worklist.showingDates .dot .ddate{
	display: inline-block;
}
.tbody .box.worklist .dot{
	width: 2px;
	vertical-align: middle;
	position: relative;
}
.worklist .dateToggle{
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #eee;
	display: none;
	cursor: pointer;
	border-bottom-right-radius: 5px;
}
.worklist .dateToggle img{
	width: 10px;
	position: relative;
	top: calc(50% - 5px);
}
.tbody .box.worklist:hover .dateToggle{
	display: block;
}
.worklist .dateToggle:hover{
	opacity: 0.7;
}
.inputBox.worklist .dot{
	width: 2px;
}
.tbody .box.worklist .dot, .inputBox.worklist .dot{
	height: 12px;
	text-align: center;
	padding: 2px 7px;
	background-color: transparent;
	vertical-align: middle;
}
.tbody .box.worklist .dot.goaled, .inputBox.worklist .dot.goaled{
	border-width: 2px !important;
	height: 14px;
	width: 14px;
	padding: 0px;
	background-color: #fff !important;
}
.worklist .dot:not(.set) .co{
	top: -30px;
}
.worklist .dot.set .co{
	top: -28px;
}
.worklist .dot.goaled .co{
	top: -29px;
}
.tbody .worklist .dot:not(.set):not(.goaled):hover, .inputBox.worklist .dot:not(.set):not(.goaled):hover{
	border-width: 3px !important;
	padding: 0px 5px;
}

.boxTable .box.toggle{
	text-align: center;
	padding: 0px 10px;
}
.boxTable .box.number{
	text-align: right;
}

.searcher{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 8;
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
	min-width: 100px;
	color: #000;
}
.searcher .items{
	z-index: 0;
	max-height: 200px;
	overflow-y: auto;
	width: 100%;
	position: relative;
	overflow-x: hidden;
}
.searcher .input{
	display: block;
	background-color: #f9f9f9;
	padding: 10px 15px;
	min-height: 13px;
}
.searcher .item.active{
	background-color: #ddd !important;
}
.searcher .item.active[color!=""]{
	padding-left: 11px;
	border-left: 4px solid #ccc;
}
.searcher .item{
	padding: 8px 15px;
	min-width: 105px;
	min-height: 12px;
	width: calc(100% - 30px);
	background-color: #fff;
}
.searcher .item:hover{
	background-color: #f0f0f0;
}

.colorpickerWrapper{
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 5px;
	padding-bottom: 3px;
	z-index: 7;
	background-color: #fff;
}
.colorpickerWrapper .dot{
	width: 10px;
	height: 10px;
	padding: 5px;
	margin-right: 8px;
	margin-bottom: 3px;
	border-radius: 20px;
	border: 2px solid #fff;
}
.colorpickerWrapper .dot.active{
	border: 2px solid #666;
}
.colorpickerWrapper .dot.none{
	overflow: hidden;
	text-align: center;
	background-color: #f0f0f0;
}
.colorpickerWrapper .dot.none span{
	position: relative;
	top: -2px;
	font-weight: bold;
	opacity: 0.5;
	color: #000;
}

.box.worklist, .box.clicker, .box.toggle, .inputBox.worklist, .inputBox.clicker, .inputBox.toggle{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.box.w20, .inputBox.w20{
	background-color: #e5e5e5 !important;
}
.box.w40, .inputBox.w40{
	background-color: #ddd !important;
}
.box.w60, .inputBox.w60{
	background-color: #d5d5d5 !important;
}
.box.w80, .inputBox.w80{
	background-color: #ccc !important;
}
.box.w100, .inputBox.w100{
	background-color: #bbb !important;
}