/* css reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Roboto', sans-serif;
}
input, select {
    outline: none;
}

.header {
	display: block;
	width: 100%;
	background: #fff;
	border-top: 9px solid #006540;

  }

  div#content {
	max-width: 1100px;
	margin: 0 auto;
}


.badge {
    display: inline-block !important;
    padding: .25em .4em !important;
    font-size: 12px;
    font-size: 0.8em !important;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    margin-right: 10px;
}
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	margin-bottom: 50px;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
	box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}
#header.full-header #logo {
	padding-right: 30px;
	margin-right: 30px;
}

#AccountStats_tblAccountDetail {
    display: table;
}
.card-title {
    display: block;
    cursor: default;
    padding: 3px 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 1.3em;
    white-space: nowrap;
    margin-bottom: 5px !important;
    min-width: 210px;
    min-height: 29px;
    background-color: #E7E7E7;
    color: #000000;
    line-height: 1.5em;
}

.card-footer {
    margin-bottom: -10px;
    background-color: #ddd;
    font-style: italic;
    font-size: 0.8em;
    text-align: right;
}
.card-body {
    min-height: 20px;
    background-color: #eee;
}

.card {
  background: #fff;
	display: inline-block;
  height: 300px;
  margin: 1rem;
  position: relative;
  width: 300px;
}	

.member-center-card .card-title, .account-details-card .card-title {
    margin-top: -10px;
}

.dkim-domain-list .card-title, .dkim-domain-list .member-center-card {
    min-width: unset !important;
}

.member-center-card, .account-details-card {
    background: #fff;
	display: table;
	border-width: medium;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  	transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1);
	min-width: 210px;
    width: 100%;
	padding: 10px 0;
    border-collapse: separate;
}
.member-center-card a {
    font-size: 15px;
}
.member-center-card a, .account-details-card a {
    padding: 5px 10px !important;
}

.member-center-card td, .account-details-card td {
    padding: 0;
    line-height: 2em;
}
	
.member-center-card:hover {
	border-width: medium;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    -moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.account-details-card {
    margin-top: 10px;
}

/* Removes the Compose title */

#lblHeadingNewMsg {
	display: none !important;	
}

#Bottom_imgPoweredBy:hover{
	border-bottom: none !important;	
}



table#Top_tblTop 
{
	width: 100%;
}

.BigLogoCell, .SmallLogCell {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.gridview {
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
}

.gridview td  {
    padding: 1px 4px 1px 4px;
}

.gridview th {
    padding: 5px 5px 5px 5px;
    text-align: left;
}

.gridview th a{
    color: blue;
    text-decoration: none;
}

.gridview th a:hover{
    color: #003300;
    text-decoration: underline;
}

.gridview td a{
    color: blue;
    text-decoration: none;
}

.gridview td a:hover {
    color: red;
    text-decoration:underline;     
}

.gridViewHeader {
    background-color: #0066CC;
    color: #FFFFFF;
    text-align: left;
}

.gridViewRow {
    background-color: #99CCFF;
    color: #000000;
}

.gridViewAltRow {
    background-color: #FFFFFF;
}

.gridViewSelectedRow {
    background-color: #FFCC00;
    color: #666666;
}

/* Of course, this doesn't work with IE6. Works fine with Firefox, though. */
.gridview tr.gridViewRow:hover td, .gridview tr.gridViewAltRow:hover td {
    background-color: #CCCCCC;
    color: #000000; 
}

.gridViewPager 
{
    background-color: #0066CC;
    color: #FFFFFF;
    text-align: left;
}

.gridViewPager td  {
    padding: 3px;
}

.gridViewPager td a {
    color: #FFFFFF;
    text-decoration: none;
}

.gridViewPager td a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

/* The currently selected page number is rendered by ASP.NET in a span tag in the td. */
.gridViewPager span {
    color: #000000;
}

#divGridView {
    margin-top: 1.5em;
}
pre
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size:100%;
	font-family: monospace;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section 
{
	display: block;
}


/* Center on page css */

body {
	margin: 0;
}


#ucMsgList {
	
	
	
	margin-right: 20px;
	    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
	
}


body, span, td {
	font-family: 'Roboto', 'Univers Com', sans-serif;
} 

a {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    color: #083b4e !important;
    font-weight: 500;
}

form#MsgList
{
	margin: 0 auto;
}


#msgform {
	margin: 0 auto;
}




A:link, A:visited, A:active
{
	color: #679938;
}

/* Correct padding without eliminating default list formatting */
ol, ul
{
    margin-left: 1.75em;
    padding: 0;
}

blockquote, q 
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
}

body, select, option, input, textarea, td 
{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
	line-height: 1.3em;
}

.NavBarTop {
    display: flex;
    height: 43px;
    width: 100%;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 1;
    margin-bottom: 15px;
}

.smc-navbar {
    flex: 1;
    display: flex;
    flex-direction: row;
    padding: 0 10px;
    align-items: center;
    max-height: 40px;
}

.smc-navbar-col * {
    color: inherit !important;
}

