/* --------------------------------

Base Style

-------------------------------- */

html {
	text-align:center;
	height: 100%;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  	padding-top: 50px;
  	text-align: center;
  	font-family: 'Open Sans', sans-serif;
  	font-weight: 400;
  	-webkit-font-smoothing: antialiased;
  	background-color: #ffffff;
  	height: 100%;
}

textarea:focus, input:focus, button:focus{
    outline: none !important;
}



/* --------------------------------

Fonts

-------------------------------- */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:600,500,400,300");


h1 {
  	font-family: 'Open Sans', sans-serif;
  	font-weight: 400;
	font-size: 24px;
	color: #4F595E;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
  	font-family: 'Open Sans', sans-serif;
  	font-weight: 400;
	font-size: 14px;
	color: #7A7F83;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
  	font-family: 'Open Sans', sans-serif;
  	font-weight: 400;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

[contenteditable]:focus {
	outline: 1px solid #ECECEC;
}

.centered-text {
	text-align: center;
}

.black-text {
	color: #000000 !important;
}

.white-text {
	color: #FFFFFF !important;
}

.gray-text {
	color: #7A7F83 !important;
}

.transparent-text {
	opacity: .7 !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.italic {
	font-style: italic !important;
}

.bold {
	font-weight: 500 !important;
}

.bolder {
	font-weight: 600 !important;
}

.hidden {
	display: none;
}

.invisible {
	visibility: hidden;
}

.cursor {
	cursor: pointer !important;
}

.border-none {
	border-right: none !important;
	border-bottom: none !important;
	border-top: none !important;
	border-left: none !important;
}

.border-top-none {
	border-top: none !important;
}

.border-right-none {
	border-top: none !important;
}

.border-right {
	border-right: 1px solid #ECECEC !important;
}

.border-left {
	border-left: 1px solid #ECECEC !important;
}

.border-top {
	border-top: 1px solid #ECECEC !important;
}

.border-bottom {
	border-bottom: 1px solid #ECECEC !important;
}

.bull {
	padding: 0 6px;
}

.inline-block {
	display: inline-block !important;
}

.no-margin-bottom {
	margin-bottom: 0px !important;
}

.absolute {
	position: absolute !important;
}



/* --------------------------------

Main Cloud Page

-------------------------------- */

.auth-content-container {
	display: flex;
	flex: 1 0 auto;
	flex-direction: row;
}

.container-center {
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.top-bar {
	width: 100%;
	height: 10px;

	background: rgba(82,160,234,1);
	background: -moz-linear-gradient(left, rgba(82,160,234,1) 0%, rgba(53,186,147,1) 28%, rgba(128,109,175,1) 76%, rgba(226,118,114,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(82,160,234,1)), color-stop(28%, rgba(53,186,147,1)), color-stop(76%, rgba(128,109,175,1)), color-stop(100%, rgba(226,118,114,1)));
	background: -webkit-linear-gradient(left, rgba(82,160,234,1) 0%, rgba(53,186,147,1) 28%, rgba(128,109,175,1) 76%, rgba(226,118,114,1) 100%);
	background: -o-linear-gradient(left, rgba(82,160,234,1) 0%, rgba(53,186,147,1) 28%, rgba(128,109,175,1) 76%, rgba(226,118,114,1) 100%);
	background: -ms-linear-gradient(left, rgba(82,160,234,1) 0%, rgba(53,186,147,1) 28%, rgba(128,109,175,1) 76%, rgba(226,118,114,1) 100%);
	background: linear-gradient(to right, rgba(82,160,234,1) 0%, rgba(53,186,147,1) 28%, rgba(128,109,175,1) 76%, rgba(226,118,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52a0ea', endColorstr='#e27672', GradientType=1 );
}

.center1 {
  z-index: 10000;
  margin: auto;
  position: absolute;
  top: 150px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 600px;
  height: 580px;
}

.center2 {
  z-index: 10000;
  margin: auto;
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 600px;
  height: 580px;
}

.hours-logo {
	margin-top: 30px;
    margin-bottom: 50px;
    width: 120px;
    height: auto;
    opacity: 1;
}

.hours-logo-small {
	margin-top: 30px;
	margin-left: 40px;
	margin-bottom: 20px;
	width: 120px;
	height: auto;
	opacity: 1;
}

.hours-title {
	margin-top: 40px;
	margin-left: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
}

.title {
	margin-bottom: 20px;
	font-weight: 300;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: rgba(0, 0, 0, 0.7);

	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
}

.blue-header .dropdown-toggle {
	color:#fff !important;
	background:none;
	border:none;
	padding:2px;
	margin:0px;
	padding-bottom:0px;
	border-radius:0px;
	height:30px;
	transition: none;
}

.blue-header .dropdown-toggle:hover {
/* 	color:rgba(0, 0, 0, 0.7); */
	background:none;
/* 	background-color: rgba(0, 0, 0, 0.08); */
	border:none;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.49);
}

.blue-header .btn-default:active, .blue-header .open>.dropdown-toggle.btn-default {
	color:#fff;
	background:none;
/* 	background-color: rgba(0, 0, 0, 0.08); */
	border:none;

	box-shadow: none;
}

.blue-header .pull-right>.dropdown-menu {
	right:10px;
}

.animated-dropdown {
	-webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: hoursDropdownIn;
    animation-name: hoursDropdownIn;
}
.sign-up-button {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #1A91FF;
	border: 1px solid #1A91FF;
	margin-top: 30px;
	margin-right: 40px;
	padding: 10px 20px;
	background-color: none;
	font-family: 'Open Sans', sans-serif;
  	font-weight: 500;
  	font-size: 16px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.sign-up-button:hover {
	background-color: rgba(82, 161, 234, 0.1);
	color: #1A91FF;
}

.top-field {
	border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.field-no-border {
	border-bottom: none !important;
}

.field-border {
	border-bottom: 1px solid #cccccc !important;
}

.field,
.password-field {
	display: block;
    height: 80px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #7A7F83;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    background-clip: padding-box;
    padding: 24px 20px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    outline: none;
}

.password-field {
	border: none;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.field-item {
	text-align: left;
}

::-webkit-input-placeholder {
	/*color:rgba(0, 0, 0, .3);*!*/
    font-weight: 400 !important;
}

:-moz-placeholder {
	/*color:rgba(0, 0, 0, .3);*/
    font-weight: 400 !important;
}

::-moz-placeholder {
	/*color:rgba(0, 0, 0, .3);*/
    font-weight: 400 !important;
}

:-ms-input-placeholder {
	/*color:rgba(0, 0, 0, .3);*/
    font-weight: 400 !important;
}

.auth-button,
.login-button  {
	display: block;
    height: 80px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    border: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #1A91FF;
    background-clip: padding-box;
    padding: 24px 20px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    outline: none;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.auth-container {
	width: 100%;
	position: relative;
	margin: 30px auto;
}

.auth-container--condensed {
	width: 420px;
}

.auth-button {
	border-radius: 10px;
}

.auth-button:not(:disabled):hover,
.login-button:hover {
	background-color:#4CCB7C;
}

.login-button span {
	padding-top: 4px;
}

.more-link {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color:rgba(0, 0, 0, .3);
}



/* --------------------------------

Footer

-------------------------------- */

footer {
  	position: relative;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	text-align: center;
	background-color: none;

	height: 70px;
	width: 100%;

}


.center2 .wrong-text {
	margin-top: 20px;
	bottom: -150px !important;
}

.footer-line {
	float: left;
	color:rgba(0, 0, 0, .3);
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 30px !important;
}

.footer-links-line {
	float: right;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	line-height: 30px !important;
}


/* --------------------------------

Link Styles

-------------------------------- */

a:link {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
/* 	color: #ffffff; */
}

.underline {
	text-decoration: underline !important;
}

ul, li {
	list-style-type: none;
}





/* --------------------------------

Timer Colors

-------------------------------- */

/*

	Matt H

	colorPossible values are used on the timeline when the block is too small to click -- it's the same behavior as the iOS app when starting a timer.
	However, the % values needed for the gradient vary as the block increases in size (it's based on possibleDuration - runningDuration), so the values
	used in the web app are here for reference as commented .colorPossible# classes, but they are implemented in code by directly applying them to a
	timelineBlock.

*/

/* If the project color is used in an element with text, that text needs to be white */
.font-colored {
	color: #fff !important;
}

/* Blue */
.color0 {
	background-color: rgb(107,135,188);
}

.border-color0 {
	border-color: rgb(107,135,188);
}

.border0 {
	border: 1px solid rgb(107,135,188);
}

/*
.colorPossible0 {
	background: -webkit-linear-gradient(left, rgba(107,135,188,1) 0%, rgba(107,135,188,1) 50%, rgba(107,135,188,.5) 50%, rgba(107,135,188,.5) 100%);
}
*/

/* Teal */
.color1 {
	background-color: rgb(71,188,188);
}

.border-color1 {
	border-color: rgb(71,188,188);
}

.border1 {
	border: 1px solid rgb(71,188,188);
}

/*
.colorPossible1 {
	background: -webkit-linear-gradient(left, rgba(71,188,188,1) 0%, rgba(71,188,188,1) 50%, rgba(71,188,188,.5) 50%, rgba(71,188,188,.5) 100%);
}
*/

/* Red */
.color2 {
	background-color: rgb(228,116,107);
}

.border-color2 {
	color: rgb(228,116,107);
}

.border2 {
	border: 1px solid rgb(228,116,107);
}

/*
.colorPossible2 {
	background: -webkit-linear-gradient(left, rgba(228,116,107,1) 0%, rgba(228,116,107,1) 50%, rgba(228,116,107,.5) 50%, rgba(228,116,107,.5) 100%);
}
*/

/* Purple */
.color3 {
	background-color: rgb(124,77,129);
}

.border-color3 {
	color: rgb(124,77,129);
}

.border3 {
	border: 1px solid rgb(124,77,129);
}

/*
.colorPossible3 {
	background: -webkit-linear-gradient(left, rgba(124,77,129,1) 0%, rgba(124,77,129,1) 50%, rgba(124,77,129,.5) 50%, rgba(124,77,129,.5) 100%);
}
*/

/* Yellow */
.color4 {
	background-color: rgb(217,181,69);
}

.border-color4 {
	color: rgb(217,181,69);
}

.border4 {
	border: 1px solid rgb(217,181,69);
}

/*
.colorPossible4 {
	background: -webkit-linear-gradient(left, rgba(217,181,69,1) 0%, rgba(217,181,69,1) 50%, rgba(217,181,69,.5) 50%, rgba(217,181,69,.5) 100%);
}
*/

/* Green */
.color5 {
	background-color: rgb(86,177,115);
}

.border-color5 {
	color: rgb(86,177,115);
}

.border5 {
	border: 1px solid rgb(86,177,115);
}

/*
.colorPossible5 {
	background: -webkit-linear-gradient(left, rgba(86,177,115,1) 0%, rgba(86,177,115,1) 50%, rgba(86,177,115,.5) 50%, rgba(86,177,115,.5) 100%);
}
*/

/* Dark Green */
.color6 {
	background-color: rgb(34,124,122);
}

.border-color6 {
	color: rgb(34,124,122);
}

.border6 {
	border: 1px solid rgb(34,124,122);
}

/*
.colorPossible6 {
	background: -webkit-linear-gradient(left, rgba(34,124,122,1) 0%, rgba(34,124,122,1) 50%, rgba(34,124,122,.5) 50%, rgba(34,124,122,.5) 100%);
}
*/

/* Orange */
.color7 {
	background-color: rgb(231,131,64);
}

.border-color7 {
	color: rgb(231,131,64);
}

.border7 {
	border: 1px solid rgb(231,131,64);
}

/*
.colorPossible7 {
	background: -webkit-linear-gradient(left, rgba(231,131,64,1) 0%, rgba(231,131,64,1) 50%, rgba(231,131,64,.5) 50%, rgba(231,131,64,.5) 100%);
}
*/

/* Magenta */
.color8 {
	background-color: rgb(166,105,143);
}

.border-color8 {
	color: rgb(166,105,143);
}

.border8 {
	border: 1px solid rgb(166,105,143);
}

/*
.colorPossible8 {
	background: -webkit-linear-gradient(left, rgba(166,105,143,1) 0%, rgba(166,105,143,1) 50%, rgba(166,105,143,.5) 50%, rgba(166,105,143,.5) 100%);
}
*/

/* Forest Green */
.color9 {
	background-color: rgb(74,102,61);
}

.border-color9 {
	color: rgb(74,102,61);
}

.border9 {
	border: 1px solid rgb(74,102,61);
}

/*
.colorPossible9 {
	background: -webkit-linear-gradient(left, rgba(74,102,61,1) 0%, rgba(74,102,61,1) 50%, rgba(74,102,61,.5) 50%, rgba(74,102,61,.5) 100%);
}
*/

/* Dark Purple */
.color10 {
	background-color: rgb(82,82,115);
}

.border-color10 {
	color: rgb(82,82,115);
}

.border10 {
	border: 1px solid rgb(74,102,61);
}

/*
.colorPossible10 {
	background: -webkit-linear-gradient(left, rgba(82,82,115,1) 0%, rgba(82,82,115,1) 50%, rgba(82,82,115,.5) 50%, rgba(82,82,115,.5) 100%);
}
*/

/* Brown */
.color11 {
	background-color: rgb(99,71,71);
}

.border-color11 {
	color: rgb(99,71,71);
}

.border11 {
	border: 1px solid rgb(99,71,71);
}

/*
.colorPossible11 {
	background: -webkit-linear-gradient(left, rgba(99,71,71,1) 0%, rgba(99,71,71,1) 50%, rgba(99,71,71,.5) 50%, rgba(99,71,71,.5) 100%);
}
*/

/* Light Purple */
.color12 {
	background-color: rgb(130,125,186);
}

.border-color12 {
	color: rgb(130,125,186);
}

.border12 {
	border: 1px solid rgb(130,125,186);
}

/*
.colorPossible12 {
	background: -webkit-linear-gradient(left, rgba(130,125,186,1) 0%, rgba(130,125,186,1) 50%, rgba(130,125,186,.5) 50%, rgba(130,125,186,.5) 100%);
}
*/

/* Dark Red */
.color13 {
	background-color: rgb(166,89,89);
}

.border-color13 {
	color: rgb(166,89,89);
}

.border13 {
	border: 1px solid rgb(166,89,89);
}

/*
.colorPossible13 {
	background: -webkit-linear-gradient(left, rgba(166,89,89,1) 0%, rgba(166,89,89,1) 50%, rgba(166,89,89,.5) 50%, rgba(166,89,89,.5) 100%);
}
*/

/* Lime Green */
.color14 {
	background-color: rgb(168,209,112);
}

.border-color14 {
	color: rgb(168,209,112);
}

.border14 {
	border: 1px solid rgb(168,209,112);
}

/*
.colorPossible14 {
	background: -webkit-linear-gradient(left, rgba(168,209,112,1) 0%, rgba(168,209,112,1) 50%, rgba(168,209,112,.5) 50%, rgba(168,209,112,.5) 100%);
}
*/

/* Gray */
.color15 {
	background-color: rgb(188,200,214);
}

.color {
	background-color: rgb(158,158,158);
}

.border-color15 {
	color: rgb(158,158,158);
}

.border15 {
	border: 1px solid rgb(158,158,158);
}

/*
.colorPossible15 {
	background: -webkit-linear-gradient(left, rgba(158,158,158,1) 0%, rgba(158,158,158,1) 50%, rgba(158,158,158,.5) 50%, rgba(158,158,158,.5) 100%);
}
*/




/* --------------------------------

Top Navigation

-------------------------------- */

.navbar-fixed-top {
  	border: 0;
  	position: absolute;
}

.navbar {
	left: 82px;
	height: 70px;
	background-color: #fff;
	/*border-bottom: 1px solid #E5E5E5;*/
}

.navbar-center {
	text-align: center;
	float: none;

	/*width: 1100px;*/
	margin: 0 auto;
	left: 0;
	right: 0;
}

.navbar-inverse .navbar-toggle {
	margin-top: 18px;
	border: none;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

}

.navbar-inverse .navbar-toggle:hover {

}

.navbar-collapse {
	border: none;
}

.container-fluid {
	background-color: #1A91FF;
}

.navbar-extra ul {
	padding: 0 !important;
}



/* --------------------------------

Tabs

-------------------------------- */

.tabs {
    text-align: center;
    display: inline-block;
/*     margin: 0 -2px; */
    padding-top: 6px;
    height: 50px;
    width: 160px;
    background-color: rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
  	font-family: 'Open Sans', sans-serif;
  	font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    line-height: 20px;
}

.tabs:hover {
	background: rgba(255, 255, 255, 0.35);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.tabs.active {
   position: relative;
   z-index: 1;
   background: #ffffff;
   color: #639EE8;
   border: none;
   color:#000;
   opacity: 1 !important;
}

.tabs.active .tab-total-time {
	color:rgba(0, 0, 0, 0.5);
}

.tab-total-time {
	color:rgba(255, 255, 255, 0.5);
}

.tab-left {
	 border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
}

.tab-right {
	 border-radius: 0 6px 0 0;
    -moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border: none;
}

.tab-hours {
	padding-top: 4px;
}

.tabs.active + .day-content {
  display: block;
}

.calendar-icon {
	margin-top: 9px;
	margin-bottom: 34px;
	width: 20px;
}



/* --------------------------------

Navigation Tabs

-------------------------------- */

.nav-tabs--underlined .nav-tabs {
    display: flex;
	border-bottom: 1px solid #e3ebf6;
}

.nav-tabs--center .nav-tabs {
	justify-content: center;
}

.nav-tabs--underlined .nav-tabs > li {
    padding-right: 10px;
    padding-left: 10px;
}

.nav-tabs--underlined .nav-tabs > li > a {
	border: none;
    padding-right: 0;
    padding-left: 0;
	transition: opacity .2s ease-in-out;
}

.nav-tabs--underlined .nav-tabs > li > a:focus,
.nav-tabs--underlined .nav-tabs > li > a:hover {
	background-color: transparent;
	border: none;
    color: #6e84a3;
}

.nav-tabs--underlined .nav-tabs > li.active > a,
.nav-tabs--underlined .nav-tabs > li.active > a:focus,
.nav-tabs--underlined .nav-tabs > li.active > a:hover {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #1A91FF;
    color: #12263f;
}

.nav-tabs--underlined .nav-tabs > li:not(.active) > a:hover {
	opacity: 1;
}

.nav-tabs--underlined .nav-tabs > li:not(.active) > a {
	opacity: .6;
}

/* --------------------------------

Content - Not sure if some of this stuff should be global

-------------------------------- */

.loading-view {
	opacity:0.0;
}

.loading-content {
	opacity:.4;
}

.day-content {
  display: none;
  position: absolute;
  width: 100%;
  height: 140px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
}

.fixed-width-container {
	position:relative;
	padding-left:15px;
	padding-right:15px;
}

.fixed-width-content {
  position: absolute;
  width: 1100px;
/*   width: 100%; */
/*height: 140px;*/
  margin: 0 auto;
  left: 0;
  right: 0;
/*   background-color: #FFFFFF; */
}

.fluid-width-container {
	position:relative;
	padding-left:30px;
	padding-right:30px;
}

.fluid-width-content {
	position:relative;
}

.daily-overview {

}

.progress {
	height: 24px;
	overflow: hidden;
	background-color: #F7F7F7;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #EEEEEE;
	box-shadow: none;
}

.progress-none {
	height: 24px;
	overflow: hidden;
	background-color: none;
	border-radius: 12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border: none;
	box-shadow: none;
}

.progress-bar {
	height: 24px;
	border-right: 1px solid #EEEEEE;
}

.progress-bar h1 {
	color: #ffffff;
	font-size: 14px;
	margin-top: 3px;
}

.progress-bar-none {
	margin-top: 4px;
	height: 34px;
	border-right: none;
}

.progress-bar-none h2 {
	font-size: 14px;
	margin-top: 3px;
}

.project-overall-cell {
	background-color: #F7F7F7;
	margin-left: 0px;
	height: 80px;
	width: 100%;
	padding-top: 20px;
	border-bottom: 1px solid #ECECEC;
}

.project-title {
	font-weight: 600;
	font-size: 20px;
	margin-top: -2px;
	margin-left: 10px;
}

.project-author {
	font-size: 14px;
	margin-top: 6px;
	margin-left: 10px;
}

.project-date {
	margin-top: -6px;
	font-size: 20px;
	margin-right: 10px;
}

.project-updated {
	font-size: 14px;
	margin-top: 10px;
	margin-left: 10px;
}

.cell-header {
	background-color: #F1F1F1;
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	margin-left: 0px;
/* 	height: 50px; */
	width: auto;
}

.cell-header:hover {
	background-color: #f3f3f3;
}



.cell-header-bar {
	border-radius: 2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	margin-top: -7px;
	text-align:center;
}

.cell-header-bar > h2 {
	padding: 5px;
}

.search-bar {
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	box-shadow: none;
	border: 1px solid #E4E4E4;
	height: 48px;
}

input[type="text"]
{
    font-family: 'Open Sans', sans-serif;
  	font-weight: 400;
}

.not-pro {
   pointer-events: none;
   cursor: default;
   opacity: .5;
}

.not-pro-overlay-bg {
    background-color: rgba(255, 255, 255, 0.90);
    height: 100%;
    width: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
    position: fixed;
}

.not-pro-overlay {
    background-color: rgba(255, 255, 255, 0.98);
    height: 380px;
    width: 700px;
    z-index: 10000;
    position: fixed;
    margin-top: 130px;
    left: 52%;
	transform: translateX(-50%);
    border: 1px solid #ccc;
    border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	box-shadow: 0 25px 50px rgba(0,0,0,.2);
}

.not-pro-hours-pro-logo {
	width: 350px;
	height: auto;
	margin: 50px auto;
	margin-bottom: 10px;
	display: block;
	text-align: center;
}

.not-pro-button {
	font-family: 'Open Sans', sans-serif;
  	font-weight: 600;
  	font-size: 18px;
  	color: #ffffff;
	padding: 10px 32px;
	width: 320px;
	border: 1px solid #1A91FF;
	background-color: #1A91FF;
	margin: 0 auto;
	display: block;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.not-pro-button:hover {
	border: 1px solid #4CCB7C;
	background-color:#4CCB7C;
}

.not-pro-text {
	font-family: 'Open Sans', sans-serif;
  	font-weight: 600;
  	font-size: 18px;
  	color: #1A91FF;

  	margin: 0 auto;
  	margin-top: 40px;
    margin-bottom: 40px;
	display: block;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


.not-pro-return-button {
	font-family: 'Open Sans', sans-serif;
  	font-weight: 600;
  	font-size: 18px;
  	color: #1A91FF;
	padding: 10px 32px;
	width: 320px;
	border: 1px solid #1A91FF;
	background-color: transparent;
	margin: 15px auto;
	display: block;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.not-pro-return-button:hover {
	border: 1px solid #1A91FF;
	background-color: rgba(82, 161, 235, 0.20);
}

.not-pro-buy-button {
	font-family: 'Open Sans', sans-serif;
  	font-weight: 600;
  	font-size: 14px;
	color: #1a91ff;
	padding: 10px 32px;
	border: 1px solid #1a91ff;
	background-color: transparent;
	margin: 10px auto;
	display: inline;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-left:10px;
}

.not-pro-buy-button:hover {
	/*border: 1px solid #ffffff;*/
	/*background-color: rgba(255, 255, 255, 0.1);*/
}





/* --------------------------------

Buttons

-------------------------------- */


.btn {
	padding: 8px 12px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-default.active {
	background-color: #F7F7F7 !important;
	color: #4F595E;
	border: 1px solid #E4E4E4 !important;
	box-shadow: none;
}

.btn-default:active {
	background-color: #e5e5e5 !important;
	border: 1px solid #E4E4E4 !important;
}

/* Update Bootstrap .btn-primary to reflect hours branding */
.btn-primary {
	color: #fff;
	background-color: #1A91FF; /* primary button color */
	border-color: #0085ff;     /* darken btn-primary background-color by 5% */
}
.btn-primary:focus,
.btn-primary.focus {
	background-color: #0078e6; /* darken btn-primary background-color by 10% */
	border-color: #004280;     /* darken btn-primary border-color by 25% */
}

.btn-primary:active,
.btn-primary.active,
.btn-primary:hover {
	background-color: #0078e6; /* darken btn-primary background-color by 10% */
	border-color: #0065c2;     /* darken btn-primary border-color by 12% */
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus {
	background-color: #0065c2; /* darken btn-primary background-color by 17% */
	border-color: #004280;     /* darken btn-primary border-color by 25% */
}

/** Utilize Bootstrap 4 to generate a btn-outline class. If/when we upgrade to bootstrap 4 this code can be removed. */
.btn-outline-primary {
	color: #1A91FF;
	background-color: transparent;
	background-image: none;
	border-color: #1A91FF;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #1A91FF;
	border-color: #1A91FF;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(26, 145, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #1A91FF;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #1A91FF;
	border-color: #1A91FF;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(26, 145, 255, 0.5);
}

.btn-radio > input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none;
}

button.disabled,
button:disabled,
.btn.disabled,
.btn:disabled {
	opacity: 0.65;
}

.btn .caret {
  margin-left: 10px;
}

/** Update bootstraps btn-link color to be the "Hours Blue" color */
.btn-link {
  color: #1A91FF;
}

.btn-link:hover {
  color: #006acd;
}

.btn-pill {
	font-size: 16px;
	padding: 10px 30px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
}

.btn-wide {
	padding-left: 50px;
	padding-right: 50px;
}

.btn-call-to-action {
	color: #fff;
	background-color: #73c473;
	border: 1px solid #5bba5b;
}

.btn-call-to-action:hover {
	color: #fff;
	background-color: #5bba5b;
	border-color: #48ab48;
}

.btn-call-to-action.focus,
.btn-call-to-action:focus {
	color: #fff;
	background-color: #5bba5b;
	border-color: #3e933e;
}

.btn-call-to-action.active.focus,
.btn-call-to-action.active:focus,
.btn-call-to-action.active:hover,
.btn-call-to-action:active.focus,
.btn-call-to-action:active:focus,
.btn-call-to-action:active:hover {
	color: #fff;
	background-color: #48ab48;
	border-color: #3e933e;
}

.save-button {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #ffffff;
	font-weight: 500;
	padding: 10px 20px;
	background-color: #4CCB7C;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.save-button:hover {
	background-color: #45b771;
	color: #ffffff;
}

.switch {
	cursor: pointer;
	height: 40px;
  	transition: .4s;

  	width: 76px;
  	border: 2px solid #E8EAEC;
  	border-radius: 27px;
  	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
  	background: #FAFAFB;
}

.circle {
	 height: 36px;
	 transition: .4s;

	 width: 50%;
	 border-radius: 25px;
	 -moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	 box-shadow: 0 4px 4px rgba(26,53,71,.25), 0 0 0 1px rgba(26,53,71,.07);
	 background: #fff;
}

.switch.active {
 	border-color: #41C955;
 	background: #52D468;
}

.switch.active .circle {
  	-webkit-transform: translateX(100%);
  	transform: translateX(100%);
}

.btn-clear {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: rgba(0, 0, 0, .3);
	background: none;
    border: none;
}

.btn-clear:hover {
    color: #1A91FF;
}

.spinner-border--thin {
    border-width: 0.15em;
}

/* --------------------------------

Tooltips

-------------------------------- */

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
  white-space: nowrap;
    -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: hoursFlipInX;
  animation-name: hoursFlipInX;
}

.tooltip-inner {
	background-color: rgba(255, 255, 255, 0.90);
	max-width: 1000px !important;
	padding: 10px;
	color: #000;
	text-align: center;
	background-color: #fff;
	border-radius: 1px;
	border:1px solid #e5e5e5;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.09);

}


.tooltip.top .tooltip-arrow {
	display:none;
/*     border-top-color: rgba(255, 255, 255, 0.0); */
}


/* --------------------------------

Dropdowns

-------------------------------- */

 .dropdown-menu>li>a {
	 padding-left: 21px
 }


 a.dropdown-gray-text {
	color: #656565 !important;
    font-weight: bold;
 }




/* --------------------------------

Animations

-------------------------------- */

@-webkit-keyframes hoursFlipInX {
  from {
    /*-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 0deg);*/
    /*transform: perspective(400px) rotate3d(1, 0, 0, 0deg);*/
    /*-webkit-transform: translateY(10%);*/
    /*transform: translateY(10%);*/
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    /*opacity: 0;*/
  }

  20% {
    /*-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);*/
    /*transform: perspective(400px) rotate3d(1, 0, 0, -20deg);*/
    /*opacity: 1.0;*/
  }


  70% {
    /*-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);*/
    /*transform: perspective(400px) rotate3d(1, 0, 0, 10deg);*/
  }

  to {
    /*-webkit-transform: perspective(400px);*/
    /*transform: perspective(400px);*/

  }
}

@keyframes hoursFlipInX {

  from {
    /*-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 0deg);*/
    /*transform: perspective(400px) rotate3d(1, 0, 0, 0deg);*/
    /*-webkit-transform: translateY(10%);*/
    /*transform: translateY(10%);*/
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    /*opacity: 0;*/
  }

  20% {
    /*-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);*/
    /*transform: perspective(400px) rotate3d(1, 0, 0, -20deg);*/
    /*opacity: 1.0;*/
  }


  70% {
    /*-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);*/
    /*transform: perspective(400px) rotate3d(1, 0, 0, 10deg);*/
  }

  to {
    /*-webkit-transform: perspective(400px);*/
    /*transform: perspective(400px);*/

  }
}




@keyframes hoursDropdownIn {

  from {
    transform: scale(.1, .1) translate(0px, -200px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 0;
  }

  50% {
	transform: scale(1.2, 1.2) translate(0px, 20px);
  }


  to {

    opacity:1.0;

  }
}

@-webkit-keyframes hoursDropdownIn {

  from {
    transform: scale(.1, .1) translate(0px, -200px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 0;
  }

  50% {
	transform: scale(1.2, 1.2) translate(0px, 20px);
  }


  to {

    opacity:1.0;

  }
}


@keyframes hoursPop {

  from {
    transform: scale3d(.1, .1, .1) perspective(400px) rotate3d(1, 0, 0, -5deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 0;
  }

  50% {
	transform: scale3d(1.1, 1.1, .1) translate3d(0px, -20px, 0) perspective(400px)  rotate3d(1, 0, 0, 5deg);
  }

  to {

    opacity:1.0;

  }
}

@-webkit-keyframes hoursPop {

  from {
    transform: scale3d(.1, .1, .1) perspective(400px) rotate3d(1, 0, 0, -5deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 0;
  }

  50% {
	transform: scale3d(1.1, 1.1, .1) translate3d(0px, -20px, 0) perspective(400px)  rotate3d(1, 0, 0, 5deg);
  }

  to {

    opacity:1.0;

  }
}


@keyframes hoursPopOut {

  from {
    transform: scale3d(1, 1, 1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  30% {
	transform: scale3d(1.3, 1.3, 1.3);
  }

  to {
  	transform: scale3d(0.8, 0.8, 0.8);
    opacity:1.0;

  }
}

@-webkit-keyframes hoursPopOut {

  from {
    transform: scale3d(1, 1, 1);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  30% {
	transform: scale3d(1.3, 1.3, 1.3);
  }

  to {
  	transform: scale3d(0.8, 0.8, 0.8);
    opacity:1.0;

  }
}


/* --------------------------------

Generic Modal CSS

-------------------------------- */

.modal-dialog {
	margin-top: 120px;
}

.modal-content {
    -webkit-box-shadow: 0 25px 50px rgba(0,0,0,.2) !important;
    box-shadow: 0 25px 50px rgba(0,0,0,.2) !important;
    background-color: #ffffff !important;
}

.modal-message {
	width: 70%;
	margin: 0 auto 20px;
}

.modal-body--cta {
	font-size: 1.15em;
	line-height: 1.7em;
	padding: 30px !important;
}

.modal-body--padded {
	padding: 15px !important;
}

.modal-backdrop.modal-backdrop--opaque.in {
	opacity: .95;
}

.modal-header--lg {
	padding: 25px;
}

.modal-title--lg {
	font-size: 42px !important;
}

.modal__close {
    padding: 10px;
    height: 60px;
    width: 60px;
    font-size: 28px;
    border-radius: 50%;
    background-color: #1362AB;
    border: none;
    color: #ffffff;
}

.modal__close--left {
	position: absolute;
	left: 40px;
	top: 25px;
}

.modal__close:hover,
.modal__close:active {
    background-color: #1362AB !important;
    color: #ffffff !important;
    border: none !important;
}

.modal--no-animation,
.modal--no-animation .modal-dialog {
	animation: none !important;
}


/* for testing only */
.item img {width: 100%; height: auto}





/* --------------------------------

Sidebar Navigation

-------------------------------- */
.sidebar {
	width: 82px;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	display: block;
/*
	overflow-x: hidden;
	overflow-y: auto;
*/ /* Scrollable contents if viewport is shorter than content. */
	background-color: #FAFAFA;
	border-right: 1px solid #E1E1E1;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.10);
	z-index: 1002;
}

.nav-sidebar {
	margin-right: -21px; /* 20px padding + 1px border */
	margin-bottom: 20px;
	margin-left: -20px;
}

.nav-sidebar > li > a {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	/*	padding-right: 0;
	padding-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 86px;*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #8192A0;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: transparent !important;
}

.nav-sidebar > li > a:hover {
	background-color: transparent;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {

}

.nav-sidebar .tooltip {
	top: 27px !important;
    left: 79px !important;
	width: 100px !important;
	position: absolute;
	z-index: 10000000;
}

.nav-sidebar .tooltip-inner {
	background-color: #ffffff !important;
	color: #3C414A !important;
	font-size: 14px;
	border-radius: 6px;
}

.nav-icon {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 40px;
	width: auto;
}

.nav-sidebar > li > .logout {
	position: fixed;
  	bottom: 0;
}

.nav-sidebar > li > .logout:hover {
	color: #2196F3;
}

#hours-icon-round {
	width: 50px;
}

#sidebar-timers.active > span {
	content:url("/images/hours-stroke-blue-icon.png");
}

#sidebar-timers > span {
	content:url("/images/hours-stroke-icon.png");
}

#sidebar-dashboard.active > span {
	content:url("/images/dashboard-blue-icon.png");
}

#sidebar-dashboard > span {
	content:url("/images/dashboard-icon.png");
}

#sidebar-reports.active > span {
	content:url("/images/reports-blue-icon.png");
}

#sidebar-reports > span {
	content:url("/images/reports-icon.png");
}

#sidebar-downloads.active > span {
	content:url("/images/downloads-blue-icon.png");
}

#sidebar-downloads > span {
	content:url("/images/downloads-icon.png");
}

#sidebar-preferences.active > span {
	content:url("/images/preferences-blue-icon.png");
}

#sidebar-preferences > span {
	content:url("/images/preferences-icon.png");
}


/* Needed for Firefox icons to display */

#sidebar-timers.active > span:after {
	content:url("/images/hours-stroke-blue-icon.png");

	display: inline-block;
    transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
    margin-left: -17px;
}

#sidebar-timers > span:after {
	content:url("/images/hours-stroke-icon.png");

	display: inline-block;
    transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
    margin-left: -17px;
}

#sidebar-dashboard.active > span:after {
	content:url("/images/dashboard-blue-icon.png");

	display: inline-block;
    transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
    margin-top: -34px;
    margin-left: -17px;
}

#sidebar-dashboard > span:after {
	content:url("/images/dashboard-icon.png");

	display: inline-block;
    transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
    margin-top: -34px;
    margin-left: -17px;
}

#sidebar-reports.active > span:after {
	content:url("/images/reports-blue-icon.png");

	display: inline-block;
    transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
    margin-top: -40px;
    margin-left: -7px;
}

#sidebar-reports > span:after {
	content:url("/images/reports-icon.png");

	display: inline-block;
    transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
    margin-top: -40px;
    margin-left: -7px;
}

#sidebar-downloads.active > span:after {
	content:url("/images/downloads-blue-icon.png");

	display: inline-block;
    transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
    margin-top: -40px;
    margin-left: -17px;
}

#sidebar-downloads > span:after {
	content:url("/images/downloads-icon.png");

	display: inline-block;
    transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
    margin-top: -40px;
    margin-left: -17px;
}

#sidebar-preferences.active > span:after {
	content:url("/images/preferences-blue-icon.png");

	display: inline-block;
    transform: scale(.4);
	-moz-transform: scale(.4);
	-ms-transform: scale(.4);
    margin-top: -40px;
    margin-left: -23px;
}

#sidebar-preferences > span:after {
	content:url("/images/preferences-icon.png");

	display: inline-block;
    transform: scale(.4);
	-moz-transform: scale(.4);
	-ms-transform: scale(.4);
    margin-top: -40px;
    margin-left: -23px;
}

.upgrade-button {
	bottom: 124px;
	left: 5px;
	padding-left: 6px !important;
	padding-right: 6px !important;
	border-bottom: 1px solid #ECECEC;
	position: fixed !important;
	cursor:pointer;
}

.upgrade-button:hover {
	color: #1A91FF;
}

/* Temporary Bug Submitter */

.bug-button {
	bottom: 60px;
	left: 5px;
	border-bottom: 1px solid #ECECEC;
	position: fixed !important;
}

.bug-button:hover {
	color: #1A91FF;
}


.ie-alert {
    width: 680px;
    margin: 0 auto;
    margin-top: -49px;
    margin-bottom: 60px;
    display: block;
    border: 1px solid #1A91FF;
    border-radius: 6px;
    background-color: #1A91FF;
    padding: 10px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 1000000;
}

.ie-text {
	text-align: center;
  	font-family: 'Open Sans', sans-serif;
  	font-weight: 500;
  	font-size: 16px;
  	line-height: 1.5;
  	color: #ffffff;
}

.modal.sidebar-offset,
.modal-backdrop.sidebar-offset {
	left: 82px;
}

/* --------------------------------

Onboarding

-------------------------------- */

.ob-box {
	width: 700px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
	border: 1px solid #ECECEC;
	border-radius: 10px;
	padding: 40px;
}

.ob-start-timer-box {
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
}

.ob-timer {
	width: 120px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
	display: block;
}

.ob-start-timer {
	width: 50px;
	height: auto;
	margin: 0 auto;
	margin-right: 45px;
    margin-top: -35px;
	display: block;
	float: right;
}

.ob-reports {
	width: 500px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
	display: block;
}

.ob-solo-icon {
	width: 26px;
	height: auto;
	margin-right: 15px;
	margin-top: -6px;
}

.ob-box .vimeo-launch {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 0px;
	display: block;
}

.ob-close {
	color: #B5B5B5;
	font-size: 16px;
	float: left;
	margin-top: -24px;
    margin-left: -18px;
}

.ob-button {
	margin-top: 10px;
	margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
	padding: 10px 20px;
	width: 280px;
	color: #4F595E;
    border: 1px solid #E4E4E4;
    background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
  	font-weight: 500;
  	font-size: 18px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
}

.ob-button:hover {
	background-color: rgba(227, 227, 227, 0.2);
}

.ob-play {
	width: 26px;
    height: auto;
    margin-left: 15px;
    margin-top: -4px;
}

.ob-add {
	width: 26px;
    height: auto;
    margin-right: 15px;
    margin-top: -5px;
}

.ob-title {
	text-align: center;
  	font-family: 'Open Sans', sans-serif;
  	font-weight: 500;
  	font-size: 24px;
  	color: #9B9B9B;
}

.ob-text {
	text-align: center;
  	font-family: 'Open Sans', sans-serif;
  	font-weight: 500;
  	font-size: 20px;
  	line-height: 1.5;
  	color: #9B9B9B;
}

.ob-start-text {
	text-align: center;
  	font-family: 'Open Sans', sans-serif;
  	font-weight: 500;
  	font-size: 20px;
  	line-height: 1.5;
  	color: #9B9B9B;
  	float: right;
  	margin-right: -50px;
}

.ob-team-link {
	text-align: center;
  	font-family: 'Open Sans', sans-serif;
  	font-weight: 500;
  	font-size: 14px;
  	line-height: 1.5;
  	text-decoration: underline !important;
  	color: #9B9B9B;
}

.ob-team-link:hover {
  	text-decoration: underline;
  	color: #787878;
}


.ob-mf {
  position: absolute;
  margin-top: -150px;
  left: -200px;
  z-index: 10;
}

.ob-mf-animation {

  animation-duration: 4s;
  animation-name: mf-fly;

  -moz-animation-duration: 4s;
  -moz-animation-name: mf-fly;
}

.ob-mf-img {
	  width: 200px;
	  height: auto;
}

@keyframes mf-fly {
  from {
    -webkit-transform: translate(-600px,0);
  }

  to {
    -webkit-transform: translate(3000px,0);
  }
}

@-moz-keyframes mf-fly {
  from {
    -moz-transform: translate(-600px);
  }

  to {
    -moz-transform: translate(3000px,0);
  }
}

/* OB Vimeo Player */

@-webkit-keyframes close-before {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -10px;
  }
}

@keyframes close-before {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -10px;
  }
}

@-webkit-keyframes close-after {
  0% {
    margin-top: -10px;
  }
  100% {
    margin-top: 0px;
  }
}

@keyframes close-after {
  0% {
    margin-top: -10px;
  }
  100% {
    margin-top: 0px;
  }
}

#vimeo-pop-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.75);
}

#vimeo-pop-container div {
  height: 450px;
  width: 800px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#vimeo-pop-container .vimeo-close {
  background-color: transparent;
  border: 3px solid white;
  cursor: pointer;
  margin-bottom: 10px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  right: 0;
  -webkit-transition: 200ms background-color;
  transition: 200ms background-color;
}

#vimeo-pop-container .vimeo-close:before, #vimeo-pop-container .vimeo-close:after {
  content: '';
  background: white;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 500ms all;
  transition: 500ms all;
}

#vimeo-pop-container .vimeo-close:before {
  height: 20px;
  width: 2px;
  margin-left: -1px;
  margin-top: -10px;
}

#vimeo-pop-container .vimeo-close:after {
  height: 2px;
  width: 20px;
  margin-left: -10px;
  margin-top: -1px;
}

#vimeo-pop-container .vimeo-close:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

#vimeo-pop-container .vimeo-close.closing:before {
  -webkit-transform: rotate(450deg);
          transform: rotate(450deg);
  margin-left: -2px;
  margin-top: 0;
  -webkit-animation: close-before 500ms ease 500ms 1 forwards;
          animation: close-before 500ms ease 500ms 1 forwards;
}

#vimeo-pop-container .vimeo-close.closing:after {
  -webkit-transform: rotate(540deg);
          transform: rotate(540deg);
  margin-left: -11px;
  margin-top: -10px;
  -webkit-animation: close-after 500ms ease 500ms 1 forwards;
          animation: close-after 500ms ease 500ms 1 forwards;
}

#vimeo-pop-container iframe {
  border: 6px solid white;
  height: 100%;
  width: 100%;
}

