/*
CSS FILE for downloads 
*/

body{
	font-family: 'Open Sans', sans-serif !important;
	background-color: #ececec !important;
}

#contentwrap{
	padding: 61px 20px 20px;
	box-sizing: border-box;
}

#component {
	background: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 2px 0 2px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 30px 0 rgba(0, 0, 0, 0.2);
	padding: 30px;
	border: 1px solid #d5d5d5;
}

#component .linkwrap{
	display: inline-block;
}

#component .WHIDownload a {
	color: #e9530d;
	font-size: 17px;
	line-height: 23px;
	text-decoration: none;
	transition: color 0.3s ease;
}

#component .WHIDownload a:hover {
	color: #4c6dc5;
}

#component .WHIDownload a span{
	color: #444;
	margin-right: 7px;
	vertical-align: -1px;
}

#component .WHIDownload a .ricon-youtube-play{
	color: #000;

}
#component .WHIDownload a .ricon-youtube-play::before{
	display:inline-block;
	-webkit-transform: scaleY(1.3);
}


#content{
	max-width: 980px;
	margin: 0 auto;
}

#content .well{
	margin: 30px 0px;
}

#content .well h2{
	margin-bottom: 20px;
}

#content .WHIDownload .item{
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

#copyrow{
	max-width: 980px;
	margin: 0px auto 20px auto;
}


#fl-wrapper, #sync-wrapper {
	padding: 10px;
	width: 550px;
	height: auto;
	maxheight: 600px;
	display: block;
	position: absolute;
	left: calc(50% - 550px/2);
	top: 130px;
	opacity: 1;
	top: -400px;
	opacity: 1;
	z-index: 999998;
	background-color: rgba(52, 73, 94, 0.9);
	-webkit-box-shadow: 5px 5px 8px 4px rgba(0,0,0,0.22);
	box-shadow: 5px 5px 8px 4px rgba(0,0,0,0.22);
	transition: all ease-out 0.9s;
	-webkit-transition: all ease-out 0.9s;
	border: solid 1px #CCCCCC;
	border-radius: 15px;
	transition: all ease-in-out 0.9s;
	-webkit-transition: all ease-in-out 0.9s;
}
.sync-wrapper-whi{
	background-color: rgb(214, 88, 50)!important;
	z-index: 999997;
}
.sync-wrapper-wip{
	background-color: rgba(103,14,13,1)!important;
	z-index: 999997;
}


.fl-title,.sync-title{
	background-color: rgba(235, 235, 235, 0.9);
	width:calc(100% - 10px);
	padding:10px 0px;
	padding-left:10px;
	display:block;
	justify-content: left;
	text-align: left;
	font-size:24px;
	font-weight:600;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright:10px;
}

.fl-content{
	background-color:rgba(235, 235, 235, 0.9);
	width:calc(100% - 20px);
	padding:10px;
	margin:0;
	display:block;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}


.fl-row{
	display:block;
	white-space: nowrap;
	padding-left: 5px;
}


.fl-close{
	position:absolute;
	right: 20px;
	top: 15px;
	cursor: pointer;
}
.fl-cell{
	background-color:#fff;
	-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.1);
	display:inline-block;
	border-radius:5px;
	width: 210px;
	margin-left: 4px;
	margin-top: 10px;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-top:4px;
	vertical-align: top;
}

.fl-cell2x{
	background-color: #fff;
	-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.1);
	display: inline-block;
	border-radius: 5px;
	width: 428px;
	margin-left: 4px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 4px;
	vertical-align: top;
}


.fl-cell4x{
	background-color:#fff;
	-webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.1);
	display:inline-block;
	border-radius:5px;
	width: calc(100% - 30px);
	margin-left: 4px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding:10px;
	white-space: normal;
}

.fl-cell-label{
	padding-left:10px;
	font-size:9px;
	font-weight:600;
	display:block;
}

.fl-cell-value{
	padding-left:10px;
	display:block;
}
.fl-cell-value small{
	font-size:9px;
	font-weight:600;
}



.fl-cell-value table thead td{
	font-weight:600;

}

.fl-cell-value table thead tr {
	background-color:#f7f7f7;
}

.fl-cell-value table td{
	font-size:11px;
	line-height: 13px;
	vertical-align:top;
}

#darklayer{
	width:100%;
	height:100%;
	position: absolute;
	left: 0px;
	top:0px;
	background:rgba(0,0,0,0.7);
	transition: opacity ease-out 0.9s;
	-webkit-transition: opacity ease-out 0.9s;
	opacity:0;
	pointer-events:unset;

}
#chk-wrapper {
	border: solid red 0px;
	width: 15px;
	height: 15px;
	margin: 0px;
	margin-top:2px;
	margin-bottom: 50px;
	margin-right:5px;
	padding: 0px;
}
#chk-accept{
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: -2px;
	margin-left: 1px;
}



@media (max-width: 980px){
	#contentwrap{
		padding: 20px;
	}
}

@media (max-width: 767px){
	body{
		padding: 0px !important;
	}

	#contentwrap{
		padding: 0px;
		margin-bottom: 20px;
	}

	#component{
		box-shadow: none;
		border-radius: 0px;
		border: none;
		padding: 15px;
	}

	#component .WHIDownload a {
		font-size: 14px;
		line-height: 20px;
	}
	
	h2{
		font-size: 20px !important;
		line-height: 31px !important;
	}

	#content .well ul{
		margin: 10px 0px;
	}
	#fl-wrapper, #sync-wrapper {
		width: 450px;
		left:calc(50% - 450px/2);
	}
	#chk-wrapper{
		margin-bottom:70px;
	}
}

@media (max-width: 560px){
	#component .WHIDownload .item {
		display: block;
		padding-bottom: 10px;
		border-bottom: 1px solid #999;
		margin-bottom: 10px
	}
	
	#component .WHIDownload .item:last-child{
		border-bottom: 0px solid #999;
		margin-bottom: 0px
	}
	
	#component .WHIDownload .linkwrap{
		display: block;
		margin-bottom: 5px;
	}
	#fl-wrapper, #sync-wrapper {
		width: 300px;
		left:calc(50% - 300px/2);
	}
	#chk-wrapper{
		margin-bottom:170px;
	}
}


