/***** Claiming process ****/
.select2-container-multi .select2-choices .select2-search-field input:disabled {
background:#f9f9f9!important;
}

.claims .button-primary {

}

.claims .button-primary:hover, .claims .button-primary:active  { 

}


.claims {width:95%}
.claims .orderBy {
	text-align:right;
}
.claims .orderBy select{
	border-radius: 0;
	color:#464646;
   overflow: hidden;
   padding: 1px 25px 1px 5px;
   -webkit-appearance: button;
   background: url(../images/arrowbluedown.png) no-repeat 90% 50% #e5e5e5;
   border: 1px solid #ccc;
}
.claims h2 {font-size: 16px;}
.claimBox {
	margin:10px 0px 10px 0px;
	width:100%;
	padding:0px 5px 0px 0px;
}

.claimBox  a.selectorRemove {
	display: inline-block;
	background:  url(../images/removeSelector.png) center left no-repeat;
	padding-left:30px;
	color:#969696;
	height: 15px;
	vertical-align: text-bottom;
}

.claimBox a.selectorRemove:hover {
	background: url(../images/removeSelectorHover.png) center left no-repeat;
	color:#646464;
}

.claimBox input[type="text"] {
	width:80%;
}

.claimBox .instructions {
	margin-bottom: 5px;
	color: grey;
	font-style:italic;
}
.claimBox .setBtn {
	background-color: #3349BD;
 	background-image: url(../images/arrowwhite.png), -webkit-gradient(linear, left top, left bottom, from(#3349BD), to(#2B6ADC));
 	background-image: url(../images/arrowwhite.png), -webkit-linear-gradient(top, #3349BD, #2B6ADC);
 	background-image: url(../images/arrowwhite.png), -moz-linear-gradient(top, #3349BD, #2B6ADC);
 	background-image:url(../images/arrowwhite.png),  -ms-linear-gradient(top, #3349BD, #2B6ADC);
 	background-image: url(../images/arrowwhite.png), -o-linear-gradient(top, #3349BD, #2B6ADC);
 	background-image: url(../images/arrowwhite.png), linear-gradient(to bottom, #3349BD, #2B6ADC);
 	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3349BD, endColorstr=#2B6ADC);
 	background-position: center center;
 	background-repeat: no-repeat;
}
.claimBox .setBtn:hover {
 	background-image: url(../images/arrowwhite.png), -webkit-gradient(linear, left top, left bottom, from(#283995), to(#1e54b6));
 	background-image: url(../images/arrowwhite.png), -webkit-linear-gradient(top, #283995, #1e54b6);
 	background-image: url(../images/arrowwhite.png), -moz-linear-gradient(top, #283995, #1e54b6);
 	background-image:url(../images/arrowwhite.png),  -ms-linear-gradient(top, #283995, #1e54b6);
 	background-image: url(../images/arrowwhite.png), -o-linear-gradient(top, #283995, #1e54b6);
 	background-image: url(../images/arrowwhite.png), linear-gradient(to bottom, #283995, #1e54b6);
 	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3349BD, endColorstr=#1e54b6);
}


.claimPublicationsTitle {
	background: url(../images/claimPublicationsIcon.png) top left no-repeat;
}

.claimNavigationBlock {
	overflow: hidden;
	width: 100%;
}

.claimNavigationBlock ul, .claimNavigationBlock li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.claimNavigationBlock ul {
	float: left;
}

.claimNavigationBlock li {
	float: left;
}

.claimNavigationBlock li a {
	display: block;
	padding: 15px 5px;
	color: #fff;
	line-height: 1.5em;
	text-decoration: none;
}

.claimNavigationBlock li.step a {
	background: transparent url(../images/arrowNavinActive.png) center right no-repeat;
}

.claimNavigationBlock li.step a.activeState {
background: red; 
	background: transparent url(../images/arrowNavActive.png) center right no-repeat;
}

.arrownav { 
	list-style: none; 
	overflow: hidden; 
}
.arrownav li { 
	float: left; 
}
.arrownav li a {
	color: white;
	text-decoration: none; 
	padding: 10px 10px 10px 65px;
	background: #d7d7d7;                   /* fallback color */
	background: hsla(0, 0%, 84%, 1); 
	position: relative; 
	display: block;
	float: left;
	cursor: default;
}

.arrownav li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(0, 0%, 84%, 1);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}

.arrownav li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;       
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}

.arrownav li:first-child a {
	padding-left: 10px;
}

.arrownav li.show a{
	background: #CF4B2C!important;
}
.arrownav li.show a:after { border-left-color: #CF4B2C!important;}

.arrownav li:last-child a { padding:0; width:30px; background-color:transparent!important;}
/*
.arrownav li:nth-child(2) a       { background:        hsla(15,100%,47%,1); }
.arrownav li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }

.arrownav li:nth-child(3) a       { background:        hsla(34,85%,55%,1); }
.arrownav li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }
.arrownav li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
.arrownav li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
.arrownav li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
.arrownav li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }
.arrownav li:last-child a 	{background:        hsla(34,85%,75%,1); }
.arrownav li:last-child a:after { border-left-color: hsla(34,85%,75%,1); }
*/
/*
.arrownav li a:hover { background: #acacac; }
.arrownav li a:hover:after { border-left-color: #acacac !important; }
*/

/* NMI probably do not need the following 
.claimNavigationBlock li.step a.completedState {
transparent url(../images/arrowNavCompleted.png) center right no-repeat;
}

.claimNavigationBlock li.step {
	float: left;
	min-width:225px;
}

.claimNavigationBlock li.step strong {
	padding-right: 10px;
}
.claimNavigationBlock li.step, .claimNavigationBlock li.step a {
	position: relative;
	z-index: 4;
}
.claimNavigationBlock li.step-2, .claimNavigationBlock li.step-3, .claimNavigationBlock li.step-4 {
	margin-left: -21px;
}

.claimNavigationBlock li.step-2, .claimNavigationBlock li.step-2 a {
	z-index: 3;
}

.claimNavigationBlock li.step-3, .claimNavigationBlock li.step-3 a {
	z-index: 2;
}

.claimNavigationBlock li.step-2 a, .claimNavigationBlock li.step-3 a {
	padding-left: 30px;
	padding-right: 20px;
}

.claimNavigationBlock li.step-4{
	float: left;
	width: 80px;
}

.claimNavigationBlock li.step-4 a {
	background-color: #d6d6d6;
	background-image: none;
}

.claimNavigationBlock li.step-4 a, .claimNavigationBlock li.step-4{
	z-index: 1;
}

.claimNavigationBlock li.step-4 a.activeState {
	background-image: none;
	background-color: #271d9a;
}
*/
.claimStep1 {
	//background: url(../images/arrowSeparator.png) center center no-repeat;
	background: url(../images/menu_line_item.png) 47% repeat-y;
	overflow: hidden;
	width: 100%;
	padding-top:30px;
}

.claimStep2 {
	overflow: hidden;
	width: 100%;
	display:inline-block;
	padding-top:30px;
}

.claimStep3 {
	overflow: hidden;
	width: 100%;
	padding-top:30px;
}

.claimStep4 h2 {padding-top:0px; margin-top:0px;}
.claimStep4 ol {padding-left:30px;}
.claimStep4 li.publication  {border-bottom:1px solid #ccc; margin-bottom:15px;}
.claimStep4 li {}
.claimStep4 li.publication span {}
.claimStep4 li.publication h4 {margin-bottom:2px; padding-bottom:2px;}

.selectBox {
	float: left;
	width: 47%;
	padding: 5px;
}
.selectBoxPadder {padding-left:0px; padding-right:10px;}
.claimStep2 .selectBox {
	width:99%;
}
.claimStep2 .selectBox input[type="text"] {
	width:50%;
}

.selectBox p {
	margin: 0px;
	padding: 10px;
	color: #686868;
}

.selectBox p strong {
	color: #000;
}

.selectedBox {
	float: left;
	width: 45%;
	margin-left: 50px;
	padding-bottom: 10px;
}
.selectedBox p {
	
}

.selectedBox h2, .selectBox h2 {
}

.availablePublications {
	clear:both;
}
.availablePublications h2 {
}

.selectedBox .projectSelectedHolder {
	padding: 0px 5px 0px 30px;
	
}

.sourceHolder {
	margin-bottom:30px;
}
.sourceHolder  select{
	width="200px";
 }

.sourceHolder .source {
	overflow: hidden;
	margin-bottom: 10px;
}

.sourceHolder .source input {
	float: left;
}

.sourceHolder .source span {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	float: left;
}

.availablePublications {
	padding-top:15px;
}
.publicationSelectedHolder {
	//border-top:1px #ccc solid;
}
.publicationSelectedHolder h3{
	font-size:18px;
}

.publicationSelectedHolder .pageController {

}
.availablePublications p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.shoppingCart {
	margin-top:5px;
	margin-bottom:10px;
	float:right;
	overflow: visible;
	height: auto;
	padding: 8px 10px 8px 8px;
	text-align:right;
	width:100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(../../../images/header_stripes.png) 0 100% repeat-x;
}
.shoppingCart:hover {
	//background-color: #F5F5F5;
	cursor:pointer;
}
.shoppingCart .shoppingIcon{
	padding-left:30px;
	background: url(../images/shopping_bag.png) left center no-repeat;
	

}
.claimSearchResults .claimresult {
	border-bottom: 1px dotted #c4c4c4;
	margin-bottom:5px;
	display: inline-block;
	width:100%;
}
.claimSearchResults .srchRow h4 { 
	margin:2px 0px;
}
.claimSearchResults .srchRow {
	margin: 0px;
}
.selectPublication, .selectPublication a{
	margin:0px;
	float:right;
	background: transparent url(../images/add_select_trq.png) left 50% no-repeat;
	display: inline-block;
	padding: 0px 2px 0px 16px;
	color:#44B1EC!important;
}
.selectPublication:hover, .selectPublication a:hover{
	background: transparent url(../images/add_select_org.png) left 50% no-repeat;
	padding: 0px 2px 0px 16px;
	text-shadow: none;
   	color:#D53B25!important;
}

.pubAttributes{
	margin-bottom:10px;
}
.pubAttributes .title{
	width:58%;
} 
.pubAttributes .selectEmbargo {
	clear:none;
	float:right;
	width:40%;
}
.nextControl {
	overflow: hidden;
	width: 100%;
	padding: 10px;
	text-align: right;
}

.nextControl input {
	margin-right: 20px;
	padding: 7px 12px 7px 12px;
}

.finishProcess {
	padding: 10px;
}

.finishProcess h2 {
	
}

.finishProcess h3 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #5e5e5e;
	font-size: 16px;
}

.finishProcess p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #393939;
	font-size: 12px;
}

.finishProcess ul, .finishProcess li {
	margin: 0px 0px 5px 0px;
	padding: 0;
	list-style: circle;
	list-style-position: inside;
	color: #3D71B7;
	font-size: 12px;
}

.finishProcess li a {
	color: #3D71B7;
	text-decoration: none;
}

span.filterMatch {
	color: #007AB7;
}

a.rejectPublication {
	background-color: #50B2DF;
	border-radius: 10px;
	color: white;
	float: right;
	font-size: 12px;
	padding: 7px;
}

a.rejectPublication:hover {
	color: #2728A6;
}

.errorMessage {
	color: red;
	display: none;
}
/* end repository full */
.claimAdd{
    position: relative;
    float: left;    
     margin-right: 3px;
}
.claimAddImg{
    height: 25px;
}