.wrapDynamicImageRow {
    background: #fcfcfc;
    margin: 2px auto;
    display: block;
    padding:10px;
    text-align:center;
    display: block;
}

#divRotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
 	transform: rotate(180deg);
}

.templateWrapper {
	width: 90%; 
	align: center; 
	margin: 0 auto;
}

.wrapDefaultTemplateList {
    background: #fcfcfc;
    margin: 20px auto;
    display: block;
    height: 300px;
    padding:20px;
    text-align:center;
}

.templateHeading {
	font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.outerWrapTemplate {
    display: block;
    width: 180px;
    height: 220px;
}

.wrapTemplate {
    background: #eee;
    margin: 10px auto;
    display: block;
    width: 160px;
    height: 200px;
    padding:10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    border : 1px solid #a1a1a1;
}

.wrapTemplate img {
    width: 100%;
    margin-top: 5px;
    height: 110px;
    width: 140px;
}

.labelTemplate {
	font-size: 15px;
    font-weight: bold;
    margin-top: 1px; 
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.wrapUserTemplateList {
	overflow-y: auto;
    background: #fcfcfc;
    margin: 20px auto;
    display: block;
    padding:20px;
    text-align:center;
}
.socialMediaIcon {
	margin-left: 10px;
	margin-right: 5px;
}

#divFloatleft {
	float: left;
}

.iconFix {
	margin-top: 31px;
	min-height: 1px;
	padding-left: 16px;
	padding-right: 15px;
	position: relative;
}

.panelForMessage {
	background-color: #f39c12;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	margin-left: 50px;
	margin-top: 5px;
	color: #7d2624;
}
.tdDraggable {
	padding-left: 10px;
}
#arrowcursor {
cursor: default;
    width: 140px;
    height: 30px;
    border-box: 2px solid blue;
    background-color : #3465a4;
border-color:#3465a4;
color:#ffffff;
border-radius: 5px;
padding : 6px 12px;
}