/* --------------------------------

Headers

-------------------------------- */

.header {
    margin-bottom: 2rem;
}

.header__body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.header__title {
	color: #12263f;
	font-weight: 400;
	font-size: 24px;
    margin-bottom: 0;
}


/* --------------------------------

Mobile

-------------------------------- */


@media all and (max-width: 1280px)
{

}

@media all and (max-width: 1100px)
{

}

@media all and (max-width: 995px)
{
	.ob-start-text {
		float: none;
		width: 80%;
	}

	.ob-start-timer {
		float: none;
		margin: 0 auto;
		margin-right: 30px;
		margin-top: -60px;
	}

	#vimeo-pop-container .vimeo-close {
		right: 77px;
	}

	#vimeo-pop-container iframe {
		height: 100%;
  		width: 80%;
	}

	.modal.sidebar-offset,
	.modal-backdrop.sidebar-offset {
		left: 0;
	}
}


@media all and (max-width: 760px)
{
	.auth-container--condensed {
		width: 100%;
	}

	.ob-box {
		width: 80%;
	}

	.ob-button {
		width: 100%;
	}

}

@media all and (max-width: 680px)
{
	#vimeo-pop-container .vimeo-close {
		right: 160px;
	}

	#vimeo-pop-container iframe {
		height: 70%;
  		width: 60%;
	}

	.modal-title--lg {
		font-size: 32px !important;
	}

	.modal__close {
		padding: 0;
		height: 45px;
		width: 45px;
		font-size: 20px;
	}

	.modal__close--left {
		position: absolute;
		left: 26px;
		top: 25px;
	}
}