.NavBar {
    font-family: 'Open Sans', sans-serif;
    display: block !important;
    color: inherit !important;
}

.dm-top-navbar .NavBarTop {
	background-color:#82B2CF;
	margin-bottom: 10px !important;
    min-height: 40px;
}

.dm-top-navbar, #rowToEmail, #rowCcEmail, #rowBccEmail, #subject {
    z-index: 1;
}

.input-area {
    z-index: 1;
}

.NavBarTop td {
    padding: 0 10px 2px 10px;
    font-size: 16px;
    font-weight: 200;
    vertical-align: middle;
}

A:link.NavBar,A:visited.NavBar,A:active.NavBar, A:hover.NavBar, .NavBar, .menu-item
{
	font-size:  16px;
    font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}
.btn a:hover {
    text-decoration: none !important;
}

.NavBarTop a:hover {
    text-decoration: none !important;
}
.NavBarBottom a:hover {
    text-decoration: underline !important;
}

#Top_tcHome:hover {
    background-color: transparent !important;
}

.NavBarTop td#Top_tcSpacer:hover
{
	background-color: transparent!important;
}


.NavBarBottom td 
{
	width:100%;
	padding-top:1px;
	padding-bottom:1px;
	padding-right:7px;
}

.NavBarBottom {
	margin-top: 40px;
	background-color: #82b2cf;
    min-height: 40px;
}

.NavBarBottom td {
	padding: 5px 25px 5px 0;
	padding-left: 2em;
}

.Heading span {
    font-size: 1.5rem !important;
	color: #606060;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.06rem;
}

A:hover.NavBar
{
    color:inherit !important;
	text-decoration: none;
	
}

A:link,A:visited,A:active
{
	color:rgb(73, 73, 73);
	text-decoration:none;
}	

.pointer-default, .pointer-default:hover {
    cursor: default !important;
}

.cursor-pointer, .cursor-pointer:hover {
    cursor: pointer !important;
}

#Top_hlHome, #Top_tcSpacer, #Top_hlHome:hover, #Top_tcSpacer:hover {
    cursor: default !important;
}

a:hover {
    text-decoration: underline !important;
}

A:hover.Inverse
{
	color:#fff;
	text-decoration:underline;
}

A:link.Inverse,A:visited.Inverse,A:active.Inverse
{
	color:#fff;
	text-decoration:none;
}

td
{
	color:#000;
    padding: 5px 5px 5px 0;
}

div.instruction
{
    margin: 7px;
    font-size: 1.15em;
}

div.error, .error-message
{
    color: #f00;
}

fieldset
{
    border: 0;
    margin-bottom: 15px;
}

div.section
{
    font-size: 1.25em;
    font-weight: bold;
}

label.required, a.required
{
    white-space: nowrap;
    font-weight: bold;
}

td.heading
{
    font-size: 1.15em;
    font-weight: bold;
    padding-top: 9px;
}

input.btnSubmit
{
    margin: 3px 5px;
}

#ucMsgList_tblPages span, #ucMsgList_tblPages a {
    margin-right: 10px;
}
#ucMsgList_cmdFilter {
	margin-left: 10px;
}

#ucMsgList_cmdDelete, #ucMsgList_cmdDelete2 {
	margin-right: 10px;
}

/* Class Selectors */

.SimpleText,.SimpleLink:link,.SimpleLink:visited,.SimpleLink:active,.SimpleLink:hover,.SimpleLink:visited:hover
{
	color:#006540;
	text-decoration:none;
}

.MessageHeaderField
{
	width:99%;
}

.MessageHeaderFieldAuto 
{
	width:99%;
	overflow:auto;
}

.MessageHeaderFieldAutoSmall 
{
	width:90%;
	overflow:auto;
}

.ButtonHoverOn 
{
	border-bottom: 2px solid #0066CC;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFF4CC', EndColorStr='#FFD091');
	cursor:pointer;
}

.ButtonHoverOff 
{
	 border-bottom: 2px solid transparent;  
	cursor:pointer;
}

#tdSendCertified
{
    font-weight: bold;
	border: 1px solid transparent;
	
}

.AdminTableHeading
{
	color: #fff;
	font-weight:bold;
	background-image:url(img/AdminHeadingBackground.gif);
	background-color:#45a;
}

.AdminHeading
{
	font-size:1.6em;
	font-weight:bold;
}

.AdminColumn
{
	color:#fff;
	font-size:0.7em;
	font-weight:bold;
	background-image:url(../images/forumColumnBackground.gif);
}

.AdminTable
{
	background-color:#fff;
}

.AdminLinksColumn
{
	background-color:#def;
}

.AdminItemName
{
	font-weight:bold;
	font-size:0.9em;
}

.AdminItemDesc
{
	font-size:0.7em;
}

.AdminSubTable
{
	 width:100%;
	 border:1px solid #cde;
}

.A
{
	border:1px solid #000;
	text-decoration:none;
	background-image:url(img/btnbgcolor.gif);
}

#rowMsgActions {
    padding-bottom: 10px;
}

