﻿.divShareNote
{
    clear: both;
    font-size: 13px;
    padding: 10px 0px;
}
.divShareNote ul
{
    margin-left: 18px;
}
.divShareNote ul li a
{
    color: #0078A3;
}
.previewNote
{
    text-align: center;   
}
.previewNote small
{    
    font-style: italic;
    margin-left: -20px;
}
.grayBorderWithoutBottom
{
    padding:10px;
    background:#fff;
    border-radius: 12px 12px 0 0px;
    -moz-border-radius:12px;
    border: 1px solid #E4E4E4;
    border-bottom: 0px;
    -webkit-border-radius:12px 12px 0 0px;
}

.grayBorderWithTop
{
    padding:10px;
    background:#fff;
    border-radius: 0px 0px 12px 12px;
    -moz-border-radius:12px;
    border: 1px solid #E4E4E4;    
    -webkit-border-radius:0px 0px 12px 12px;
}
.tblSingleRow tbody td.tag-area {
    padding:0px;
    resize: both;
}
.tag-area textarea {
    border:none;
    
	white-space:normal;
	background:none;
	
	/* Browsers have different default form fonts */
	overflow:hidden;
}
#embedTextCopy
{
    height: 80px;
}
.text-core .text-wrap .text-tags {
    padding-left:3px;
}
.h3 small
{
    font-size: 14px;
}

.h3 .developer
{
    color: #4D4D4D;
    font-family: verdana;
    font-size: 15pt;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
}
.ShareWidgetHeader:after, .ShareWidgetContainer:after, .ShareWidgetFooter:after
{
    display: table;
    content: '';
    clear: both;
}
.ShareWidgetHeader
{
    margin-bottom: 20px;
}
.ShareWidgetHeader h3
{
    color: #29AAE1;
}
.ShareWidgetContainer .tblSingleRow th
{
    width: 64px;
    padding-left: 1px;
    padding-right: 20px;
}
#dvEmailContainer
{
    display: none;
}
.rightAlign
{
    text-align: right;
}

.rightAlign .btn
{
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    padding: 8px 20px;
    text-transform: capitalize;
    border: 1px solid transparent;
}

.contentInner
{
    line-height: 18px;
    padding: 10px;
}

.contentInner p.shareText
{
    padding-bottom: 25px;
}

div.right .btn
{
    margin-left: 10px;
}

.divMidtainer:after
{
    clear: both;
    content: '';
    display: table;
}

.ShareWidgetContainer input[type="text"]
{
    width:100%;
    box-sizing: border-box;
    border-color: rgba(0,0,0,0);
}

.point
{
    cursor: pointer;
}

#dvShareSent
{
    margin: auto;
    font-size: 115%;
    font-weight: bold;
    text-align: center;
}

#dvShareSent #spShareAgain
{
    color: #0078A3;
    padding-top: 15px;
}

.divembedNow
{
    clear: both;
    float: left;
    display: inline;
}

.divembedSubheader
{
    float: left;
    color: #0078A3;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 0px 6px;
}
.ShareWidgetContainer .share-text span
{
    width: 100%;
    display:block;
    word-wrap:break-word;
    -ms-word-wrap:break-word; 
    -moz-word-wrap:break-word;
    -webkit-word-wrap:break-word;   
}
.ShareWidgetFooter .sharelinks
{
    cursor: pointer;
    line-height: 16px;
}

.ShareWidgetFooter
{
    color: #6d6d6d;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #F2F2F2;
    border-top: 1px solid #CCCCCC;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}

.ShareWidgetFooter div.sharelinks img.left
{
    float: left;
    padding-top: 2px;
    margin-right: 6px;
}

.divFootainer
{
    clear: both;
    margin: 10px auto;
    margin-top: 0px;
}

.divFootainer table
{
    width: 100%;
    margin-bottom: 10px;
}

.divFootainer table td
{
    text-align: right;
}

.divFootainer table td:last-child
{
    width: 248px;
}

.ShareWidgetContainer input:-ms-input-placeholder, .ShareWidgetContainer textarea:-ms-input-placeholder
{
    color: #999999;
}

#dvEmbedWidget
{
    margin: 0 25px;
}
.embed-preview
{
    margin: 10px auto;
    width: 50%;
    height: 365px;
}

.actionFooter:after
{
    content: '';
    clear: both;
    display: table;
}

.actionFooter
{
    padding: 0px;
}

.actionFooter .actionleft
{
    width: 80%;
    float: left;
}

.actionleft small
{
    display: block;
    padding-top: 12px;
}

.actionFooter .actionright
{
    float: right;
    text-align: right;
}
.tblSingleRow thead td, .tblSingleRow tbody td, .tblSingleRow tfoot td
{
    padding: 5px 10px;
}
.dvProjectImage {
    margin-bottom: 16px;
}
.dvProjectImage img
{
    max-width:100px;
}
.dvProjectImage img:nth-child(2)
{
    float:right;
}
div.gridTable
{
    font-size:14px;
    margin-bottom: 20px;
}
div.ShareWidgetContainer div.gridTable:last-child
{
    margin-bottom:0px;    
    }
.dvProjectImage > table
{
    width:100%;
}
.dvProjectImage > table > tbody > tr > td:nth-child(1)
{
    vertical-align:bottom;
}
.dvProjectImage > table > tbody > tr > td:nth-child(2)
{
    vertical-align:bottom;
    text-align:right;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
    .share-text span, .ShareWidgetContainer .share-text span
    {
        width: 236px;   
    }
}