html {
	overflow-y: scroll;
}
body, html {
	height: 100%;
}

#main-menu {
	z-index: 10000;
}

i.pdf-icon {
	color: red !important;
}

.grid-view table td {
	vertical-align: middle !important;
}

#messages-icon {
	position: relative;
	padding: 14px 15px;
	border: none;
}

#messages-icon a {
	padding: 0px;
	border: none;
}

#messages-icon .fa {
	position: relative;
	font-size: 1.5em;
	color: #ccc;
	margin: 0px !important;
}

#messages-icon a:hover {
	opacity: 0.9;
}

#messages-icon.new-messages .fa {
	color: #FF9900;
	z-index: 2;
}

#messages-icon.new-messages span {
	position: absolute;
	display: inline-block;
	background: red;
	color: #fff;
	padding: 0px 6px;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 10px;
	top: -5px;
	right: -15px;
	z-index: 1;
	border-radius: 4px;
}

.table i.status-icon {
	font-size: 1.5em;
}
.table i.status-icon.status-0 {
	color: #E85959;
}
.table i.status-icon.status-1 {
	color: #719D01;
}

.gird-search {
	background: #FBFBFB;
	padding: 5px 15px;
	margin: 0px 0px 15px 0px;
}

.gird-search .buttons {
	padding-top: 27px;
}

.grid-view td.datefilter {
	width: 240px;
}

.grid-view td.datefilter .fa {
	background: #eee;
	border: solid 1px #ccc;
	border-right: none;
	color: #888;
	height: 34px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	vertical-align: middle;
}

.grid-view td.datefilter .form-control {
	max-width: 190px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	appearance: menulist;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	-ms-appearance: menulist;
	font-size: 12px;
}

.grid-view td.datefilter .date-container .range-value {
	display: block;
	line-height: 1.2em;
	position: relative;
	top: -3px;
	font-family: verdana;
	font-size: 11px;
}

.grid-view em.extra {
	display: block;
	font-size: 0.85em;
	margin: 2px 0px 0px 2px;
	color: #bbb;
}

.actions .fa {
	cursor: pointer;
	margin: 0px 3px;
	padding: 3px 5px;
	text-align: center;
	border-radius: 5px 0px 5px 0px;
}

.actions .fa.add {
	color: #fff;
	background: #5BA14C;
}

.actions .fa.remove {
	color: #fff;
	background: red;
}

.actions .fa.open {
	color: #fff;
	background: #339966;
}

.actions .fa:hover {
	color: #fff;
	background: #000;
}



/*
MESSAGE/INDEX
*/

.message-index .new-message {
	color: red;
	text-transform: lowercase;
}

/*
MESSAGE/VIEW
*/

.message-view .message-content {
	background: #FBFBFB;
	margin-bottom: 20px;
	padding: 20px;
}


/*
MESSAGE/UPDATE
*/
#message-users {
	-webkit-column-count: 2; 
	-moz-column-count: 2; 
	column-count: 2;
}

#message-users label {
	font-weight: normal;
}

#message-users label:hover {
	color: #000;
	cursor: pointer;
}

#message-users label input {
	margin-right: 4px;
}


/*
COMMENTS general
*/

.comments .comment {
	background: #FBFBFB;
	padding: 15px;
	border-top: solid 1px #ccc;
}

.comments .comment:first-child {
	border: none;
}

.comments .comment .delete {
	color: red;
	margin-left: 4px;
	cursor: pointer;
}

.comments .comment .delete:hover {
	color: #333;
}

.comments .add-comment {
	margin: 20px 0px;
}

.comments .add-comment textarea {
	height: 200px;
}


/*
SITE/INDEX
*/

.site-index .body-content {
	margin: 0px 0px;
}

.site-index .body-content a {
	display: block;
	background: #eee;
	border: solid 1px #e0e0e0;
	color: #666;	
	padding: 30px;
	text-decoration: none;
	font-size: 2em;
	border-radius: 5px;
	cursor: pointer;
	margin: 20px 10px;
}