.AttachmentsTableHeading
{
	color:#fff;
	background-color:#900;
	font-weight:bold;
}

.AttachmentsTableRow
{
	color:#369;
	background-color:#F0F0F0;
}

.BodyInverse
{
	background-color:#BFD5EA;
}
	
.Button
{
	font-size:0.8em;
}
	
.Caption
{
	font-size:0.7em;
}

.CollapseLink
{
	color:#33c;
	text-decoration:none;
}

.ErrorMsg
{
	color:#f00;
	font-weight:bold;
    line-height: 37px;
}

#mfaErrorMessages .ErrorMsg {
    display: none;
}

.ExpandLink
{
	color:#33c;
}

.FaqHeading
{
	font-weight:bold;
	color:#922;
}

.Heading
{
	font-size: 1.5em;
	font-weight: 100;
	font-family: 'Open Sans', sans-serif;
}


.title-header { 

	color:#990034;
	
	vertical-align: text-bottom;
	  font-size: 1.2em;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif; 
}


.subtitle-header {

	vertical-align: text-bottom;
font-size: 1em;
  font-weight: 100;
  font-family: 'Open Sans', sans-serif; 	
}

.Heading2
{
	font-size: 0.9em;
	font-weight:bold;
}
	
.HeadingInverse
{
	color:#fff;
	font-size: 0.9em;
	font-weight:bold; 
	background-color:Navy;
}
	
.HeadingWhite
{
	color:#fff;
	font-weight:bold; 
	background-color:Transparent;
}

.HeadingRed
{
	color: #ff0000;
	font-size: 1.1em;
	font-weight:bold; 
}
.Hidden {
	display: none;
}

.InversePanel
{
	color:#fff;
	background-color:Navy;
}

.InverseCaption
{
	color:Silver;
	font-size: 0.7em;
}

.Label
{
	font-weight:bold;
}

.LabelValue
{
	font-weight:normal;
}

.ListTableHeading td {
	padding: 5px 6px;
	color: #333333;
	vertical-align: middle;
}

.ListTableHeading a {
	color: #333333;
}

table#ucMsgList_tblMsgList {
	margin: 15px 0; 
}

table#ucMsgList_tblMsgList td, table#ucMsgList_tblMsgList td {
	padding: 10px 8px;		
}
.MessageList  * {
    font-size: 1.1rem !important;
}

table#ucMsgList_tblMsgList td table td {
	padding: 0;
}

.MessageList td
{
	padding-top:1px;
	padding-bottom:1px;
}

.ListTableRow1 {
	background: #f6f6f6;
}

.ListTableRow2
{
	color:#369;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.ListTableRow2:hover {
    background-color: #F4F4F4;
}

.MsgSecurityValue
{
	color:#000;
}

span.MsgSecurityValue_Valid
{
	color:#009900;
	text-align:right;
}

span.MsgSecurityValue_Invalid
{
	color:#990000;	
	text-align:right;

}

span.MsgSecurityValue_NotApplied
{
	color:#090909;
	text-align:right;

}

.MsgSecurityValuePassed
{
	color:#0f0;
}
	
.Note
{
	color:#369;
	background-color:#F0F0F0;
}
	
.PagesTable
{
	color:Navy;
	font-weight:normal;
}
	
.ReadMsgHeaderKeyCell .AttachListKeyCell
{
	color:#369;
	background-color:#fff;
	font-size: 0.8em;
	text-align: right;
}

.ReadMsgHeaderKeyCell {
    white-space: nowrap;
}

.ReportHeader
{
	font-weight:bold;
	color:#fff;
	background-color:Navy;
}

.ReportItem
{
	background-color: #cde;
}

.line{
    width: 100%;
    height: 0;
    border-bottom: 2px solid #E7E7E7;
    margin-top: 7px;
    margin-bottom: 7px;
}

.SAME
{
	color: gray;
}

.SelectedPagesCell
{
	color:Navy;
	font-weight:bold;
}

.ShadedRowLight
{
	background-color:#eef
}

.ShadedRow
{
	background-color:#cde
}

.ShadedRow2
{
	background-color:Navy;
	font-size: 0.7em;
	color:#fff;
}

.TableHeading
{
	font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    cursor: default;
}

.TableRowHeading
{
	font-size: 0.8em;
	font-weight:bold; 
}
	
.TableRowHeadingInfo
{
	font-size: 0.8em;
	font-weight:bold; 
	padding-left:10px; 
}

.TableCellHeading
{
	text-align:right; 
	padding-right:3px;
}

.TrustHeading
{
	color:#369;
}

.TxtMessageBody
{
	width:99%;
}	

.typeDesc 
{
    font-size: 1.15em;
    font-weight: bold;
}

.UsrListTableHeading
{
	color:#fff;
	font-weight:bold;
}

.UsrListTableRow1
{
	color:#000;
	background-color:#F0F0F0;
}

.UsrListTableRow2
{
	color:#fff;
	background-color:#fff;
}

.UsrListTableRow1 td, .UsrListTableRow2 td {
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle !important;
    height: 50px;
    line-height: 21px;
}

