body {
	margin: 0;
	background-color: #1f1f1f;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
}

.viewport {

}

.header {
	width: 100% ;
	height: 80px ;
	margin: 0;
	background-color: #ffffff;
	border-bottom: 1px solid #393939 ;
}
#leaderbar {
	margin: 0 10px 0 0;
	float:right;
	font-size: 10pt;
	padding: 5px;
        color: black ; 
}

/* login */
.login-box {
	margin: 0 0 0 0 ;
	background-color:#001b33;
	font-family: calibri, verdana, arial, helvetica, sans-serif;
	font-size 10pt;
	color: #ffffff;
	text-align:left;
	width:300px ;
	min-height:460px;
	padding:25px;
	line-height:20px;
}

.login-header {
	margin: 0 0 15px 0;
	font-size: 15pt;
}
.LoginSignup {
	position:absolute;
	overflow:hidden;
	scrolling:;
	background-color:#001b33;
	font-family: calibri, verdana, arial, helvetica, sans-serif;
	color: #b0b0b0;
	width:310px;
	height:480px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
	text-align:left;
	/* for Chrome 10+ and Safari 5+ */
	-webkit-box-shadow: 1px 1px 12px #000000;
	/* for FireFox 3.6+ */
	-moz-box-shadow: 1px 1px 12px #000000;
	/* for IE 5.5 - 9 */
	box-shadow: 1px 1px 12px #000000;
}
#login-frame {
	margin:0 auto 0 auto;
}
#blanket {
   background-color:#c0c0c0;
   opacity: 1 ; /*0.65;*/
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}



#logoContainer {
	padding: 20px;
	letter-spacing: 3px ;
}
.logoFirstWordLetter {
	font-size: 27pt;
	color: green;
}
.logoFirstWord {
	font-size: 27pt;
	color: green;
}
.logoColon {
	font-size: 22pt;
	color: #000000;
}
.logoFirstLetter {
	font-size: 27pt;
	color: #a0a0a0;
}
.logoWord {
	font-size: 27pt;
	color: #a0a0a0;
}

.navigation {
	width: 100% ;
	height: 35px ;
	margin: 0;
	background-color: #1f1f1f;
}

/* BEGIN: Drop Down Navigation */
#cssmenu {
	border: none;
	border: 0px;
	padding: 0px;
	font: 67.5% 'Trebuchet MS', Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: auto;
}
#cssmenu ul {
	background: #1f1f1f;
	height: 35px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#cssmenu li {
	float: left;
	padding: 0px;
}
#cssmenu li a {
	background: #1f1f1f url('/images/seperator.gif') bottom right no-repeat;
	display: block;
	font-weight: normal;
	line-height: 35px;
	margin: 0px;
	padding: 0px 25px;
	text-align: center;
	text-decoration: none;
}
#cssmenu > ul > li > a {
	color: #cccccc;
}
#cssmenu ul ul a {
	color: #cccccc;
}
#cssmenu li > a:hover,
#cssmenu ul li:hover > a {
	background: #c0c0c0 url('/images/hover.png') bottom center no-repeat; /* #2580a2 */ /* orange: d7a11f */
	color: #1f1f1f ; /*#FFFFFF; */
	text-decoration: none;
}
#cssmenu li ul {
	background: #1f1f1f;
	display: none;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: absolute;
	width: 225px;
	z-index: 200;
	/*top:1em;
	/*left:0;*/

}
#cssmenu li:hover ul {
	display: block;
}
#cssmenu li li {
	background: url('/images/sub_sep.gif') bottom left no-repeat;
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 225px;
}
#cssmenu li:hover li a {
	background: none;
}
#cssmenu li ul a {
	display: block;
	height: 35px;
	font-size: 12px;
	font-style: normal;
	margin: 0px;
	padding: 0px 10px 0px 15px;
	text-align: left;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a {
	background: #c0c0c0 url('/images/hover_sub.png') center left no-repeat; /* #2580a2 */
	border: 0px;
	color: #1f1f1f ; /* #ffffff; */
	text-decoration: none;
}
#cssmenu p {
	clear: left;
}
/* END: Drop Down Navigation */ 


h1 {
}
h2 {
	font-size: 16pt ;
}
h3 {
	font-size: 12pt ;
}
.content {
	width: 100%; 
	min-height: 500px;	
	margin: 0;
	background-color: #f5f5f5;
}