.site-index .body-content a:hover {
	
	color: #2EAEFC;
}

.site-index .body-content a:hover .fa
{
	color: #666;
}

.site-index .body-content a .fa {
	display: block;
	font-size: 6em;
	color: #2EAEFC;
	margin-bottom: 15px;
}


.site-index .body-content .small-icons a {
	font-size: 1.6em;
	margin-top: 15px;
	padding: 40px 20px;
}

.site-index .body-content .small-icons a .fa {
	font-size: 4em;
}

/*
OBJECT/INDEX
*/




/*
WORK/INDEX
*/




/*
WORK/VIEW
*/
.work-view table.work-data-list {
	
}
.work-view table.work-data-list tr:first-child td {
	border-top: none;
}


/**
WORK/CREATE
WORK/UPDATE
*/

.work-form .input-icon > i.fa-calendar {
	top: 275px;
}

.work-form #work-date {
	visibility: hidden;
	position: absolute;
}

.work-form .datepicker-inline {
	width: 100%;
	background: #fefefe;
}
.work-form .datepicker-inline table {
	width: 100%;
}

.work-form .datepicker-inline {
	font-size: 1em;
}

.work-form .datepicker-inline .new.day,
.work-form .datepicker-inline .old.day {
	color: #ddd;
}
.work-form #user-works .work .row,
.work-form #user-works .works-total,
.work-form #user-trips .trip .row,
.work-form #user-trips .trips-total {
	margin: 0px;
}

.work-form #user-works .work .row > div,
.work-form #user-works .works-total > div,
.work-form #user-trips .trip .row > div,
.work-form #user-trips .trips-total > div {
	padding: 0px 0px 1px 0px;
}

.work-form #user-works .work .row > div,
.work-form #user-trips .trip .row > div {
	line-height: 34px;
}

.work-form #user-works .actions,
.work-form #user-trips .actions {
	padding-left: 3px !important;
}

.work-form #user-works .work-num,
.work-form #user-trips .trip-num {
	display: block;
	background: #ddd;
	text-align: center;	
}

.work-form #user-works .form-control,
.work-form #user-trips .form-control {
	border-top-width: 0px;
	border-left: none;
}

.work-form #user-works .work[data-work-num="1"] .form-control,
.work-form #user-trips .trip[data-trip-num="1"] .form-control {
	border-top-width: 1px;
}

.work-form #user-works .work .add,
.work-form #user-trips .trip .add {
	display: none;
}

.work-form #user-works .work[data-work-num="1"] .remove,
.work-form #user-trips .trip[data-trip-num="1"] .remove {
	display: none;
}  
.work-form #user-works .work[data-work-num="1"] .add,
.work-form #user-trips .trip[data-trip-num="1"] .add {
	display: inline-block;
}

.work-form .header {
	background: #ddd;
	height: 35px;
	line-height: 35px;
}

.work-form .works-total .form-group,
.work-form .trips-total .form-group {
	margin: 0px;
}

.work-form .works-total .input-icon .fa {
	
}

/*
WORKSHEET/CREATE
WORKSEET/UPDATE
*/

.workers-select table {
	margin: 10px 0px;
	border-color: #ddd;
}

.workers-select table td {
	padding: 5px 10px;
}

.worksheet-form #worksheet-description {
	margin-bottom: 20px;
	border: solid 1px #777;
}

.worksheet-form #worksheet-description label {
	margin: 0px;
	padding: 0px;
	display: block;
}

.worksheet-form #worksheet-description label span {
	padding: 5px 10px;
	display: block;
}

.worksheet-form #worksheet-description input {
	border-top: solid 1px #B8D5E2;
	font-weight: normal;
	padding-left: 10px;
}