.Warning
{
	color:#f00;
}

.WarningMessage
{
	background-color:#F0F0F0;
	font-size: 0.8em;
	color:#f00; 
}

p.MsoNormal, li.MsoNormal, div.MsoNormal
{
	margin:0;
}

.CenterContents {
	width: 50%; 
	margin: 0 auto;
}

/* ID Selectors */

#brand_header
{
	width:100%;
	height:57px;
	margin:0 auto;
	clear:both;
	position:relative;
}

#brand_logo
{
	width:100%;	
	height:56px;
	margin:0 auto;
	background:url(img/dm_logo.gif) 0 0 no-repeat #fff;
    background-position: 20px;
	padding: 0;
	position:absolute;
	top:0;
	left:0;
}

#sslStatus
{
	padding:3px 0;
}

@media screen and (max-width: 1500px) {
    #frmTOS, #frmTOS p, #frmTOS ol, #frmTOS li {
        margin-left: 3em !important;
        margin-right: 3em !important;
    }
    #frmTOS p {
        padding-left: 50px !important;
    }
}

@media screen and (max-width: 1200px) {
    #frmTOS, #frmTOS p, #frmTOS ol, #frmTOS li {
        margin-left: 1em !important;
        margin-right: 1em !important;
    }
    #frmTOS p {
        padding-left: 20px !important;
    }
}

#login-form td {
    padding-top: 0 !important
}

#Table1 {
    margin: -20px 0 0 35px;
}
#Table2 {
    margin-top: -20px;
}
#tblMessages {
    padding-bottom: 10px;
}
.card-icon {
    padding-left: 5px;
    position: relative;
    top: -5px;
}


/* INBOX */

header {
	padding-left: 2em;
	text-align: center;
}
article {
  padding: 15px;
    margin-top: 5px;
    max-width: 99%;
    margin-left: auto;
    margin-right: auto;
}

input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 10px !important;
  margin: 0px !important;
  vertical-align: middle;
}
.MessageList input[type="checkbox"],
.checkbox input[type="checkbox"],   
.checkbox-inline input[type="checkbox"] {
    padding: 0 !important;
}
.MessageList input[type="checkbox"]:checked:before, 
.checkbox input[type="checkbox"]:checked:before, 
.checkbox-inline input[type="checkbox"]:checked:before {
    top: 0;
    left: 7px;
}
.MessageList img {
    padding-right: 5px;
}

input[type="checkbox"]:focus,
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
  outline: none;
}
input[type="checkbox"]:focus:after,
.checkbox input[type="checkbox"]:focus:after,
.checkbox-inline input[type="checkbox"]:focus:after {
  border-color: #2196f3;
}
input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 18px !important;
  height: 18px !important;
  margin-top: -2px;
  margin-right: 5px;
  
  border: 1px solid rgba(43, 43, 43, 0.28);
  border-radius: 2px;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}

input[type="checkbox"]::-ms-check,
.checkbox input[type="checkbox"]::-ms-check,
.checkbox-inline input[type="checkbox"]::-ms-check {
  content: "";
  display: block;
  width: 18px !important;
  height: 18px !important;  
  margin-right: 5px;
  
  border: 1px solid rgba(43, 43, 43, 0.28);
  border-radius: 2px;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}

input[type="checkbox"]:checked:before,
.checkbox input[type="checkbox"]:checked:before,
.checkbox-inline input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 16px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid #fff;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
	background-color: #2196f3 !important;
	border-color: #82b2cf;
}

input[type="checkbox"]:checked::-ms-check,
.checkbox input[type="checkbox"]:checked::-ms-check,
.checkbox-inline input[type="checkbox"]:checked::-ms-check {
	background-color: #2196f3 !important;
	border-color: #82b2cf;
	color: #ffffff;
}
input[type="checkbox"]:disabled:after,
.checkbox input[type="checkbox"]:disabled:after,
.checkbox-inline input[type="checkbox"]:disabled:after {
  border-color: #bbbbbb;
}
input[type="checkbox"]:disabled:checked:after,
.checkbox input[type="checkbox"]:disabled:checked:after,
.checkbox-inline input[type="checkbox"]:disabled:checked:after {
  background-color: #bbbbbb;
  border-color: transparent;
}
	
.ListTableRow1 {
    color: transparent;
    background-color: #FFFFFF
}

.ListTableHeading {
    color: #fff;
    background-color: #FFFFFF !important;
    font-weight: bold;
    border-bottom: 2px solid #82b2cf;
    margin-bottom: 15px;
}
	
	A:link, A:visited, A:active {
    color: #292525;
    text-decoration: none;
}
	
