*{
    padding:0;
    margin:0;
}
.small_text{
    font-size:14px;
}

.header{
    background-color: #1DBF73;
}

.company_name {
	text-align: center;
	background-color: #06A85C;
	height: 40px;
	padding: 0;
}

.company_name a {
	color: white;
	font-weight: bolder;
	margin:0 auto;
}

.toggler_button_bg{
    background-color: #06A85C;
}

.top_submenu:hover{
    background-color:#06A85C;
    color:white;
    border-radius: 12px;
}
.top_submenu a:active{
	background-color:#06A85C;
    color:white;
    border-radius: 12px;
}

.spacing_from_top{
    margin-top:110px !important;
    text-align:center;
}

.category {
	width: 330px;
	height: 270px;
	margin: 5px auto 0px auto;
	padding: 5px;
	border: 2px solid #1DBF73;
	border-radius: 10px;
}

.nav_user_img {
	height: 40px;
	width: 42px;
}

.user_img{
    border-radius:25px;
}

.home_img{
    background-image:url(../img/background.png);
    background-size:cover;
    background-repeat:no-repeat;
    
}
.copy_right{
	background-color:black;
}
.full_width{
	width:100%;
}
.tr td{
    color:#4B4B4B !important;
}
.tr:hover{
	background-color:#F3F3F3;
}
.tr:hover td{
	color:red !important;
}
#fabric_delivery_table{
	width:100% !important;
}
#fabric_receive_table{
	width:100% !important;
}
#yarn_receive_table{
	width:100% !important;
}
#yarn_delivery_table{
	width:100% !important;
}
#fabric_summary_table{
	width:100% !important;
}
#yarn_summary_table{
	width:100% !important;
}
.tblreport {
	width: 100% !important;
	margin: 1px auto;
	/**border: 2px solid #0078D7;**/
	border-collapse:separate;
	border-spacing:0;
	/**background-color:#FFFF;**/
	
}
.tblreport tr th {
	font-size: 14px;
	text-align: center;
	/**background-color: #1DBF73;**/
	color: white;
	/**height: 50px; **/
	border-top: 1px  solid #FFFF !important;
	border-left: 1px  solid #FFFF !important;
	line-height: normal;
}

.tblreport tr td {
	/**border-left: 1px  solid #A1A1A1 !important; **/
	height: 25px;
	font-size:15px;
	text-align: center;
	color: #4B4B4B;
	font-family: calibri;
}
.form_small {
	max-width: 600px;
	margin: 0 auto;
	/**height: 350px; **/
}
.margin_auto{
    margin:0 auto;
}

.chosen_container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.chosen_single {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
	white-space: nowrap;
}

#ord_chosen a{	
    background:none !important;
	border: none !important;
	box-shadow:none !important;
}

#del_ord_chosen a{
    background:none !important;
	border: none !important;
	box-shadow:none !important;
}
#yarn_del_ord_chosen a{
    background:none !important;
	border: none !important;
	box-shadow:none !important;
}