@media all and (max-width: 560px)
{
	#vimeo-pop-container .vimeo-close {
		right: 200px;
	}

	#vimeo-pop-container iframe {
		height: 60%;
  		width: 50%;
	}

	.modal-dialog {
		margin-top: 10px;
	}

	.header {
		margin-bottom: .75rem;
	}

	.header__title {
		font-size: 20px;
	}
}

@media all and (max-width: 460px)
{
	#vimeo-pop-container .vimeo-close {
		right: 240px;
	}

	#vimeo-pop-container iframe {
		height: 50%;
  		width: 40%;
	}

	.modal-title--lg {
		font-size: 24px !important;
	}

	.modal__close {
		padding: 0;
		height: 30px;
		width: 30px;
		font-size: 14px;
	}

	.modal__close--left {
		position: absolute;
		left: 12px;
		top: 28px;
	}
}

@media all and (max-width: 320px )
{
	.ob-button {
		padding: 10px 0px;
	}
}

.feature-list,
.feature-list-item {
	list-style-type: disc;
}

.feature-list {
	padding-left: 28px;
	text-align: left;
}

.feature-list--large {
	font-size: 16px;
	line-height: 2em;
}

.feature-list-logo {
	display: block;
	width: 120px;
	height: auto;
	margin: 20px auto;
}

