/* =Reset default browser CSS.
-------------------------------------------------------------- */

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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* Prevent iOS from cramping our style */
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
	color:#666;
}

body a {
  text-decoration: none;
  color:#2c6aaa;
}

/*================== General ==================*/
.container {
  max-width: 1200px;
  margin: auto auto;
	padding: 0 10px;
}

h1, h2, h3, h4 {
	font-family: 'Roboto', sans-serif;
}

h1 {
  margin-bottom: 30px;
  display: inline-block;
}

h1::after {
  background: #f9d262;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin-top: 7px;
	top: 0;
	width: 100%;
}

h2 {
  margin-bottom: 12px;
}

.margin-top-30 {
  margin-top:30px;
}

input[type=text],
input[type=password] {
	margin-bottom:10px;
}

input[type=text]:last-child {
	margin-bottom: 0;
}

input[type=text],
input[type=password],
input[type=submit] {
  padding: 4px;
  border: 1px solid #999;
  background: none;
}

.list {
  
}

.list p {
  margin-bottom: 7px;
}

h2 span.note {
	font-size: 14px;
}

.info, .error {
	padding:10px;
	margin: 20px 0;
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
}

.info {
	border: #4fb6d6 1px solid;
}

.error {
	border: #ba2d00 1px solid;
}

.container table.datatables th {
	padding-left: 10px;
	text-align: left;
}

.hidden {
	display: none;
}

/*================== Header & Navigation ==================*/

#header {
  background:#F5F5F5;
  padding:20px 0;
  margin-bottom: 30px;
}

#primary-nav {
}

#primary-nav ul li {
  display: inline;
	color:#777;
}

#primary-nav ul li::after {
	content: ' > ';
	color:#AAA;
}

#primary-nav ul li.float-right {
	float:right;
}

#primary-nav ul li:nth-last-child(2)::after,
#primary-nav ul li.float-right::after {
	content:'';
}



/*================== Footer ==================*/

#footer {
  background:#F5F5F5;
  padding:15px 0;
  margin-top: 30px;
	font-size: 12px;
	text-align: right;
}

/*================== Login ==================*/
#login {
	background: #004567;
}
#login-container {
	max-width:450px;
	margin: auto auto;
	border-radius: 5px;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
	background: #FFF;
}

#login-container input[type=text],
#login-container input[type=password] {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

/*================== Clients ==================*/



/*================== Campaigns ==================*/
.notification-field {
	clear:both;
	display: block;
}

#add-notification-button {
	margin: 20px 0;
}