﻿.headerContainer img
{
    max-width: 1000px;
    /*display: block;*/ /* this was commented out, but it's back for PRO-1399 */
    margin-left: auto;
    margin-right: auto;
}

#footer {
	clear: both;
}

.footerContainer > img
{
    max-width: 1000px;
    display: block; /* this was commented out, but it's back for PRO-1399, and commented out again because it caused problems with HTML footer, and it's back again for PRO-3320 */
    margin-left: auto;
    margin-right: auto;
}

/* ---------------------------------------------------------------- */

#simplemodal-overlay { 
	background-color:#000;
}

#timeoutmodal-container {
	height: 360px; 
	width: 480px; 
	color: #000; 
	background-color: #fff; 
	border: 1px solid #444; 
	padding: 12px;
}

#timeoutmodal-container h2 {
	padding: 0;
	margin: 0 0 16px;
	text-align: center;
}

#timeoutmodal-container p {
	margin: 0 0 16px;
}

#timeoutmodal-container p.action {
	text-align: center;
}

.cs_import {
	vertical-align: top;
}
/* ECard preview */
.previewDialogStyle
{
	background-color: #fff;
	display: none;
	width: 450px;
	margin: 10px;
	padding: 15px;
	text-align: left;
	border: 10px solid #333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}
.previewDialogStyle h2
{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #333;
	font-size: 16px;
}
.previewDialogStyle .close
{
	background-image: url(../images/close.png);
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

#welcome-container {
    width: 100%;
}
.selectionEcardsWrap {
    height: 100%; 
    width: 100%;
}
.dtListItemWrap {
   vertical-align: middle; 
   width: 150px;
   height: 150px;
}
.imgEcardIndataListWrap {
    width: 150px;
    height: 150px;
}


/* userControlSolicitOthers style start */

#contactsTrigger {
	background-image: url(../images/address-book-icon-32x32.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: right center;
	color: transparent; /* text is just for screen readers */
    width: 24px;
    height: 24px;
    position: relative;    
}

/* contacts styling */
#contactsOverlay
{
    overflow: hidden;
    background: white;
    font-size: 12px;
    background-color: #fff;
    display: none;
    width: 760px;
    height: 700px;
    max-height: 95%;
    z-index: 100;
    text-align: left;
    border: 10px solid #333;    
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;     
}

#contactsOverlay button {
	font-weight: bold;
	padding: 6px 15px;
}

#contactsOverlay .information {
	background: url(../images/information.png) no-repeat;
	display: block;
	text-indent: -9999px;
	cursor: help;
}
#contactsOverlay .addPreviousSponsorStart {
	background: url(../images/userPlus.png) no-repeat;
	display: block;
	text-indent: -9999px;
	width: 16px;
}
#contactsOverlay .sortColumn { /* truncate long names. They are put in the title tag so the whole thing can be seen. */
	width: 115px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#contactsOverlay .updateContactStart {
	background: url(../images/pencil.png) no-repeat;
	width: 16px; /* to match size of background icon */
	display: block;
	text-indent: -9999px; /* text is just for screen readers */
}
#contactsOverlay .deleteContact {
	background: url(../images/cross.png) no-repeat;
	width: 16px; /* to match size of background icon */
	display: block;
	text-indent: -9999px; /* text is just for screen readers */
}

#contactsOverlay thead tr {
	background-color: #e3e3e3; /* for IE7/8/9 no gradient support */
	background: linear-gradient(#fff, #d3d3d3);
}
#contactsOverlay th, #contactsOverlay td {
	padding: 10px;
}
	
/* sort arrows */
#contactsOverlay .sortColumnText { float: left; } /* for IE7 float problem */
#contactsOverlay .sortColumn a {
	float: right;
	position: relative; /* lower image a bit */
	top: 2px;
}
#contactsOverlay a.sortUp {
	background: url(../images/arrowUp.png) no-repeat;
	display: block;
	text-indent: -9999px;
	width: 12px;
}
#contactsOverlay a.sortDown {
	background: url(../images/arrowDown.png) no-repeat;
	display: block;
	text-indent: -9999px;
	width: 12px;
}

#contactsContainer { /* make contacts scrollable within overlay */
    margin: auto;
    width: 550px;
}
#contactsContainer .sortDown {visibility: hidden;}
#contactsOverlay .sortColumn:hover .sortDown { visibility: visible;}
	
/* actions div floaters */
.OK_addToTo { float: left;} /* for IE7 float problem */
.OK_addToTo img {
    padding-right: 5px;
}
#contacts .group {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}


#contacts .group tr :last-child{
    border-bottom: 1px solid #EEEEEE;
}
#closeOverlay {
	float: right;
	position: relative;
	top: 10px;
}

#simplemodal-container .close
{
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 30px;
    width: 30px;
}

#sortHeader {
	background-color: #e3e3e3;
	font-weight: bold;
}

