.preview{
	padding: 5px;
	width: 499px;
	color: black;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 12px;
	padding-bottom: 8px;
	padding-top: 8px;
	display: none;
	border: 1px solid #b3b3b3;
	border-top: 0px;
	border-bottom: 1px solid #e6e6e6;
	float: left;
}
.previewImages, .previewImage{
	width: 130px;
	margin-right: 12px;
	float: left;
	color: transparent;
}
.previewButtons{
	display: none;
	margin-bottom: 39px;
	margin-top: 12px;
}
.previewContent{
	font-size: 11px;
	width: 355px;
	float: left;
}
.previewTitle{
	font-weight: bold;
	font-size: 12px;
	margin: 0 auto 2px auto;
}
.previewTitle a{
	margin: 0 auto 0 auto;
}
.previewUrl{
	color: #666;
	font-size: 11px;
	margin: 0 auto 9px auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.previewDescription{
	margin: 0 auto 8px auto;
}
.previewTitle span, .previewDescription span{
	cursor: pointer;
	word-break: break-word;
}
.buttonLeftActive{
	background-image: url('/img/selectionButtons.gif');
	background-repeat: no-repeat;
	background-position: 0 -83px;
	width: 25px;
	height: 22px;
	float: left;
	cursor: pointer;
}
.buttonRightActive{
	background-image: url('/img/selectionButtons.gif');
	background-repeat: no-repeat;
	width: 25px;
	height: 22px;
	margin-right: 10px;
	background-position: -25px -83px;
	float: left;
	cursor: pointer;
}
.buttonLeftDeactive{
	background-image: url('/img/selectionButtons.gif');
	background-repeat: no-repeat;
	background-position: -50px -83px;
	width: 25px;
	height: 22px;
	float: left;
}
.buttonRightDeactive{
	background-image: url('/img/selectionButtons.gif');
	background-repeat: no-repeat;
	background-position: -75px -83px;
	width: 25px;
	height: 22px;
	margin-right: 10px;
	float: left;
}
.buttonLeftActive:active{
	background-image: url('/img/selectionButtons.gif');
	background-repeat: no-repeat;
	background-position: -100px -83px;
}
.buttonRightActive:active{
	background-image: url('/img/selectionButtons.gif');
	background-repeat: no-repeat;
	background-position: -125px -83px;
}
.photoNumbers{
	font-size: 10px;
	margin-top: 5px;
	float: left;
	margin-right: 10px;
}
.chooseThumbnail{
	font-size: 10px;
	color: #999;
	margin-top: 5px;
	float: left;
}
.previewLoading{
	float: right;
	margin-bottom: 2px;
	margin-right: 14px;
	border: 1px solid transparent;
	height: 12px;
}
.linkPreview, #retrieveFromDatabase{
	margin: auto;
	width: 100%;
}
.noThumbDiv{
	color: #333;
	font-size: 11px;
}
.noThumbCb{
	vertical-align: -2px;
	margin-right: 4px;
	margin-left: 0px;
	float: left;
}
.nT{
	float: left;
	width: 270px;
	margin-top: 3px;
	cursor: pointer;
}
.inputPreview{
	margin-left: -2px;
	font-size: 11px;
	padding: 3px 1px;
}
.text{
	width: 499px;
	height: 60px;
	border: 1px solid #b3b3b3;
	border-bottom: 1px solid #e6e6e6;
	resize: none;
	font-family: Arial;
	padding: 5px;
	color: grey;
}
.closePreview{
	float: right;
	background-image: url('/img/close.png');
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 15px;
	width: 15px;
	cursor: pointer;
}
.closePreview:hover{
	background-image: url('/img/close.png');
	background-repeat: no-repeat;
	background-position: left -32px;
}
.closePreview:active{
	background-image: url('/img/close.png');
	background-repeat: no-repeat;
	background-position: left -48px;
}
.postPreviewButton{
	padding: 4px 16px;
	background-image:  url('/img/backgrounds.png');
	background-repeat: no-repeat;
	background-position: 0 -49px;
	background-color: #5B74A8;
	border-color: #29447E #29447E #1A356E;
	border: 1px solid #1a356e;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	color: white;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	float: right;
}
.postPreviewButton:active{
	background-image: none;
	background: #4f6aa3;
}
.postPreview{
	background: #f2f2f2;
	padding: 2px;
	border: 1px solid #b3b3b3;
	border-top: 0px;
	width: 505px;
	margin-bottom: 20px;
	margin-top: -1px;
}