.worksheet-form table td {
	padding: 5px;
}
.worksheet-form table td.input-cell {
	padding: 0px;
}

.worksheet-form .work-num-cell {
	text-align: center;
}

.worksheet-form label.ckbox {
	display: block;
	clear: both;
	padding: 5px;
	margin: 2px 0px;
	background: #eee;
	cursor: pointer;
}

.worksheet-form label.ckbox:hover {
	background: #DBF5FF;
}

.worksheet-form label.ckbox label {
	margin: 0px !important;
}
.worksheet-form label.ckbox label:before,
.worksheet-form label.ckbox label:after {
	top: 6px !important;
	left: 6px !important;
}

.worksheet-form .worker {
	height: 140px;
	white-space: nowrap;
}

.worksheet-form .rotated {
	transform: translate(5px, 45px) rotate(-90deg);
	width: 30px;
}

.worksheet-form input {
	border: none;
	padding: 5px 5px;
}




.worksheet-form .header {
	background: #E5F7FF;
}

.worksheet-form .input-cell input {
	width: 100%;
}

.worksheet-form .hours {
	width: 40px;
	text-align: center;
}

.worksheet-form .hours2 {
	width: 100px;
	text-align: center;
}

.worksheet-form .hours input,
.worksheet-form .hours2 input {
	text-align: center;
}

.worksheet-form .hour-share input.error {
	outline: solid 1px red;
}

.worksheet-form .total-hours,
.worksheet-form .totals {
	background: #E5F7FF;
	font-weight: bold;
}

.worksheet-form .header2 {
	background: #4E6271;
	color: #fff;
}

.worksheet-form .actions {
	text-align: center;
}

.worksheet-form .actions a {
	text-decoration: none;
}

.worksheet-form .actions a.add-work {
	display: none;
}

.worksheet-form .sheet-info {
	margin-bottom: 10px;
}

.worksheet-form .sheet-info span {
	display: block;
}

.worksheet-form .sheet-info b {
	font-size: 1.3em;
}

.worksheet-form tbody[data-date] tr.work[data-work-num="1"] a.remove-work {
	display: none !important;
}
.worksheet-form tbody[data-date] tr.work[data-work-num="1"] a.add-work {
	display: block !important;
}





/*
REPORT/CREATE
REPORT/UPDATE
*/

.workers-select table {
	margin: 10px 0px;
	border-color: #ddd;
}

.workers-select table td {
	padding: 5px 10px;
}

.report-form #report-description {
	margin-bottom: 20px;
	border: solid 1px #777;
}

.report-form #report-description label {
	margin: 0px;
	padding: 0px;
	display: block;
}

.report-form #report-description label span {
	padding: 5px 10px;
	display: block;
}

.report-form #report-description input {
	border-top: solid 1px #B8D5E2;
	font-weight: normal;
	padding-left: 10px;
}

.report-form table td {
	padding: 5px;
}
.report-form table td.input-cell {
	padding: 0px;
}

.report-form .work-num-cell {
	text-align: center;
}

.report-form label.ckbox {
	display: block;
	clear: both;
	padding: 5px;
	margin: 2px 0px;
	background: #eee;
	cursor: pointer;
}

.report-form label.ckbox:hover {
	background: #DBF5FF;
}

.report-form label.ckbox label {
	margin: 0px !important;
}
.report-form label.ckbox label:before,
.report-form label.ckbox label:after {
	top: 6px !important;
	left: 6px !important;
}

.report-form .worker {
	height: 140px;
	white-space: nowrap;
}

.report-form .rotated {
	transform: translate(5px, 45px) rotate(-90deg);
	width: 30px;
}

.report-form input {
	border: none;
	padding: 5px 5px;
}




.report-form .header {
	background: #E5F7FF;
	font-weight: bold;
}

.report-form .input-cell input {
	width: 100%;
}

.report-form .hours {
	width: 40px;
	text-align: center;
}