.content-container {
	display: block;
	margin: 0 10px;
	background-color: #f5f5f5;
}

.footer {
	width: 100%;
	height: 80px ;
	margin: 0;
	background-color: #2d3032;
	color: white;
	text-align: center;
}
.footerInner {
	margin: 20px ;
}

div.table {
	display: table ;
	border: 1px solid #2d3032;
	font-size: 10pt;
}

div.table-head {
	display: table-header-group;
	border: 1px solid grey;
	color: white;
	background-color: #2d3032;
	font-weight: bold;
}
div.table-row {
	display: table-row;
	font-size: 10pt ;
	background-color: white;
}
div.table-row-even {
	display: table-row;
	font-size: 10pt ;
	background-color: lightblue;
}
div.table-row-gray {
	display: table-row;
	font-size: 10pt ;
	background-color: lightgray;
}
div.table-row-yellow {
	display: table-row;
	font-size: 10pt ;
	background-color: yellow;
}

div.table-cell {
	display: table-cell;
	border: 1px solid #2d3032;
	padding: 7px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cmIcon {
	margin: 3px -5px -3px 7px ;
	width: 18px;
	height: 18px;
}

#dashBanner {
	float:right;
	margin: -30px 5px 10px 0;
	color: black ;
	text-align: right;
}
.dashBannerMoney {
	color: green;
}

/* BEGIN:  Offer Management */
#manage-offer-info1 {
	color: cornflowerblue;
}
.manage-offer-form-div {
}
.manage-offer-form-line {
	display: table-row;
}
.manage-offer-form-label-div {
	border: 1px dotted lightgrey;
	display: table-cell;
	padding: 5px 5px 5px 0; 
	vertical-align: middle;
}	
.manage-offer-form-input-div {
	border: 1px dotted lightgrey;
	display: table-cell;
	padding: 10px 5px;
}
.manage-offer-form-creative-preview {
	background-color: lightblue;
	text-align: center; 
	border: 1px dotted lightgrey;
	display: table-cell;
	padding: 10px 5px;
}
.manage-offer-category-checkbox + label {
	color: darkgrey;
	font-weight: normal;
}
.manage-offer-category-checkbox:checked + label {
	color: black;
	font-weight: bold;
}
.manage-offer-category-label {
	display: inline-block;
	margin: 5px 10px 5px 0;
}
.manage-offer-text {
	width: 225px;
}
.manage-offer-text-large {
	width: 350px;
}
.manage-offer-text-link {
	width: 750px;
}
.manage-offer-text-small {
	width: 75px;
	
}
.manage-offer-select {
}
.manage-offer-textarea-subject {
	width: 550px;
	height: 150px;
}
.manage-offer-textarea-from {
	width: 300px;
	height: 125px;
}
.manage-offer-textarea-description {
	width: 550px;
	height: 50px;
}
#manage-offer-save-button, #manage-server-save-button {
	float: right;
}
.manage-offer-help-block {
	margin: 5px ;
	color: red;
	font-style: italic;
	font-weight: bold;
}
/* END:  Offer Management */


/* BEGIN: Campaign Management */
.manage-campaign-notes {
	width: 550px;
	height: 85px;
}
.manage-campaign-display-froms {
	width: 325px;
	height: 85px;
}
.manage-campaign-display-subjects {
	width: 550px;
	height: 200px;
}
/* END: Campaign Management */


.manage-user-suppression-input {
	width: 240px;
	height: 320px;
}

/* BEGIN: Input Styling */
input, textarea, select, option, select option {
   border: 1px solid #b3b1af;
   background: #ffffff;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   color: #000000;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   margin-top: 4px;
   margin-bottom: 4px;
   }
option {
   background: #add8e6;
   color: #000000;
   outline: 0;
}
input:focus, textarea:focus, select:focus, option:focus {
   border: 1px solid #000000;
   background: #ADD8E6;
   color: #000000;
   outline: 0;
}
label.revenue-breakdown-filter {
	margin-right: 15px;
}

label.campaigns-filter {
	margin-left: 5px;
	font-size: 10pt;
	font-weight: normal;
}
label.offers-filter {
	margin-left: 5px;
	font-size: 10pt;
	font-weight: normal;
}