/* trial expired modal */
.trial-modal
{
	position: fixed;
  z-index: 1001;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.6);
}

#trialExpired .modal-dialog
{
	width: 630px;
	height: 540px;
}

#trialExpired .modal-header
{
   color: #1A91FF;
	 background-color: #fafafa;
   padding: 30px;
   border-bottom: none !important;
	 font-size: 35px;
}

#trialExpired .modal-body {
	margin-bottom: 30px;
	font-size: 1.15em;
	line-height: 1.7em;
	color: #888;
	margin: 30px;
	padding: 0;
	text-align: left;
}

.trial-action
{
	text-align: center;
	margin-right: 0;
	margin-top: 30px;
}

.trial-button,
.trial-action .trial-button
{
	font-size: 1.05em;
	color: #fff;
	width: 200px;
	background-color: #8bd798;
	padding-top: 12px;
	padding-bottom: 12px;
}

.trial-action a
{
	font-size: 0.95em;
	color: #1A91FF;
}

.hours-badge {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 10px;
	color: #7A7F83
}

.hours-badge img {
	width: 21px;
}

.card {
	border-radius: 10px;
	border: 1px solid #e3ebf6;
}

.list-group-item {
	border-color: #e3ebf6;
}

.payment-form__input-group input:not(:last-child) {
    border-right: 1px solid #ECECEC !important;
}