/* CSS Document */

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, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}


body, html {
  margin:0;
  padding:0;
  font-family: 'Open Sans', sans-serif;
}


.center {
  margin-left:auto;
  margin-right:auto; 
  text-align:center;
}

.right {
  text-align:right;
}

.rightp2 {
  text-align:right;
	padding-right:2px;
}

.clearboth {
 clear:both; 
}

.floatl {
	float:left;
}

#main-wrapper {
  width: 100%;
  height: 100%;
  
}


#top-nav {
 top: 0;
 height: 49px;
 background-color: #ccc;
 width: 100%; 
 border-bottom: 1px solid #bbb;
 position:fixed;
 z-index: 710;
}

#top-logo {
  padding-top:10px;
  padding-left:10px;
  width: 190px;
  float:left;
}

#top-logo img {
	height:30px;
}

#login-info {
  padding-top:14px;
  max-width: 200px;
  float:right;
	font-size: 14px;
	text-align:right;
	padding-right:10px;
}

#login-info-top {
  /*padding-top:14px;*/
  width: 250px;
  float:right;
	font-size: 14px;
	text-align:right;
	padding-right:10px;
	height: 48px;
}

#login-info-name {
	float:left;
	padding-right:10px;
	padding-top:2px;
	max-width:198px;
	width:198px;
	height: 18px;
	max-height: 18px;
	overflow:hidden;
}

#logout-btn {
	width: 20px;
	float:right;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	border-left:1px dashed #000;
	cursor: pointer;
}

#brand-select {
 
 padding-top:10px;
 float:left;
}

.center-content {
  margin-left:auto;
  margin-right:auto; 
  width: 960px;
  
}

.button {
  background-color:#0180d1;
  color:#f4f4f4;
  font-size: 14px;
  font-weight:700; 
  padding:5px;
	border: 1px solid #aaa;
}

.button:hover {
	cursor:pointer;
	border: 1px solid #000;
}

.next {
 float:right;
 width: 50px; 
 text-align:center;
 cursor:pointer;
}

.record-submit {
	margin-left: 200px;
}


#content-wrapper-outer {
	top:50px;
	position:absolute;
	width: 100%;
	
}

#content-wrapper-inner {
	padding-left:200px;
}

#content-wrapper-inner.small {
	padding-left:50px;
}


.info-msg {
	background-image:url('https://cdn.reachin.media/global/images/icons/info-20.png');
	background-repeat:no-repeat;
	background-position: 0px 5px;
	height: 20px;
	line-height:18px;
	padding: 5px;
	padding-left: 25px; 
	color:#3d78b2;
	font-weight:400;
}

.info-msg:hover {
	background-image:url('https://cdn.reachin.media/global/images/icons/Hot/info-20.png');
	background-repeat:no-repeat;
	background-position: 0px 5px;
	font-weight:400;
	cursor:pointer;
}


