.great-to-see .great-underline {
text-decoration: none;
}
textarea:focus, input:focus{
    outline: 0;
}
.article-support{padding-top:20px;}
h4.get-support-text{font-size:13px;}
#section-5 {
min-height: 56px;
background: #FAFAFA;
}
/*LINES HERE*/
.ribbon-line-1px{
clear: both;
height:0;
border-top: 1px solid #DADADA;
width: 100%;
}
.ribbon-line-admin-content{
clear: both;
height:0;
border-top: 1px solid #DADADA;
width: 100%;
height: 10px;
}
.ribbon-line-textsnapshot-content-short-width{
margin-left: -1px;
clear: both;
border-top: 1px solid #DADADA;
width: 749px;
height: 10px;
padding-left: 1px;
}
.ribbon-line-admin-content-short-width{
margin-left: 0;
clear: both;
height: 0;
border-bottom: 1px solid #DADADA;
width: 732px;
height: 10px;
padding-left: 20px;
}
.ribbon-line-consumer-textbox {clear: both;
height:0;
border-top: 1px solid #DADADA;
width: 100%;
height: 10px;}

.space-separator-20 {display:block;width:auto; height:20px;}
/*LEFT SIDEBAR SETTINGS AND MARKETING*/
.wrapper-content{display:block;margin: 0; padding: 0;background: url(../../Images/admin/admin-background.jpg) left top repeat-y; 
border-radius:4px 0 0 4px;
-moz-border-radius:4px 0 0 4px;
-webkit-border-radius:4px 0 0 4px;
min-height:680px;
}
.left-sidebar{display:block; width:260px !important;float:left; min-height:100%;padding:10px 0 0 0; margin:0;}
.left-sidebar > ul > li {display: block; width:260px;margin: 2px 0 0 0; padding: 0;background-color:#FAFAFA;background: url(../../Images/admin/admin-non-active.jpg) -2px 1px no-repeat;}
.left-sidebar > ul > li:hover {display: block; width:260px;margin: 2px 0 0 0; padding: 0;background-color:#F1F1F1;background: url(../../Images/admin/admin-active-hover.jpg) -1px 1px no-repeat;}
.left-sidebar > ul > li.admin-active{display: block; width:260px;margin: 2px 0 0 0; padding: 0;background-color:#E7E7E7;background: url(../../Images/admin/admin-active.jpg) -1px 1px no-repeat;}
.left-sidebar > ul > li a{display: block;padding: 0 0 0 20px;font-size: 16px;text-decoration: none;color: #3E3E3E;height: 34px;line-height: 34px;}


/*CONTENT*/
.settings-content{display:block; width:820px;float:right;padding:0 30px;/*border-left: 1px solid #DADADA;*/}
.admin-title{padding:12px 0 10px 0; margin:0px;font-size:34px;font-weight:600;float: left;color: #393939;}

/*FORMS SETTING PAGE*/

input[type="text"], textarea {
    height:36px;
    width:340px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
   padding: 0 10px 2px 10px;
	color:#757575;
	 font-size: 16px;
}
textarea { 
height: 82px;
resize: none;
font-family: Verdana,Helvetica,Arial,sans-serif;
color: #757575;
font-size: 14px;
padding-top: 6px;
}
.styled-select select {
   background: transparent;
   width: 329px;
   padding: 5px;
   font-size: 14px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 28px;
  /* -webkit-appearance: none;*/
   	color:#A9A9A9;
   }
.styled-select {
display:block;
float: left;
   width: 337px;
   height: 34px;
   overflow: hidden;
       -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
color:#A9A9A9;
   }
.form-settings {display: block; width: 49%; height: 60px; float: left; padding:10px 20px 10px 0px; margin:0;}

/*SAVE BUTTONS*/
.save-btn-settings { padding: 0; margin: 0;}
.btn {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    display: inline-block;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
background-image: -webkit-gradient(linear,0 0,0 100%,from( #fff),to( #e6e6e6));
background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
background-image: -o-linear-gradient(top, #fff, #e6e6e6);
background-image: linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    background-image: linear-gradient(top, #fff, #e6e6e6);
}
.save-btn-settings.settings-alert-btn {
float: left;
}
.btn:hover {
transform: translate(0, 0) scale(1.1);
transition: transform 0.3s ease;
}
.btn.btn-large:hover, .btn.btn-small:hover {
transform: translate(0, 0) scale(1.1);
transition: transform 0.3s ease;
color: #fff;
}
.btn-large {
/*padding-left:20px;*/
width: 228px;
padding: 4px 8px;
font-size: 13px;
line-height: 14px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.btn-small {
width: 152px;
margin: 2px 0 0 0;
padding: 5px 8px;
font-size: 12px;
line-height: normal;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.btn-large-top {margin-top:12px;}
.btn-get-support {margin-right:0px;}
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
padding: 1px 6px;
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
align-items: flex-start;
text-align: center;
cursor: pointer;
color: buttontext;
color: #333;
padding: 6px 6px 7px 6px;
    border: 1px solid #ccc;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
background-color: buttonface;
box-sizing: border-box;
color:#ffffff;
background:#ff7b00;
transition: all 0.3s ease;
}
input, keygen, select, button, isindex {
margin: 0em;
font: -webkit-small-control;
color: initial;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
}
input, textarea, keygen, select, button, isindex, meter, progress {
-webkit-writing-mode: horizontal-tb;
}
button {
-webkit-appearance: button;
}


.add-picture-admin {float: right;
width: 245px;
padding: 50px 32px 0 0;
position: relative;
}
div.you-look-awesome {
position: absolute;
left: -30px;
top: 20px;
display: none;
}
div.you-look-awesome img{
border: none;
}
.add-picture-admin img{border: 1px solid #DADADA;}

.add-signature-admin {float:left; width:400px;padding: 14px 0 0 0;}
.text-admin-edit {padding:0 0 5px 0; margin:0;}
.add-aboutme-admin {display: block; padding:10px 0 7px 0; margin:0;}
.form-settings-xtra > textarea {width:726px;}
.add-signature-admin img {
    width: 360px;
    height: auto;
    margin-top: 10px;
}

.form-settings.select-equal-logo-and-radio {
padding-left: 82px;width:262px;height: 90px;
}
.select-equal-logo {
font-size: 15px;
    padding: 0 0 20px 0;
    margin: 0;     
}
input[type="radio"]{padding-left:0;}
.equal-logo-radio-input{display:block; width:75px;}


.article-marketing-banner{display:block;padding:0 0 0 2px; margin:0;}

.input-boxes-placeholder-wrapper {float:left;width:49%;}
/*ADD REALTOR PAGE*/
.admin-title-realtor{
display: block;
    float: left;
    padding: 27px 0 10px 10px;
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.sort-by-quantity-realtor{display:block; float:right;font-size:12px; margin:25px 0 0 0;padding:0;color:#3E3E3E;}
.sort-by-quantity-realtor a {color:#3E3E3E; text-decoration: none;}
.sort-by-quantity-realtor a.quantity-active {color:#3E3E3E; text-decoration: underline;}
.add-realtor-notes-small {float:left; width:350px;padding: 14px 0 0 40px;}
.text-notes-realtor {padding:0 0 5px 0; margin:0;}
.add-picture-add-realtor{float: left;
width: 245px;
height: 235px;
padding: 0px 65px 0 0;}
.add-picture-add-realtor img{border: 1px solid #CCCCCC;}


/*ADD CONSUMER PAGE*/
.admin-title-consumer{display:block;float:left;padding:10px 0 10px 0; margin:0px;font-size:18px;font-weight:400;}
.sort-by-quantity-consumer{display:block; float:right;font-size:12px; margin:12px 20px 0 0;padding0;color:#3E3E3E;}
.sort-by-quantity-consumer a {color:#3E3E3E; text-decoration: none;}
.sort-by-quantity-consumer a.quantity-active {color:#3E3E3E; text-decoration: underline;}
.add-consumer-notes-small {
float: left;
width: calc(100% - 245px);
padding: 11px 20px 8px 0;}

.add-consumer-notes-small-inplaceholder {
float: left;
width: 350px;
padding: 11px 0 8px 0;
}

.form-settings-small > textarea {width:100%;height:150px;margin:0px;padding: 10px 0 0 10px;}
.text-notes-consumer {padding: 5px 0 5px 0; margin:0;}
.delivery-options-checkbox {display: block; float: left; width: 100%; padding: 14px 0 0 0; margin: 0 0 0 0;}

.delivery-options-checkbox-inplaceholder {
display: block;
float: left;
padding: 28px 0 0 0;
margin: 0 0 0 20px;
}
.checkbox-consumer {
display: block;
font-size: 14px;
line-height: 24px;
color: #3E3E3E;
margin: 2px 0 1px 0;
}

.checkbox-consumer a, .checkbox-consumer a:visited, .checkbox-consumer a:hover{font-size: 13px; text-decoration: underline;color: #008FFF;}


/*UPLOAD-DOWNLOAD PAGE*/

.btn-large-updownloads {
margin: 15px 0 15px 0;
}


.text-notes-allcontacts {padding:8px 0 5px 20px; margin:0; font-size:15px;}




.btn-large-resend-snapshot {width:220px; margin:20px 0 0 20px;}
.text-notes-upload-download-csv {font-size: 14px;padding: 5px 0 0 0; margin:0;}
.text-notes-upload-download-csv-small {font-size: 14px;}


/*SEARCH INPUT*/
.form-search{float:right;display:inline-block;margin: 18px 0 3px 0;padding: 0;}
.form-search .input-append {
height: 28px;
display: inline-block;
margin:0;
padding:0;
vertical-align: middle;
white-space: nowrap;}
.form-search .input-append .search-query {
width: 156px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
height: 28px;
background-color: #ffffff;
border: 1px solid #cccccc;
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
}
.form-search .input-append .btn-search {
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.input-append .btn-search {
margin-left: -5px;
}
.btn-search {
border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #b3b3b3;
    display: inline-block;
    margin:0;
    height: 32px;
    color: #333333;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
}


/*REALTOR*/
.article-floats{float:left;}
.data-display-contacts {display:block; width:100%;}
.data-display-contacts-title {width:776px;font-weight:bold;}
.data-display-contacts > ul {display:block;margin-bottom: 0rem;}
.data-display-contacts > ul > li, .data-display-contacts-title > ul > li {
display: inline;
float: left;
font-size: 14px;
margin: 10px 0 20px 0;
color: #424242;
}
.btn-small-view{
width: 65px;
padding: 3px 3px;
margin: 4px 0 0 17px;
font-size: 11px;
}
.width-span0-display-consumer {width: 65px;}
.width-span1-display-consumer {width: 85px;}
.width-span2-display-consumer {width: 142px;}
.width-span3-display-consumer {width: 180px;}
.width-span0-display-realtor {width: 66px;}
.width-span1-display-realtor {width: 95px;}
.width-span2-display-realtor {width: 128px;}
.width-span3-display-realtor {width: 190px;}
.width-span3-display-realtor.desktop-table2 {
width: 200px;
}
.width-span3-display-consumer.desktop-table1 {
word-wrap: break-word;
width: 170px;
padding-right: 10px;
}
li.width-span2-display-consumer {
word-wrap: break-word;
}



.width-span0-display-consumer > input[type="checkbox"] {
margin-left: 17px;
}

.admin-view-lo {
float: right;
margin: 9px 29px 0;
}
/*MARKETING BANNER SHOW HIDE*/
#pageMarketingBanner {
	width:1100px;
	margin:0 auto;
	text-align:center;
	padding:1px;
}
#rightColMarketingBanner {
	width:1100px;
	height:220px;
	float:left;
	position:relative;
}
.tinnyMarketingBanner {
 background:url(../../Images/admin/marketing-banner-tinny.jpg) 2px top no-repeat;
}
.fullMarketingBanner {
    background:url(../../Images/admin/marketing-banner.jpg) 2px top no-repeat;
	}
	
.expandRightMarketingBanner {
	width:56px; 
	height:26px;
	background:url(../../Images/admin/show-btn.png) no-repeat;
	position:absolute;
	right:4px;
	top:4px;
	display:none;
}
.collapseRightMarketinBanner {
	width:56px; 
	height:26px;
	background:url(../../Images/admin/hide-btn.png) no-repeat;
	position:absolute;
	right:4px;
	bottom:4px;
}
/*#section-1-marketing-banner{height:10px;}*/
.section.marketing-banner-min-height {min-height:36px;}
.section-spacer-end {
display: block;
height: 35px;
clear: both;
}

.text-notes-consumer-float {
display:block;
float: left;
padding: 5px 0 5px 0;
margin: 0;
}
.text-notes-consumer-float-right {
display:block;
float: right;
margin: 5px 0 0 0;
padding: 0;
}
.text-notes-consumer-float-right a:link, .text-notes-consumer-float-right a:hover, .text-notes-consumer-float-right a:visited {
display:block;
float: right;
font-size: 14px;
text-decoration: underline;
color: #008FFF;
}
.send-single-snapshot{padding:0; margin:0 0 0 0;}

.select-language-radio{
display: block;
float: left;
margin: 17px 0 0 0px;
padding: 0;
width: 390px;
}
.select-language-radio-int{
display: block;
float: left;
margin: 0 5px 0 20px;
padding: 0;
font-size: 14px;
line-height: 24px;
color: #3E3E3E;
}
.select-branded-radio-int {
display: block;
margin: 0 5px 5px 0px;
padding: 0;
font-size: 14px;
line-height: 24px;
color: #3E3E3E;
}
span.select-branded-radio {
margin: 0 16px 0 0;
}
.input-boxes-placeholder-wrapper-left {
float: left;
width: 390px;
margin: 0 0 0 0;
}
.input-boxes-placeholder-wrapper-right {
float: left;
width: 390px;
margin: 0 0 0 0;
padding: 0;
}

/*EDITS ON INPUT PLACEHOLDER TEXT COLORS*/
    input:-moz-placeholder {  
      color: black;  

    }  
	 input::-moz-placeholder {  
      color: black;  

    }  
	input::-webkit-input-placeholder {  
      color: #757575;  

    }  
input:-ms-input-placeholder {  
      color: #757575;  

    }  
	textarea:-moz-placeholder {  
      color: black;  

    }  
	 textarea::-moz-placeholder {  
      color: black;  

    }  
	textarea::-webkit-input-placeholder {  
      color: #757575;  

    }  
textarea:-ms-input-placeholder {  
      color: #757575;  

    } 
.styled-select select {
color: #757575;

margin: 1px 0 0 0;
}




/*Added 12-06-13*/
#nav-desktop {
display: block !important;
left: 0;
list-style: none;
overflow: hidden;
position: relative;
right: 0;
text-align: center;
top: 0;
}
#nav-desktop li {
float: left;
display: inline-block;
margin: 9px 65px 0 64px;
height: 34px;
}

#nav-desktop .current a {
background: #F7F7F7;
color: #000000;
padding-top: 10px;
padding-bottom: 12px;
}
#nav-desktop a {
color: #1F1F1F;
font-size: 16px;
padding: 5px 10px;
text-decoration: none;
}
#nav-desktop {
		display: block !important;
		width: 1100px;
	}
	
.mobile-nav {display: none;}

#navigation-desktop {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
height: 44px;
background-color: #fff;
-webkit-box-shadow: -1px 0 0 0 #d2d2d2,-1px 0 0 0 #e6e6e6,1px 0 0 0 #d2d2d2,2px 0 0 0 #e6e6e6,0 -1px 0 0 #e8e8e8,0 2px 0 0 rgba(241,241,241,0.3),0 1px 0 0 #b1b1b1;
-moz-box-shadow: -1px 0 0 0 #d2d2d2,-1px 0 0 0 #e6e6e6,1px 0 0 0 #d2d2d2,2px 0 0 0 #e6e6e6,0 -1px 0 0 #e8e8e8,0 2px 0 0 rgba(241,241,241,0.3),0 1px 0 0 #b1b1b1;
box-shadow: -1px 0 0 0 #d2d2d2,-1px 0 0 0 #e6e6e6,1px 0 0 0 #d2d2d2,2px 0 0 0 #e6e6e6,0 -1px 0 0 #e8e8e8,0 2px 0 0 rgba(241,241,241,0.3),0 1px 0 0 #b1b1b1;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.35);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,.35);
box-shadow: 0 1px 3px rgba(0,0,0,.35);
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-moz-user-select: moz-none;
-ms-user-select: none;
z-index: 45;
-webkit-tap-highlight-color: rgba(0,0,0,0);
font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
line-height: 24px;
text-align: center;
padding: 0px;
}
.desktop-nav {display:block;}


#navigation-desktop-sticky-wrapper.sticky-wrapper {
display: block;
height:44px !important;
}


/*All CorpSolution Edits Here*/
/*Realtor List Next*/
/*#ctl00_ContentPlaceHolder1_btnSearch {
border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #b3b3b3;
    display: inline-block;
    height: 30px;
    color: #333333;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    background-color: #f5f5f5;
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransfo;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    margin-left: -5px;
    margin-right: 0;
    margin-bottom: 0;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    margin-top: 2px;
}*/
#ctl00_ContentPlaceHolder1_txtSearch 
{
height: 28px;
width: 200px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #cccccc;
padding: 0 10px 2px 10px;
color: #757575;
font-size: 15px;
}
.data-display-contacts-title ul li a {
color: #424242;
}
#ctl00_ContentPlaceHolder1_lblCurrentPage {
    float: left;
    font-size: 12px;
    padding-top: 22px;
    margin-right: 10px;
}
#ctl00_ContentPlaceHolder1_lblCurrentPage:empty {
    margin-right: 0;
}
/*Consumer List Next*/
#ctl00_PageHeader_txtSearch {
    width: 156px;
margin-left: 110px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
height: 28px;
background-color: #ffffff;
border: 1px solid #cccccc;
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
margin-top: 0;
}
#ctl00_PageHeader_btnSearch {
  border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #b3b3b3;
    display: inline-block;
    height: 32px;
    color: #333333;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    background-color: #f5f5f5;
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransfo;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    margin-left: -5px;
    margin-right: 0;
    margin-bottom: 0;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
}
.form-search .input-append {
height: 28px;
display: inline-block;
margin: 0;
padding: 0;
vertical-align: middle;
white-space: nowrap;
}
/*Add Realtor*/
#ctl00_ContentPlaceHolder1_btnAddRealtor {
padding-left: 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    width: 140px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    display: inline-block;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 14px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    vertical-align: middle;
    background-color: #f5f5f5;
background-image: linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    cursor: pointer;
    background-image: linear-gradient(top, #fff, #e6e6e6);
}
#ctl00_ContentPlaceHolder1_btnAddRealtor:hover {
background-image: -moz-linear-gradient(top, #f7f7f7, #cccccc);
background-image: -ms-linear-gradient(top, #f7f7f7, #cccccc);
background-image: -webkit-gradient(linear,0 0,0 100%,from( #f7f7f7),to( #cccccc));
background-image: -webkit-linear-gradient(top, #f7f7f7, #cccccc);
background-image: -o-linear-gradient(top, #f7f7f7, #cccccc);
background-image: linear-gradient(top, #f7f7f7, #cccccc);
}
.text-notes-consumer {
margin: 0 !important;
}
.text-notes-consumer-float {
font-size: 20px;
display: block;
float: left;
padding: 8px 0 9px 0;
margin: 0 !important;
}
.text-notes-consumer-float-right {
display: block;
float: right;
margin: 5px 0 0 0 !important;
padding: 0;
}
.btn.btn-small {

    vertical-align: middle;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    cursor: pointer;
    background-image: linear-gradient(top, #fff, #e6e6e6);
}

.add-consumer-notes-small.realtor-target-notes {
padding: 23px 20px 15px 0;
}

/*Add Consumer*/

.delivery-options-checkbox-inplaceholder {
display: block;
float: left;
width: 100%;
padding: 28px 0 0 0;
margin: 0 0 0 7px;
}
.checkbox-lock-form {
font-size: 14px;
width: 200px;
float: left;
margin-top: -50px;
margin-left: 30px;
}

/*Upload Download Page*/

#btnUnsubscribe, #LoginUserButton, #CancelButton, #ctl00_ContentPlaceHolder1_UploadButton, #ctl00_ContentPlaceHolder1_btnDownloadConsumerRealtorTemplates, #ctl00_ContentPlaceHolder1_btnDownloadConsumerCSV, #ctl00_ContentPlaceHolder1_btnDownloadRealtorCSV, #ctl00_ContentPlaceHolder1_btnAddConsumer 
{
    padding-left: 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    width: 130px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    display: inline-block;
    padding: 4px 10px 4px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 14px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    vertical-align: middle;
    background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
background-image: -webkit-gradient(linear,0 0,0 100%,from( #fff),to( #e6e6e6));
background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
background-image: -o-linear-gradient(top, #fff, #e6e6e6);
background-image: linear-gradient(top, #fff, #e6e6e6);
background-repeat: repeat-x;
    background-repeat: repeat-x;
border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    cursor: pointer;
    background-image: linear-gradient(top, #fff, #e6e6e6);
}

#LoginUserButton, #btnUnsubscribe, #CancelButton {
margin-left: 12px;
}
#btnUnsubscribe:hover, #LoginUserButton:hover, #CancelButton:hover, #ctl00_ContentPlaceHolder1_UploadButton:hover, #ctl00_ContentPlaceHolder1_btnDownloadConsumerRealtorTemplates:hover, #ctl00_ContentPlaceHolder1_btnDownloadConsumerCSV:hover, #ctl00_ContentPlaceHolder1_btnDownloadRealtorCSV:hover, #ctl00_ContentPlaceHolder1_btnAddConsumer:hover 
{
    background-image: -moz-linear-gradient(top, #f7f7f7, #cccccc);
background-image: -ms-linear-gradient(top, #f7f7f7, #cccccc);
background-image: -webkit-gradient(linear,0 0,0 100%,from( #f7f7f7),to( #cccccc));
background-image: -webkit-linear-gradient(top, #f7f7f7, #cccccc);
background-image: -o-linear-gradient(top, #f7f7f7, #cccccc);
background-image: linear-gradient(top, #f7f7f7, #cccccc);
}
 
 /*Marketing Setings Page*/
 .form-settings.select-equal-logo-and-radio {
padding-left: 0;
width: 282px;
height: 178px;
    clear: both;
    display: block;
}
.add-picture-admin > #relative {
height: 178px;
}
.add-picture-add-realtor > #relative {
height: 178px;
width: 152px;
}
.add-picture-admin {
float: left;
width: 245px;
padding: 38px 60px 0 0;
}

.btn-upload-csv {
margin: 5px 0 7px 20px;
}
.text-admin-edit {
font-size: 14px;
margin: 0 20px 0px 0px !important;
}


/*#ctl00_ContentPlaceHolder1_BtnFileUpload, #ctl00_ContentPlaceHolder1_btnAddRealtor, #ctl00_ContentPlaceHolder1_btnAddConsumer {
border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    background-image: linear-gradient(top, #fff, #e6e6e6);
}
#ctl00_ContentPlaceHolder1_BtnFileUpload:hover 
{
        background-image: -moz-linear-gradient(top, #f7f7f7, #cccccc);
background-image: -ms-linear-gradient(top, #f7f7f7, #cccccc);
background-image: -webkit-gradient(linear,0 0,0 100%,from( #f7f7f7),to( #cccccc));
background-image: -webkit-linear-gradient(top, #f7f7f7, #cccccc);
background-image: -o-linear-gradient(top, #f7f7f7, #cccccc);
background-image: linear-gradient(top, #f7f7f7, #cccccc);
}
    */
#ctl00_ContentPlaceHolder1_btnNext {
margin-right: 20px;
float: left;
}

#ctl00_ContentPlaceHolder1_btnPrev {
float: left;
    margin-left: 0;
}
.input-boxes-placeholder-wrapper-right.add-consumer-edits-languaje {
    margin-top:20px;
    }
    
.delivery-options-checkbox-inplaceholder.add-consumer-edits-checkbox {
    margin-left:0;
    }
    
    #ctl00_ContentPlaceHolder1_txtSignature {
width: 82%;
height: 240px;
}

.upload-picture-size-text {
margin: 0 0 0 3px;
font-size: 10px;
}

.add-picture-admin.add-company-lo-picture {
padding-top: 10px;
}
/*EDIT MODE PAGES*/
.edit-mode-page > .input-boxes-placeholder-wrapper-left > .form-settings > span, .edit-mode-page > .form-settings > span, .edit-mode-page > .input-boxes-placeholder-wrapper > .form-settings > span, .edit-mode-page > .add-consumer-notes-small.realtor-target-notes > .form-settings-small > span, .edit-mode-page > .input-boxes-placeholder-wrapper-left > .add-consumer-notes-small > .form-settings-small > span, #lblNotes {
display: block;
font-size: 14px;
padding-bottom: 6px;
color: #3E3E3E;
}
.edit-mode-page > .form-settings, .edit-mode-page > .input-boxes-placeholder-wrapper > .form-settings, .edit-mode-page > .input-boxes-placeholder-wrapper-left > .form-settings {
margin-bottom: 17px;
}
.edit-mode-page > .add-consumer-notes-small.realtor-target-notes > .form-settings-small {
display: block;
font-size: 14px;
padding-bottom: 3px;
color: #3E3E3E;
}
.edit-mode-page > .add-consumer-notes-small.realtor-target-notes, .edit-mode-page > .add-consumer-notes-small {
padding: 24px 20px 15px 20px;
}
.edit-mode-page > .add-picture-add-realtor {
padding-top: 30px;
}



/*Message Alerts*/
.message-alert-msg {
display: block;
float: left;
margin: 14px 0 0 0;
width: 90%;
word-wrap: break-word;
font-size: 16px;
line-height: 20px;
color: #ff0000;
}
#lblMessage {
display: block;
/* float: left; */
margin: 12px 0 0 0;
width: 90%;
word-wrap: break-word;
font-size: 16px;
line-height: 20px;
color: #ff0000;
}
#btnAddRealtor, #btnAddConsumer, #ctl00_ContentPlaceHolder1_btnApplySetting, #ctl00_ContentPlaceHolder1_BtnFileUpload, #ctl00_ContentPlaceHolder1_btnAddLoanOfficer, #ctl00_ContentPlaceHolder1_btnAddRealtor, #ctl00_ContentPlaceHolder1_btnAddRecruit, #ctl00_ContentPlaceHolder1_btnAddConsumer {
display: block;
float: left;
}

.choose-btn-image img {
border: none;
margin-top: 0;
margin-left: -1px;
}
.choose-btn-image.choose-upload-download-img img {
margin: 5px 0 0 19px;
cursor: pointer;
}

.header-nav {
float: right;
/*width: 190px;*/
}
.edit-loan-officer-top a {
color: #008FFF;
}

.text-notes-upload-download-csv-small {
margin-top: 5px;
}

#ctl00_ContentPlaceHolder1_FileUploader, #ctl00_ContentPlaceHolder1_FileUpload {
font-family: 'Century Gothic',Verdana,Arial,sans-serif;
}

.message-alert-msg.message-alert-top {
float: right;
display: inline;
padding: 0 20px;
line-height: 37px;
font-size: 18px;
    width: 50%;
}

/*Data Table Clean ups*/
.width-span4-datadisplay-corpadmin.total-login-date-time {
width: 212px;
}
.width-span4-datadisplay-corpadmin.total-login-radio {
width: 60px;
}
.width-span1-datadisplay-corpadmin.total-login-health {
width: 100px;
}
.width-span5-datadisplay-corpadmin.all-consumers-type {
width: 120px;
}
.width-span5-datadisplay-corpadmin.all-consumers-email {
width: 220px;
}
.width-span5-datadisplay-corpadmin.all-partners-type {
width: 120px;
}
.width-span5-datadisplay-corpadmin.all-partners-email {
width: 250px;
}

/*Alert Banners*/
.banner-important-alert {
display: block;
float: left;
padding: 0;
margin: 0 20px 0 20px;
height: 150px;
}
.banner-text-alert {
font-size: 16px;
line-height: 24px;
margin-right: 50px;
}
.login-text-alert {
font-size: 16px;
line-height: 24px;
text-align: center;
color: #ff0000;
}
#section-1-marketing-banner img {
display: block;
margin: 0;
padding: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
/*Get Password*/
.form-settings.get-password-input > input[type="text"]{
    width: 202px;
    float: left;
    margin-right: 10px;
}
.btn-small.get-password-button {
display: block;
width: 110px;
margin: 5px 0 0 0;
padding: 5px 8px;
font-size: 12px;
line-height: normal;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

/*Alert Settings Edits*/
.radio-alert-settings {
display: block;
width: 68px;
float: left;
font-size: 14px;
line-height: 24px;
padding-top: 12px;
color: #3E3E3E;
}
#ctl00_ContentPlaceHolder1_cmbStaticTrigger > tbody > tr > td {
display: block;
width: 120px;
float: left;
font-size: 14px;
line-height: 24px;
color: #3E3E3E;
}
.rate-alert-setup-wrapper {
display: block;
width: 100%;
font-weight: 600;
}
.setting-options-checkbox-inplaceholder {
width: 100%;
display: block;
float: left;
padding: 10px 0 0 0;
margin: 0 0 0 0;
}
.ribbon-line-admin-content.ribon-table-settings {
width: 100%;
}
.add-signature-admin > p {
display: none;
}
.add-signature-admin > div {
display: none;
}
.add-picture-admin.marketing-settings-add-picture {
padding: 0 60px 0 0;
}
.btn-cropper-tool {
width: 152px;
}

.section.marketing-banner-min-height {
position: relative;
}
.marketing-banner-click-to-play {
position: absolute;
right: 20px;
bottom: 10px;
width: 200px;
}
div.marketing-banner-learn-more {
float: right;
color: #3E3E3E;
margin: 8px 6px 0 0;
font-size: 22px;
}
.marketing-banner-learn-more-image {
float: right;
display: block;
margin: 0 2px 2px 0;
}
.marketing-banner-learn-more-image img {
width: 40px !important;
}
input#txtSearch, #ctl00_ContentPlaceHolder1_txtSearch {
height: 33px;
width: 200px;
}

/*http edit for form*/
.form-settings.form-setting-website-url {
position: relative;
}
.url-class-form {
display: block;
position: absolute;
top: 42px;
left: 9px;
font-size: 14px;
color: #6B6B6B;
}

input#txtWebUrl {
padding: 0 10px 2px 56px;
width: 340px;
}

/*Social Share Page*/
.social-share-examples {
font-size: 14px;
margin: 10px 0 0 0 !important;
}
.social-share-title{
float:left;
}
.social-share-icons {
display: block;
float: left;
margin: 10px;
}
.social-share-icons img {
margin: 0;
    border-radius: 6px;
}
.ribbon-social-share{
clear: both;
}
.social-share-text {
margin: 14px 0 0 2px;
display: block;
float: left;
}
.social-share-text a{
color: #3E3E3E;
text-decoration: none;
}
.social-share-text a:hover{
color: #3E3E3E;
text-decoration: underline;
}
.social-share-icons a {
text-decoration: none;
}

/*Examples new button*/
.text-notes-consumer-float-right a:link, .text-notes-consumer-float-right a:visited {
border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    display: block;
    float: right;
    text-decoration: none;
color: #008FFF;
    padding: 2px 10px 2px;
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    font-family: 'Century Gothic', Verdana,Arial,sans-serif;
    vertical-align: middle;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    background-image: linear-gradient(top, #fff, #e6e6e6);
}
.text-notes-consumer-float-right a:hover {
background-image: -moz-linear-gradient(top, #f7f7f7, #cccccc);
background-image: -ms-linear-gradient(top, #f7f7f7, #cccccc);
background-image: -webkit-gradient(linear,0 0,0 100%,from( #f7f7f7),to( #cccccc));
background-image: -webkit-linear-gradient(top, #f7f7f7, #cccccc);
background-image: -o-linear-gradient(top, #f7f7f7, #cccccc);
background-image: linear-gradient(top, #f7f7f7, #cccccc);
}
.delivery-options-checkbox-inplaceholder {
display: block;
float: left;
padding: 38px 0 0 0;
margin: 0 0 0 20px;
}

/*Edit Delete User Button*/
div.icon-delete-and-view-lo {
width: 90px;
float: left;
}
.admin-view-lo {
margin: 0 6px 0 !important;
}
.width-span3-display-realtor.desktop-table2 {
width: 185px;
}
.delete-icon-lo {
display: block;
float: left;
margin: 0 0px 0 24px;
}
.email-table-no-show {
display: none !important;
}
.admin-view-lo {
float: left !important;
}
.view-consumer-settings, .view-realtor-settings {
display: inline;
margin-right: 10px;
}
span#lblCurrentPage {
display: block;
font-size: 12px;
padding: 12px 0 0 0;
}
.width-span2-display-realtor {
width: 173px;
}

/*Help icons edit on marketing pages*/
.settings-content {
width: 820px;
float: right;
position: relative;
}
.settings-content.settings-company-billing{
width: 100%;
float: left;
padding: 0 0 100px 0;
}
.content.settings-content.settings-company-billing .form-search {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
}
table#calSearchBeginDate {
    float: left;
    margin: 0 20px 0 0;
}
input#txtSearchCompanyName {
    display: block;
    margin-bottom: 10px;
    max-width: 520px;
    width: 100%;
}
input#ctl00_Content_btnSearch {
    margin-top: 10px;
    max-width: 520px;
    width: 100%;
}
input#ctl00_Content_btnPrev {
    float: left;
}
.icon-help-dash.icon-help-social-share {
display: block;
float: left;
width: 18px;
height: 18px;
margin: 9px 0 0 9px;
position: absolute;
right: 117px;
top: 1px;
}
.icon-help-dash.icon-help-upload-download {
display: block;
float: left;
width: 18px;
height: 18px;
margin: 9px 0 0 9px;
position: absolute;
right: 30px;
top: 1px;
}
.icon-help-dash.icon-help-add-cosumer-and-realtor{
display: block;
float: left;
width: 18px;
height: 18px;
margin: 9px 0 0 9px;
position: absolute;
right: 30px;
top: 1px;
}

/*active inactive drop down edit*/
div.styled-select.styled-select-active-inactive {
width: 200px;
height: 30px;
float: left;

}
.styled-select.styled-select-active-inactive select {
color: #757575;
font-family: 'Century Gothic',Verdana,Arial,sans-serif;
margin: 0;
}
div.styled-select.styled-select-active-inactive-corp {
width: 100px;
height: 30px;
float: right;
margin: 23px 0 0 10px;
}
.styled-select.styled-select-active-inactive-corp select {
color: #757575;
font-family: 'Century Gothic',Verdana,Arial,sans-serif;
margin: 0;
    width: 100px !important;
}

/*Max Upload Mb Verbiage Here*/
.max-upload-size-settings-realtor {
font-size: 12px;
margin: 10px 0 0 15px;
}
.max-upload-size-settings {
font-size: 12px;
margin: 10px 0 0 12px;
}

/*Edits on RateMastery settings page*/
p.text-notes-upload-download-csv.rate-mastery-notes {
font-size: 19px;
line-height: 24px;
padding-right: 40px;
}
.rate-mastery-download {
display: block;
float: left;
margin: 12px 0 6px 20px;
padding: 18px;
width: 340px;
min-height: 85px;
border: 1px solid #CCCCCC;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.btn-large-ratemastery {
width: 195px;
margin: 15px 0 0 0;
float: left;
text-decoration: none;
}
p.text-notes-upload-download-csv.rate-mastery-notes a {
color: #008FFF;
}
div.upload-download-notes p a {
color: #047DDC;
}
p.text-notes-upload-download-csv.rate-mastery-questions {
font-size: 16px;
line-height: 24px;
margin-top: 18px;
}
span.ratemastery-messure {
float: right;
margin: 23px 0 0 16px;
font-size: 12px;
}

.ratemastery-step-img {
display: block;
float: left;
margin: 10px 10px 15px 6px;
}

h3.ratemastery-step-h3 {
display: block;
margin: 6px 30px 0 0;
color: #828282;
line-height: 3.9rem;
    font-size: 1.5rem;
}
h3.ratemastery-step-h3 a, h3.ratemastery-step-h3 a:visited {
    color: #047DDC;
text-decoration: none;
}
h3.ratemastery-step-h3 a:hover {
    color: #047DDC;
text-decoration: underline;
}

div.ratemastery-step-section.step-section-right {
margin-left: 24px;
}
div.ratemastery-step-section.step-section-right img {
margin: 0 10px 6px 14px;
}
.ratemastery-step-section.step-section-all {
width: 90%;
}
.ratemastery-step-section.step-section-all > h4.title-ratemastery-custom-icon {
margin: 0px 0 0px 20px;
}
.ratemastery-step-section.step-section-all.available-badges > h4.title-ratemastery-custom-icon {
margin: 16px 0 0px 20px;
}
.title-ratemastery-custom-icon {
background: url(../../Images/icon-custom.jpg) 0px 3px no-repeat no-repeat;
margin: 10px 0 0px 20px;
padding: 1px 0 0 20px;
font-size: 18px;
line-height: 20px;
}
div.ratemastery-step-section {
float: left;
display: block;
width: 390px;
}
div.share-ratemastery-placeholder {
margin-left: 20px;
}
div.share-ratemastery-placeholder img {
margin-top: 12px;
}
.rate-email-signature-example {
padding: 12px 0 0 6px;
}
.rate-email-signature-example img {
border: 1px solid #DADADA;
float: left;
}

.rate-email-signature-example p {
font-size: 12px;
line-height: 6px;
margin: 4px 19px 4px 14px;
}

.ribbon-line-rate-email-signature {
clear: both;
border-bottom: 1px solid #DADADA;
width: 90%;
height: 5px;
margin-top: 11px;
margin-left: 12px;
}

.signature-example-img img {
border: none;
padding-top: 8px;
display: block;
}
.share-ratemastery-social-icons {
margin: 20px;
text-align: center;
}
.share-ratemastery-social-icons img {
padding-right: 5px;
}
.share-ratemastery-social-icons.share-fancy-boxer a {
text-decoration: none;
}
.share-ratemastery-social-icons.share-fancy-boxer {
float: left;
margin-left: 72px;
margin-right: 0;
}
.view-badge-img {
margin: 0 auto;
height: 504px;
width: 504px;
}
.save-btn-uploads-downloads.download-fancy-boxer {
margin: 4px 57px 0 0;
float: right;
}
.share-ratemastery-social-icons.share-fancy-boxer img {
display: inline;
height: 37px;
}
.max-upload-size-settings {
font-size: 12px;
margin: 10px 0 0 12px;
}
.max-upload-size-settings-realtor {
font-size: 12px;
margin: 10px 0 0 15px;
}
.max-upload-size-settings-brnach-new-user {
font-size: 12px;
margin: 10px 0 10px 15px;
}
a.btn.btn-large.btn-large-ratemastery.download-email-help {
margin-left: 19px;
width: 74%;
line-height: 28px;
}

/*Alert Settings Page Edits*/
table tbody tr td label {
font-size: 14px;
margin: 0 20px 0 5px;
}
table tbody tr td input {
margin: 10px 0px 10px 10px;
}
/*Lead Magnet Page Here*/
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 -webkit-user-select: text;
-moz-user-select: text;
-khtml-user-select: text;
-moz-user-select: moz-text;
-ms-user-select: text;
}
.admin-left-submenu {
margin: 0 0 0 12px;
}
.left-sidebar > ul > li.admin-active-down-arrow {
background: url(../../Images/admin/admin-active-down-arrow.jpg) left 1px no-repeat;
}
.left-sidebar > ul > li .non-click {
display: block;
padding: 9px 0 0 20px;
font-size: 15px;
text-decoration: none;
color: #3E3E3E;
height: 34px;
cursor: default;
}
.lead-magnet-wrapper p a {
color: #047DDC;
}
.lead-magnet-wrapper p {
font-size: 16px;
margin: 0 30px 18px 0;
line-height: 26px;
margin-bottom: 20px !important;
}
span.lead-magent-icon {
display: inline-block;
margin: 0px 6px 0 0;
padding-top: 1px;
}
.lead-magnet-widget-wrapper {
border: 1px solid #D2D2D2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin: 26px 30px 25px 0;
background: #F7F7F7;
}
.lead-magnet-widget-iframe {
width: calc(100% - 320px);
float: left;
}
.lead-magnet-widget-img {
width: 320px;
float: left;
}
.lead-magnet-widget-img img {
margin: 20px;
border:none;
}
.lead-magnet-widget-img-tiny {
width: 320px;
float: left;
}
.rate-widget-widget-img iframe {
display: block;
margin: 11px auto 11px auto;
}
.lead-magnet-widget-img-tiny img {
margin: 20px;
border: none;
}
.lead-magnet-widget-get-code {
position: relative;
width: 90%;
border: 1px solid #D2D2D2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 20px;
margin: 20px;
background: #ffffff;
}
.lead-magnet-widget-size {
width: 364px;
border: 1px solid #D2D2D2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin: 20px;
padding: 20px;
background: #ffffff;
}
.lead-magnet-widget-get-code pre {
word-wrap: break-word;
font-size: 16px;
-webkit-user-select: text;
}
.lead-magnet-copy-code-btn {
border: 1px solid #D2D2D2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
width: 110px;
text-align: center;
position: absolute;
bottom: -1px;
right: -1px;
padding: 2px;
font-size: 12px;
}

/*Rate Widget Page Here*/
.rate-widget-wrapper p {
font-size: 16px;
margin: 0 30px 18px 0;
line-height: 26px;
margin-bottom: 20px !important;
}
.rate-widget-widget-wrapper {
border: 1px solid #D2D2D2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin: 26px 0 25px 0;
background: #F7F7F7;
}
.rate-widget-widget-iframe {
width: calc(100% - 320px);
float: left;
}
.rate-widget-widget-img {
width: 320px;
float: left;
}
.rate-widget-widget-img img {
margin: 20px;

}
.rate-widget-widget-get-code {
position: relative;
width: 90%;
border: 1px solid #D2D2D2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 20px;
margin: 20px;
background: #ffffff;
}
.rate-widget-widget-size {
width: 364px;
border: 1px solid #D2D2D2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin: 20px;
padding: 20px;
background: #ffffff;
}
.rate-widget-widget-get-code pre {
word-wrap: break-word;
font-size: 16px;
-webkit-user-select: text;
}
.rate-widget-copy-code-btn {
border: 1px solid #D2D2D2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
width: 110px;
text-align: center;
position: absolute;
bottom: -1px;
right: -1px;
padding: 2px;
font-size: 12px;
}
iframe .widget-wrapper {
background: #ffffff !important;
}
/*Marketing Settings Recruit*/
.alert-contact-no-marketing-section {
border: 1px solid #CCCCCC;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
width: 96%;
margin-bottom: 0px;
}
.image-marketing-demo-wrapper{
border: 1px solid #CCCCCC;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
width: 96%;
margin: 15px 0 15px 0;
margin-bottom: 0px;
}
.banner-important-alert-no-marketing {
display: block;
float: left;
padding: 0;
margin: 15px 20px 0 20px;
height: 100px;
}

.banner-text-alert-no-marketing {
font-size: 22px;
line-height: 26px;
margin: 10px 10px 15px 10px;
}

.section-spacer-no-marketing{
 height:30px;   
}
.image-marketing-demo-wrapper img {
margin: 0px;
padding: 0px;
margin: 10px auto 15px auto;
display: block;
width:98%;
height: auto;
}
/*Alerts Explained*/
span.alerts-most-lenders {
  font-size: 14px;
  margin: 16px 0 0 0;
  display: block;
    color: #3E3E3E;
}
.panel-content.panel-alerts-explained-title {
  margin: 10px 0 10px 0;
}
.panel-content.panel-alerts-explained-title p {

  font-size: 1.1rem;
  line-height: 25px;
}
.panel-content.panel-alerts-explained-title p a {
  color: #047DDC;
}
.content.settings-content.settings-company-billing .form-settings {
    display: block;
    float: none;
    height: auto;
}
.content.settings-content.settings-company-billing .form-settings span {
    display: block;
}
span#lblBillID {
    font-size: 22px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 12px;
}
input#btnAddCompanyBill, input#btnDeleteCompanyBill {
    margin-top: 12px;
    font-size: 18px;
    width: 228px;
    padding: 14px 8px;
}