button {
	border: 1px solid #1f1f1f;
	background: #00bdf7;
	background: -webkit-gradient(linear, left top, left bottom, from(#add8e6), to(#00bdf7));
	background: -webkit-linear-gradient(top, #add8e6, #00bdf7);
	background: -moz-linear-gradient(top, #add8e6, #00bdf7);
	background: -ms-linear-gradient(top, #add8e6, #00bdf7);
	background: -o-linear-gradient(top, #add8e6, #00bdf7);
	background-image: -ms-linear-gradient(top, #add8e6 0%, #00bdf7 100%);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	text-shadow: #ffffff 0 1px 0;
	color: #1f1f1f;
	font-family: helvetica, serif;
	padding: 8.5px 18px;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	outline: 0;
}
button:hover {
	border: 1px solid #1f1f1f;
	text-shadow: #1f1f1f 0 1px 0;
	background: #00bdf7;
	background: -webkit-gradient(linear, left top, left bottom, from(#00bdf7), to(#00bdf7));
	background: -webkit-linear-gradient(top, #00bdf7, #00bdf7);
	background: -moz-linear-gradient(top, #00bdf7, #00bdf7);
	background: -ms-linear-gradient(top, #00bdf7, #00bdf7);
	background: -o-linear-gradient(top, #00bdf7, #00bdf7);
	background-image: -ms-linear-gradient(top, #00bdf7 0%, #00bdf7 100%);
	color: #fff;
	outline: 0;
}
button:active {
	text-shadow: #1f1f1f 0 1px 0;
	border: 1px solid #1f1f1f;
	background: #add8e6;
	background: -webkit-gradient(linear, left top, left bottom, from(#00bdf7), to(#00bdf7));
	background: -webkit-linear-gradient(top, #00bdf7, #add8e6);
	background: -moz-linear-gradient(top, #00bdf7, #add8e6);
	background: -ms-linear-gradient(top, #00bdf7, #add8e6);
	background: -o-linear-gradient(top, #00bdf7, #add8e6);
	background-image: -ms-linear-gradient(top, #00bdf7 0%, #add8e6 100%);
	color: #ffffff;
	outline: 0;
}


/* loading animation */
.modal {
	display:    none;
	position:   fixed;
	z-index:    1000;
	top:        0;
	left:       0;
	height:     100%;
	width:      100%;
	background: rgba( 255, 255, 255, .8 ) 
		url('http://i.stack.imgur.com/FhHRx.gif') 
		50% 50% 
		no-repeat;
}
body.loading {
	overflow: hidden;
}
body.loading .modal {
	display: block;
}

#offer-search {
	width: 370px;
}
#cpc-domain-search {
	width: 370px;
}

a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}

/* manage campaigns page */
div.manage-campaign-container {
	border: 0px solid green;
}
div.manage-campaign-small-fields {
	border: 0px solid blue ;
	display: inline-block ;
}
div.manage-campaign-bottom-fields {
	border: 0px solid blue ;
	display: inline-block ;
}
div.manage-campaign-chart-container {
	width:	425px;
	height: 275px ;
	float: right ;
	border: 0px solid green;
}
div.manage-campaign-chart {
	width: 425px;
	height: 300px ;
	border: 0px solid red;
}

.clear-both {
	clear: both;
}


/* start: offer image uploader */
.image-upload-overlay, .image-upload-overlay-author, .image-upload-overlay-logo, .image-upload-overlay-header {
  /*Hides pop-up when there is no "active" class*/
  /*display:none;
  margin: auto;*/
  visibility: hidden;
  position: fixed ; /*absolute;*/
  background: #ffffff;
  border: 2px solid #909090;
  width: 50%;
  height: 500px;
  left: 25%;
  z-index: 100 ;
}
.image-upload-overlay.active, .image-upload-overlay-author.active, .image-upload-overlay-logo.active, .image-upload-overlay-header.active {
  visibility: visible; 
}
.close-image-upload, .close-image-upload-author, .close-image-upload-logo, .close-image-upload-header {
	float: right;
}
.popup-content, .popup-content-author, .popup-content-logo, .popup-content-header {
  visibility: hidden;
}
.popup-content.active, .popup-content-author.active, .popup-content-logo.active, .popup-content-header.active {
  /*Shows pop-up content when "active" class is present */
  visibility: visible;
}

.col-md-8 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px ;
	width: 750px ;
}
.container, .container-author, .container-logo, .container-header {
	max-width: 100%
	width: 750px; 
}

.btn{display:inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-success{
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success.focus, .btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}
/* end: offer image uploader */
