article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block;}

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
}

html {
  height: 100%;
  box-sizing: border-box;
}

body {
  position: relative;
  color: #34495e;
  font: 400 14px/1.5em 'Lato', Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #f9f9f9;
  -webkit-text-size-adjust: none;
  padding: 0;
  margin: 0;
	min-height: 100%;
}

a {
 display: inline-block;
 color: #27ae60;
 -webkit-transition:all 0.5s;
 -moz-transition:all 0.5s; 
 transition:all 0.5s;
}
a:hover {
  color: #000;	
}

/* Header styles */

header {
  width: 100%;
  padding: 15px 0;
  background: #34495e;
  margin: auto;	
}

header section {
  height: 40px;
  line-height: 40px; 
}


header nav {
  float: right;
  text-align: right;
  white-space: nowrap;	
}

header nav a {
 display: inline-block;
 color: #fff;
 font-size: 13px;
 text-transform: uppercase;	
 vertical-align: middle;
 margin-left: 20px;
 -webkit-transition:all 0.5s;
 -moz-transition:all 0.5s; 
 transition:all 0.5s;
}
header nav a span {
  color: #27ae60;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  transition:all 1s;
}
header nav a:hover {
  color: #27ae60;	
}
header nav a:hover span {
  color: #fff;
}

header nav a.active_page {
  color: #27ae60;	
}

#logo {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  vertical-align: middle;	
}
#logo span {
  color: #27ae60;
  font-weight: 900;	
}

#user_pic img {
  display: inline-block;
  border-radius: 25px;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 5px;
}

#top_bar {
  color: #fff;
  background: #4fbf7e;
  margin: 25px 0 0;	
}
#top_bar section {
  /*line-height: 34px;*/
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 15px 20px;
  background: #27ae60;	
}
#top_bar h1, #top_bar h2 {
  font-size: 18px;
  font-weight: 900;
  padding: 0;
  margin: 0;
  float: left;	
}
#top_bar h2 { margin-top: 7px; }

.subhead {font-weight: 300;}

section {
  width: 1140px;
  box-sizing: border-box;
  margin: auto;	
}
section:after {
  content: "";
  display: table;
  clear: both;	
}

.calendar {
  font-weight: 400;
  white-space: nowrap;
  text-transform: none;
  float: right;
  background-color: #fff;
  padding: 5px;
  padding-bottom: 0;
  width: 250px;
  border-radius: 5px;
  box-sizing: border-box;	
}

.calendar img {
	
}

.calendar #datepicker {
	position: absolute;
	top: 114px;
	margin-left: 24px;
    width: 220px;
	border: 0;
}

#datepicker input {
	width: 210px;
	border: 0;
	font-size: 80%;
	color: #666;
}
#datepicker div {
	font-size: 14px;
}
.date-range-selected > .ui-state-active,
.date-range-selected > .ui-state-default {
	background: none;
	background-color: lightsteelblue !important;
}

.ui-datepicker-inline {
	border: 1px solid #333 !important;
	background-color: #fff;
}

button, .button {
  display: inline-block;
  height: 34px;
  padding: 0 25px;
  line-height: 34px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 3px;
  background: #00e5e2;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-transition:all 0.5s;
 -moz-transition:all 0.5s; 
 transition:all 0.5s;  	
}
button:hover, .button:hover {
  background: #4fbf7e;
  border-color: rgba(255,255,255,0.5);	
}
#top_bar button, #top_bar .button {float: right;}

a {text-decoration: none; outline: none;}
.center {text-align: center;}
.justify {text-align: justify;}
.justify:after {
  content: "";
  display: inline-block;
  width: 100%;	
}

.icon img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;	
}

h2 {
  padding: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  background: #27ae60;
  text-transform: uppercase;
  margin: 30px auto 0;	
}
h3 {
  padding: 15px;
  color: #34495e;
  font-size: 16px;
  font-weight: 900;
  background: #f7fbf9;
  text-transform: uppercase;	
}

.sidebar {
  width: 235px;
  float: left;
  box-sizing: border-box;	
}
.sidebar h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 15px;
  background: #27ae60;
  margin: 30px 0 20px;	
}

blockquote {
  background: #f7f7f7;
  border-radius: 3px;
  padding: 15px;
  margin: 10px 0;	
}

.content {
  width: 890px;
  float: right;
  box-sizing: border-box;
}
#top_bar .sidebar {
  width: 230px;
  height: 64px;
  padding-top: 15px;
  padding-right: 20px;
  border-right: 15px solid #f9f9f9;
  margin: -15px 0 -15px;
}
#top_bar .content {
  width: 850px;
  margin-top: 0;
}

fieldset {
  position: relative;
  display: inline-block;
  width: 80%;
  padding: 0;
  margin: auto;
  border: none;
  vertical-align: top;	
}
.sidebar fieldset {width: 100%;}
legend {
  position: relative;
  left: 0;
  bottom: 100%;
  width: 100%;
  padding: 5px 0;
  color: #34495e;
  font-size: 14px;	
}

input[type="text"], textarea {
  display: inline-block;
  width: 100%;
  padding: 6px;
  color: #34495e;
  font-size: 14px;
  border: 1px solid #dedede;
  border-radius: 5px;
  box-sizing: border-box;	
}

textarea {
	height: 90px;
}