.report-form .hours2 {
	width: 100px;
	text-align: center;
}

.report-form .hours3 {
	width: 140px;
	text-align: center;
}

.report-form .hours input,
.report-form .hours2 input,
.report-form .hours3 input {
	text-align: center;
}

.report-form .hour-share input.error {
	outline: solid 1px red;
}

.report-form .total-hours,
.report-form .totals {
	background: #E5F7FF;
	font-weight: bold;
}

.report-form table.info {
	width: 400px;
}

.report-form table.info td {
	border: solid 1px #888;
	font-size: 12px;
	text-align: left;
}

.report-form table.info tr td:nth-child(1) {
	font-weight: bold;
}

.report-form .header2 {
	background: #4E6271;
	color: #fff;
}

.report-form .actions {
	text-align: center;
}

.report-form .actions a {
	text-decoration: none;
}

.report-form .actions a.add-work {
	display: none;
}

.report-form .sheet-info {
	margin-bottom: 10px;
}

.report-form .sheet-info span {
	display: block;
}

.report-form .sheet-info b {
	font-size: 1.3em;
}

.report-form .actions .fa {
	cursor: pointer;
	margin: 0px 3px;
	padding: 3px 5px;
	text-align: center;
	border-radius: 5px 0px 5px 0px;
}

.report-form .fa.add {
	color: #fff;
	background: #5BA14C;
}

.report-form .fa.remove {
	color: #fff;
	background: red;
}

.report-form tr.work[data-work-num="1"] a.remove-work {
	display: none !important;
}
.report-form tr.work[data-work-num="1"] a.add-work {
	display: block !important;
}

.report-form .actions .fa:hover {
	color: #fff;
	background: #000;
}



/*
INVOICE/CREATE
INVOICE/UPDATE
*/

.invoice-form #invoice-description {
	margin-bottom: 20px;
	border: solid 1px #777;
}

.invoice-form #invoice-description label {
	margin: 0px;
	padding: 0px;
	display: block;
}

.invoice-form #invoice-description label span {
	padding: 5px 10px;
	display: block;
}

.invoice-form #invoice-description input {
	border-top: solid 1px #B8D5E2;
	font-weight: normal;
	padding-left: 10px;
}

.invoice-form table td {
	padding: 5px;
}
.invoice-form table td.input-cell {
	padding: 0px;
}

.invoice-form .work-num-cell {
	text-align: center;
}

.invoice-form label.ckbox {
	display: block;
	clear: both;
	padding: 5px;
	margin: 2px 0px;
	background: #eee;
	cursor: pointer;
}

.invoice-form label.ckbox:hover {
	background: #DBF5FF;
}

.invoice-form label.ckbox label {
	margin: 0px !important;
}
.invoice-form label.ckbox label:before,
.invoice-form label.ckbox label:after {
	top: 6px !important;
	left: 6px !important;
}

.invoice-form .worker {
	height: 140px;
	white-space: nowrap;
}

.invoice-form .rotated {
	transform: translate(5px, 45px) rotate(-90deg);
	width: 30px;
}

.invoice-form table input {
	border: none;
	padding: 5px 5px;
}

#invoice-description input {
	border: none;
}



.invoice-form .header {
	background: #E5F7FF;
	font-weight: bold;
}

.invoice-form .input-cell input {
	width: 100%;
}

.invoice-form .hours {
	width: 40px;
	text-align: center;
}

.invoice-form .hours2 {
	width: 100px;
	text-align: center;
}

.invoice-form .hours3 {
	width: 140px;
	text-align: center;
}

.invoice-form .hours input,
.invoice-form .hours2 input,
.invoice-form .hours3 input {
	text-align: center;
}

.invoice-form .hour-share input.error {
	outline: solid 1px red;
}

.invoice-form .total-hours,
.invoice-form .totals {
	background: #E5F7FF;
	font-weight: bold;
}

.invoice-form table.info {
	width: 400px;
}