input[type=text], input[type=password] {
    width: auto;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    background-color: white;
	background-position: 10px 10px;
    background-repeat: no-repeat;
	-webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

input[type=text]::placeholder, input[type=password]::placeholder {
    color: rgb(0, 0, 0);
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
    margin-right: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
    min-height: 32px;
}

.dropdown-small {
    position: relative;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-left-35 {
    margin-left: 35px !important;
}

.no-hover-color:hover {
    background-color: unset !important;
    background-color: transparent !important;
}

.outerside {
    border-bottom: solid 1px #4d494a;
    padding-bottom: 10px;
    padding-top: 20px;
}

#tdMessageDisclaimer {
    padding-bottom: 25px;
}

.inline-flex {
    display: inline-flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.inline-checkbox label {
    padding-left: 5px !important;
    line-height: 37px !important;
}

.margin-top-0 { margin-top: 0 !important; }
.margin-top-5 { margin-top: 5px !important; }
.margin-top-10 { margin-top: 10px !important; }
.margin-top-20 { margin-top: 20px !important; }
.margin-top-30 { margin-top: 30px !important; }
.margin-top-40 { margin-top: 40px !important; }
.margin-top-50 { margin-top: 50px !important; }
.margin-top-80 { margin-top: 80px !important; }
.margin-left-0 { margin-left: 0 !important; }
.margin-left-5 { margin-left: 5px !important; }
.margin-left-10 { margin-left: 10px !important; }
.margin-left-20 { margin-left: 20px !important; }
.margin-left-30 { margin-left: 30px !important; }
.margin-left-40 { margin-left: 40px !important; }
.margin-left-50 { margin-left: 50px !important; }
.margin-bottom-0 { margin-bottom: 0 !important; }
.margin-bottom-5 { margin-bottom: 5px !important; }
.margin-bottom-10 { margin-bottom: 10px !important; }
.margin-bottom-20 { margin-bottom: 20px !important; }
.margin-bottom-30 { margin-bottom: 30px !important; }
.margin-bottom-40 { margin-bottom: 40px !important; }
.margin-bottom-50 { margin-bottom: 50px !important; }
.margin-right-0 { margin-right: 0 !important; }
.margin-right-5 { margin-right: 5px !important; }
.margin-right-10 { margin-right: 10px !important; }
.margin-right-20 { margin-right: 20px !important; }
.margin-right-30 { margin-right: 30px !important; }
.margin-right-40 { margin-right: 40px !important; }
.margin-right-50 { margin-right: 50px !important; }

.padding-top-0 { padding-top: 0 !important; }
.padding-top-5 { padding-top: 5px !important; }
.padding-top-10 { padding-top: 10px !important; }
.padding-top-20 { padding-top: 20px !important; }
.padding-top-30 { padding-top: 30px !important; }
.padding-top-40 { padding-top: 40px !important; }
.padding-top-50 { padding-top: 50px !important; }
.padding-left-0 { padding-left: 0 !important; }
.padding-left-5 { padding-left: 5px !important; }
.padding-left-10 { padding-left: 10px !important; }
.padding-left-20 { padding-left: 20px !important; }
.padding-left-30 { padding-left: 30px !important; }
.padding-left-40 { padding-left: 40px !important; }
.padding-left-50 { padding-left: 50px !important; }
.padding-bottom-0 { padding-bottom: 0 !important; }
.padding-bottom-5 { padding-bottom: 5px !important; }
.padding-bottom-10 { padding-bottom: 10px !important; }
.padding-bottom-20 { padding-bottom: 20px !important; }
.padding-bottom-30 { padding-bottom: 30px !important; }
.padding-bottom-40 { padding-bottom: 40px !important; }
.padding-bottom-50 { padding-bottom: 50px !important; }
.padding-right-0 { padding-right: 0 !important; }
.padding-right-5 { padding-right: 5px !important; }
.padding-right-10 { padding-right: 10px !important; }
.padding-right-20 { padding-right: 20px !important; }
.padding-right-30 { padding-right: 30px !important; }
.padding-right-40 { padding-right: 40px !important; }
.padding-right-50 { padding-right: 50px !important; }

.unopened-icon {
    position: inherit !important;
    top: 50% !important;
}

.dm-container {
    margin: 0 30px;
    margin: 0 2rem;
}

.title-margin {
    margin: 0 30px 0 0;
    margin: 0 2rem 0 0;
}

.WarningMessage {
    background-color: unset !important;
    border: none !important;
}

input[type="text"], input[type="password"], input[type="submit"] {
    min-height: 30px;
    line-height: 20px;
    height: 32px;
    vertical-align: middle;
}

input[type="text"], input[type="password"] {
    text-indent: 5px;
    padding: 0;
}

select {
    min-height: 30px;
    border: 2px solid #ccc;
    border-radius: 4px;
    vertical-align: middle;
    height: 32px;
}

#tblUMHeading input[type="text"], #tblUMHeading input[type="password"] {
    min-height: unset;
    max-width: 140px;
}

.cke_toolbox_collapser {
    display: none;
}

#ucMsgList_tblHeader td {
    padding: unset;
}

.text-right {
    text-align: right;
}

.display-inline {
    display: inline;
}

.menu-item:hover {
    text-decoration: none !important;
}
.menu-item {
    text-overflow: ellipsis;
    text-decoration: none;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 3px 5px;
    white-space: nowrap !important;
    color: inherit !important;
    line-height: 30px;
}

.help-link {
    margin-top: -3px;
}