#circle_output {
  text-align: justify;
  margin: 25px 0;	
}
#circle_output:after {
  content: "";
  display: inline-block;
  width: 100%;	
}
.circle {
  display: inline-block;
  width: 215px;
  height: 215px;
  
  border: 10px solid #fff;
  border-radius: 110px;
  background: #34495e;
  box-shadow: 0 10px 0 #ececec;
  vertical-align: top;
  box-sizing: border-box;	
}
.circle_inner {
  display: table;
  width: 100%;
  height: 100%;	
}
.circle_content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  text-align: center;	
}
.circle_text {
  margin: 15px 0;	
}
.circle_num {
  color: #27ae60;
  font-size: 24px;
  font-weight: 900;	
}

#totals {
  padding: 20px 0;
  overflow: hidden;
}

.total_what {
  width: 20%;
  padding: 0 40px;
  text-align: center;
  border-left: 1px solid #eaecef;
  float: left;
  box-sizing: border-box;	
}
#totals .total_what:first-child {border: none;}

.total_title {
  display: table;
  width: 100%;
  margin-bottom: 15px;	
}
.total_title div {
  display: table-cell;
  width: 100%;
  height: 50px;
  font-size: 16px;
  vertical-align: middle;	
}
.total {
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  background: #27ae60;
  border-radius: 3px;
  box-sizing: border-box;	
}

table {
  padding-bottom: 30px;
  float: left;
}

th {
  padding: 15px;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  background: #f7fbf9;	
}
tr th:first-child {text-align: left;}
td {padding: 15px 15px 0; text-align: center;}
tr td:first-child {text-align: left;}

body #content {
	padding-bottom: 100px;
	min-height: 100%;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  color: #333;
  text-align: center;
  font-size: 14px;
  background: #efefef;
  margin-top: 60px;	
}

#login_form {
	width: 300px;
	margin: 0 auto;
	background-color: #fff;
	padding: 40px;
	margin-top: 50px;
}

.form_item label { 
	display: inline-block; 
	width: 80px; 
}

.form_remember label {
	width: 150px;	
}

#login_form input[type="text"],
#login_form input[type="password"] {
	border: 1px solid #dedede;
    border-radius: 5px;
    box-sizing: border-box;
	width: 200px;
	padding: 2px;
	font-size: 14px;
	height: 24px;
}

.form_item {
	padding: 10px;
	padding-left: 0;
}

#forgot_pass_link {
	margin-top: 10px;
}

#debug {
	display: none;
	text-align: left;
	margin-left: 50px;
	max-height: 400px;
	overflow: auto;
}

.client_edit_buttons  a {
  width: 50% !important;
}

/* Account level styles */

body.acct_lite .clip_buttons a {
	width: 25%;
}

body.clients h2 {
	margin: 30px auto 0;
}
body.clients .sidebar .box {
	padding-bottom: 20px;
}

#logo_preview {
	margin-top: 20px;
	background-color: #34495e;
	padding: 5px;
}
#logo_preview small {
	color: #fff;
}

/* Percent Completed */

.item-wrap ul { margin-left: 0; padding-left: 0; }
.item-wrap li { list-style-type: none; margin-left: 0; }
.item-wrap { position: relative; background-color: #ffffff; border: 1px solid #27ae60; margin-bottom: 10px; }
.item-wrap, .item-value, .item-text {height: 28px;}
.item-progress { background-color: #CFFFDD; }
.item-text { overflow: auto; position: absolute; top:0; left:0; padding-top: 4px; padding-left: 10px; padding-right: 10px; color: #05507A; text-align: left; width: 100%; }

.upgrade_required { border: 1px solid #c93a3a; }
.upgrade_required .item-progress { background-color: #ffd1d1; }
.upgrade_required .item-text { color: #333; }
.upgrade_required a:link { color: #c93a3a; }
.upgrade_required a:hover { color: #fff; }

#client_table {
	padding-bottom: 0px;
}
#client_table tr {
	padding-bottom: 0;
}
#client_table tr td {
	border-top: 1px solid #eee;
	padding-bottom: 10px;
}

#no_videos_message {
	height: 300px;
}

#no_videos_message,
#tutorial_container {
	text-align: center;
	padding-top: 15px;
}
#no_videos_message p {
	margin-top: 100px;
}

#tutorial_container {
	text-align: left;
	padding: 30px;
}

#login_form .form_submit {
	text-align: center;
    margin-top: 30px;
}

.chart-legend ul {
    list-style: none;
    width: 200px;
    margin: 30px auto 0;
}
.chart-legend li {
    text-indent: 16px;
    line-height: 24px;
    position: relative;
    font-weight: 200;
    display: block;
    float: left;
    width: 50%;
    font-size: 0.8em;
}
.chart-legend  li:before {
    display: block;
    width: 10px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
}

#notify_user {
	
	display: none;
	
	position: fixed;
	left:0;
	top: 0;
	
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background-color: #27ae60;
	height: 50px;
	
	color: #fff;
	
}

#remove_clip_target {
	
	display: none;
	
	position: fixed; 
    bottom:0%;
	left: 0;
    width:200px;
  	padding: 15px;
	
	background-color: #900105;
	height: 150px;
	padding-top: 50px;
	text-align: center;
	color: #fff;
	
	
	
}

/* User Profile */

.user_profile_page #email {
	color: #ccc;
}

#stage .ui-state-hover {
	background: #27ae60 !important;
	border-color: #eee !important;
	border-style: solid !important;
}