.invoice-form table.info td {
	border: solid 1px #888;
	font-size: 12px;
	text-align: left;
}

.invoice-form table.info tr td:nth-child(1) {
	font-weight: bold;
}

.invoice-form .header2 {
	background: #4E6271;
	color: #fff;
}

.invoice-form .actions {
	text-align: center;
}

.invoice-form .actions a {
	text-decoration: none;
}

.invoice-form .actions a.add-work {
	display: none;
}

.invoice-form .sheet-info {
	margin-bottom: 10px;
}

.invoice-form .sheet-info b {
	font-size: 1.3em;
}

.invoice-form .input-cols {
	background: #eee;
	padding-top: 5px;
	padding-bottom: 10px;
}

.invoice-form .control-label {
	font-weight: bold !important;
}

.invoice-form .actions .fa {
	cursor: pointer;
	margin: 0px 3px;
	padding: 3px 5px;
	text-align: center;
	border-radius: 5px 0px 5px 0px;
}

.invoice-form .fa.add {
	color: #fff;
	background: #5BA14C;
}

.invoice-form .fa.remove {
	color: #fff;
	background: red;
}

.invoice-form tr.work[data-work-num="1"] a.remove-work {
	display: none !important;
}
.invoice-form tr.work[data-work-num="1"] a.add-work {
	display: block !important;
}

.invoice-form .actions .fa:hover {
	color: #fff;
	background: #000;
}


/*
OFFER/CREATE
OFFER/UPDATE
*/

.offer-form #offer-description {
	margin-bottom: 20px;
	border: solid 1px #777;
}

.offer-form #offer-description label {
	margin: 0px;
	padding: 0px;
	display: block;
}

.offer-form #offer-description label span {
	padding: 5px 10px;
	display: block;
}

.offer-form #offer-description input {
	border-top: solid 1px #B8D5E2;
	font-weight: normal;
	padding-left: 10px;
}


.offer-form #offer-conditions {
	margin-bottom: 20px;
	border: solid 1px #777;
}

.offer-form #offer-conditions label {
	margin: 0px;
	padding: 0px;
	display: block;
}

.offer-form #offer-conditions label span {
	padding: 5px 10px;
	display: block;
}

.offer-form #offer-conditions textarea {
	border: none;
	border-top: solid 1px #B8D5E2;
	font-weight: normal;
	padding-left: 10px;
}


.offer-form table td {
	padding: 5px;
}
.offer-form table td.input-cell {
	padding: 0px;
}

.offer-form .work-num-cell {
	text-align: center;
}

.offer-form label.ckbox {
	display: block;
	clear: both;
	padding: 5px;
	margin: 2px 0px;
	background: #eee;
	cursor: pointer;
}

.offer-form label.ckbox:hover {
	background: #DBF5FF;
}

.offer-form label.ckbox label {
	margin: 0px !important;
}
.offer-form label.ckbox label:before,
.offer-form label.ckbox label:after {
	top: 6px !important;
	left: 6px !important;
}

.offer-form .worker {
	height: 140px;
	white-space: nowrap;
}

.offer-form .rotated {
	transform: translate(5px, 45px) rotate(-90deg);
	width: 30px;
}

.offer-form table input {
	border: none;
	padding: 5px 5px;
}

#offer-description input {
	border: none;
}



.offer-form .header {
	background: #E5F7FF;
	font-weight: bold;
}

.offer-form .input-cell input {
	width: 100%;
}

.offer-form .hours {
	width: 40px;
	text-align: center;
}

.offer-form .hours2 {
	width: 100px;
	text-align: center;
}

.offer-form .hours3 {
	width: 140px;
	text-align: center;
}

.offer-form .hours input,
.offer-form .hours2 input,
.offer-form .hours3 input {
	text-align: center;
}

.offer-form .hour-share input.error {
	outline: solid 1px red;
}