.previewPosted{
	padding: 15px;
	width: 96%;
	color: black;
	margin-bottom: 20px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 12px;
	border: 1px dashed #b3b3b3;
	float: left;
	background:#ffffff;
}
/*.previewPosted a{
	color: #ffffff;
}
.previewPosted a:hover {
	color: #ffffff;
	text-decoration: none;
}*/
/*.previewPosted a:hover{
	text-decoration: underline;
	color: #3B5998;
}*/
.previewImagesPosted{
	width: 250px;
	margin-right: 12px;
	float: left;
	cursor: pointer;
}
.previewContentPosted{
	font-size: 11px;
	width: 355px;
	float: left;
}
.previewImagePosted > a > img {width: 240px !important;}

.previewTitlePosted, .previewTitlePosted a{
	font-weight: bold;
	font-size: 12px;
	margin: 0 auto 2px auto;
	color: #3B5998;
}
.previewTitlePosted a:hover{
	text-decoration: underline;
	color: #3B5998;
}
.previewUrlPosted, .previewUrlPosted a{
	color: gray !important;
	font-size: 11px;
	margin: 0 auto 9px auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.previewUrlPosted a:hover{
	color: #3B5998;
	text-decoration: underline;
}
.previewDescriptionPosted{
	margin: 0 auto 8px auto;
}
.previewTitlePosted span{ 
	cursor: pointer;
	word-break: break-word;
}
 .previewDescriptionPosted span{ 
	word-break: break-word;
	color: gray;
}
.previewTextPosted{
	margin-bottom: 10px;
	word-break: break-word;
}
.videoPostPlay{
	background-image: url('/img/play.png');
	bottom: 5px;
	height: 26px;
	left: 5px;
	width: 35px;
	float: left;
	z-index: 1;
	margin-left: 5px;
	margin-top: -31px;
}
.view_more{background: #5575B5;
color: #fff;
font-size: 12px;
border-radius: 3px;
padding: 3px 8px;
display: none;
}




/* ng-sortable css file */
.as-sortable-item,.as-sortable-placeholder{
	min-height:20px;
	margin:1px 2px 5px 1px;
	border-radius:10px;
}
.as-sortable-item{
	border:solid 1px darkgrey;
	background-color:#fff;
}
.as-sortable-placeholder{
	border:1px dashed darkgrey;
	box-sizing:border-box;
	background-color:#dbdbdb;
	}
.as-sortable-drag{
	opacity:.8;
}



.categories {
	list-style: none outside none;
	margin: 10px 0 30px;
}

.item {
	/width: 200px;
	padding: 5px 10px;
	margin: 1.5rem;
	/*border: 2px solid #444;
	border-radius: 5px;
	background-color: #EA8A8A;*/
	
	font-size: 1.2rem;
	font-weight: bold;
	//text-align: center;
	cursor: pointer; 
	background-color: #ffffff;
    box-shadow: 1px 0px 5px hsla(180, 100%, 30%, 0.13);
	list-style-type: none;
}

.ui-sortable-helper {
  cursor: move;
}


/***  Extra ***/


.logList {
	margin-top: 20px;
	width: 250px;
	min-height: 200px;
	padding: 5px 15px;
	border: 5px solid #000;
	border-radius: 15px;
}

.logList:before {
	content: 'log';
	padding: 0 5px;
	position: relative;
	top: -1.1em;
	background-color: #FFF;
}



.floatleft {
  float: left;
}

.clear {
  clear: both;
}


/* td {
    background-color: #ffffff;
    box-shadow: 10px 10px 5px #888888;
} */