.menu-item-cell:hover .menu-item {
    text-decoration: none !important;
}
.menu-item-cell-container {
    width: auto;
    margin: 4px 5px 8px 5px !important;
    max-width: 220px;
    cursor: pointer;
    max-height: 33px;
}
.menu-item-cell-container.active {
	margin-bottom: 5px !important
}

#Bottom_hlPoweredBy {
    white-space: nowrap;
    line-height: 1em;
}

.cke_skin_v2 .cke_resizer { 
    display: none !important; 
}

#lblMsgDirText {
    white-space: normal;
}
.upUploadBox {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    position: relative;
    width: auto !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    min-height: 50px;

}
.upButtons {
    position: absolute !important;
    right: 0;
    top: 0 !important;
    width: 90px;
    text-align: center;
    border-left: 1px solid rgb(240, 240, 240);
    height: 100%;
    display: flex;
    display: none;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.upContainerNormal {
	display: flex;
    height: 50px;
    min-height: 50px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    flex-basis: 100%;
    flex: auto;
    min-width: calc(100% / 6 - 1px);
    max-width: calc(100% / 6);
    -webkit-box-shadow: 0 0 1px 1px #CCCCCC;
    -moz-box-shadow: 0 0 1px 1px #CCCCCC;
    box-shadow: 0 0 1px 1px #CCCCCC;
    overflow: hidden;
}
@media screen and (max-width: 2100px) {
    .upContainerNormal {
        min-width: calc(100% / 4 - 1px);
        max-width: calc(100% / 4);
    }
}

@media screen and (max-width: 1600px) {
    .upContainerNormal {
        min-width: calc(100% / 3 - 1px);
        max-width: calc(100% / 3);
    }
}

@media screen and (max-width: 1024px) {
    .upContainerNormal {
        min-width: calc(100% / 2 - 1px);
        max-width: calc(100% / 2);
    }
}

@media screen and (max-width: 800px) {
    .upContainerNormal {
        min-width: calc(100% / 1 - 1px);
        max-width: calc(100% / 1);    
    }
}

.icon-container {
    text-overflow: ellipsis;
}
.upContainerNormal 

.works-in-ie input[type="checkbox"]:checked ~ .checked
{
    display: inline-block;
}
.works-in-ie input[type="checkbox"]:checked ~ .unchecked
{
    display: none;
}
.works-in-ie input[type="checkbox"] ~ .checked
{
    display: none;
}
.works-in-ie input[type="checkbox"] ~ .unchecked
{
    display: inline-block;
}

.works-in-ie input[type="checkbox"] {
    display: none;
}

.works-in-ie td {
    position: relative !important;
    left: 20px;
}

.dm-border-bottom {
    border-bottom: 1px solid #336699;
}

.flex {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.dm-checkbox-container {
    display: flex;
    width: 100%;
    vertical-align: middle;
}

.dm-checkbox-container label {
    line-height: 2.4em;
}

.cke_skin_v2 .cke_rcombo .cke_text {
    height: auto !important;
    padding: 5px 5px 5px 6px !important;
    min-width: 70px;
}

a .btn {
    vertical-align: middle;
    line-height: 25px;
    outline: none;
}

.btn-primary a {
    color: rgb(8,59,78) !important;

}
input[type='submit'] {
    background-color: white;
    padding: 5px 10px !important;
    vertical-align: middle;
}
.btn-sm {
    cursor: pointer;
}
.btn-custom, .btn, input[type='submit'] {
    border: 1px solid rgb(8,59,78) !important;
    color: rgb(8, 59,78);
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.5s ease-in-out;
    border-radius: 6px;
    overflow: visible;
}

.btn-primary {
	background-color: rgba(8, 59, 78, 0.1) !important;    
    color: rgb(8,59,78) !important;
}

.btn-custom:hover, .btn:hover, input[type='submit']:hover {
    background-color: rgba(8, 59, 78, 0.2) !important;
    box-shadow: 0px 0px 1px 1px rgba(8,59,78,0.75);
    -webkit-box-shadow: 0px 0px 1px 1px rgba(8,59,78,0.75);
    -moz-box-shadow: 0px 0px 1px 1px rgba(8,59,78,0.75);
}

.btn:active, .btn:focus {
    outline: none !important;
}

.btn-social, .btn-social a {
    color: #FFFFFF !important;
}

.btn-social:hover {
    text-decoration: none !important;
}
.btn:hover {
    text-decoration: none !important;
}
.btn.btn-primary:hover a {
	text-decoration: none !important;
}

.btn-custom img {
    position: relative;
    top: 2px;
}

.btn img {
    pointer-events: none;
    margin-right: 5px;
}

.btn img:before {
    display:block !important;
    position:absolute !important;
    height:100% !important;
    width:100% !important;
    content:' ' !important;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 5px 10px !important;
    background-color: white; 
}

@media screen and (max-width: 1024px) {
    #tdAddAttach {
        max-width: 100% !important;
    }

}

.textInput {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; 
}
.textInput::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

#TblOptions span {
    margin-left: 10px;
}

