
/* *********************************************************************** */

.liveurl-loader {
    display: none;
    width: 16px;
    height: 11px;
    margin: 10px 0;
    background: url('/images/url-loader.gif');
    
}

/* *********************************************************************** */



/* ********************************************************************* */
/* ********************************************************************* */
/* ********************************************************************* */
.URLIncludePreview {
    background: #fff3d1;
    border: 1px dashed #0085c8;
    display: inline-block;
    max-width: 900px;
}


.URLIncludeWrapper {
	display: table;
}
.URLIncludeWrapperTR {
	display: table-row;
	vertical-align: middle;
}

.URLIncludeImage {
	display: table-cell;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle !important;
	height: 100%;
}

.URLIncludeImage img {
	width: auto;
	max-height: 220px;
	max-width: 220px;
	margin: 10px;
	border:3px solid #ffffff;
	outline:1px solid #000000;
}

.URLIncludeInfoContainer {
	display: table-cell;
    text-align: left;
	vertical-align: middle;
    padding: 10px 10px 10px 10px !important;
}

.URLIncludeTitlePreview {
	/* width: 200px; */
    display: block;
    padding: 0px 4px 4px 4px;
    text-align: left;
}

.URLIncludeTitlePreview a {
    font-weight: bold;
    font-size: 19px;
	overflow: hidden;
	color: #000000;
	white-space: normal;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.URLIncludeTitlePreview a:hover {color : #0066cc; text-decoration: none} */
.URLIncludeTitlePreview a:active {color : #ff0000; text-decoration: none} */

.URLIncludeDescriptionPreview {
	width: 200px;
    display: block;
    padding: 0px 4px 4px 4px;
    text-align: left;
}

.URLIncludeDescriptionPreview a {
	font-size: 14px;
    font-weight: normal;
	overflow: hidden;
	color: #000000;
	white-space: normal;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.URLIncludeDescriptionPreview a:hover {color : #0066cc; text-decoration: none} */
.URLIncludeDescriptionPreview a:active {color : #ff0000; text-decoration: none} */

.URLIncludeURL {
	width: 200px;
    display: block;
    padding: 0px 4px 4px 4px;
    text-align: left;
}
.URLIncludeURL a {
	font-size: 14px;
    font-weight: 600;
	color: #000000;
	white-space: normal !important;
	word-wrap: break-word !important;
	-ms-word-break: break-all !important;
	word-break: break-all !important;
	word-break: break-word !important;
	-webkit-hyphens: auto !important;
	-moz-hyphens: auto !important;
	hyphens: auto !important;
}

.URLIncludeURL a:hover {color : #0066cc; text-decoration: none} */
.URLIncludeURL a:active {color : #ff0000; text-decoration: none} */

iframe {
	border:3px solid #ffffff;
	outline:1px solid #000000;

}


/* ********************************************************************** */
/* ********************************************************************** */
/* ********************************************************************** */


@media screen and (max-width: 640px) {

	.URLIncludeWrapper {
		display: block;
	}
	.URLIncludeWrapperTR {
		display: block;
	}

	.URLIncludeImage {
		display: block;
		margin: 0px;
		padding: 0px;
		text-align: center;
		vertical-align: middle;
	}
	.URLIncludeImage img {
		max-width: 90%;
	}

	.URLIncludeInfoContainer {
		display: block;
		text-align: left;
		vertical-align: middle;
	}
}

/* ********************************************************************** */
/* ********************************************************************** */
/* ********************************************************************** */

