#text_success{
	margin: 0 !important;
}
.e__parent{

}
.dropdown-toggle::after{
	content: initial !important ;
}
.btn.btn-default{
	background: #bbb;
}
.form-control{
	border-color: rgb(169,169,169) !important;
}
.e__items{
		margin: 5px;
	padding: 5px;	
	background: #eee;
	width: 460px;
	overflow-wrap: break-word;
}
.e_img{
padding-right: 1.5em;

}
.e_img img{
	border-radius: 2px;
	margin: .25em;
	min-width: 100px;
	min-height: 100px;
	background: #ccc;
}
.e_img a{
	display: block;
	text-align: center;
	margin: .15em;
	border-radius: 3px;
		background: #337AB7;
		color: #fff !important;
}
.e_img a:nth-child(3){
background: #FE974B;
}
.disp__block{

	display: inline-block;
	margin: .15em;
	position: relative;
	width: 90px;
	vertical-align: text-top;0
}

.disp__block label{
	display: block;
	font-size: .75em;
	padding: 0;
	margin: 0 0 0 0;
}

.fx, .info-second .holder {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.fx-w {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fx-nw {
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.fx-dr {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}

.fx-dc {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

.fxjc-fs {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}

.fxjc-sb {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.fxjc-sa {
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
}

.fxjc-center, .info-second .holder {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.fxai-center {
  -webkit-box-align: space-around;
  -moz-box-align: space-around;
  box-align: space-around;
  -webkit-align-items: space-around;
  -moz-align-items: space-around;
  -ms-align-items: space-around;
  -o-align-items: space-around;
  align-items: space-around;
  -ms-flex-align: space-around;
}

.fxac-center {
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
}

.fxai-fe {
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}

.fxsai-fe {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
  -ms-flex-item-align: end;
}

.fxac-fe {
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  align-content: flex-end;
  -ms-flex-line-pack: end;
}
.parent-block{
	display: flex;
	justify-content: space-around;
	flex-direction: row;
}
.img-block{
	display: inline-block;
	height: 200px;
}
.item-block{
	display: inline-block;
}
.img-block img
{height: 120px;width: 120px;}
.parent-block .item-block{
	flex-basis: 400px;
	background: #F0F3F6;
	margin: 1em;
}

.parent-block 
@media screen and (max-width: 1024px){
	.box img{
		height: 100px !important;
		width: 100px !important;

	}
}
.equipment-picture {
	background-color: #D7DDE4 !important;
	height: 100% !important;
	width: 40% !important;
}
.equipment-label {
	background-color: #F0F3F6 !important;
	height: 100% !important;
	width: 60% !important;
}
.equipment-label p {
	padding: 5px;
}
#put{
	overflow: scroll;
}
/*.pagination .active{
background: #555;
}
.pagination .active a{
color: #fff !important;
}
.paginator .pagination{
}
.paginator li{
	list-style-type: none !important;
	display: inline-block;
	padding:.25em .5em;
	text-align: center;
	border: 1px solid #aaa;
	border-radius: ;
	color: blue;
}
.paginator a{
	text-decoration: none !important

}*/
.modal-body .card{
	margin: 1em 0 !important;
}
.modal-content section{
padding: 0!important;
}
	position: relative;
	z-index: 1026;
}
#content{
	margin:-3.5em 0 -2em 0; 
}
.modal-body .dashboard-page{
	display: none;
}
/***************   button to right ********************/
@media screen and (min-width: 1339px){
	.pull-right .search{
		right:3em;

	}
}

/*BASSAM*/

.back-color {
	background-color: #1e90ff;
	color: white !important;
}
.back-color span {
	color: white !important;
}
.back-color span a {
	color: white !important;
}

/*END BASSAM*/

.modal-body .section{
padding-top:0 !important;
position: relative;
bottom: 1.5em
}
.modal-body .form-horizontal
{
	margin: -3em -1em ; 
}
.modal-body .card-block{
padding-bottom: 0;
margin: 0;
}

.btn-info{
	color :#fff !important;
}
#btn{
	margin-top:.25em;
}

#purchaseTable th{
text-align: center;
}
th{
}
#remarksId,#terms-of-payment{
	width: 100% !important;
}
*{

}
.bordered:nth-child(1n+2){
	border:none !important;
	margin:.5em 0;
}
table a{
	color:#333 !important;
}
table td a{
	text-decoration: none !important;
}
.supplier-table td{
}
#btnAdd{
	width: 90px;
	padding: 1em !important;
	margin:1em 0;
	padding: 1.25em 2em !important;
	line-height: 0 !important;
	border-radius:40px ;
	vertical-align: middle !important;
}
.card-header.bordered{
	padding: 1em 0 !important;
}
.button-re-allign{
    position: absolute;
    right: 1.4em;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    background: #fff;
    padding-bottom: 1em;
    padding-right: 1em;
	
}

.button-re-allign button{
	width: 200px

}
.table-responsive{
}
.button-re-allign a{
	width: 150px
}
/*************************/

[placeholder]:focus::-webkit-input-placeholder {
	color: transparent;
}
[placeholder]:focus::-webkit-input-placeholder {
	transition:1s;
	opacity: 0;
}
.remove-border td{
	border:none;
}
.remove-boder td:nth-child(1){
	width: 100px;
}
.tda{
	margin-left:3em;
}

	.table-resize .add-resize{
		width: 250px /** resize button **/
	}

	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-style: normal !important;
		font-weight: 500;
		vertical-align: middle !important;
		font-size: 1em
	}
	.table-resize td {
	/*	width: 100px; /** resize td */
	}



