.ui-autocomplete{
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

.horizontal_container {
    display: flex;
	flex-direction: row;
}

.vertical_container {
    display: flex;
	flex-direction: column;
}

.start_element{
	align-self: flex-start;
}

.centered_element{
	align-self: center;
}

.end_element{
	align-self: flex-end;
	order: 100;
}

.justify_content{
    justify-content: space-between;
}

.center_content{
    justify-content: center;
}
.right_align_content{
    justify-content: flex-end;
}

.aziz_input {
	flex-grow: 0;
	flex-shrink: 0;
	align-items:center;
	min-width:0;
}

.soshort_input {
    flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 20px;
	align-items:center;
	min-width:0;
}

.short_input {
    flex-grow: 2;
	flex-shrink: 2;
	flex-basis: 40px;
	align-items:center;
	min-width:0;
}

.medium_input {
    flex-grow: 3;
	flex-shrink: 3;
	flex-basis: 100px;
	align-items:center;
	min-width:0;
}

.long_input {
    flex-grow: 4;
	flex-shrink: 4;
	flex-basis: 150px;
	align-items:center;
	min-width:0;
}

.solong_input {
    flex-grow: 5;
	flex-shrink: 5;
	flex-basis: 200px;
	align-items:center;
	min-width:0;
}

.full_expand{
    width: 100%;
}

.screen_expand{
    width: 100%;
	height: 100%;
}

.hidden{
    display: none;
}

.mngtovflow{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#container{
	overflow: auto;
	margin: 0;
	padding: 0px 0px;
	width: 100%;
	box-sizing: border-box;
}

/* Scrollbar */
/* Firefox */
* {
  scrollbar-width: 8px;
  scrollbar-color: #FFFFFF #1D5B87;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar{
    width: 8px;
    background-color: #FFFFFF;
}
 
*::-webkit-scrollbar-thumb{
    border-radius: 2px;
    background-color: #1D5B87;
}



#main_box{
	
	float:left;
	margin-top: -10px;
	width: 100%;
	color:#000000;
	background-color:#ffffff;
	border:1px solid #d9d9d9;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	
	/*[left et top]px ou [left]px [top]px*/
	/*box-shadow*/
	-webkit-box-shadow:0px 2px 2px 0px rgba(0, 0, 0, 0.5),		0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;
	   -moz-box-shadow:0px 2px 2px 0px rgba(0, 0, 0, 0.5),		0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;
			box-shadow:0px 2px 2px 0px rgba(0, 0, 0, 0.5),		0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;

}
	#main_box .nx-title1{
		margin-bottom:10px;
		padding:5px 0 5px 10px;
		height:25px;
		text-align:left;
		text-shadow:1px 1px 1px #400080; 
		color: #8080c0;
		font-size:20px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 60%, #d7dce0 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(60%,#ffffff), color-stop(100%,#d7dce0)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 60%,#d7dce0 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 60%,#d7dce0 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 60%,#d7dce0 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 60%,#d7dce0 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7dce0',GradientType=0 ); /* IE6-9 */
		box-shadow: 0 0px 5px #c0c0c0; 
		
	}