.info-msg-large {
    background-image: url('https://cdn.reachin.media/global/images/icons/info-64.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    /*height: 64px;*/
    line-height: 22px;
    padding: 5px;
    padding-left: 70px;
    color: #3d78b2;
    font-weight: 400;
}

.warning-msg {
	background-image:url('https://cdn.reachin.media/global/images/icons/warning-20.png');
	background-repeat:no-repeat;
	background-position: 0px 5px;
	height: 20px;
	line-height:18px;
	padding: 5px;
	padding-left: 25px; 
	color:#e7ae56;
	font-weight:400;
}

.warning-msg:hover {
	background-image:url('https://cdn.reachin.media/global/images/icons/Hot/warning-20.png');
	background-repeat:no-repeat;
	background-position: 0px 5px;
	font-weight:400;
	cursor:pointer;
}

.error-msg {
	background-image:url('https://cdn.reachin.media/global/images/icons/error_button-20.png');
	background-repeat:no-repeat;
	background-position: 0px 5px;
	height: 20px;
	line-height:18px;
	padding: 5px;
	padding-left: 25px; 
	color:#cc482f;
	font-weight:400;
}

.error-msg:hover {
	background-image:url('https://cdn.reachin.media/global/images/icons/Hot/error_button-20.png');
	background-repeat:no-repeat;
	background-position: 0px 5px;
	font-weight:400;
	cursor:pointer;
}


.success-msg {
	background-image:url('https://cdn.reachin.media/global/images/icons/ok_button-20.png');
	background-repeat:no-repeat;
	background-position: 0px 5px;
	height: 20px;
	line-height:18px;
	padding: 5px;
	padding-left: 25px; 
	color:#56ad89;
	font-weight:400;
}

.success-msg:hover {
	background-image:url('https://cdn.reachin.media/global/images/icons/Hot/ok_button-20.png');
	background-repeat:no-repeat;
	background-position: 0px 5px;
	font-weight:400;
	
}




.add-link {
	background-image:url('https://cdn.reachin.media/global/images/icons/add_button-20.png');
	background-repeat:no-repeat;
	background-position: 0px 5px;
	height: 20px;
	line-height:18px;
	padding: 5px;
	padding-left: 25px; 
	color:#56ad89;
	font-weight:400;
}

.add-link:hover {
	background-image:url('https://cdn.reachin.media/global/images/icons/Hot/add_button-20.png');
	background-repeat:no-repeat;
	background-position: 0px 5px;
	font-weight:400;
	cursor:pointer;
}

.add-link-small {
	background-image:url('https://cdn.reachin.media/global/images/icons/add_button-16.png');
	background-repeat:no-repeat;
	background-position: 0px 5px;
	height: 20px;
	line-height:18px;
	padding: 5px;
	padding-left: 20px; 
	color:#56ad89;
	font-weight:400;
}

.add-link-small:hover {
	background-image:url('https://cdn.reachin.media/global/images/icons/Hot/add_button-16.png');
	background-repeat:no-repeat;
	background-position: 0px 5px;
	font-weight:400;
	color:#33ae7b;
	cursor:pointer;
}

.delete-link-small {
	background-image:url('https://cdn.reachin.media/global/images/icons/delete-16.png');
	background-repeat:no-repeat;
	background-position: 0px 5px;
	height: 20px;
	line-height:18px;
	padding: 5px;
	padding-left: 20px; 
	color:#56ad89;
	font-weight:400;
}

.delete-link-small:hover {
	background-image:url('https://cdn.reachin.media/global/images/icons/Hot/delete-16.png');
	background-repeat:no-repeat;
	background-position: 0px 5px;
	font-weight:400;
	color:#33ae7b;
	cursor:pointer;
}

#choices {
	padding-top: 35px;
	width: 30%;
}

#chooseYes {
	padding: 10px;
	background-color:#56ad89;
	float:right;
	width: 50px;
	font-size: 16px;
	color:#fff;
	border: 1px solid #aaa;
}

#chooseNo {
	padding: 10px;
	background-color:#cc482f;
	float:left;
	width: 50px;
	font-size: 16px;
	color:#fff;
	border: 1px solid #aaa;
}

#chooseYes:hover, #chooseNo:hover {
	font-weight:700;
	border: 1px solid #000;
	cursor:pointer;
}


#add-new-user {
	margin-top:10px;
	margin-left:10px;
}


.form-row {
  clear:both; 
  margin-bottom:10px;
  
  height: 40px;
}

.form-label {
  float:left;
  clear:both; 
  width: 150px;
  

}

.spacer-40 {
  clear:both;
	height: 40px;  
}

.spacer-20 {
  clear:both;
	height: 20px;  
}

.display-none {
	display:none;
}

.nopaddingmargin {
	padding:0;
	margin:0;
}

.padding20 {
	padding:20px;
}

.padding10 {
	padding:10px;
}

.paddingRight20 {
	padding-right:20px;
}

.ui-datepicker {
	font-size: 12px !important;
}

.event-dp a {
    background-color: #42B373 !important;
    background-image :none !important;
    color: #ffffff !important;
}



#dialog-search {
	display:none;
}

#global-search {
	width: 100%;
	box-sizing:border-box;
	padding: 10px;
	height:100%;
	font-size: 18px;
	border:0;
}

#searchForm {
	margin:0;
	padding:0;
}

#global-search:focus {
    outline: none;
}

#search-terms {
	float:left;
	margin-left: 40px;
	padding-top:4px;
}


.email-sent {
	background-image:url('https://cdn.reachin.media/global/images/icons/Disabled/ok-16.png');
	background-repeat:no-repeat;
	background-position: 0px 0px;
	height: 16px;
	width: 16px; 
}

.email-delivered {
	background-image:url('https://cdn.reachin.media/global/images/icons/Disabled/ok-16.png');
	background-repeat:repeat-x;
	background-position: 0px 0px;
	height: 16px;
	width: 32px;
}

.email-read {
	background-image:url('https://cdn.reachin.media/global/images/icons/ok-16.png');
	background-repeat:repeat-x;
	background-position: 0px 0px;
	height: 16px;
	width: 32px;
}
