@import url('./01-tokens.css');
@import url('./02-animations.css');
@import url('./form.css');

@import url('./components/productionTree.css');
@import url('./components/dragScroll.css');
@import url('./components/signature.css');
@import url('./components/tooltip.css');
@import url('./components/cfl.css');
@import url('./components/categoryTree.css');
@import url('./components/filemanager.css');
@import url('./components/spaceTree.css');
@import url('./components/printDesigner.css');
@import url('./components/table.css');
@import url('./components/stockManagementTree.css');
@import url('./components/functionButtons.css');
@import url('./components/productionPlannerCalendar.css');
@import url('./components/dialog.css');
@import url('./components/menu.css');
@import url('./components/notification.css');
@import url('./components/loading.css');
@import url('./components/contextmenu.css');
@import url('./components/timeline.css');


@font-face {
    font-family: 'Raleway Medium';
    src: url(../fonts/Raleway/Raleway-Medium.ttf);
}
@font-face {
    font-family: 'Raleway Light';
    src: url(../fonts/Raleway/Raleway-Light.ttf);
}

#bodywrapper{
	min-height: calc(100vh - 72px);
	width:100%;
}


.document-head-button.collapsed > i.fa::before{
	content: "\f13a";

}

.img-fluid-cointainer > img{
	max-height:100%;
}



a:hover{
	text-decoration: none;
}

i{
	font-style:normal;
}


.ace-editor{
	min-height:10vh;
	resize:both;
}

#menuDiv #offcanvas-container, #menuDiv .offcanvas-container{
	z-index:2000;
}


#admin_lang option{
	color: black;
}


.cursor-alias {cursor: alias;}
.cursor-all-scroll {cursor: all-scroll;}
.cursor-auto {cursor: auto;}
.cursor-cell {cursor: cell;}
.cursor-context-menu {cursor: context-menu;}
.cursor-col-resize {cursor: col-resize;}
.cursor-copy {cursor: copy;}
.cursor-crosshair {cursor: crosshair;}
.cursor-default {cursor: default;}
.cursor-e-resize {cursor: e-resize;}
.cursor-ew-resize {cursor: ew-resize;}
.cursor-grab {cursor: -webkit-grab; cursor: grab;}
.cursor-grabbing {cursor: -webkit-grabbing; cursor: grabbing;}
.cursor-help {cursor: help;}
.cursor-move {cursor: move;}
.cursor-n-resize {cursor: n-resize;}
.cursor-ne-resize {cursor: ne-resize;}
.cursor-nesw-resize {cursor: nesw-resize;}
.cursor-ns-resize {cursor: ns-resize;}
.cursor-nw-resize {cursor: nw-resize;}
.cursor-nwse-resize {cursor: nwse-resize;}
.cursor-no-drop {cursor: no-drop;}
.cursor-none {cursor: none;}
.cursor-not-allowed {cursor: not-allowed;}
.cursor-pointer {cursor: pointer;}
.cursor-progress {cursor: progress;}
.cursor-row-resize {cursor: row-resize;}
.cursor-s-resize {cursor: s-resize;}
.cursor-se-resize {cursor: se-resize;}
.cursor-sw-resize {cursor: sw-resize;}
.cursor-text {cursor: text;}
.cursor-url {cursor: url(myBall.cur),auto;}
.cursor-w-resize {cursor: w-resize;}
.cursor-wait {cursor: wait;}
.cursor-zoom-in {cursor: zoom-in;}
.cursor-zoom-out {cursor: zoom-out;}



body{
	/* font-family:'Raleway Medium'; */
	/* position:relative; */
}
li{
	list-style-type:none;
}
a{
	color:#3d70b2;
	/* padding: 10px; */
}


footer{
	bottom:0;
	left:0;
	right:0;
	height:60px;
	background:black;
	color:white;
	text-align: center;
	margin-top: 10px;
}

.selectable > li{
	padding:5px;
	display:block;
	position:relative;
}
.selectable .ui-selected{
	background:#ffc355;
	font-weight:bold;
}
.selectable .ui-selected:after{
	font-family:FontAwesome;
    font-weight: 900;
    content:" \f00c";
    position:absolute;
    right:0;
	margin-right:5px;
}

/*percentage circle starts*/
.percentageCircle{
	display: block;
	margin: 10px auto;
	max-width: 80%;
	max-height: 250px;
}
/* percentage circle end */

/*progressbar label text start*/

div.progress + label {
	height: auto;
	position: relative;
	left: 42.5%;
	top: -20px;
	width: auto;
}

/*progressbar label text end*/