.offer-form .total-hours,
.offer-form .totals {
	background: #E5F7FF;
	font-weight: bold;
}

.offer-form table.info {
	width: 400px;
}

.offer-form table.info td {
	border: solid 1px #888;
	font-size: 12px;
	text-align: left;
}

.offer-form table.info tr td:nth-child(1) {
	font-weight: bold;
}

.offer-form .header2 {
	background: #4E6271;
	color: #fff;
}

.offer-form .actions {
	text-align: center;
}

.offer-form .actions a {
	text-decoration: none;
}

.offer-form .actions a.add-work {
	display: none;
}

.offer-form .sheet-info {
	margin-bottom: 10px;
}

.offer-form .sheet-info b {
	font-size: 1.3em;
}

.offer-form .input-cols {
	background: #eee;
	padding-top: 5px;
	padding-bottom: 10px;
}

.offer-form .control-label {
	font-weight: bold !important;
}

.offer-form .actions .fa {
	cursor: pointer;
	margin: 0px 3px;
	padding: 3px 5px;
	text-align: center;
	border-radius: 5px 0px 5px 0px;
}

.offer-form .fa.add {
	color: #fff;
	background: #5BA14C;
}

.offer-form .fa.remove {
	color: #fff;
	background: red;
}

.offer-form tr.work[data-work-num="1"] a.remove-work {
	display: none !important;
}
.offer-form tr.work[data-work-num="1"] a.add-work {
	display: block !important;
}

.offer-form .actions .fa:hover {
	color: #fff;
	background: #000;
}

.sheet-info table {
	border-left: none;
}

.sheet-info table tr td:first-child {
	border-left: solid 1px;
}


.offer-form .group-actions {
	border: none !important;
	padding-bottom: 20px;
	font-size: 12px;
}

.offer-form .group-actions a {
	display: inline-block;
	margin-right: 10px;
}

.offer-form .group-actions a.add-group {
	color: green;
}

.offer-form .group-actions a.remove-group {
	color: red;
}

.offer-form tbody.work-group[data-group-num="1"] a.remove-group {
	display: none !important;
}

.user-active {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #444;
	margin-right: 4px;
	position: relative;
	top: 2px;
}

.user-active-1 {
	background: #9ED76F;
}
.user-active-0 {
	background: #F27575;
}


.tree-view {
	position: relative;
}

.tree-view tr[data-level="1"] td {
	font-weight: bold !important;
}



.tree-view .table .actions a {
	padding: 1px;
	font-size: 11px;
}

.tree-view td.listorder {
	width: 65px;
}

.tree-view td.listorder input {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #bbb;
	border: solid 1px #ccc;
	background: #EEF9FF;
}

.tree-view td.listorder input[value="0"] {
	background: #f5f5f5;
}

.tree-view tr[data-parent="0"] td.listorder input {
	color: #000;
}

.table-hover > tbody > tr:hover,
.table-hover > tbody > tr:hover td {
    background-color: #E7F5FD !important;
}

#application-skills ul li {
	color: #ccc;
}

#application-skills ul li.checked {
	font-weight: bold;
	color: #3793E4;
}

.job-application-search .age-filter .form-group {
	display: inline-block;
	margin: 0px;
}

.job-application-search .age-filter input {
	width: 60px;
}

.job-application-search label {
	font-weight: normal;
	margin-right: 5px;
}
.job-application-search label.control-label {
	font-weight: bold;
}
.job-application-search .radios {
	background: #f5f5f5;
	padding: 10px 10px 0px 10px;
}
.job-application-search .help-block {
	display: none;
}

.job-application-search .buttons {
	padding-top: 0px;
	text-align: right;
}



/*
INVENTORY-INDEX
*/

#inventory input[type="text"],
#inventory select {
	border: none;
	width: 100%;
	padding: 5px 10px;
	background: transparent;
}

#inventory select {
	padding: 5px;
}

