/* Digital clock font */
@font-face { font-family: "Digital Clock"; 		src: url("/TraxLogs/javax.faces.resource/fonts/digital-7.ttf.xhtml");          font-weight: normal; font-style: normal; }
@font-face { font-family: "Digital Clock"; 		src: url("/TraxLogs/javax.faces.resource/fonts/digital-7 (italic).ttf.xhtml"); font-style: italic; }

/* Light brigade font */
@font-face { font-family: "Light Brigade"; 		src: url("/TraxLogs/javax.faces.resource/fonts/lightbrigade.ttf.xhtml");       				font-weight: normal; font-style: normal; }
@font-face { font-family: "Light Brigade"; 		src: url("/TraxLogs/javax.faces.resource/fonts/lightbrigadebold.ttf.xhtml");       			font-weight: bold; font-style: normal; }
@font-face { font-family: "Light Brigade"; 		src: url("/TraxLogs/javax.faces.resource/fonts/lightbrigadeital.ttf.xhtml");       			font-weight: normal; font-style: italic; }
@font-face { font-family: "Light Brigade"; 		src: url("/TraxLogs/javax.faces.resource/fonts/lightbrigadeboldital.ttf.xhtml");       		font-weight: bold; font-style: italic; }
@font-face { font-family: "Light Brigade"; 		src: url("/TraxLogs/javax.faces.resource/fonts/lightbrigadextrabold.ttf.xhtml");       		font-weight: bolder; font-style: normal; }
@font-face { font-family: "Light Brigade"; 		src: url("/TraxLogs/javax.faces.resource/fonts/lightbrigadextraboldital.ttf.xhtml");       	font-weight: bolder; font-style: italic; }

/* Dinamika font */
@font-face { font-family: "Dinamika Medium"; 	src: url("/TraxLogs/javax.faces.resource/fonts/DinamikaMedium-v6aD.otf.xhtml");       		font-weight: normal; font-style: normal; }

.no-underline{
	text-decoration: none;
}
.dept-card{
	border: 1px solid red;
}
.ui-dialog .ui-dialog-content {
	    padding: 0px !important;
	}
/* General Propurses*/
.Hide{
	display:none;
}	

	
/* icons classes*/
.icon-filter {
	background-image: url("") !important;
}
.icon-save{ 
    	background-image: url("/TraxLogs/javax.faces.resource/images/save.svg.xhtml") !important;
    }
.icon-setting{
    	background-image: url("") !important;
    }
.icon-search{
    	background-image: url("")  !important;
    }
 .icon-new{
 		background-image: url("")  !important;
 }
 .icon-adjust{
 		background-image: url("")  !important;
 }
 .icon-export-pdf{
 		background-image: url("")  !important;
 }
 .icon-question{
 		background-image: url("")  !important;
 }
 .icon-exit{
 		background-image: url("")  !important;
 }
 .icon-planning{
 		background-image: url("")  !important;
 }
 .icon-picklist-new{
 		background-image: url("")  !important;
 }
 .icon-picklist-cancel{
 		background-image: url("")  !important;
 }
 .icon-wo{
 		background-image: url("")  !important;
 }
 .icon-select{
 		background-image: url("")  !important;
 }
.icon-manual-labor{
 		background-image: url("")  !important;
 }
 .icon-refresh{
 		background-image: url("")  !important;
 }
 .icon-delete{
 		background-image: url("") !important;
 }
 .icon-ac{
 		background-image: url("")  !important;
 }
 .icon-location{
 		background-image: url("")  !important;
 }
 .icon-ac-red{
 		background-image: url("")  !important;
 }
 .icon-calendar-red{
 		background-image: url("")  !important;
 }
 .icon-waitpo{
 		background-image: url("/TraxLogs/javax.faces.resource/images/wait_po.svg.xhtml")  !important;
 }
 .icon-waitpay{
 		background-image: url("/TraxLogs/javax.faces.resource/images/wait_pay.svg.xhtml")  !important;
 }
 .icon-waitcust{
 		background-image: url("/TraxLogs/javax.faces.resource/images/wait_cust.svg.xhtml")  !important;
 }
 .icon-user{
 		background-image: url("/TraxLogs/javax.faces.resource/images/user.svg.xhtml") !important;
 }
 .icon-ms{
 		background-image: url("/TraxLogs/javax.faces.resource/images/ms-symbollockup_mssymbol_19.svg.xhtml") !important;
 }
 
 .ui-filter-column .ui-column-customfilter .custom-filter {
 		border: none;
	}
 
 .click-shrink{
 	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
 }
 
 .click-shrink:active{
 	transform: scale(.95);
 }
 
  .click-shrink:hover{
 	opacity: .6;
 }
 
 /*Input Style calendar type disabled */
 .readOnlyCalendar{
     opacity: 1;
    border: none;
 }
 
 .ui-paginator-top {
    display: block;
}

.department-count{
	float: right;
	overflow: hidden;
}

.department-count div{
	display: inline-block;
	border-right: 2px solid gainsboro;
	padding: 0px 10px;
}

.department-count div:last-child{
	display: inline-block;
	border: none !important;
	padding: 0px 10px;
}

.department-count div label{
	font-family: Dinamika Medium;
	margin-bottom:-10px;
	font-size: 36px;
}

.department-count div p{
	color: gray;
	font-weight: bold;
	margin: 0px 0px;
}

.ui-dialog{
	z-index: 15000 !important;
}

/*Top bar----- */

.topbar-link.topbar-menuitem  {
	width: -webkit-max-content;
  	width: -moz-max-content;
  	width: max-content;
	}
.topbar-link i {
margin-right : 0.5rem;
margin-left: 0.8rem;
}
.user-info {
margin-right: 1rem;
}
/*Override property, responsive */
.ShowOnDesktop {
display:inline ;
}


 