.upContainerNormal [type=file] {
    display: none;
}

.attachment-label-container {
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px 0 60px;
    font-size: 1.2rem
}
.upContainerNormal label {
    padding: 5px 5px 5px 50px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    color: #083b4e !important;
    font-weight: 500;
    white-space: normal;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;

}
.trash-container {
    cursor: pointer;
}
.upContainerNormal label span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    font-size: 1rem;
}
.upContainerNormal:hover .trash-container.expose {
    left: 0 !important;
}
.attachment-filesize, .attachment-date {
    font-size: .6rem !important;
    padding-bottom: 0 !important;
}
.attachment-filesize {
    padding-right: 5px;
}
.attachment-info {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}
.upFileNormal.drop {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
    margin: 0;
}
.upContainerNormal:hover .upContainerNormal label {
   
}
.upContainerNormal .attachment-icon {
    position: absolute;
    font-size: 1.5rem;
    top: 0;
    height: 100%;
    width: 50px;
    justify-content: center;
    flex-direction: column;
    display: flex;
    left: -100px;
    -webkit-animation: slide 0.5s both;
    animation: slide 0.5s both;
}


.upContainerNormal .trash-container {
    top: 0;
    left: -100px !important;
    width: 50px;
    background: red;
    color: white !important;
    font-size: 1.8rem;
    height: 100%;
    position: absolute;
    justify-content: center;
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1000;
    text-decoration: none !important;
}

.fr-quick-insert {
    visibility: hidden;
}
/* Non IE */
@supports (display: grid) {
  .fr-quick-insert {
      visibility: visible !important;
  }
}

.AttachListValueCellCreateMsg {
    display: inline;
}
.noShow {
    display: none !important;
}

#dkim-input-section {
    padding: 0 0 20px 0;
    
}

.dkim-label {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 2em;
    white-space: nowrap;
}
.dkim-input {
    line-height: 1.8em !important;
    height: 48px !important;
    border-radius: 5px !important;
    font-size: 1.2em !important;
    text-indent: 10px !important;
    min-width: 100%;

}
.dkim-dropdown {
    height: 48px !important;
    min-width: 100%;
    border-radius: 5px !important;
}

.card-icon-container {
    position: absolute;
    height: auto;
    width: 75px;
    top: 3px;
    right: 0;
    text-align: center;
    cursor: pointer;
}

.dkim.card-title {
    position: relative;
    word-break: break-all;
    font-size: 1.1em;
    margin-bottom: 0 !important;
    white-space: normal;
    padding-right: 75px;
    cursor: pointer;
    background-color: rgba(102,204,255,0.2);
}
.dkim.card-title.deleted {
    background-color: red;
    background-color: rgba(255, 0, 0, 0.75);
    color: white;
    text-decoration: line-through;
}
.dkim.card-title.edit {
    background-color: rgba(94, 170, 25, 0.9);
    color: white;
    text-decoration: underline !important;
}

.dkim.card-body {
    word-break: break-all;
}

.dkim.member-center-card {
    cursor: pointer;
    margin-bottom: 2em;
}

.dkim.member-center-card label {
    font-style: italic;
    font-size: 0.8em;
    text-decoration: underline;
    margin-bottom: 0;
}

.dkim.member-center-card .card-footer label {
    text-decoration: none !important;
}

.dkim.member-center-card .card-footer label span {
    white-space: nowrap;
    word-break: normal;
}

.dkim.member-center-card.deleted {
    filter: blur(2px);
    box-shadow: none !important;
}

.dkim-domain-list {
    min-height: 450px;
}

.dkim.member-center-card.editting {
    border-width: medium;
    box-shadow: 5px 14px 28px rgba(0,0,0,0.25), 0 10px 10px  rgba(0,0,0,0.5) !important;
    -webkit-box-shadow: 5px 14px 28px rgba(0,0,0,0.25), 0 10px 10px  rgba(0,0,0,0.5) !important;
    -moz-box-shadow: 5px 14px 28px rgba(0,0,0,0.25), 0 10px 10px  rgba(0,0,0,0.5) !important;
}

@media screen and (min-width: 992px) {
    #dkim-input-section {
        position: sticky;
        top: 132px;
        min-width: 245px;
    }
   #dkim-inputs div {
       max-width: none;
   }
}

@media screen and (max-width: 633px) {
    #dkim-inputs div {
        padding-right: 0;
    }
}

.text-transparent {
    color: transparent !important;
}

.dkim-error {
    color: red;
    font-size: 1.3em;
    margin-bottom: 1em;
    text-align: center;
}

.dkim-blur {
    position: absolute;
    text-align: center;
    top: 10px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 15px);
    filter: blur(2px);
    z-index: 996;
    display: none;
}

.dkim-upload-container .upUploadBox {
    border-radius: 5px;
    border: 2px solid #ccc;
    padding-bottom: 0px;
    min-height: unset;
    cursor: pointer;
}
.dkim-upload-container .upUploadBox:hover {
    cursor: pointer;
}