#inventory .group-name {
	font-size: 20px;
	padding: 10px 15px;
	padding-top: 10px;
	font-weight: bold;
	color: #4FAB9F;
	text-transform: uppercase;
}

#inventory .readonly {
	display: block;
	padding: 5px;
}

#inventory li.group-0 {
	border-top: none;
}

#inventory a {
	cursor: pointer;
}

#inventory table, 
#inventory table td,
#inventory table th {
	border: solid 1px #eee;
	border-collapse: collapse;	
}

#inventory table {
	width: 100%;
	table-layout: fixed;
}

#inventory table.header {
	border: none;
}

#inventory table.grand-total {
	border: none !important;
	font-size: 20px;
}
#inventory table.grand-total td {
	border: none !important;
	background: none !important;
}

#inventory table td,
#inventory table th {
	padding: 5px 10px;
}

#inventory table th,
#inventory table td {
	text-align: center;
}

#inventory table th {
	border: none;
}

#inventory .items table tr:hover td {
	background: #fcfcfc;
}

#inventory table [data-attr="index"] {
	width: 50px;
	font-weight: bold;
}

#inventory table td[data-attr="index"] {
	font-size: 11px;
	background: #FAFCFD;
}
#inventory table [data-attr="name"] {
	width: 300px;
	text-align: left;
}

#inventory table td[data-attr="price"] input {
	text-align: right;
}


#inventory table [data-attr="manufacturer"] {
	width: 150px;
}

#inventory table td[data-attr="manufacturer"] div {
	position: relative;
}

#inventory table td[data-attr="manufacturer"] input {
	position: relative;
	z-index: 1;
	padding-right: 25px;
}

#inventory table td[data-attr="manufacturer"] select {
	position: absolute;
	right: 5px;
	top: 0px;
	width: 30px;
	z-index: 10;
	cursor: pointer;
}

#inventory table .form-control {
	margin: 0px;
	padding: 0px;
}

#inventory table .form-control {
	padding: 5px 10px !important; 
	width: 100% !important;
	border: none !important;
	background: transparent !important;
}

#inventory table [data-attr="date"] button.close {
	top: calc(50% - 10px) !important;
	opacity: 0.1;
}

#inventory table [data-attr="date"] button.close:hover {
	color: red;
	opacity: 1;
}

#inventory table tr.summary td {
	background: #FAFCFD;
}


#inventory table td.input-cell {
	padding: 0px;
}
#inventory table td.buttons,
#inventory table th.buttons  {
	width: 50px;
}

#inventory div.buttons {
	margin: 10px 0px 5px 0px;
	font-size: 11px;
}

#inventory div.buttons a {
	display: inline-block;
	margin: 0px 5px;
}

#inventory div.buttons .separator {
	display: inline-block;
	margin: 0px 5px;
	color: #ddd;
}

#inventory .remove {
	color: #D94F4F;
}

#inventory .remove:hover {
	color: #000;
}

#inventory select option.inactive {
    color: #bbb;
}

/* 
filter 
*/



#inventory table tr.filter th {
	font-weight: normal;
	background: #FAFCFD !important;
	border-top: solid 1px #ddd;
	padding: 0px;
}

#inventory table tr.filter th[data-attr="date"] .range-value {
	font-size: 12px;
	display: block;
	line-height: 13px;
}

#inventory table tr.filter th[data-attr="date"] .datepicker-container[data-has-date="0"] .range-value {
	display: none;
}

#inventory table tr.filter th[data-attr="date"] .input-group-addon {
	display: none;
}

#inventory table tr.filter .row,
#inventory table tr.filter .row > div {
	margin: 0px;
	padding: 0px;
}


#inventory table tr.filter th[data-attr="status"] {
	border-right: none;
}

#inventory table tr.filter th[data-attr="price"] input {
	text-align: center;
}

#inventory table tr.filter th.buttons {
	border-left: none !important;
}