﻿@charset "utf-8";

@import url("fonts.css");


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body {margin: 0;font-size:100%;line-height:1.231;font-family:Arial;color:#5f6062;overflow-y:scroll;overflow-x:hidden; }

body, button, input, select, textarea { font-family: Arial; color: #5f6062; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #333;text-decoration:none; } 
a:hover { color: #ffffff; text-decoration:underline; }
a:focus { outline: 0; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
ul.nav, ol.nav { list-style: none; list-style-image: none; margin: 0; padding: 0; }
ul, li, h1, h2, h3, h4, p, span, b { margin: 0; padding: 0;}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: 

button; }
input[type="text"]{float:right;font-family:Calibri;font-size:16px;color:#333; padding:10px 0 10px 3px;margin:0;border:solid 1px #ccc;}
/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-

box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Abbas Tahir
   ========================================================================== */

p {
	line-height: 1.4;
	padding:0 0 15px 0;
} 

/*- outer wrapper -----------------------------------------*/
#outer-wrapper{min-width:320px;width:100%;margin:0 auto;position:relative;}  
/* header -------------------------------------------*/

header{width:200px;float:left;background:#333;padding:0 0 0 0;position:fixed;height:100%;z-index:100000;} 
header .logo{width:180px; float:left;background:url(../images/logo.png) no-repeat; height:40px;margin:20px 0 0 20px;}  

/* nav -------------------------------------------*/
header nav{width:200px;float:left;background:#525252;margin:60px 0 0 0;position:fixed;height:100%;} 
header nav ul{width:200px;float:left;margin:5px 0 0 0;padding:0;list-style-type:none;}
header nav ul li{width:200px;float:left;margin:0;padding:0;} 
header nav ul li a{width:160px;float:left;font-family: Calibri;font-size:0.9em;color:#fff;margin:0 20px 0 20px;padding:15px 0 15px 0;text-decoration:none;border-bottom:dashed 1px #666;}
header nav ul li a:hover, section nav ul li a.active{color:#FED100;}

/* section -------------------------------------------*/

section{width:100%;float:left;}

section .secondory-nav{float:right;width:100%;position:fixed;background:#333;right:-200px;}   
section .secondory-nav ul{width:auto;float:right;list-style-type:none;margin:0 200px 0 0;padding:0 0 0 0;height:60px;}   
section .secondory-nav ul li{width:auto;float:left;margin:20px 35px 0 0;padding:0;}   
section .secondory-nav ul li a{width:auto;float:left;font-family:Calibri;font-size:0.9em;color:#fff;text-decoration:none;margin:0;padding:0;}   

/* right pannal -------------------------------------------*/

section #content{float:right;width:100%;background:#F0F0F0; min-height:940px;margin:58px -200px 0 0;padding:0 0 0 0;}
section #content .content{width:auto;float:left;margin:22px 235px 0 25px;}
section #content .content h1{width:100%;float:left;font-family:Calibri;font-size:2.6em;color:#333;padding:0;margin:0;font-weight:bold;}
section #content .content h1 span{font-size:1em;font-weight:normal;}

/* posting list -------------------------------------------*/

section #content .content #posting-list{width:100%;float:left;margin:50px 0 0 0;}
section #content .content #posting-list h3{width:100%;float:left;margin:0;padding:0 0 12px 0;font-family:Calibri;font-size:1em;color:#333;border-bottom:solid 1px #ccc;}
section #content .content #posting-list h3 .userid{width:150px;float:left;padding:0 0 0 10px ;}
section #content .content #posting-list h3 .name{width:27.87%;float:left;}
section #content .content #posting-list h3 .email{width:44.87%;float:left; }
section #content .content #posting-list h3 .actions{width:11.7%;float:right; }
section #content .content #posting-list h3 .conversion{width:11.7%;float:right; }

section #content .content #posting-list ul{width:100%;float:left;list-style-type:none;padding:0;margin:0;}
section #content .content #posting-list ul li{width:100%;float:left;padding:9px 0 7px 0;margin:0;border-bottom:dashed 1px #ccc;}
section #content .content #posting-list ul li:hover{background:#ccc;}

section #content .content #posting-list ul li span{width:13.80%;float:left;margin:0 0 0 0;padding:5px 0 0 0;font-family:Calibri;font-size:1em;color:#333; }
section #content .content #posting-list ul li span.id_done{width:150px;padding:0 0 0 10px ;} 
section #content .content #posting-list ul li span.name_done{width:302px;} 
section #content .content #posting-list ul li span.email_done{width:450px;} 
section #content .content #posting-list ul li span.conv_done{width:115px;float:right;margin:0 0 0 0;padding:0 0 0 0;}
section #content .content #posting-list ul li p{width:115px;float:right;margin:0;padding:0 10px 0 0;}
section #content .content #posting-list ul li p .btn-edit{ width:32px;float:left;margin:0;padding:0;background:url(../icmages/button-edit.png) no-repeat;height:32px;margin-right:8px;}
section #content .content #posting-list ul li p .btn-view{width:32px;float:left;margin:0;padding:0;background:url(../images/icon-view.png) no-repeat;height:32px;margin-right:8px;}
section #content .content #posting-list ul li p .btn-delete{width:32px;float:left;margin:0;padding:0;background:url(../images/button-delete.png) no-repeat;height:32px;}

/* Add New User -------------------------------------------*/

section #content .content #new-user{width:50%;float:left;margin:50px 0 0 250px; }
section #content .content #new-user ul{width:100%;float:left;margin:0 0 0 0;  list-style-type:none; }
section #content .content #new-user ul li{width:100%;float:left;margin:5px 0 0 0;}
section #content .content #new-user ul li h3{width:100%;float:left;margin:0 0 0 0;padding:5px 0 3px 0;font-family:Calibri;font-size:1em;color:#333; }
section #content .content #new-user ul li input{width:100%;float:left;margin:0;padding:7px 0 7px 7px;font-family:Calibri;font-size:1em;color:#333; border:solid 2px #ccc;}
section #content .content #new-user a.submit{width:auto;float:left;margin-top:25px;padding:10px 10px 10px 10px;font-family:Calibri;font-size:1em;color:#333; background:#ccc ; font-weight:bold;}

section #content .content #new-user ul li textarea{width:100%;float:left;margin:0;padding:7px 0 7px 7px;font-family:Calibri;font-size:1em;color:#333; border:solid 2px #ccc;}

/* Add New Offer -------------------------------------------*/

section #content .content #new-offer{width:100%;float:left;margin:50px 0 0 0; }
section #content .content #new-offer ul{width:100%;float:left;margin:0 0 0 0;  list-style-type:none; }
section #content .content #new-offer ul li{width:100%;float:left;margin:5px 0 0 0;}
section #content .content #new-offer ul li h3{width:100%;float:left;margin:0 0 0 0;padding:5px 0 3px 0;font-family:Calibri;font-size:1em;color:#333; }
section #content .content #new-offer ul li input{width:100%;float:left;margin:0;padding:7px 0 7px 7px;font-family:Calibri;font-size:1em;color:#333; border:solid 2px #ccc;}
section #content .content #new-offer a.submit{width:auto;float:left;margin-top:25px;padding:10px 10px 10px 10px;font-family:Calibri;font-size:1em;color:#333; background:#ccc ; font-weight:bold;}
section #content .content #new-offer ul li select{width:100%;float:left;margin:0 0 0 0;padding:5px 0 5px 5px;font-family:Calibri;font-size:1em;color:#333; border:solid 2px #ccc; } 
section #content .content #new-offer ul li input.checkbox{width:auto;float:left;margin:4px 10px 0 0;padding:0 0 0 0;}
section #content .content #new-offer ul li p{width:20.80%;float:left;margin:10px 0 0 0;padding:0 0 0 0;font-family:Calibri;font-size:1em;color:#333; }

/* User Reports -------------------------------------------*/

section #content .content #posting-list ul.total{width:100%;float:left;list-style-type:none;padding:0;margin:0;}
section #content .content #posting-list ul.total li{width:100%;float:left;padding:9px 0 7px 0;margin:0; border:none;}
section #content .content #posting-list ul.total li:hover{background:none;}
section #content .content #posting-list ul.total li span.total-lead{width:13.80%;float:left;margin:0 0 0 0;padding:5px 0 0 160px;font-family:Calibri;font-size:1em;color:#333; }
section #content .content #posting-list ul.total li span.lead-report{width:10.70%;float:right;margin:0 0 0 0;padding:5px 0 0 0;font-family:Calibri;font-size:1em;color:#333; }

/* Offer Reports -------------------------------------------*/

section #content .content #offer-reports{width:100%;float:left;margin:50px 0 0 0;}
section #content .content #offer-reports h3{width:100%;float:left;margin:0;padding:0 0 12px 0;font-family:Calibri;font-size:1em;color:#333;border-bottom:solid 1px #ccc;}
section #content .content #offer-reports h3 .offerid{width:100px;float:left;padding:0 0 0 10px;}
section #content .content #offer-reports h3 .offername{width:40.87%;float:left; }
section #content .content #offer-reports h3 .offerip{width:15.87%;float:left;  }
section #content .content #offer-reports h3 .dateime{width:17.45%;float:left;  }
section #content .content #offer-reports h3 .userad{width:15.7%;float:left;  }

section #content .content #offer-reports ul{width:100%;float:left;list-style-type:none;padding:0;margin:0;}
section #content .content #offer-reports ul li{width:100%;float:left;padding:9px 0 7px 0;margin:0;border-bottom:dashed 1px #ccc;}
section #content .content #offer-reports ul li:hover{background:#ccc;}

section #content .content #offer-reports ul li span{width:13.80%;float:left;margin:0 0 0 0;padding:5px 0 0 0;font-family:Calibri;font-size:1em;color:#333; }
section #content .content #offer-reports ul li span.offerid_done{width:100px;padding:0 0 0 10px ;} 
section #content .content #offer-reports ul li span.offer_done{width:447px;} 
section #content .content #offer-reports ul li span.ip_done{width:175px; } 
section #content .content #offer-reports ul li span.date_done{width:190px; } 
section #content .content #offer-reports ul li span.user_done{width:150px; } 

/* User View -------------------------------------------*/

section #content .content #user-view{width:100%;float:left;margin:50px 0 0 0;}
section #content .content #user-view h3{width:100%;float:left;margin:0;padding:0 0 12px 0;font-family:Calibri;font-size:1em;color:#333;border-bottom:solid 1px #ccc;}
section #content .content #user-view h3 .viewid{width:40px;float:left;padding:0 0 0 10px; border:solid 1px red;}
section #content .content #user-view h3 .viewoffer{width:50.87%;float:left; border:solid 1px red; }
section #content .content #user-view h3 .viewclick{width:8.87%;float:left; border:solid 1px red;  }
section #content .content #user-view h3 .viewconv{width:10.45%;float:left;   border:solid 1px red;}
section #content .content #user-view h3 .viewtrack{width:13.7%;float:left;   border:solid 1px red;}
section #content .content #user-view h3 .postback{width:30.87%;float:left;  border:solid 1px red;}
section #content .content #user-view h3 .tracklink{width:30.87%;float:left;   border:solid 1px red;}
section #content .content #user-view h3 .viewuser{width:17.45%;float:left;   border:solid 1px red;}
section #content .content #user-view h3 .viewaction{width:15.7%;float:left;   border:solid 1px red;}

section #content .content #user-view ul{width:100%;float:left;list-style-type:none;padding:0;margin:0;}
section #content .content #user-view ul li{width:100%;float:left;padding:9px 0 7px 0;margin:0;border-bottom:dashed 1px #ccc;}
section #content .content #user-view ul li:hover{background:#ccc;}

section #content .content #user-view ul li span{width:13.80%;float:left;margin:0 0 0 0;padding:5px 0 0 0;font-family:Calibri;font-size:1em;color:#333; }
section #content .content #user-view ul li span.offerid_done{width:100px;padding:0 0 0 10px ;} 
section #content .content #user-view ul li span.offer_done{width:447px;} 
section #content .content #user-view ul li span.ip_done{width:175px; } 
section #content .content #user-view ul li span.date_done{width:190px; } 
section #content .content #user-view ul li span.user_done{width:150px; } 





a.button
{
    width:auto;
    font-family:Calibri;
    font-size:18px;
    color:#333;
    text-decoration:none;
    text-align:center;
    margin:0 0 0 10px;
    padding:8px 25px 8px 25px;
    font-weight:bold;
}
a.left{float:left;}
a.right{float:right;}

a.grey{background-color:#ccc; }
a.grey:hover{background-color:#FED100;}
a.yellow{background-color:#FED100; }
a.yellow:hover{background-color:#ccc;}

a.arrowl{background-image:url(../images/arrow-back.png);background-repeat:no-repeat;background-position:left 20px center;padding:8px 25px 8px 40px;}
a.arrowr{background-image:url(../images/arrow-next.png);background-repeat:no-repeat;background-position:right 20px center;padding:8px 40px 8px 25px;}

a.add{background-image:url(../images/add-new-img.png);background-repeat:no-repeat;background-position:left 10px center;padding:8px 25px 8px 35px;}

@media only screen and (min-width: 768px) and (max-width: 481px)
{body{font-size:90%;}
    
    }
 
 
@media only screen and (min-width: 320px) and (max-width: 480px)
{
    body{font-size:90%;}
    }



/* ==|== non-semantic helper classes ========================================
   Define Styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-

repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; 

position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: 

h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: 

visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
 