#_ctl0_MainContent_DKIM_Attachment {
    display: block;
    position: absolute;
    top: 0;
    left: -200px;
    opacity: 0;
    width: calc(100% + 200px);
    height: 100%;
    z-index: 999;
    cursor: pointer;
}

.dkim-upload-container .upUploadBox label {
    font-size: 1.5em;
    white-space: normal;
    word-break: break-all;
    padding-right: 10px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    padding: 10px;

}

#dkim-attachment-label {
    cursor: pointer;
}
#dkim-attachment-label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.dkim-upload-container .upContainerNormal {
    margin-top: 5px;
    margin-left: 10px;
}

.dkim-empty-list {
    height: auto;
    width: auto;
    text-align: center;
    font-size: 2em;
    background: #efefef;
    padding: 10px 20px;
    margin: auto;
    margin-top: 50px;
    border: 1px #ddd solid;
    border-radius: 5px;
    max-width: 33%;
    color: #083b4e !important;
}

#DKIM_Attachment_Size {
    text-align: right;
    padding-right: 10px;
    font-style: italic;
    font-size: 0.8rem;
}

.dkim-upload-container .upUploadBox label {
    position: relative;
}

.dkim-copy {
    position: absolute;
    left: 10px;
    top: 10px;
}

input[id*="DKIM_Domain"][readonly] {
	background-color: #efefef;
}

.dragged-over {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

.visibility-hidden {
    visibility: hidden;
}

.file-container {
    position: relative;
    background-color: #f9f9f9;
    background-color: rgba(0, 0, 0, 0.02);
    padding: 10px 35px 10px 10px;
    line-height: 1em;
    display: flex;
    border: 1px solid #ddd;
    margin: 1px 5px 5px 0;
    border-radius: 4px;
    width: auto;
    max-width: 275px;
    min-width: 275px;
    max-height: 40px;
    white-space: nowrap;
}

.file-container i {
    margin-right: 7px;
}

.file-container .fa {
    font-size: 1rem;
}
.file-container .fa.fa-trash-o {
    cursor: pointer;
    font-size: 1.1rem;
}

.file-size-container {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ccc;
    text-align: center;
    padding-left: 1px;
    background-color: #fefefe;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.file-link {
    word-break: break-all;
    margin-right: 5px;
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 5px;
    line-height: 15px;
} 

.files-row {
    display: flex;
}

.tooltip {
    transition: height 0.2s ease-in-out !important;
    word-break: break-word;
}          

.ExpandLink, .CollapseLink {
    font-size: 1em;
}

.MsgSecurityKey {
    line-height: 1.5em;
}

.attachment-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.attachment-size {
    color: #acacac;
    font-size: 0.7em;
    letter-spacing: 0.1rem;
}

.attachment-size-type {
    color: #bcbcbc;
    font-weight: 300;
    font-size: 0.8em;
    letter-spacing: 0.1rem;
}

#txtTo, #txtCc, #txtBcc, #txtSubj, #crmCustomIDTextBox {
    font-size: 1.2em;
}

#lblTo, #lblCc, #lblBcc, #lblSubj, #crmCustomIDLabel {
    font-size: 1.3em;
}

.AttachListTrackingValue {
    margin-left: 5px;
}

.view-message-heading {
    padding: 5px 0;
    border-bottom: 1px solid #cccccc;
}

.attachment-column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 2.2em;
    padding-bottom: 5px;
    margin-bottom: 5px
}

#readmsg-attachment-list .first-column {
    padding-right: 5px;
    vertical-align: middle;
    padding-top: 5px;
}

.AttachListTrackingValue {
    white-space: normal;
    line-height: 1.1em;
    word-break: break-word;
    align-items: center;
    display: flex;
}

.tracking-container {
    white-space: nowrap;
    align-self: flex-end;
}

.ReadMsgHeaderValueCell img {
    margin-right: 5px;
}

.download-zip {
    text-align: center;
    padding: 2px 3px;
    border: 1px solid transparent;
    transition: 0.2s all ease-in-out;
}
.download-zip * {
    cursor: pointer;
    margin-bottom: 0;
}
.same-line {
    white-space: nowrap;
}

#imageManager-1 {
    display: none;
}

.toggle-webcomponent-banner {
    height: 30px;
    padding: 0 10px;
    background-color: #ddd;
    line-height: 30px;
    margin-top: -15px;
    text-align: center;
    margin-bottom: 13px;
}

.dm-dropdown {
    position: relative;
    display: inline-block;
}

.dm-dropdown-content {
    display: none;
    position: unset;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    padding: 1px 5px;
    z-index: 1;
    border-radius: 3px;
    margin-top: 85px;
    text-align: left;
}

.dm-dropdown:hover .dm-dropdown-content {
    display: block;
    margin-top: -4px;
}

.dropdown-container {
    overflow: visible;
}

.dropdown-item {
    padding: 5px 10px;
    transition: 0.3s all ease-in-out;
    margin: 3px 0;
    border-radius: 5px;
}

.dropdown-item:hover {
    background: #ededed;
}

#tblUserNameAndEmail {
    margin: 10px 0 15px 25px;
}
