

.navbar-inverse{
	background-image: linear-gradient(to bottom,#285E8C 0,#222 100%);
}
#wrapper1{
	
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-webkit-transition: all 0.5s ease;
}
#wrapper2{
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-webkit-transition: all 0.5s ease;
	
}


#wrapper1 .btn{
	text-align: left;
}

.sidebarexpand{
	display:none;
	margin-top:45%;
	width:40px;
}
@media(max-width:900px)
{
	#wrapper1{
		width:70px;
	}
	#wrapper2{
		margin-left: 70px;
	}
	.sidebarexpand{
	display:block;
}
}
#wrapper2{
	

	 margin-top:50px;
}
::-webkit-scrollbar{
	display: none;
}


::-moz-scrollbar{
	display: none;
}

.logincontainer{
	border: 1px solid gray;
    border-color: rgba(255,255,255,0.1);
	background: #035271;
	border-radius:5px;
	height:200px;
	width:300px;
margin-top: 5%;
}

.inputcontainer {
	
	margin:15% 5% 10% 5%;
}
.homerow{
	
	margin: 2% 0 0 0;
	
}
.homerow .col-md-2{
	border-color: rgba(255,255,255,0.1);
	background: #035271;
height:100%;
position:fixed;
}

.homerow .col-md-2 button{
	width:100%;
	margin-top: 20px;
	
background:white;
color:black;
border:none;
overflow-x: hidden;
	
}
.navbar{
	
	margin-bottom: 0px;
}
#addinventory{
	display:none;
}

#viewinventory{
	display:none;
}


#addinventory table{
	border: 1px #20a4ff solid;
	border-radius: 5px;
	
}
#addinventory td{
	max-width:100px;
	height:auto;
}
#addinventory td input{
	max-width:100px;
	height:35px;
}
#addinventory td textarea{
	max-width:100px;
	height:35px!important;
}
#confirmstore{
	margin-left: 5px;
	
}

.active1{
	position:relative;
	background-color:burlywood;
	
	cursor: pointer
}
.activetr{
	background: wheat
}

#dataTable{
	font-size: 14px;
	
}
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}


#vieworder{display: none}
#orderdiv{cursor: pointer}

#logcomment{display:none}


#confirmarticleuser, #branchtr, #branchedittr, #confirmarticleuseredit,#addhref{
	display:none}

.fourdiv, .thirddiv, .seconddiv, .firstdiv, .fivediv, .sixdiv{
	display: none;
	overflow: auto;
}

.fourbtn, .thirdbtn, .secondbtn, .firstbtn, .btnhistory, .sixbtn, .fivebtn, .btnpannelproduction{
	display: none;
}

.pending{
	background-color: crystal;
	border:solid;
	border-color:#333333
	border-radius: 5px;
	color:#333333;
	width:auto;
	
}


.submit{
	background-image: -webkit-linear-gradient(top,#009926 0,#5CB85C 100%);
    background-image: -o-linear-gradient(top,#009926 0,#5CB85C 100%);
    /* background-image: -webkit-gradient(linear,left top,left bottom,from(#009926),to(#5CB85C)); */
    /* background-image: linear-gradient(to bottom,#009926 0,#5CB85C 100%); */
	border:solid;
	padding:5px 5px 5px 5px;
	border-radius: 7px;
	color:whitesmoke;
	background-color:#009926;
	opacity:0.8;
	cursor:no-drop;
	width:auto;
	text-align:center;
	
}

.tt{
	height:400px;
	overflow: auto;
}

.drpselect{
	height:30px;
}


@-webkit-keyframes gear-moves {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes gear-moves {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

.fa-gear {
    
   
	
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;

    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
	
    -moz-animation-name: gear-moves;
    -moz-animation-duration: 5s;

    -webkit-animation-name: gear-moves;
    -webkit-animation-duration: 5s;
}



.fa-trash, .fa-trash-o, .fa-times{
	color:red;
}
.fa-check{
	color:green;
}

.searchlist:hover{
	background-color: #129FEA

}

.ajaxdiv{
	height: 50px; 
	
	overflow: auto
}

.nondiv{display:none}


.divrow .form-control{
	width:30%
}

.autop{
		min-height:50px;
		
		border-bottom:solid thin;
		border-color:#D9D9D9;
	}
	
.hovertd{
	cursor:pointer;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}

.settingdiv{
	margin:30px 0 0 30px;
}
.settingdiv input{
	width:90%;
	float:left;
}

.settingdiv #confirmpass{
	display: none;
}


.particularsp{
	font-size: 12px;
	
}
.stockout{
	
    background-image: -webkit-linear-gradient(top,#EC130C 0,#730604 100%);
    background-image: -o-linear-gradient(top,#EC130C 0,#5CB85C 100%);
    
    border: solid;
    padding: 5px 5px 5px 5px;
    border-radius: 7px;
    color: whitesmoke;
    background-color: #EC130C;
    opacity: 0.8;
    
    width: auto;
    text-align: center;

}

.demouldsubmit{
	
   background-image: -webkit-linear-gradient(top,#1B9BD9 0,#5ED6D6 100%);
    background-image: -o-linear-gradient(top,#1B9BD9 0,#5ED6D6 100%);
    /* border: solid; */
    padding: 5px 5px 5px 5px;
    border-radius: 7px;
    color: #333;
    background-color: #2e6da4;
    opacity: 0.8;
    width: auto;
    text-align: center;

}

.demouldedsubmit{
	
   background-image: -webkit-linear-gradient(top,#EEA742 0,#EB961D 100%);
    background-image: -o-linear-gradient(top,#EEA742 0,#EB961D 100%);
    border: solid;
    padding: 5px 5px 5px 5px;
    border-radius: 7px;
    color: whitesmoke;
    background-color: #FF9800;
    text-align: center;
    width: auto;

}

.mouldsubmit{
	
   background-image: -webkit-linear-gradient(top,#2e6da4 0,#7BA3C1 100%);
    background-image: -o-linear-gradient(top,#2e6da4 0,#7BA3C1 100%);
    border: solid;
    padding: 5px 5px 5px 5px;
    border-radius: 7px;
    color: whitesmoke;
    background-color: #494949;
    opacity: 0.8;
    
    width: auto;
    text-align: center;

}

.ordercompleted{
	
 background-image: -webkit-linear-gradient(top,#f4f8fa 0,#f4f8fa 100%);
    background-image: -o-linear-gradient(top,#9E9E9E 0,rgba(76, 175, 80, 0) 100%);
    
    padding: 5px 5px 5px 5px;
    border-radius: 7px;
    color: gray;
    background-color: #EBEBEB;
    opacity: 0.8;
    width: auto;
    text-align: center;
   

}


@media (print) {
	.active1{
		background-color: burlywood
	}
body {-webkit-print-color-adjust: exact;}
}