td a{
	color:#337ab7 !important; /** changed color to blue */
}

.search .formaddressbox{
	width: 150px ; /** Removed unnecessary border and make it wider */
}

.table-bordered thead th, .table-bordered thead td{
	font-size: .93em; /* teable heading font make smaller */
	line-height: 1.2;
	vertical-align: middle;
}
.sameheight-item{
	margin:0 !important;
}
.table-font{
	font-size: .85em;
}
.table-font td{
	height: 10px !important;
}
.card-block{
	overflow: hidden !important;
}
.title{
	vertical-align: middle;
}

.
.for-medium-tb input[type="text"] {

	width: 40%;
}
.for-medium-tb textarea{
}
.card-header .search{
	padding-left: ;
	border: solid #eee 1px !important;
}

ol li ol{
	padding: 5px 0 5px 20px !important;
}

.sub-collapses > li{
	margin-left: 20px;
	list-style: disc;
	color:#969696;
}

@media screen and (min-width: 1025px) {
	.card{    
		margin : 0;
	}
	.card-block{
	}
}

/* For text color */
.text {
}

/*For all txtbox */

.form-control.boxed{
	height:30px !important;
	padding: 0 .5rem !important;
}

/* textbox width small*/
.textbox_size1{
	width:300px;	
}
/* Override Access right field */
.access-td td{
	padding: 0 0 0 .5rem !important;
	line-height:2 !important;
}

.textbox_size2{
	width:200px;		
}
.textbox_size5{
	width:600px;		
}

.textbox_size3{
	width:150px;		
}

.textbox_size4{
	width:100px;	
}
.header-block{
	position: relative;
	bottom: .5em;
}
.card .card-header{
	min-height:0 !important;
}

td{
	line-height:2.5 ;
}
#mode-of-delivery-2,#mode-of-delivery-1{
	margin-right: .5em;
}
body{
	color:	#000 !important;
	font-size: calc(100% - 20%)
	!important;
}

#purchaseTable td{
	padding: 0 .20rem !important;
	margin-top: 0em;
	height: 30px !important;
	line-height: 0.5;
}

#purchaseTable input[type="text"]{
	height: 23px !important;
}
#purchaseTable input[type="button"]{
	height: 23px !important;
	line-height: 1;
	font-weight: 600
}

.table-sm th, .table-sm td
{		vertical-align: middle;
	padding: .20rem;
}
.btn {
	font-size: .75rem !Important;
	height:30px!important;
	margin-bottom: 0 !important
}
::-webkit-input-placeholder{
	font-size: .85rem;
}

select{
	font-size: calc(100% - 3%) !important;
}
.search{
		margin-left:3em !important;
		margin-right: -1.11em !important;
		left: initial!important;
}
.itemlist{
	border-radius: 3px;
	width: 100%;
	display: none;
	min-height: 100px;
	overflow-y: auto;
	height: 200px;
}
.itemlist table{
	width: 100%;

}
.coll{
	width: 100%;
	height:50px;
	display: inline-block;
	display: flex;
	align-content: center;

}
.coll a {
	color:#1e90ff !important;
	text-decoration: none !important; 
	vertical-align: middle !important;
	line-height: 1;

}
::placeholder {
	color: #c1c1c1 !important;
}
.formviews .col-md-6{
	padding: 0 !important;
	margin: 0 !important;
}
.formviews .fa{
	height: 25px;
	width: 25px;
	margin-top: .25em;
	margin-right: .5em;
	font-size: 1.25em;
	color: #444;
}
.divide{
	padding: 0 .5em;
	background: #f7f7f7;
	padding: ;
	color: #000;
	margin-right:.5em;
	border-radius: 20px;

}

.search-hint {
	line-height: 2;
}
 
.img-label {
 	width: 100px;	
	
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  /*border-radius: 4px;*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.equipmentPic {
 	width: 120px;
}
#hoverdiv {
display: none;
position: absolute;
font-size: 14px;
background-color: #fff;
color: #404040;
border: 1px solid #999;
padding:7px;
}
.paginator{
	position: relative;
}
.hover_Whs {
display: none;
position: absolute;
/*font-size: 14px;*/
background-color: #fff;
color: #404040;
border: 1px solid #999;
padding:7px;
}
.h-center{
	text-align: center;
}
.card .card-header .header-block{
padding: 0 !important;
}
.pull-right .search{
	right: initial !important;
}
.search{
	margin: 0 !important;
}
.text-indent {
   text-indent: 0 !important;
}
.card-header.bordered{
	right: initial !important;
	left: initial !important;
	top: initial !important;
}
.adjustmentDiv {
	margin-top: 2cm !important;
	height: 20px !important;	
	border: 1px solid black !important;	
	/*background-color: grey !important;*/
}
.brokenDiv {
	margin-top: 2cm !important;
	height: 10px !important;	
	border: 1px solid black !important;
	
}
.btn_for_sup {
	background-color: #33E9FF !important;
}
.btn_payment {
	background-color: #edcbd8 !important;
}
.btn_padding > button, .btn_padding > a {
	margin-right: 5px;	
}
.btn_padding {
	margin-bottom: 6px;
}