#contactsOverlay .group{
    font-weight: bold;
    padding-top: 15px;
    background: #D7D7D7;
    background: -moz-linear-gradient(top, #E1E1E1 0, #cccccc 100%);
    background: -webkit-linear-gradient(top, #E1E1E1 0, #cccccc 100%);
    background: -o-linear-gradient(top, #E1E1E1 0, #cccccc 100%);
    background: -ms-linear-gradient(top, #E1E1E1 0,#cccccc 100%);
    background: linear-gradient(#E1E1E1 0, #cccccc 100%);

}
#contactsOverlay .group tr {
     border-bottom: 1px solid #EEEEEE;
}

#contactsOverlay .group td {
    padding-left: 10px;
    padding-top: 2px;
     padding-bottom: 2px;
}

#contacts tr {
        border: 1px solid #EEEEEE;
}

#header-sort tr{
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    background: #D7D7D7;
    background: -moz-linear-gradient(top, #E2E2E2 0, #cccccc 100%);
    background: -webkit-linear-gradient(top, #E2E2E2 0, #cccccc 100%);
    background: -o-linear-gradient(top, #E2E2E2 0, #cccccc 100%);
    background: -ms-linear-gradient(top, #E2E2E2 0,#cccccc 100%);
    background: linear-gradient(#E2E2E2 0, #cccccc 100%);
}

#noContacts {
	color: #aaa;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 18px;
	font-style: oblique;
	padding: 20px 0;
	text-align: center;
}

#noContactsText, .groupName {
     float: left;
     
} /* for IE7 float problem */

/* addUpdateContact styling*/
#addUpdateContactFrame {
	border: 1px solid #bbb;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 10px;
      
}
#contactsErrorSummary a, #contactsErrorSummary a:visited , #contactsErrorSummary a:active {
	color: red;
	text-decoration: none;
	font-weight: normal;
}
#contactsErrorSummary a:hover {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

#contactsOverlay .field {
	margin-bottom: 10px;
	overflow: hidden; /* clear the float */
}
#contactsOverlay .field > label {
	float: left;
	margin-right: 10px;
	text-align: right;
	display: block;
	width: 120px; /* has to be long enough to accept all labels. This creates alignment. */
}
#contactsOverlay .fieldSubject {
	float: left;
}

#addGroup {
	background: url(../images/plusCircle.png) no-repeat;
	display: block;
	text-indent: -9999px;
	width: 16px;
	float: left;
	margin-left: 20px;
}
#addGroupLabel {
	position: absolute;
	left: -9999px;
}
#overlayActions a { float: right;}
#contactsOverlay .actions {
	padding: 10px;
    display: block;
}

#addContact, #updateContact {float: left;} /* for IE7 float problem */
	
#cancelAddUpdateContact {
	float: left; /* for IE7 float problem */
	position: relative;
	top: 10px;
	margin-left: 20px;
}
	
#cloudSpongeImport{ float: right; }

.nano {
    float: right;
    margin-right: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.nano .content {
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.nano .content:focus {
    outline: thin dotted;
}
.nano > .pane {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    bottom: 0;
    opacity: 0.01;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    width: 10px;
}
.nano > .pane > .slider {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    margin: 0 1px;
    position: relative;
}
.nano:hover > .pane, .pane.active, .pane.flashed {
    opacity: 0.99;
    visibility: visible;
}

#contactsContainer .nano {
    float: none;
    margin-bottom: 20px;
    width    : 550px;
}
#contactsContainer .content {
    min-height: 0;
}

/* userControlSolicitOthers style end */

/* style to fix normalized checkboxes */

input[type=checkbox] + label,
input[type=radio] + label {
    margin-left: 3px;
}

.label-activity {
    font-size: 1.5rem;
    color: #000000;
    line-height: 2.0625rem;
}
.label-activity-empty {
    padding-top: 1rem;
    display: flex;
}
.label-activity-bold {
    font-weight: bold;
}
.pictos-activity {
    font-size: 3.75rem;
    width: 3.75rem;
    margin-right: 1rem;
    text-align: center
}
.label-activity-2 {
    font-size: 1.125rem;
    color: #000000;
    line-height: 1.5rem;
}
.pictos-activity-2 {
    font-size: 3rem;
    width: 3.75rem;
    margin-right: 0.5rem;
    display: inline-block;
    text-align: center
}
.container-activity {
    color: #000000;
    opacity: 0.43;
}
.container-activity-home {
    padding-bottom: 1rem;
}
.container-activity-primary {
    padding-bottom: 2.5rem;
}
.container-activity-secondary {
    padding-right: 1rem;
}
.panel-activity {
    display: block;
    position: relative;
    margin: 0 auto;
    padding-top: 0.9375rem;
    padding-bottom: 1.875rem;
    -moz-border-radius: 0.375rem;
    -webkit-border-radius: 0.375rem;
    box-shadow: 0 0 0.375rem #888;
    -moz-box-shadow: 0 0 0.375rem #888;
    -webkit-box-shadow: 0 0 0.375rem #888;
    border: solid 0.0625rem #ccc;
    background-color: #F2F2F2;
    width: 48.75rem;
}
.panel-activity-join {
    padding-bottom: 1rem;
}
.panel-activity-header {
    padding: 0.3125rem;
    font-size: 1.0625rem;
    font-weight: bold;
    width: 48.125rem;
    z-index: 1;
    color: #5E5E5E;
    position: relative;
    margin-top: -1rem;
    background: -webkit-linear-gradient(top, rgb(233, 233, 233) 0%, rgb(151, 151, 151) 100%);
}
.panel-container {
    margin-top: 1rem;
    text-align: -webkit-center;
}
.table-activity {
    text-align: center;
}
.table-no-padding {
    padding: 0;
    width: 100%;
}
.pictos-activity-home {
    width: 100% !important;
}
.join-description {
    font-size: 1.0625rem;
    text-align: left;
    margin: 1rem;
}
.btn-container {
    margin-top: 1rem;
    width: 6.25rem;
    height: 1.75rem;
}
.btn-row {
    text-align: -webkit-center;
}
.btn-connect {
    height: 1.75rem;
    background-color: #0077AD;
    color: #fff;
    border-radius: 0.25rem;
    padding-top: 0.5rem;
}
/* style to fix normalized checkboxes */
@media (min-width: 992px) {
    .desk-border {
        min-height: 25rem !important;
        margin-bottom: 3.125rem;
        border-right-style: solid;
        border-color: #555;
        border-right-width: 0.063rem;
    }
}
@media (max-width: 992px) {
    .tribute-thank-you {
        text-align: center;
    }
    .tribute-thank-you  a {
        float: left;
    }
}