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


/*.claims {width:95%}*/
.claims .orderBy {
	text-align:right;
}
.claims .orderBy select{
  -moz-appearance: none;
    background: #e5e5e5 url("../images/arrowbluedown.png") no-repeat scroll 98% 50%;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #464646;
    margin-bottom: 0;
    overflow: hidden;
    padding: 1px 25px 1px 5px;
    width: 150px;
}
.claims h2 {font-size: 16px;}
.claims h3 {font-size: 16px;}
.claimBox {
	margin-bottom:50px;
}

.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:100%;
}*/

.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 .uk-subnav > * > * {
	font-size:16px;
	color: #444;
}
.claimNavigationBlock  .uk-subnav > * > :hover {
	color: #DF512E;
}
.claimNavigationBlock  .uk-subnav > .uk-active > * {
	font-weight:400;
}

.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;}

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

.claimStep2 {
	overflow: hidden;
	width: 100%;
	display:inline-block;
}

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

.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;}

.selectBoxPadder {padding-left:0px; padding-right:10px;}


.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;
	text-transform: none;
	font-weight: 300;
	font-size:16px;
	line-height:20px;
}
.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;
}