/*sorted arrow start*/
label.sortedArrow{
    position: absolute;
}
/*sorted arrow end*/


h2{
	padding:10px 0px;
	font-size:130%;
}
h1{
	padding:10px;
	font-size:200%;
	font-weight:100;
}

img[src=""]{
	width:200px;
	border:0px;
	position:relative;
	height:100px;
}
img[src=""]:after{
	font-family:"FontAwesome";
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin:0px auto;
	content:"\f03e";
	display:inline-block;
	text-align:center;
	line-height:0;
	font-size:100px;
}

#top{
	padding:10px 10px 0px 10px;
	display:flex;
	z-index:19;
	font-size:0.8rem;
	background: #f2f0f3;
	overflow:visible;
	margin-bottom:10px;
	-webkit-box-shadow: 0px 0px 8px 3px  rgb(221 221 221);
	-moz-box-shadow:0px 0px 8px 3px  rgba(221, 221, 221,1);
	box-shadow: 0px 0px 8px 3px rgba(221,221,221,1);
}
#top > div {
	flex:1;
}
#top > div:nth-child {
	flex:3;
}
#menuSearchContainer{
	display:flex;
	align-items:center;
	border-radius:5px;
	border:1px solid #c0bebe;
	padding-left:5px;
	background:white;
}
#menuSearchContainer label{
	display:block;
	margin:0px;
	margin-right:5px;
	font-size:1.2rem;
	color:gray;
}
#menuSearch{
	height:30px;
	font-size:1rem;
}

.uk-search-navbar{
	width:initial;
}
a.button-facebook {
	background-color: #2b4170; /* fallback color */
	background: -moz-linear-gradient(top, #3b5998, #2b4170);
	background: -ms-linear-gradient(top, #3b5998, #2b4170);
	background: -webkit-linear-gradient(top, #3b5998, #2b4170);
	border: 1px solid #2b4170;
	text-shadow: 0 -1px -1px #1f2f52;
	color:white;
	border-radius:5px;
	padding:10px 15px;
	box-sizing:border-box;
	display:inline-block;
	text-align:center;
	margin:0px auto;

}
a.button-facebook:hover {
	background-color: #3b5998; /* fallback color */
	background: -moz-linear-gradient(top, #2b4170, #3b5998);
	background: -ms-linear-gradient(top, #2b4170, #3b5998);
	background: -webkit-linear-gradient(top, #2b4170, #3b5998);
}
a.button-facebook i{
	margin-right:10px;
}

#top.fixed{
	position:fixed;
	top:0px;
}
#top > div:last-child{
	text-align:right;
}

.top-icon-circle-container{
	display:flex;
    width: 35px;
    height: 35px;
    border: 1px solid #bababa;
	border-radius: 50%;
	overflow:hidden;
	justify-content:center;
	align-items:center;	
	cursor:pointer;
	margin:0px 10px 0px 0px;
}
.top-icon-circle-container:hover{
	background:#dedede;
}
.top-icon{
	position:relative;
}
.top-icon .uk-badge{
	position: absolute;
	top:-5px;
	left:-10px;
}

#wrapper > div{
	margin-top: 66px;
	padding-bottom: 10px;
}
#menu-button{
	padding:10px;
}
#ui-datepicker-div{
	padding:10px;
}


img.lazygrid-img{
	max-height: 100%;
	max-height: 30px;
}

#lazyTablePurchase_Order_prepItemTable .table-wrap{
	max-height:60vh;
}

#lazyTableinventory_movements_table .table-wrap{
	max-height:60vh;
}

#lazyTableItemProfit_itemProfit .table-wrap, #lazyTableItemProfit_itemProfitDocuments .table-wrap{
	max-height:33vh;
}


.printOrientationBtn{
	cursor: pointer;
	width: 35px;
	height: 35px;
	color: black;
	border-radius: 50%;
}

.printOrientationBtn i{
	position: relative;
	right: 20%;
    top: 25%;
}

.printOrientationBtn.selected{
	background: yellow;
}

#Purchase_Delivery_Note_priceModifyGrid tbody td[data-column-name=changeType]{
	text-align:center;
}

#Purchase_Delivery_Note_priceModifyGrid thead th[data-column-name=isSelected] > div:nth-child(1) > div:nth-child(1){
	padding:5px;
	color:white;
	background-color:#068de5;
	border-radius:3px;
	border:1px solid black;
	cursor:pointer;
}

#lazyTableDocumentSource_table1 .table-wrap{
	max-height:35vh;
}

#lazyTableDocumentSource_table2 .table-wrap{
	max-height:28vh;
}


