.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-bottom: 5px solid black;
}
.search-button-div{
	text-align:right;
}


.btn.btn-prod {
  /* background-color: #5b98cc; */
 color:white;
}

.btn.btn-prod:hover {
  /* background-color: #5b98cc; */
  color:white;
}
.createProductDiv{
	border: 1px solid;
    min-height: 500px;
    padding-left: 10px;
    padding-top: 5px;
}
.createProductLinkPointer{
	cursor:pointer;
}
.reportvalue{
	color:black;
}
.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-top: 5px solid black;
}
.jqueryDateOnlyPicker{
	padding: 6px 12px;
}
.overlay-main-content {
  padding: 0px 12px 62px 12px;
  border-top: solid 1px #428bca;
}
.overlay-content{
	color:black;
	background-color:white;
}
.search-button{
	width:100%;
}
.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	
	border-left: 5px solid black;
}
.resultDivClass{
	padding-left: 60px;
	padding-right:60px;
}



th.sorting{
	white-space:nowrap;
}
.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent; 
	
	border-right:5px solid black; 
}


.errorMessage{
	color:red;
}
.detailTable{
	width:100%;
}

.overRideButton{
	background:none;
	border:none;
	
}

.tabulateTable{
	font-size:15px;
}
.wwFormTable{
	width:100%;
}
.search-form-container label, .doc-search label{
	color:black;
}

.master-field label, .doc-search label{
	font-size:12px;
	margin:0;
}
.master-field p, .doc-search p{
	text-align:left;
	margin:0;
}
.doc-search{
	margin-top: 12px;
}
.doc-search table label{
	color:#5b98cc;
}
.itemTable{
	overflow: auto;
}
.itemTable input[type=checkbox]{
	margin:0 3px 0 3px;
}

.itemTable thead th{
	white-space: nowrap;
}
.itemTable thead th label{
	font-size: 12px;
}
 
.itemTable-blue thead tr{
	background:rgba(4, 43, 125, 0.85);
	color:white;
}

.itemTable-light thead tr{
	background-color:#30ffec;
	color:white;
}
.itemTable-blue2 thead tr{
	background:white;
	color:#5b98cc;
}
aside.sidebar{
	    font-size: 11px;
	position:fixed;
	z-index:6000;
	padding-top:20px;
}

#dialog-confirm{
	background:white;
}

button.ui-dialog-titlebar-close{
	border: none;
    background: 0 0;
    opacity: .4;
    color: #d15b47;
    padding: 0;
    top: 50%;
    right: 8px!important;
    text-align: center;
}
.ui-dialog-titlebar-close:before{
	content: "\f00d";
    display: inline;
    font-family: FontAwesome;
    font-size: 16px;
}
.tog{
	background-color:rgba(5, 62, 63, 0.11);
}
.statusnw{
color:blue;	
}
.statusdr{
color:#00bf00;	
}
.statusis{
color:red;	
}
.statuspa{
color:black;	
}
.statusco{
	color:#0de00d;	
}
.statusta{
	color:#0de00d;	
}
.selectedmenu{
	background-color:black;
}
.searchResultTabulate ul{
	list-style-type: square;
	list-style-position: inside;
	font-size: 62px;
}
.searchResultTabulate span{
	position: relative;
	font-size:22px;
	top:-9px;
}
 
@media (min-width: 992px) {
	.searchResultTabulate ul{
		list-style-type: square;
		list-style-position: inside;
		font-size: 62px;
	}
	.searchResultTabulate span{
		position: relative;
		font-size:22px;
		top:-9px;
	}
}
@media (max-width: 768px) {
	.searchResultTabulate ul{
		list-style-type: square;
		list-style-position: inside;
		font-size: 62px;
	}
	.searchResultTabulate span{
		position: relative;
		font-size:22px;
		top:-9px;
	}
}	
@media (max-width: 440px) {
	.searchResultTabulate ul{
		list-style-type: square;
		list-style-position: inside;
		font-size: 62px;
	}
	.searchResultTabulate span{
		position: relative;
		font-size:22px;
		top:-9px;
	}
}
