.awardsListHeader {
	background-color: #f6f7f9;
	border-bottom: 1px solid #d6d6d6;
	 
}
.awardsListTitle {
	padding: 15px 30px;
}

.awardsResrtictedWidth {
	padding: 15px 30px;
	max-width: 1100px;
	box-sizing: border-box;
}

.awardsActionButton {
	padding: 12px 15px;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.elearningTable .faLink {
	color: #367DB3;
	cursor: pointer;
	font-size: 16px;
}
.awardsFilter {
	margin-right: 150px;
}
.awardsFilter li {
	display: inline-block;
	width: 200px;
}

.awardsFilter li select, .awardsFilter li input {
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
} 

.awardsClearSqBtn {
	position: absolute;
	right: 40px;
	top: 17px;
	cursor: pointer;
	display: block;
	padding: 5px;
}

.aweImageList li {
	display: inline-block;
	margin-right: 1px;
	position: relative;
}
.aweImageList li img {
	height: 70px;
	max-width: 150px;
}

.aweImageList li .delBtn {
	display: none;
	background-color: rgba(0,0,0,0.4);
	padding: 3px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	cursor:pointer;
}

.aweImageList li:hover .delBtn {
	display: block;
}

.aweImageList li .delBtn:hover {
	background-color: rgba(0,0,0,0.8);
}

.aweItemEditorRows > li .value select, .aweItemEditorRows > li .value input[type="text"],
.aweItemEditorRows > li .value textarea {
	box-sizing: border-box;
	width: 100%;
}
.aweItemEditorRows .awardsNote {
	padding: 3px;
	font-size:11px;
	opacity: 0.8;
}

.awpDesc {
	padding: 15px;
}



.awardsLightbox {
	cursor: pointer;
}
.awardsLightboxBg {
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	left: 0;right: 0;top:0;bottom: 0;
	z-index: 200;
}
.awardsLightboxPopup {
	display: none;
	position: absolute !important;	
	width: 90vw;
	margin: auto;	
	background-color: #fff;
	z-index: 200 !important;
}

.awardsLightboxBg .awardsPopupBox0 {
	position: fixed !important;
	
}
.awardsLightboxBg .awardsPopupBoxTitle {
	height: 60px;
}
.awardsLightboxBg .awardsPopupBoxTitle h1 {	
	font-family: 'Roboto', sans-serif;
    font-size: 50px;
    color: #fff;
    font-weight: 100;    
    text-align: left;       
}
.awardsLightboxBg .awardsPopupBoxTitle .awardsPopupCloseBtn {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.awardsLightboxBg .awardsPopupBoxTitle .awardsPopupCloseBtn img {
	width: 60px;
	height: 60px;
}

.awards-errorbox {
	margin-top:0;
	padding: 10px;
	color: #F44336;
	border-top: 2px solid #F44336;
	border-bottom: 2px solid #F44336;
	font-weight: bold;
}
.awpSlider .nivo-directionNav {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
} 

.awpSlider .nivo-directionNav .nivo-prevNav {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
}

.awpSlider .nivo-directionNav .nivo-nextNav {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
}

.awardsUmiestnenieRow {
	display: flex;
	flex-flow: row nowrap;
	padding: 2px;
}