/* QUERIES */
@media all and (min-width: 480px) and (max-width: 639px) {
	
}

@media all and (min-width: 640px) and (max-width: 799px) {
	
}
@media all and (min-width: 800px) and (max-width: 959px) {
	
}
@media all and (min-width: 960px) and (max-width: 1119px) {
	
}
@media all and (min-width: 1120px) and (max-width: 1279px) {
	
}
@media all and (max-width: 1280px) {
	
}
@media all and (max-width: 1120px) {
	
}
@media all and (max-width: 960px) {
	#wrapper{
		margin:0px;
		padding:10px;
	}
	#wrapper > div{
		margin-top:56px;
	}

	.inline-960{
		display:inline-block !important;
	}
	
}



@media all and (max-width: 1279px){
	
}
@media all and (max-width: 900px){
	table th.noman, table td.noman{
		display:none;
	}
	table .detailbtn{
		display:initial;
	}
}
@media (max-width: 768px) {

	#top{
		font-size: .875rem;
	    line-height: 1.5;
	}
	
	.right-text{
		text-align:center;
	}
	.left-text{
		text-align:center;
	}
	
	.flex{
		display:block;
	}
	#top > div{
		width:auto;
	}
	.head{
		position:initial;
		overflow:visible;
		padding:0px;
	}
	.head > div:nth-child(2), .head.fixed > div:nth-child(2){
		position:relative;
		overflow:visible;
		height:0;
		width:100%;
	}
	nav.headerNav{
		/* top: 19px; */
		left:-100%;
		bottom:0;
		width:100%;
		background-color:rgba(0,0,0,0.8);
	}
	nav.headerNav.open{
		left:0;
		animation-name:fadeInLeft;
		animation-delay:0s;
		animation-fill-mode:both;
		animation-duration:0.4s;
	}
	nav.headerNav.close{
		left:0;
		animation-name:fadeOutLeft;
		animation-delay:0s;
		animation-fill-mode:both;
		animation-duration:0.4s;
	}
	nav.headerNav ul{
		position:initial;
	}
	
	nav.headerNav li.active:before{
		display:none;
	}
	nav.headerNav li{
		position:initial;
		padding:0px;
		display:block;
		text-align:center;
	}
	nav.headerNav li a{
		padding:10px;
		display:block;
	}
	#headerLogo{
		
		padding-bottom:27px;
	}
	.head > div {
		vertical-align: text-bottom;
		width: 100%;
	}
	.head > div.col2:nth-child(1), .head.fixed > div.col2:nth-child(1)  {
		width: 100%;
	}
	.head.fixed #userContainer, #userContainer{
		position:absolute;
		top:0px;
		left:0;
		right:initial;
		margin:0px auto;
		display:inline-block;
		font-size:60%;
		width:auto;
	}
	#userContainer > div{
		display:inline-block;
	}
	#userContainer span{
		width:initial;
		margin:0px;
	}
	#headerLogo img{
		max-width:100%;
		max-height:100%;
		width:auto;
		height:auto;
		left:0;
		right:0;
		margin:0px auto;
		position:absolute;
		top:50%;
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		-o-transform:translateY(-50%);
		transform:translateY(-50%);
	}

}
@media all and (max-width: 480px) {
	.player-16-9{
		width:50%;
		padding-bottom:23.25%;
	}
}
@media all and (min-width: 960px){
	
}

@media all and (max-width: 1280px){

	.nb-table tbody tr td {
		padding:2px;
	}

	body{
		font-size:var(--fontsize1280);
	}

	h1{
		font-size:1.5rem;
		padding:5px;
	}

	.form-control{
		font-size:var(--fontsize1280);
		padding:0.2rem 0.5rem;
	}

	input.cfl + label + label{
		font-size:var(--fontsize1280);
	}

	.dl-menuwrapper li a{
		padding:10px 20px !important;
	}

	.btn{
		font-size:var(--fontsize1280);
	}

	.input-group-text {
		padding:0.2rem 0.5rem;
	}
	
}
@media screen and (max-width: 1024px){
	
	h1{
		font-size:1rem;
		padding:5px;
	}
}
@media screen and (min-width: 1920px){
	
}


@media screen{

    
    body, table,input.autocomplete, input[name], select[name], .input-group-text, .btn{
        font-size: 0.8rem;
    }
    
    .nb-table tbody tr td{
        padding:2px;
    }

    .input-group-text, select[name], select.select, .form-control, .custom-select[size]:not([size="1"]){
        padding: 0.1rem 0.5rem;
        height: calc(1.5em + 0.4rem + 2px);
    }
    
}

/* QUERIES */