@import url("/static/css/reset.css?a340bda0dd2c");

@font-face {
  font-family: 'avenir';
  src:url('/static/fonts/AvenirNextLTPro-Regular.woff?a340bda0dd2c') format('woff'),
  url('/static/fonts/AvenirNextLTPro-Regular.woff?a340bda0dd2c') format('opentype');
}
@font-face {
  font-family: 'avenir-bold';
  src:url('/static/fonts/AvenirNextLTPro-Bold.woff?a340bda0dd2c') format('woff'),
  url('/static/fonts/AvenirNextLTPro-Bold.otf?a340bda0dd2c') format('opentype');
}
@font-face {
  font-family: 'avenir-bold-condensed';
  src:url('/static/fonts/AvenirNextLTPro-BoldCn.woff?a340bda0dd2c') format('woff'),
  url('/static/fonts/AvenirNextLTPro-BoldCn.otf?a340bda0dd2c') format('opentype');
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance:textfield; /* Firefox */
  -webkit-appearance:textfield; /* Safari and Chrome */
  appearance:textfield;
}

html *
{
  font-family:"avenir", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

html {
  font-size:62.5%;
}

body, html
{
  height:100%;
  color:rgb(65,74,79);
}
strong{
  font-family: 'avenir-bold';
}
#wrapper
{
  min-height: 100%;
  height: auto !important;
  margin: 0 auto;
  position: relative;
  min-width: 1024px;
}

.wrapper {
  width: 80%;
  /* max-width: 800px; */
  margin: 0 auto;
}

body.legal {
  background-color: #3781ba;
}

body.legal #header {
  position: static !important;
}

body.legal #content {
  margin-top: 0;
}

p {
  font-size: 1.4rem;
  font-size: 14px;
  line-height: 1.5rem;
}

p.legal-notice {
  color: #FFF;
  font-size: 1.8rem;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin: 50px 0;
}

.legal-agreement {
  background-color: #FFF;
  padding: 40px 50px 20px;
  border-radius: 6px;
  margin-bottom: 100px;
}

.legal-agreement ol li, .legal-agreement ul li {
  margin: 1em 0;
  list-style-type: decimal;
}

.legal-agreement ol ol > li {
  margin-left: 30px;
  list-style-type: lower-alpha;
}

.legal-agreement h2 {
  font-size: 2rem;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: 'Avenir-Bold';
  margin: 0 0 1.5em 0;
}

.legal-agreement p {
  margin: 1em 0;
  line-height: 1.6;
  font-size: 1.4rem;
  font-size: 14px;
}

.legal-agreement footer {
  margin: 50px 0;
  text-align: center;
}

.legal-agreement-actions {
  display: inline-block;
}

.legal-agreement-actions button {
  margin: 0 10px;
}

ul, ol {
  font-size: 1.4rem;
  font-size: 14px;
  line-height: 1.5;
}

pre, code {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.btn {
   padding: 10px 20px;
   text-decoration:none;
   font-size: 1.4rem;
   font-size: 14px;
   border: 0;
}

.btn-default {
   background-color: #dcdcdc;
   /* color: #777 !important; */
}

.btn-primary {
   background-color: #3781ba;
   color:#FFF;
}

.btn-add-patient span{
  color: #FFF;
}

#content
{
  height:100%;
  width:100%;
  float:left;
  margin-top:67px;
}

.contents-vertical-center
{
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;

	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;

	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;

	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
}

#header
{
	height:69px;
	background-color: #3781ba;
	color:white;
	padding-left:20px;
	padding-right:20px;
	position:fixed;
	width: 100%;
	z-index: 100;
}

#header-center
{
    width: 164px;
	height: 100%;
	margin: auto;
	background-image:url('/static/img/logo.png?a340bda0dd2c');
	background-position:center center;
	background-repeat:no-repeat;
}

#header-center span {
	display:none;
}

#breadcrumbs
{
	font:13px 'avenir-bold';
	width:300px;
	height:100%;
	margin-top:25px;
	float:left;
}

#breadcrumbs a
{
	color:white;
	font:13px 'avenir-bold';
}

#header-right
{
	height:3em;
	margin:9px auto 0;
	font:12px 'avenir';
	float:right;
	position: relative;
	padding: 0 0 10px 0;
}

#header-right h3
{
	font:14px 'avenir-bold';
	margin-bottom:4px;
}

#header-right div
{
	text-align:right;
	margin-right: 30px;
}

#info
{
	background:#478EC2 url('/static/img/down.png?a340bda0dd2c') no-repeat 95% 12px;
	padding:7px 25px 7px 20px;
	vertical-align:middle;
	border-bottom: 5px solid #3781BA;
}

/*
#header-right a
{
	margin:2px 10px;
	padding:6px 10px;
	font:14px 'avenir-bold';
	color: #FFF;
    background-color: #5E9BC7;
	display:inline-block;
}
*/



#header-right .menu-holder {
	position: relative;
	display: none;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
}

#header-right .menu-holder .nob {
	position: absolute;
	top: -5px;
	right: 7px;
	height: 5px;
	width: 7px;
	display: block;
	background: url('/static/img/up.png?a340bda0dd2c') no-repeat;
}

#header-right .dropdown-menu {
	background-color: white;
	position: absolute;
	right: 0;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
	padding: 5px 0;
}

#header-right .dropdown-menu li a {
	color: #3480BA;
	padding: 6px 25px;
	text-align: right;
	display: block;
	font-weight: bold;
}
#header-right .dropdown-menu li a:hover {
	background-color: #478EC2;
 	color: #FFF;
}

#header-right:hover .menu-holder,
#header-right #info:hover .menu-holder {
	display: block;
	visibility: visible;
	opacity: 1;
}

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

#sidebar
{
	background-color:rgb(198, 202, 204);
	color:rgb(65,74,79);
	font:15px 'avenir-bold';
	float:left;
	position: fixed;
    left: 0;
    top: 69px;
    bottom: 0px;
	width:270px
}

#sidebar li
{
	overflow:hidden;
}

#sidebar a
{
	font:15px 'avenir-bold';
	color:rgb(65,74,79);
}

#sidebar-bottom {
	position:absolute;
	left:0;
	bottom:0;
	width:270px;
}
#sidebar-bottom:after {
	clear:both;
}

#sidebar-top li, #sidebar-bottom li
{
	height:43px;
	width:100%;
	position:relative;
}

#sidebar-top a, #sidebar-bottom a
{
	display:block;
	width:100%;
	height:100%;
	padding:15px 0 0 18px;
	vertical-align:middle;

}

#sidebar-top li
{
	border-bottom:2px solid rgba(255,255,255,0.2);
}

#sidebar-bottom li
{
	border-top:2px solid rgba(255,255,255,0.2);
}

#sidebar li.selected
{
	background-color:#3781ba;
	border-bottom:1px solid rgb(255,255,255);
	border-top:1px solid rgb(255,255,255);
}

#sidebar li.name
{
  height:37px;
}

/* add top border line to all but first and selected names in list */
#sidebar li.name~li.name:not(.selected)
{
  background-image:url('/static/img/sidebar-name-bg.gif?a340bda0dd2c');
  background-repeat:no-repeat;
  background-position:top center;
}

/* but also remove the border line from the element following selected */
#sidebar li.name.selected+li.name
{
  background-image:none;
}

#sidebar li a.view
{
  display:block;
  vertical-align:middle;
  height:100%;
  /* width:230px; */
  padding-top:12px;
  padding-left:18px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

#sidebar li.selected a
{
  color:rgb(245,245,245);
}

#sidebar li a.edit
{
  height:100%;
  width:16px;
  background-image:url(/static/img/edit.png?a340bda0dd2c);
  background-position:center;
  background-repeat:no-repeat;
  display:none;
  opacity:0.5;
  vertical-align:middle;
  float:right;
  margin-right:10px;
}

#sidebar li a.edit:hover
{
  opacity:1.0;
}


#sidebar li.highlighted a.edit
{
  display:block;
}

#sidebar li.selected a.edit
{
  background-image:url(/static/img/edit_light.png?a340bda0dd2c);
  display:block;

}

#sidebar li a.edit span
{
  display:none;
}


#sidebar li form
{
  vertical-align:middle;
  height:100%;
  float:right;
}

#sidebar li form input.submit
{
  background-color:transparent;
  border:none;
  display:none;
  background-image:url(/static/img/delete.png?a340bda0dd2c);
  background-position:center;
  background-repeat:no-repeat;
  height:100%;
  opacity:0.5;
  width:11px;
  margin-right:10px;
  padding:0;
}

#sidebar li form input.submit:hover
{
  opacity:1.0;
}

#sidebar li.highlighted form input.submit
{
  display:inline;
}

#sidebar li.selected form input.submit
{
  display:inline;
  background-image:url(/static/img/delete_light.png?a340bda0dd2c);
}

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

.centered-page
{
  margin-bottom:30px;
  text-align:center;
}

.centered-page form
{
  display:inline-block;
  margin:30px auto 0;
  width:440px;
}

.centered-page h2
{
  font:22px 'avenir-bold';
  margin:55px 0 15px;
}

.centered-page h3
{
  font:22px 'avenir-bold';
  margin-bottom:25px;
  text-align:left;
}

.centered-page .centered-form-section
{
	margin-bottom:50px;
}

.centered-page p
{
	color:rgb(90, 100, 106);
	font-size:18px;
	line-height:1.3;
	margin:40px auto 0;
	width:520px;
}

.centered-page .actions
{
	position:relative;
	width:404px;
}

.centered-page .actions a
{
	color:rgb(90,100,106);
	font-size:18px;
	position:absolute;
	top:15px;
	right:17px;
}

.centered-page input[type=submit]
{
	margin:30px auto 0;
	width:163px;
}

.centered-page input[type=text],
.centered-page input[type=password],
.centered-page input[type=email] {
	width: 404px;
	margin-bottom:25px;
}

.centered-page input[type=text]:focus, .centered-page input[type=password]:focus
{
	background-color:white;
}

.centered-page a:hover
{
	text-decoration:underline;
}

div.register {
	border:solid rgb(244,244,244);
	border-width:2px 0;
	margin-top:42px;
}

.centered-page div.register p
{
	margin:32px auto;
}

div.register a {
	color:rgb(5,163,206);
}

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

form input[type=text].small, form input[type=text].small
{
	float:left;
	width:85px;
}

form input[type=text].medium, form input[type=password].medium
{
	float:left;
	width:187px;
}

form input[type=text].three-quarters, form input[type=password].three-quarters
{
	float:left;
	width:272px;
	margin-left:16px;
}

form input[type=text].three-quarters.newline, form input[type=password].three-quarters.newline
{
	margin-left:0px;
	margin-right:16px;
}


form input[type=text].collapsed, form input[type=password].collapsed
{
	margin:0 -2px -2px -2px;
}

form input[type=text].newline, form input[type=password].newline
{
	clear:both;
}

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

.new-record form input[type=text].collapsed, .new-record form input[type=password].collapsed
{
	margin-bottom:4px;
	margin-right:5px;
}


.new-record form input[type=text].medium, .new-record form input[type=password].medium
{
	float:left;
	width:49%;
	margin-bottom:3px;
}

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

form#application input#id_last_name
{
	margin-bottom:40px;
}

form#application input#id_prefix_name
{
	margin-right:15px;
}

form#application input#id_suffix_name
{
	margin-left:15px;
}

form#application input#id_phone
{
	margin-top:25px;
}

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

#doctor-container
{
	width:100%;
	float:left;
	background-color:white;
	height:100%;
  min-width: 1024px;
}

#doctor-content {
	margin-left:270px;
	min-height:100%;
}

#doctor-header {
	background-color: #E4E4E4;
	overflow: auto;
}

#doctor-header #doctor-nav {
	float: right;
	min-width: 330px;
	padding: 30px 0;
}

#doctor-subview-container {
	clear: both;
}

#doctor-nav ul li {
	border-right: 1px solid #A1A5A8;
}

#doctor-nav ul li:last-child {
	border: none;
}


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

Form styles

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

form label
{
	clear:left;
	display:block;
	float:left;
	font-size:18px;
	padding:17px;
	/*width:70px;*/
}

form input[type=text], form input[type=email], form input[type=password], form textarea, .form_input select
{
	color:rgb(90,100,106);
	background-color:rgb(244,244,244);
	border:2px solid rgb(226,226,226);
	display:block;
	font-size:18px;
	padding:15px;
	margin:0 -2px -2px -2px;  /* cover border of overlapping input */
	width:100%;
}

form input[type=submit], form input[type=button]
{
	border:none;
	color:white;
	cursor:pointer;
	display:block;
	font-size:20px;
	padding:10px 25px;
	text-transform:uppercase;
	vertical-align:middle;
}

form input[type=submit],
form .add-photo input[type=button]
{
	background-color:#3781ba;
}

form input[type=button]
{
	background-color:rgb(198,202,204);
}

form input[type=file]
{
	border:none;
}

.form-section
{
	float:left;
}

.form-actions
{
	clear:both;
}

.errors
{
	margin:10px 0;
	color:red;
}

form ul.errorlist {
  font-family: 'Avenir-Bold';
  font-size: 12px;
  color: #ffffff;
  background-color:#f95338;
  font-weight: bold;
  padding: 6px 6px;
  position:absolute;
  top: 0px; /* 0px*/
  right: 5px;
  z-index: 1000;
  /*max-width:94%;*/
}

form ul.errorlist a {
  color: #FFF;
  border-bottom: 1px solid #FFF;
}

form ul.errorlist a:hover {
  color: #FFF;
  text-decoration: none;
}

form ul.errorlist a:visited {
  color: #FFF;
}

form .alert-error {
  margin-bottom: 20px;
}

form .alert-error .errorlist {
  position: static;
  max-width: 96%;
  font-size: 14px;
  padding: 1em;
  line-height: 1.5em;
}

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

#premium_options {
  cursor: auto;
}

.standard-list {
  width:100%;
  overflow:scroll;
}

.standard-list th {
	background-color:#ECECEC;
	font-size:14px;
	height:41px;
	text-align:left;
	padding-left:14px;
	vertical-align:middle;
}

.standard-list tr~tr
{
	border-top:2px solid rgb(237,237,237);
}
.standard-list tr~tr#premium_options_row
{
	border-top:none;
}


.standard-list tr:not(.add-row) {
	/* background-color: #ffffff; */
}
.standard-list tr:not(.add-row):hover {
	background-color: #f4f4f4;
	cursor: pointer;
}

.standard-list tr:not(.add-row):hover a:not(.view),
.standard-list tr:not(.add-row):hover form,
.standard-list tr:not(.add-row):hover form input.delete {
	visibility:visible;
}

.standard-list td {
  font-size:15px;
  padding: 5px 14px;
  word-wrap: break-word;
  vertical-align: middle;
  /*white-space: nowrap;*/
}
table.standard-list > tbody > tr#premium_options_row > td
{
  padding: 0px;
}

.standard-list td.actions
{
  text-align: left;
  min-width: 250px;
  padding: 10px;
  height: 37px;
}

.standard-list td.actions p
{
	display:inline;
	font-size:12px;
	margin-right:20px;
}

.standard-list form {
	width:100%;
}

.standard-list .actions form {
	display:inline;
	height:100%;
	vertical-align:middle;
}

.standard-list .view-button {

}

.standard-list a
{
	font-size:12px;
	margin-right:20px;
	vertical-align:middle;
}

.standard-list a.view,
.standard-list a:not(.view){
	background-color: #909496;
	color:white;
	font-size:13px;
	display:none;
	text-align:center;
	width: 80px;
	height: 35px;
	line-height: 35px;
	float: left;
}
.standard-list a.view:last-child, .standard-list a:not(.view):last-child{
  background-color: #c6cacc;
}

.standard-list .selected-patient a {
	color: white;
}
.standard-list .selected-patient a.view, .standard-list .selected-patient a:not(.view) {
	display: inline-block;
	background-color: #3281bb !important;
	color: white;
	font-weight: normal;
	font-family: Arial;
}
.standard-list .selected-patient a.view:last-child, .standard-list .selected-patient a:not(.view):last-child {
  background-color: #1a4477 !important;
}
.standard-list tr:not(.add-row):hover a.view,
.standard-list tr:not(.add-row):hover a:not(.view),
.standard-list tr:not(.add-row):hover form input.delete {
	display: inline-block;
}
/*
.standard-list .selected-patient .actions a:not(.view):last-child {
  background-color: rgba(226,226,226,0) !important;
  display: inline-block;
}

.standard-list .selected-patient a:not(.view):hover {
	background-color: #3080b8 !important;
}
*/
.standard-list .actions input.delete {
	background-color: #c6cacc;
	border: none;
	color: white;
	display: none;
	font: 13px 'avenir';
	line-height: 35px;
	padding: 0 7px;
	margin: 0 20px;
	cursor: pointer;
	text-align: center;
	text-transform: none;
	width: 80px;
	height: 35px;
	float: left;
}

.standard-list #search-notification {
	display: none;
	background-color: #00B37B;
	color: white;
	font-weight: bold;
}

.standard-list #search-notification td~td {
	text-align: right;
}

.standard-list #search-notification #clear-search {
	color: #000;
	border-radius: 28px;
	background-color: #FFF;
	padding: 5px 6px 2px 6px;
	font-size: 11px;
	cursor: pointer;
	margin-left: 10px;
	display: inline-block;
	height: 12px;
}

.add-entry-button a, .add-meds-button a, #add-surgery-form input[type=submit]
{
	color: rgb(255,255,255);
    background-color: rgb(109,116,119);
    border-radius: 5px;
    display: inline-block;
    font: 13px 'avenir-bold';
    height: 23px;
    padding: 9px 15px 0 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

#add-surgery-form input[type=submit]
{
	height: 33px;
	padding: 8px 9px;
	line-height: 16px;
}

.styled-select select {
	background: transparent;
	color:rgb(65,74,79);
	font:18px 'avenir';
	height: 34px;
	border: 0;
	border-radius: 0;
	padding-left:8px;
	padding-right:32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.styled-select
{
	background:url(/static/img/arrow_big.png?a340bda0dd2c) no-repeat 95% center;
	border:2px solid rgb(226,226,226);
	display:inline-block;
}

select::-ms-expand {
    display: none;
}

.standard-add-form {
	padding:30px 20px;
	margin-bottom:60px;
}

#configuration-tab-container {
	clear:both;
}

/* On/Off switches */

.standard-list .actions form.switch a.switch,
.enable_buttons {
	display: inline-block;
	width: 50px;
	text-transform: uppercase;
	margin-right: 20px;
	font-size: 13px;
	text-align: center;
	color: white;
	line-height: 35px;
	vertical-align: middle;
	text-decoration: none;
	border: 0;
	background-color: rgb(198,202,204);
	padding: 0;
}

.standard-list .actions form.switch a.switch.selected {
	background-color: #3781ba;
}

.med-list {
	width:100%;
}

/* -----------------------------------
	Doctor styles
--------------------------------------*/

#doctor-info
{
	padding:12px 16px;
	background-color:rgb(228,228,228);
	float: left;
  	width: 340px;
}

#doctor-info h3
{
	font:20px 'avenir-bold';
	margin: 6px 0px;
}

#doctor-info span
{
	font-size:16px;
	line-height:1.2;
	margin-top:0px;
	height:4.6em;
	overflow:hidden;
	text-transform: uppercase;
}
#doctor-info img
{
	float:left;
	height:auto;
	max-width:55px;
	margin:0 16px 0 0;

}

#doctor-info,
#doctor-nav {
	padding-top: 25px;
	padding-bottom: 25px;
}

#doctor-nav li
{
	float:left;
	overflow:hidden;
	width:104px;
	height:44px;
}

#doctor-nav li.selected
{
	background-color:rgb(198,202,204);
}

#doctor-nav a
{
	color:#A1A5A8;
	display:inline-block;
	font:13px 'avenir-bold';
	width:100%;
	height:100%;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center 0%;
	padding:30px 0 0 0;
	text-transform:uppercase;
}

#doctor-nav a.selected
{
	color:rgb(65,73,79);
}

#doctor-nav a.tv {
  background-image:url(/static/img/tv-light.png?a340bda0dd2c);
}

#doctor-nav a.tv.selected {
  background-image:url(/static/img/tv.png?a340bda0dd2c);
}

#doctor-nav a.patients
{
	background-image:url(/static/img/patients_light.png?a340bda0dd2c);
}

#doctor-nav a.patients.selected
{
	background-image:url(/static/img/patients.png?a340bda0dd2c);
}

#doctor-nav a.surgery
{
	background-image:url(/static/img/surgery_light.png?a340bda0dd2c);
}

#doctor-nav a.surgery.selected
{
	background-image:url(/static/img/surgery.png?a340bda0dd2c);
}

#doctor-nav a.locations
{
	background-image:url(/static/img/locations_light.png?a340bda0dd2c);
}

#doctor-nav a.locations.selected
{
	background-image:url(/static/img/locations.png?a340bda0dd2c);
}

/* -----------------------------------
	Patient list styles
--------------------------------------*/

/* -----------------------------------
	New patient form
--------------------------------------*/

#patients-content .form-section
{
	/*margin-right:25px;*/
	margin-right:0px !important;
	width:354px;
}


.standard-add-form input#id_first_name, .standard-add-form input#id_last_name
{
	float:left;
	width:154px;
	margin:0 0 9px 0;
}

.standard-add-form .form_input.last_name
{
	margin-left:8px;
}

.standard-add-form input#id_email
{
	margin-bottom:9px;
}

.standard-add-form input#id_state
{
	float:left;
	width:144px;
}

.standard-add-form input#id_zip_code
{
	float:left;
	margin-left:0px;
	width:144px;
}
.standard-add-form input[type=text]
{
	margin-top:0;
}
.standard-add-form input[type=button], .standard-add-form input[type=submit]
{
	float:left;
	margin:28px 28px 28px 0;
	cursor:pointer;
}

#patient_candidacy_add_input{
    background-color: #F4F4F4;
    border: 2px solid rgb(226,226,226);
    margin-left: -25px;
    width: 96%;
}

.location-section {
  margin-bottom: 10px;
}

.contact-section .form_input,
.location-section .form_input,
.forgot-form .form_input,
#login-form .form_input,
.new-record .form_input,
.new-pass-form .form_input {
    position: relative;
    overflow: visible;
}

#application .form_input.clear,
.new-record .form_input.clear {
	clear: both;
}

.new-record .form_input {
	margin-top: 14px;
}

#doctor-content.new-record .form_input:first-child,
#new-doctor-form .form_input:first-child {
	margin:0;
}

.form_input .errorlist~input,
.form_input .errorlist+input,
.form_input .errorlist+select {
    border: 2px solid #f95338 !important;
}
.form_input .errorlist {
  margin-left:8px;
  white-space: nowrap;
}
.form_input .errorlist .errorlist {
	top: 0 !important;
	left: -8px !important;
}

.location-section .form_input:nth-last-child(2),.location-section .form_input:nth-last-child(1) {
    float: left;
    width:49.8%;
}

#add-patient-form .styled-select {
	background: #F4F4F4 url('/static/img/arrow_big.png?a340bda0dd2c') no-repeat 97% 78%;
	margin-top: 12px;
	margin-left: -2px;
	width: 100%;
	border: none;
}

#add-patient-form .styled-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 56px;
	padding: 0 0 0 15px;
	margin: 0px;
	outline: 0;
	cursor: pointer;
	border: 2px solid #E2E2E2;
}


#add-patient-form .styled-select select::-ms-value,
#add-patient-form .styled-select select:focus,
#add-patient-form .styled-select select:active {
	background: none;
	color: #414A4F;
}

#add-patient-form .styled-select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

#add-patient-form .styled-select.hidden,
.detail-form.patient-form .styled-select.hidden {
	display: none !important;
}

#add-patient-form .date {
	padding-top: 0.8em;
	position: relative;
}

#add-patient-form .date .date-field {
	padding: 15px;
	width: 32.9%;
	color: rgb(90,100,106);
	background-color: rgb(244,244,244);
	border: 2px solid rgb(226,226,226);
	font-size: 18px;
	margin-left: -2px;
}

/* -----------------------------------
	Existing patient form
--------------------------------------*/


/*#patients-content #location-section input
{
	margin-left:110px;
	height:14px;
}*/


/* -----------------------------------
	New Doctor
--------------------------------------*/
.patient-form .location-section {
	padding-left: 25px;
}

#doctor-content.new-record
{
	min-height:1300px;
}

.new-record
{
	background-color:rgb(228,228,228);
	padding:28px 0 0 25px;
}

.new-record h3
{
	font:22px 'avenir-bold';
	margin-left:20px;
}

.new-record input[type=text], .new-record input[type=password], .new-record textarea
{
	border:none;
	background-color:white;
	/* margin-top:14px; */
	margin-bottom:4px;
	width:515px;
}

/*
.new-record input[type=text]:first-child {
	margin:0;
}
*/

.file-input
{
	display:none;
}

.staff-image
{
	width:105px;
	height:105px;
	overflow:hidden;
}

.add-photo
{
	background-position:top center;
	background-repeat:no-repeat;
	height:200px;
	width:105px;
	margin-right:28px;
}

.add-photo img
{
	width:105px;
	height:auto;
}

.add-photo input[type=button]
{
	font:14px 'avenir-bold';
	margin:8px 0 0 0;
	width:100%;
	padding-left:0;
	padding-right:0;
}

.add-photo input[type=file]
{
	display:none;
}

.new-record form
{
	margin-top:25px;
}

.edit-entry-form input#id_email {
	width: 330px;
}

.edit-entry-form input#id_password,
.edit-entry-form input#id_confirm_password,
.edit-entry-form input#id_first_name,
.edit-entry-form input#id_last_name,
.edit-entry-form input#id_code
{
	width:250px;
}

.edit-entry-formtextarea#id_awards
{
	margin-bottom:14px;
}

.edit-entry-form input#id_name,
.edit-entry-form input#id_address_line_1,
.edit-entry-form input#id_address_line_2,
.edit-entry-form input#id_city
{
	margin:2px 0;
}

.edit-entry-form input#id_state,
.edit-entry-form input#id_zip_code
{
	float:left;
	margin:0px 3px 2px 0;
	width:241px;
}

.edit-entry-form input#id_prefix_name, .edit-entry-form input#id_suffix_name
{
	width: 72px;
}

.edit-entry-form input#id_prefix_name, .edit-entry-form input#id_first_name, .edit-entry-form input#id_last_name, .edit-entry-form input#id_suffix_name
{
	float:left;
	margin-right:12px;
}

.edit-entry-form input#id_last_name, .edit-entry-form input#id_code
{
	clear:left;
	margin-bottom:12px; /* somethign of a hack to avoid bio top margin going to 0; really only need to apply to last_name */
}

.edit-entry-form textarea#id_education, .edit-entry-form textarea#id_awards
{
	height:100px;
}

.new-record form .form-actions
{
	margin:40px 0;
}

/* -----------------------------------
	Edit Doctor
--------------------------------------*/

.edit-entry-form .add-photo input
{
	font-size:10px;
}

.edit-entry-form .add-photo
{
	font-size:0px;
}

.edit-entry-form .add-photo input[type=checkbox]
{
	float:left;
}
.edit-entry-form .add-photo label
{
	float:left;
}

/* -----------------------------------
	Surgery Configuration
--------------------------------------*/

#configuration-nav
{
	background-color:rgb(228,228,228);
}

#configuration-nav li
{
	padding:0 10px;
	float:left;
	height:36px;
	min-width:84px;
	text-align:center;
}

#configuration-nav li.selected
{
	background-color:white;
}

#configuration-nav a
{
	display:inline-block;
	font:13px 'avenir-bold';
	text-transform:uppercase;
	vertical-align:middle;
}


#configuration-nav a:after
{
	content:'';
	display:inline-block;
	height:36px;
	vertical-align:middle;
}


/* -----------------------------------
	Surgery Configuration Modules
--------------------------------------*/

#doctor-subview-content h3
{
	font:22px 'avenir-bold';
}

#doctor-subview-content .no-content {
	background-color: #EFEFEF;
	color: #495359;
	font-size: 16px;
	padding: 40px 20px;
	display: block;
	font-family: "avenir-bold", Arial, sans-serif
}

.patient-form-add .location-section > div *,
.patient-view *, .patient-view *:before, .patient-view *:after,
.radio-list.radio-custom > div label, .form-section *, .form-section *:before, .form-section *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/* .radio-custom > ul > li > label {
    font-size: 100%;
    text-transform: uppercase;
} */

.click-faq {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  line-height: 23px;
  text-align: center;
  background-color: #122850;
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  font-family: 'avenir-bold';
}

.surgery_questions .click-faq {
  background-color:
  color: #FFF;
}

.click-faq-tooltip{
  position: absolute;
  top: -45px;
  left: -20px;
  display: none;
  min-width: 110px;
  background-color: #ffffff;
  color: #4d6c88;
  font-size: 10px;
  padding: 5px;
  text-align: center;
}
.arrow-down {
  position: absolute;
  bottom: -9px;
  left: 20px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ffffff;
}
.click-faq:hover .click-faq-tooltip{
  display: inline-block;
}
.new-check-radios {
  cursor: pointer;
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  width: 180px !important;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 42px !important;
  text-align: left !important;
  color: #3e4445;
  border-radius: 5px;
  margin-bottom: 5px !important;
  margin-right: 30px;
  float: none !important;
  font-size: 14px !important;
  overflow: hidden;
  white-space: nowrap;
}
.new-check-radios:nth-child(even){
  clear: right;
}

.hidden_premium {
  display: none;
}

.new-check-radios div{
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0;
  width: 10px;
  height: 10px;
  border: 8px solid #e6f2f5;
  background-color: #d5e8f1;
  background-repeat: no-repeat;
}

.new-check-radios.grayscale div {
  background-color: #D0D2D4;
  border: 8px solid #EFF0F1;
}

.new-check-radios div.checked{
  background-color: #02b079;
  border-color: #02b079;
  background-image: url(/static/img/check.png?a340bda0dd2c);
  background-position: center center;
}

.new-check-radios.grayscale {
  background-color: #EFF0F1;
}

.checked_label {
  font-family: 'avenir-bold';
}
.new-check-radios.none div.checked{
  background-color: #fe4d3f;
  border-color: #fe4d3f;
  background-image: url(/static/img/none.png?a340bda0dd2c);
}
.new-check-radios input[type=radio]:checked + div{
  background-color: #02b079;
  border-color: #02b079;
  background-image: url(/static/img/check.png?a340bda0dd2c);
  background-position: center center;
}
.new-check-radios.none input[type=radio]:checked + div{
  background-color: #fe4d3f;
  border-color: #fe4d3f;
  background-image: url(/static/img/none.png?a340bda0dd2c);
}

.surgery_questions td {background-color: #E4E4E4;padding: 20px 5px; text-align: center; }


.hidden {
  display: none !important;
}

.question-header {
  position: relative;
  width: 100%;
}

.question-header h1 {
  position: absolute;
  bottom: 20px;
  left: 32px;
  font-size: 22px;
  font-family: 'Avenir-Bold', sans-serif;
}

ul.question-tabs {
  float: right;
  background-color: #FFF;
  list-style-type: none;
  margin-top:20px;
  padding-left: 30px;
}

ul.question-tabs li {
  cursor: pointer;
  background-color: #FFF;
  color: #2C7FBC;
  float: left;
  padding: 20px;
  margin-left: 10px;
  font-family: 'avenir-bold'
}

ul.question-tabs li.active {
  background-color: #EDEDED;
  color: #40494F;
}

.practice-questions-header {
  padding: 20px 10px;
  background-color: #398CC3;
  font-weight: bold;
  color: #fff;
}

.practice-questions-header p span {
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.patient-questions .patient-question-row {
  width: 100%;
  padding: 32px;
  background-color: #E5E5E5;
}

.patient-questions .patient-question-row:nth-child(odd){
  background-color: #EDEDED;
}

.patient-question-row .question-prompt {
  font-family: 'avenir-bold', sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}

.patient-question-row span.question-answer {
  background-color: #40494F;
  color: #FFF;
  border-radius: 20px;
  font-size: 13px;
  padding: 10px 25px;
  display: inline-block;
  margin-right: 10px;
  font-family: 'avenir-bold', sans-serif;
}

.patient-question-row span.no-answer {
  font-family: 'avenir-bold', sans-serif;
  color: #777;
  font-size: 1.3rem;
}

.radio-custom {
  width: calc(100% - 55px);
  margin: 0;
  padding: 30px 20px 34px 34px;
  text-align:left;
  background-color: #d3e4f0;
  color: #0e2a48;
  font-size: 15px;
}
.radio-custom strong{
  display: inline-block;
  margin-bottom: 20px;
  color: #40494F;
}
.radio-custom:nth-child(odd){
  background-color: #c2d9ea;
}
.surgery_questions .radio-custom {
  background-color: #EDEDED;
}
.surgery_questions .radio-custom:nth-child(odd){
  background-color: #E5E5E5;
}
.surgery_questions .new-check-radios {
  color: #40494F;
}
.surgery_questions .new-check-radios.none div.checked {
  background-color: #fe4d3f;
  border-color: #fe4d3f;
}
.surgery_questions .new-check-radios div {
  background-color: #E7E7E7;
  border: 8px solid #F7F7F7;
}

.surgery_questions .new-check-radios div.checked {
  background-color: #02b079;
  border-color: #02b079;
}

.surgery_questions .click-faq {
  background-color: #40494F;
}

.radio-custom ul {padding: 20px; overflow:hidden;}
.radio-custom ul div {min-height: 40px;}
.radio-custom li { margin: 10px 10px 0px 0px;}
.radio-custom input[type="radio"] { margin-right: 10px !important; cursor: pointer;}
.radio-custom label { margin-right: 30px;cursor: pointer; }
.radio-custom label:last-child { margin-right: 0; }
.radio-list.radio-custom { display: table; width: 100%; }
.radio-list.radio-custom > div { display: table-cell; text-align: center; width: 33%; border: 2px solid rgb(226,226,226); }
/* .radio-list.radio-custom > div > label, .patient-view .radio-custom > div label { width: 100%; margin: 0; } */
.radio-list.radio-custom > div ul { display: inline-block; float: none !important; }
.radio-list.radio-custom > div ul li { float: left; }
.radio-list.radio-custom > div ul li label { width: initial; padding-top: 5px; }

.radio-custom li:nth-of-type(1) {margin: 0px 10px 0px -20px; border-top: 1px solid #E4E4E4; padding: 20px 20px 0px 20px ;width: 200%;}

.send-email {
	background-color: #c2d9ea;
	line-height: 1.5;
	white-space: normal;
	position: relative;
}
.send-email strong {
	margin-bottom: 0 !important;
}
.send-email .content-date {
	display: block;
	padding-top: 20px;
	text-align: right;
}
.send-email .content-date .btn-send-email {
	background-color: #C6CACD;
	display: inline-block;
  position: relative;
  margin-bottom: 5px !important;
  float: left;
  border: none;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 20px;
  padding: 10px 25px;
  text-transform: uppercase;
  vertical-align: middle;
}
.send-email .content-date .btn-send-email:hover {
	background-color: #06a3ce;
	border-color: #06a3ce;
}
.send-email .date {
	display: inline-block;
	vertical-align: middle;
}
.send-email .date .label-date {
	display: inline-block;
	vertical-align: top;
	padding-top: 15px;
}
.send-email .content-date .form_input{
	display: inline-block;
}
.send-email .content-date .date .date-input {
	padding: 15px;
  width: 50px;
}
.send-email .content-date #invitation_message {
	text-align: left;
}

#patients-content .candidacy_header,
#doctor-subview-content .candidacy_header {
	padding:25px;

  /*
   * background-color: #E4E4E4;
   */
	margin-bottom: 40px;
}
#doctor-subview-content .candidacy_header.edit-patient {
	padding:0px;
}
#doctor-subview-content .candidacy_header.edit-patient h3{
  padding-left: 120px;
  position: relative;
  margin-top: 15px;
}
#patient_candidacy_input {
    display: none;
}
.candidacy_header #patient_candidacy_input {
    display: block;
    clear:both;
}
.candidacy_header #patient_candidacy_input .hidden {
  display: none;
}
.candidacy_header .radio-custom input {
    float: left;
}
.candidacy_header .radio-custom label {
    text-align: left;
    float: left;
    margin: 0px 30px 0 0;
    padding: 0px;
    clear: none;
}

input[type="radio"] {
    background-color: #ccc;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    position: relative;
    width: 16px;
    vertical-align: middle;
    margin: 0;
    margin-top: -3px;
    -webkit-appearance: none;
}
input[type="radio"]:after {
    background-color: #ccc;
    border-radius: 25px;
    content: '';
    display: block;
    height: 7px;
    left: 4px;
    position: relative;
    top: 4px;
    width: 7px;
}
input[type="radio"][value="False"]:checked:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAB5klEQVQ4T61TTUwTURD+5q3UQ5vYFr1gaqyBhFgTvZlYj5oU/0rg7sHIwZ+I4BmicBapCV4kHryraSLigXgCiTdIrJqQAIGEg1qosQ1hYd84b8su28KBqHN7M/N9M9/MPEKdFbNnTyocuElAG0BJN0yYZ+b3GlujjflPX4IQyataIZUKNTVHh4hwSxCqnrj6Zg3G89/fdU9ienq9yr0NPtocG5PXhb2BtV4Gf1iZK7WlCgXbJShlz48I+PZ+wF6OSBqJ5afuUvFqOmVZNCsBywRDlzpxMNOOysMe6NWfbr6KH0b40TA2xt/AfvfK43Ach0/T2rX0E1J03/NGhl7ASrZAryyj0ndPRBLCAzmopgSchTmUe2/4jbLmYSpl018lqdXzUjSOiAEkjrskbgcC1suLKAsh/1rbUcr8jUrt6Q0pEwrqp0MxRAafuiTGnKUFVPq7a8HVrdh7EqjGI37bJs2VIwS6+KNmzgyUd0kIgk1lkhl4cupJZBOF3UPMvYR1LOm3bUp6cgxhufv6zhChc7R6+dwp1aBm/DVevIJQpgOVgQe+ZjOTcP9j2OOvYU+89deoN/WZvz4kOeln0fzknf9zyqanf/pMwd2Y01YWdxFTRv7HCWayZd+LIJ7gTYzGxz5+Dub/AcBi3uAP41K8AAAAAElFTkSuQmCC);
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
}

input[type="radio"][value="None"]:checked:after {
    background: url("/static/img/not_sure.png?a340bda0dd2c");
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
}
input[type="radio"][value="True"]:checked:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAB9ElEQVQ4T61T30sUYRQ9d6eZRAqLSFN6MVQWNZRAKKxEMFEoCsIl9KWHfLB80D/AGPY51AilSEgNEvUt0nyIglgF3/y1m0hKBCuIspbUus44e7sz4jLrLiLS9zJ8d+459zvn3ks4eL7qxaqHHhFRPTPl27+JeIWZJ8w49+GmHnJDKHEZ0TU1T+kEcQuBPCnEEmBwHEyvzdVIO3xd2w65k7gHHiNCTTrgwRgDn82wVQ+fbjgE6qS/R6o+Pgp4P4cZPeb1jlbSAv4SBs1KdeUwgkyPivGSJnyILOFZeApCYBG4jNSAv0sMazsMrJGC98UPUJ2Vj2B0HVdmXjnpYmw3aZP+b2KF1w7YVS5op7AS20zwKfK0d0X3ce+cF2FjCzfm+p3v3uFFEv07ol+zrxPyxNLMHNQG3yIklWyDXhbcxsPscqybUVTN92M5FkmQS1eMJII3hXfReP6yU6FqfgCtuRVoy7uK39YObi0MYvbvWpJSkfAnSYKtddTbgLqzBfi1G8OZExmIxk3cCQ0hsPUzxSYhCKaYuO/2tdMXYbAF3+IoPm5+T+sxI/6ctC96KavKjLuNWcpJjIkfL1anMbwRTA+222ha5ccfJHCvWfn0yf8ZZdc+HHOZXCqd0SZuJqY6JrokK2jIwPyQLf1EBvcZ1fqC25R/oyzbdCHNxNkAAAAASUVORK5CYII=);
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
}

li input[type="radio"]:checked~label {
		font-family: 'Avenir-Bold';
    font-weight: bold;
}

.surgery-subdetail h3 a
{
	font:22px 'avenir-bold';
}

.surgery-subdetail tr
{
	/* height:49px; */
}

.surgery-subdetail th, .surgery-subdetail td
{
	padding-left:30px;
}
.surgery-subdetail h3 {
  padding: 20px 0px 20px 20px
}
/* -----------------------------------
	Medication + Patient detail Forms
--------------------------------------*/

.medication-form input[type=text]
{
	width:50px;
}

.medication-form label
{
	width:150px;
}

.detail-form.medication-form .form-actions
{
	margin-left:184px;
}



.patient-form .location-section label
{
	padding-bottom:11px;
}

.detail-form label
{
	margin-bottom:22px;
	text-align:right;
	width:150px;
}

.detail-form #id_medication
{
	visibility:none;
}

.detail-form input[type=text], .detail-form input[type=email]
{
	background-color:transparent;
	float:left;
	margin-right:55px;
}

.detail-form .styled-select
{
	float:left;
	margin-right:20px;
}

.detail-form .styled-select select
{
	height:52px;
}

.detail-form input[type=checkbox]
{
	display:none;
}

.detail-form .checkbox
{
	float:left;
	padding:14px 0;
	margin:0;
}

.detail-form .checkbox label
{
	background-image:url(/static/img/radio.png?a340bda0dd2c);
	background-repeat:no-repeat;
	background-position:center center;
	margin:0;
	padding:0;
	height:22px;
	width:22px;
}

.detail-form .checkbox input[type=checkbox]:checked + label
{
	background-image:url(/static/img/radio_select.png?a340bda0dd2c);
}

.detail-form .location-section label
{
	margin-bottom:0;
}

/* -----------------------------------
	Patient Details
--------------------------------------*/
.detail-form .form-section {
	width: 460px;
}
form.new-view{
  background-color: #ffffff;
}
.new-view .form-section {
	width: 44%;
  margin-left: 0px;
}
.form-section .text-container{
  width: 120px !important;
  min-height: 200px;
}
.form-section .input-container{
  width: calc(100% - 120px) !important;
}
.patient-form.detail-form .form-section label
{
}
.input-container input{
  background-color: #ffffff !important;
}
.contact-section .form_input {
	float: left;
}
.detail-form .contact-section .form_input:nth-child(2),.detail-form .contact-section .form_input:nth-child(3) {
  width: 32%;
  margin-right: 4px;
}
.new-view .input-container .form_input{
	width: 100%;
}
.new-view .contact-section .input-container .form_input:nth-child(1) {
	width: 48%;
	margin-right: 2%;
}
.new-view .contact-section .input-container .form_input:nth-child(2) {
	width: 48%;
	margin-left: 2%;
  margin-right: 0px;
}
.new-view .contact-section .input-container .form_input:nth-child(3) {
	width: 100%;
}
.new-view .location-section .input-container .form_input:nth-child(4) {
	width: 50%;
	margin-right: 0%;
}
.new-view .location-section .input-container .form_input:nth-child(5) {
	width: 50%;
	margin-left: 0%;
  margin-right: 0px;
}
.new-view .location-section input{
  margin-bottom: 0px !important;
}
.new-view .location-section{
  padding-left: 0px;
}
.contact-section .form_input:nth-child(5),.contact-section .form_input:nth-child(7) {
	width: 65%;
}
.detail-form .form_input input#id_state,.detail-form .form_input input#id_zip_code {
	width: 100%;
}
.input-container .clearfix{
  margin-bottom: 30px;
}
.patient-form .location-section div~div label
{
	visibility:hidden;
	padding-bottom:0;
	padding-top:0;
}
.patient-form .email_input, .patient-form .last_name_input {
	width: 40%;
}
.patient-form label[for=id_last_name]
{
	display:none;
}

.patient-form input[id*=name]
{
	/*width:133px;*/
}

.patient-form input#id_zip_code, .patient-form input#id_state
{
	margin-right:-2px;
	width:162px;
}

.patient-form .location-section label[for=id_zip_code]
{
	display:none;
}

.scheduled-surgery
{
	background-color:rgb(244,244,244);
	border:2px solid rgb(226,226,226);
	margin:65px 25px 35px;
	clear:both;
}

.scheduled-surgery .surgery-section
{
	border-top:2px solid rgb(226,226,226);
	padding:35px;
}

.scheduled-surgery p
{
	font-size:18px;
}

.scheduled-surgery label
{
	text-align:left;
	margin-right:40px;
}

.scheduled-surgery label.text
{
	padding-top:0;
}

.scheduled-surgery h4
{
	font:22px 'avenir-bold';
	margin-bottom:30px;
}

.scheduled-surgery h5
{
	font:20px 'avenir-bold';
	margin-bottom:30px;
	margin-left:17px;
}

.scheduled-surgery .preferences
{
	border-top:2px solid rgb(226,226,226);
}

.scheduled-surgery .circled-number
{
	background-color:white;
	border:1px solid rgb(198,202,204);
	border-radius:22px;
	display:inline-block;
	font:18px 'avenir';
	margin-left:10px;
	min-width:1em;
	height:1em;
	padding:5px;
	text-align:center;
}

.scheduled-surgery .form-delete
{
	float:right;
	width:150px;
}

.scheduled-surgery .form-delete label:first-child
{
	margin:0px;
	width:auto;
}

.patient-form.detail-form .form-actions
{
	margin:10px 25px;
}

/* -----------------------------------
	Consent Form
--------------------------------------*/

#consent-form
{
	padding:0 50px;
}

#consent-form table.mceLayout
{
	width:100% !important;
}

#consent-form .form-actions
{
	margin:25px 0;
}

/* -----------------------------------
	Confirmation Form
--------------------------------------*/

#form-confirmation
{
	background-color:rgba(0,0,0,0.5);
	display:none;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	width:100%;
}

#form-confirmation-dialog
{
	background-color:white;
	display:block;
	height:245px;
	margin:-122px 0 0 -222px;
	padding:40px;
	position:absolute;
	top:50%;
	left:50%;
	width:445px;
}

#form-confirmation h3
{
	font:30px 'avenir-bold';
	margin:0 auto 20px;
	text-align:center;
}

#form-confirmation h4
{
	font:23px 'avenir';
	margin:0 auto;
	text-align:center;
}

#form-confirmation .form-actions
{
	margin:30px auto;
	width:300px; /* equals width of buttons place space in between */
}

#form-confirmation .form-actions a.confirm
{
	background-color:rgb(65,74,79);
	float:right;
}

#form-confirmation .form-actions a
{
	background-color:rgb(198,202,204);
	color:white;
	cursor:pointer;
	display:block;
	float:left;
	font:20px 'avenir';
	height:58px;
	text-align:center;
	text-transform:uppercase;
	width:130px;
	vertical-align:middle;
}

#form-confirmation .form-actions a:after
{
	background-color:yellow;
	display:inline-block;
	content:'';
	line-height:0;
	height:100%;
	width:0px;
	vertical-align:middle;
}

/* -----------------------------------
	Filter dropdowns
--------------------------------------*/

.standard-list th p
{
	float:left;
}
.standard-list ul.dropdown
{
	background-image:url('/static/img/arrow.png?a340bda0dd2c');
	background-repeat:no-repeat;
	background-position:center center;
	display:inline-block;
	height:15px;
	margin-left:20px;
	position:fixed;
	width:18px;
}

.standard-list ul.dropdown li
{
	background-color:white;
	display:none;
	padding:2px 0 2px 10px;
}


.standard-list ul.dropdown:hover
{
	background-image:none;
	border-image:url('/static/img/dropdown.png?a340bda0dd2c') 20 1 5 1 stretch;
	border-image-width:20px 1px 5px 1px;
	border-width:20px 1px 5px 1px;
	height:auto;
	width:auto;
}

.standard-list ul.dropdown:hover li
{
	display:block;
}

.standard-list ul.dropdown:hover li:hover
{
	background-color:rgb(5,163,206);
}

.standard-list ul.dropdown:hover li a
{
	display:block;
	font:13px 'avenir';
	width:100%;
}

.breadcrumbs-back
{
	display:inline-block;
	height:31px;
	background:rgb(244,244,244) url(/static/img/back.png?a340bda0dd2c) center center no-repeat;
	border:3px solid rgb(226,226,226);
	border-radius:8px;
	margin-right:25px;
	margin:-5px 25px -11px 0;
	width:62px;
}

#doctor-subview-content .detail-form .form-actions
{
    display: block;
    width: 254px;
    margin: 20px auto;
}

.btn {
	cursor: pointer;
}

.standard-add-form #candidacy_container .candidacy_header {
    background-color: transparent;
}

/* patient-form-edit */
.patient_preferences {
	background-color: #F4F4F4;
	border: 1px solid #B4B4B4;
	margin: 24px 48px;
	width: inherit;
	max-width: 860px;
  text-align: left;
}
.new-view .patient_preferences {
	background-color: #F4F4F4;
	border: 1px solid #B4B4B4;
	margin: 24px 0px 24px 30px;
	width: 886px;
	max-width: 89%;
  text-align: left;
}
.patient_preferences h3 {
	padding: 36px 36px 10px 36px;
}
.preference_row {
		padding:46px 38px;
    border-bottom: 1px solid #B4B4B4;
}
.preference_row .preference_option {
	text-align: right;
	font-weight: bold;
	font-family: 'Avenir-Bold';
	display: block;
	float:right;
}
.popup_container {
	position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
}
.popup_content {
	position: relative;
  width: 100%;
  height: 100%;
}
.transparent_background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  filter: alpha(opacity=50);
  -moz-opacity:0.50;
  -khtml-opacity:0.50;
  opacity: 0.50;
}

.placeholdersjs {
	color: #bfbfbf !important;
}

form input:-ms-input-placeholder {
	color: #A9A9A9;
}

::-ms-clear {
display: none;
}

/*----- 500 Error Page -------*/
.error-500 .jumbotron {
	height: 270px;
	background: #E4E4E4 url('/static/img/doctor-500.png?a340bda0dd2c') no-repeat 50% 129px;
}
/*------------*/


/*----- Static Document Styles (tos, privacy policy, etc) -----*/
.document .header-bar {
	background-color: #E4E4E4;
	font-size: 24px;
	font-weight: bold;
	padding: 33px 35px 33px 30px;
	margin-bottom: 30px;
	font-family: "Avenir-Bold";
}

.document p {
	margin-bottom: 20px;
	line-height: 18px;
	font-size: 14px;
}

.document h5 {
	font-family: "Avenir-Bold";
	margin-bottom: 5px;
}

.document .document-text {
	padding: 0px 30px 30px;
}
/*---------*/

.fixed {
  table-layout: fixed;
}

.premium_enabled {
  background-color: #3080B8;
  color: white;
}

/*.enable_buttons {
	padding: 1em;
    height: 40px;
    text-align: center;
	font-size: 13px;
	border: 1px solid transparent;
	cursor: pointer;
    line-height: 5px;
}*/

/* -----------------------------------
	FAQ
--------------------------------------*/
.faq-container{
  font-size: 14px;
  text-align: left;
}
.faq-container .title{
  padding: 30px;
  background-color: #e4e4e4;
  font-weight: bold;
  font-size: 26px;
  width: calc(100% - 60px);
}
.faq-text{
  width: calc(100% - 60px);
  padding: 40px 30px;
  background-color: #ffffff;
}
.faqs{
  list-style-type: decimal;
  padding-left: 40px;
}
.faqs li{
  margin-bottom: 10px;
}
.faqs > li{
  margin-bottom: 20px;
}
.faq-container strong{
  display: inline-block;
  font-family: 'avenir-bold';
}
.faqs strong{
  margin-bottom: 5px;
}
.faqs ul{
  list-style: lower-alpha;
  padding-left: 30px;
}
#overlay, #overlay_resend{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(147, 154, 160, 0.8);
  background-image: url('/static/ajax-loader/ajax-loader.gif?a340bda0dd2c');
  background-size: 63px 63px;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  z-index: 1000;
}
.back-button{
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -14px;
  cursor: pointer;
  display: inline-block;
  margin-right: 40px;
  width: 50px;
  height: 25px;
  background-color: #f4f4f4;
  background-image: url('/static/img/back-arrow.png?a340bda0dd2c');
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
}

/* -----------------------------------
	MODAL ADD PATIENT
--------------------------------------*/
#create-patient-modal {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
#create-patient-modal .modal-wrapp {
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(198,202,205,1);
	-moz-box-shadow: 2px 2px 5px 0px rgba(198,202,205,1);
	box-shadow: 2px 2px 5px 0px rgba(198,202,205,1);
	color: #0e2a48;
	font-family: 'Avenir';
	padding: 40px;
	position: absolute;
	top: 7em;
	left: 25%;
	right: 25%;
	z-index: 1000;
	width: 500px;
}
#create-patient-modal .modal-wrapp .header {
	padding-bottom: 20px;
	line-height: 1.5;
}
#create-patient-modal .modal-wrapp .header .title {
  font-family: 'avenir-bold';
  font-size: 20px;
  margin-bottom: 10px;
}
#create-patient-modal .modal-wrapp .header .subtitle {
  font-size: 1.5rem;
  font-size: 15px;
  margin-bottom: 10px;
}
#create-patient-modal .modal-wrapp .standard-add-form {
	font-size: 14px;
	margin-bottom: 0 !important;
	padding: 0 !important;
}
#create-patient-modal .modal-wrapp #add-patient-form .styled-select {
	background: none !important;
}
#create-patient-modal .modal-wrapp .standard-add-form .form-section,
#create-patient-modal .modal-wrapp .standard-add-form .contact-section .form_input {
	width: 100% !important;
	margin: 0 !important;
}
#create-patient-modal .modal-wrapp .standard-add-form .form-actions.center {
	width: 100% !important;
	text-align: center;
}
#create-patient-modal .modal-wrapp .standard-add-form .form-actions.center input {
	float: none !important;
	width: 150px !important;
	display: inline-block !important;
}
#create-patient-modal .modal-wrapp .standard-add-form input#id_first_name,
#create-patient-modal .modal-wrapp .standard-add-form input#id_last_name {
	width: 39.5% !important;
  display: inline-block !important;
  float: none !important;
  margin: 4px 0 !important;
}
#create-patient-modal .modal-wrapp .standard-add-form input#id_email,
#create-patient-modal .modal-wrapp .standard-add-form input#id_phone,
#create-patient-modal .modal-wrapp .standard-add-form select#id_doctors,
#create-patient-modal .modal-wrapp .standard-add-form select#id_surgery_type {
  width: 80%;
  margin: 4px 0 !important;
  display: inline-block;
}
#create-patient-modal .modal-wrapp .standard-add-form select#id_doctors,
#create-patient-modal .modal-wrapp .standard-add-form select#id_surgery_type {
	color: rgb(90,100,106);
  background: #F4F4F4 url('/static/img/arrow_big.png?a340bda0dd2c') no-repeat 95% !important;;
  border: 2px solid rgb(226,226,226);
  font-size: 18px;
}
#create-patient-modal .modal-wrapp .standard-add-form select#id_surgery_type {
	padding-right: 2.5em !important;
}
#create-patient-modal .modal-wrapp .standard-add-form .form_input label,
#create-patient-modal .modal-wrapp .standard-add-form .date label {
  width: 100px !important;
  display: inline-block !important;
  text-align: right;
  font-weight: 600;
  font-size: 14px;
  vertical-align: middle;
}
#create-patient-modal .modal-wrapp .standard-add-form .date input {
	padding: 15px;
  width: 100px;
  color: rgb(90,100,106);
  background-color: rgb(244,244,244);
  border: 2px solid rgb(226,226,226);
  font-size: 18px;
}
#create-patient-modal .modal-wrapp .standard-add-form .date .errorlist {
  top: 5px !important;
  /*left: auto !important;*/
}
#create-patient-modal .modal-wrapp .standard-add-form .form-actions.center input.save {
	background-color: #27A970 !important;
}
#create-patient-modal .modal-wrapp .standard-add-form .form-actions.center input.cancel {
	background-color: #0e2a48!important;
}

#locations-content .standard-add-form {
	display: none
}

#locations-content .standard-list td {
    font-size: 15px;
    padding: 14px;
    word-wrap: break-word;
}

#locations-content .standard-list a
{
	color: rgb(255,255,255) !important;
    background-color: rgb(109,116,119) !important;
    border-radius: 5px !important;
    display: inline-block !important;
    font: 13px 'avenir-bold' !important;
    height: 23px !important;
    padding: 9px 15px 0 15px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    vertical-align: middle !important;
	width: auto !important;
}

a#view-all-patients-link
{
    background-color: inherit;
    color: white;
    font-size: 15px !important;
    display: inline !important;
    text-align: inherit !important;
    width: auto !important;
    height: auto !important;
    float: none !important;
}

.edit-switch{
    background-color: #F1782B !important;
    border-radius: 5px;
    margin-top: 20px;
    width: 120px !important;
    color: white;
    font-size: 13px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    display: block;
}
.option-choices{
    margin-top: 20px;
    text-align: left;
}
.option-choice{
    background-color: #102A59;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    color: white;
    text-align: center;
    border-radius: 17px;
    margin-right: 20px;
    margin-bottom: 15px;
}
.option-choice.disabled{
    background-color: #A9A9A9;
}

.option-title, .slide-title {
	color: #414A4F;
	font-family: "avenir-bold";
	margin-bottom: 20px;
  margin-top: 15px;
}

.edit-wrapper{
  min-height: 55px
}


@media (max-height: 810px) {
  #create-patient-modal{
  	height:820px;
  }
}


/* Progress Bar */
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #EFEFEF;
  border-radius: 2px;
  background-clip: padding-box;
  overflow: hidden;
}
.progress .determinate {
  position: absolute;
  background-color: inherit;
  top: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width .3s linear;
}

.progress .indeterminate {
  background-color: #B4B4B4;
}
/* .progress .indeterminate:before { */
/*   content: ''; */
/*   position: absolute; */
/*   background-color: inherit; */
/*   top: 0; */
/*   left: 0; */
/*   bottom: 0; */
/*   will-change: left, right; */
/*   -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; */
/*           animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; */
/* } */
.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: indeterminate-short 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }


/*--------------- Practice Questions --------------- */

.question-container {
  padding: 40px 20px;
  border-bottom:2px solid rgb(237,237,237)
}

.question-container .prompt {
  display: block;
  width: 100%;
  color: #414A4F;
  float: left;
  font-family: "avenir-bold";
  font-size: 16px;
  margin-bottom: 20px;
  padding: 0 0 10px 0;
}

.question-prompt-choices {
  float: left;
}

.question-container span.question-choice {
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
  color: white;
  text-align: center;
  border-radius: 4px;
  margin-right: 20px;
  padding: 10px 20px 10px 15px;
  background-color: #102A59;
}

.question-container span.question-choice:hover {
  background-color: #3781ba;
}

.question-container span.question-choice i {
  padding-right: 5px;
}

p.instructions {
  margin-left: 20px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;
}

h3 span.subtitle {
  font-size: 0.8em;
  font-family: 'Avenir-Bold';
}

.patient-header {
  width: 100%;
  min-width: 900px;
  /* padding: 15px 2%; */
  background-color: #ECECEC;
  font-size: 0.9em;
}

.patient-node {
  width: 100%;
  min-width: 900px;
  border-bottom: 1px solid #cdcdcd;
}

.patient-node:hover {
  background-color: #F4F4F4;
}

.patient-node-actions {
  width: 30%;
  display: inline-block;
  padding: 5px;
  margin: 10px 0;
}

.patient-node .patient-node-btn {
  background-color: #909496;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8em;
  height: 35px;
  line-height: 35px;
  margin-right: 5px;
  text-align: center;
  width: 80px;
}

.patient-node .patient-node-btn:hover { background-color: #7C8082; }

.patient-node.selected .patient-node-btn { background-color: #3281BB; }
.patient-node.selected .patient-node-btn:hover { background-color: #1E6DA7; }

.patient-node .patient-node-btn:nth-child(2){ background-color: #C6CACC; }
.patient-node .patient-node-btn:nth-child(2):hover{ background-color: #B2B6B8 }

.patient-node.selected .patient-node-btn:nth-child(2){ background-color: #1A4477; }
.patient-node.selected .patient-node-btn:nth-child(2):hover{ background-color: #063063; }

.patient-node .patient-info, .patient-header .patient-info {
  width: 98%;
  position: relative;
  cursor: pointer;
  font-family: 'avenir-bold';
  font-weight: 'bold';
  font-size: 15px;
}

.patient-node .patient-info {
  height: 60px;
}

.patient-info div[class^="patient-"]:nth-child(-n+3) {
  padding: 23px 0 22px 10px;
  font-family: 'Avenir-bold';
}

.patient-header .patient-info span[class^="patient-"]:nth-child(-n+3) {
  padding: 14px 0 12px 10px;
  font-family: 'Avenir';
}

.patient-node.unassigned div[class^="patient-"]:nth-child(-n+3){
  font-family: 'Avenir' !important;
}

.patient-node.completed div[class^="patient-"]:nth-child(-n+3){
  font-family: 'Avenir';
}

.patient-node.completed .patient-info {
  font-family: 'avenir';
}

.patient-info .patient-name {
  display: inline-block;
  width: 18%;
  margin-right: 2%;
  padding-left: 10px;
  /* margin-left: 2%; */
}

.patient-info .patient-email {
  display: inline-block;
  width: 32%;
  margin-right: 1.5%;

  overflow-wrap: break-word;
  word-wrap: break-word;

  /* Adds a hyphen where the word breaks */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.patient-info .patient-date {
  display: inline-block;
  width: 9%;
  margin-right: 1.5%;
}

.patient-info .patient-completion {
  display: inline-block;
  margin-right: 1.5%;
  font-family: 'avenir' !important;
  width: 8%;
}

.patient-info .patient-education {
  display: inline-block;
  width: 20%;
}

.patient-node .practice-questions {
  display: none;
}

.patient-node.selected {
  background-color: #102A59;
  color: #fff;
}

.missing-form-field {
  border: solid 2px #f95338 !important;
}

.missing-tag {
  font-family: 'Avenir';
  background-color: #f95338;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  z-index: 10;
  display: block;
  width: 105px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  visibility: hidden;
}

.hyphenate {
  /* Careful, this breaks the word wherever it is without a hyphen */
  overflow-wrap: break-word;
  word-wrap: break-word;

  /* Adds a hyphen where the word breaks */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}


/* ------ TV CONFIG -------- */

.tv-tabs {
  position: relative;
}

.tv-tab {
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

#doctor-tab.tv-tab {
  display: block;
}

.tv-section {
  margin: 3em 0 1em 0;
}

ul.switch-list {
  margin: 1em 0;
  padding: 0;
  border-radius: 4px;
  background-color: #f9fcfc;
  border: 1px solid #d5e5f1;
  list-style-type: none;
  width: 40%;
}

ul.switch-list li {
  padding: 0.7em;
  border-bottom: 1px solid #e3edf2;
  position: relative;
}

ul.switch-list li:last-child {
  border: none;
}

ul.switch-list li span {
  /* float: left; */
  margin-left: 5px;
}

ul.switch-list li span.switchery {
  position: absolute;
  right: 10px;
}

ul.switch-list li input{
  position: absolute;
  right: 5px;
}

ul.tv-config-nav {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tv-header h2{
  display: inline-block
}

ul.tv-confg-nav {
  display: inline-block;
}

ul.tv-config-nav li {
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  color: #b5b5b5;
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1em;
  margin-right: 0.75em;
  transition: border-color .5s ease;
}

ul.tv-config-nav li.active {
  color: #3781BA;
  border-color: #3781BA;
}

ul.tv-config-nav li:hover {
  border-color: #3781BA;
  transition: border-color .5s ease;
}

form.bio-form textarea {
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  min-height: 70px;
  line-height: 1.5;
  padding: 15px 10px 30px 10px;
}

form.bio-form textarea:focus {
  outline: 0;
}

.bio-word-count {
  font-weight: normal;
  float: right;
  font-size: 14px;
}

.tv-container header {
  margin: 3em 0;
}

.tv-container h2 {
  font-family: 'avenir-bold';
  font-weight: bold;
  font-size: 2.2em;
  margin-right: 100px;
}

.tv-container h3 {
  font-family: 'avenir-bold';
  font-weight: bold;
  font-size: 1.7em;
}

.tv-container {
  padding: 0 20px 30px 20px;
}

.product-grid {
  margin-left: -1.5%;
}

.tv-product {
  float: left;
  width: 22%;
  margin: 0 1.5% 40px 1.5%;
  border: 1px solid #cdcdcd;
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: border-box;
  height: 220px;
}

.tv-product .product-details .active-indicator {
  display: inline-block;
  margin-top: 14px;
  width: 5%;
  vertical-align: top;
}

.product-image-container i {
  font-size: 40px;
  color: #E6E6E6;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tv-product .product-details {
  width: 100%;
}

.tv-product .product-details p{
  width: 88%;
  font-size: 14px;
  line-height: 1.3;
  margin: 10px 0 0 2%;
  padding: 0;
  display: inline-block;
}

.tv-product span.name {
  font-size: 13px;
}

.tv-product span.advertiser {
  font-family: 'avenir-bold';
  font-size: 13px;
  margin-right: 8px;
  margin-left: 2px;
}

.product-image-container {
  position: relative;
  width: 100%;
  height: 150px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.tv-section.tv-services .instructions {
  font-size: 1.4rem;
  padding: 0;
  margin: 1em 0 0.5em 0;
}

.tv-section .input-group {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  padding: 0.25em 0;
}


.tv-section .input-group button {
  position: absolute;
  background-color: #3781ba;
  font-size: 1.2rem;
  box-sizing: border-box;
  padding: 0.6em 0.75em 0.5em;
  color: #FFF;
  border: 0;
  border-radius: 2px;
  top: 50%;
  right: 0.5em;
  transform: translate(0,-50%);
  cursor: pointer;
}

.tv-section .input-group button:focus {
  outline: 0;
}

.tv-section .services {
  width: 40%;
}

.tv-section .input-group input:focus {
  outline: 0;
}

.tv-section.tv-services input{
  border: 0;
  box-sizing: border-box;
  font-size: 1.4rem;
  padding: 0.5em;
  width: 100%;
}

.tv-section.tv-services ul {
  border: 1px solid #e3edf2;
  margin-top: 1em;
}

.tv-section.tv-services ul li {
  width: 100%;
  background-color: #f9fcfc;
  color: #333;
  padding: 0.5em;
  border-bottom: 1px solid #e3edf2;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.tv-section.tv-services li i.fa-bars {
  padding-right: 1em;
  color: #e3edf2;
}

.tv-section.tv-services li i.fa-times {
  display:none;
  float: right;
  margin-top: -0.2em;
  padding: 0.4em;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #e3edf2;
}

.tv-section.tv-services .service-actions {
  display: none;
  margin-top: 0.75em;
}

.tv-section.tv-services li:hover i.fa-times:hover {
  color: #3781ba;
  background-color: #e3edf2;
}

.tv-section.tv-services li:hover i.fa-times{
  display: block;
  /* margin-top: 0.25em; */
  color: #3781ba;
}

.tv-section.tv-services ul li:hover i.fa-bars{
  transition: color: 0.250s;
  color: #3781ba;
}

.tv-section.tv-services ul li:last-child {
  border-bottom: none;
}

.tv-product img{
  background-color: #cdcdcd;
  max-width: 100%;
  margin-bottom: 5px;
}

.tv-product.excluded .product-image-container {
  opacity: 0.5;
}

.tv-product.excluded i.fa-circle {
  color: #cdcdcd;
}

.tv-product i.fa-circle {
  color: #3781BA;
}

.tv-product:hover {
  border: 1px solid #3781BA;
}



.tv-product-pagination {
  clear: both;
  text-align: center;
}

.tv-product-pagination a {
  border: 1px solid #cdcdcd;
  padding: 5px;
  font-size: 14px;
}

.editable-bio {
  position: relative;
  display: none;
  width: 80%;
}

.bio-text {
  width: 80%;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  margin-top: 10px;
}

.edit-bio-count {
  text-align:right;
  width: 100%;
}

.edit-bio-btn {
  cursor: pointer;
}

.primary-btn {
  cursor: pointer;
  background-color: #3781BA;
  border-radius: 2px;
  border: 0;
  padding: 6px 8px 5px 8px;
}

.primary-btn:active {
  background-color: #11264F;
}

.primary-btn i {
  color: #FFF;
  font-size: 14px;
}

.secondary-btn {
  cursor: pointer;
  padding: 6px 8px 5px 8px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  background-color: #FFF;
}

.secondary-btn i {
  font-size: 14px;
  color: #cdcdcd;
}

.secondary-btn:focus, .primary-btn:focus {
  outline: 0;

}
.bio-actions {
  margin-top: 10px;
}

.bio-actions button{
  margin-right: 5px;
}

.pagination-container {
  width: 100%;
  text-align: center;
  clear: both;
}

.pagination {
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 50px;
}

.pagination ul {
  list-style-type: none;
}

.pagination ul li {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  float: left;
  padding: 5px 10px;
  border-right: 1px solid #cdcdcd;
  cursor: pointer;
}

.pagination ul li:last-child {
  /* border-right: none; */
  border-right: 1px solid #cdcdcd;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination ul li:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-left: 1px solid #cdcdcd;
}

.pagination ul li.active {
  background-color: #3781BA;
  border-bottom: 1px solid #3781BA;
  border-top: 1px solid #3781BA;
}

.pagination ul li.active a {
  color: #FFF;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.tv-select-style {
  float: right;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 15px;
  vertical-align: middle;
  overflow: hidden;
  width: 200px;
  display: none;
  margin-right: 1.5%;
}

.tv-select-style select {
  padding: 0.5em 1em;
  font-size: 14px;
  border: 1px solid transparent;
  width: 90%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

.tv-select-style i {
  display: inline-block;
  width: 5%;
  padding: 1%;
}

.tv-select-style select:focus {
  outline: none;
}

.tv-signup {
  text-align: center;
  margin-bottom: 50px;
}

.tv-signup h1 {
  font-family: 'avenir-bold';
  font-size: 2.2em;
  margin-top: 38px;
}

.tv-signup img {
  margin: 2em;
  max-width: 450px;
  margin-top: 38px;
}

.tv-signup p {
  width: 70%;
  margin: 1em auto;
  font-size: 16px;
  line-height: 1.5;
}

.tv-ad-form {
  width: 50%;
}

.tv-content-guidelines {

}

.tv-content-guidelines .image {
  float: left;
  width: 45%;
  margin-right: 5%;
}

.tv-content-guidelines .video {
  float: right;
  width: 45%;
  margin-left: 5%;
}


.tv-content-form {
  width: 100%;
}

.tv-content-form > h3 {
  margin-bottom: 20px;
}

.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.tv-content-form input{
  /* display: inline-block; */
}

.content-form-wrapper {
  width: 100%;
  background-color: #F0F0F0;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
}

.tv-content-form .name-input-group {
  float: left;
  box-sizing: border-box;
  width: 40%;
  margin-right: 1em;
}

.tv-content-guidelines h4 {
  font-size: 1.3rem;
  margin-bottom: 0.5em;
  font-family: Avenir-Bold;
}

.tv-content-form .name-input-group input {
  float: left;
  box-sizing: border-box;
  font-size: 1.5rem;
  background-color: #FFF;
  padding: 0.8em;
  color: #333;
}

.tv-content-form .name-input-group label {
  display: inline-block;
}

.tv-content-form button.submit {
  border-radius: 3px;
  font-size: 1.4rem;
  float: left;
  height: 44px;
  background-color: #3781ba;
  color: #FFF;
  padding: 0 1.4em;
  border: none;
  cursor: pointer;
  min-width: 80px;
}

.tv-content-form input[type=submit]:hover {

}

.tv-content-form .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

button.show-guidelines {
  background-color: transparent;
  border: none;
  font-size: 1.5rem;
  padding:0;
  margin:0;
}

.tv-content-form .inputfile + label {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  background-color: #9A9A9A;
  border-radius: 3px;
  display: inline-block;
  margin-right: 1em;
  min-width: 200px;
  text-align: center;
  padding: 0;
  height: 44px;
  line-height: 3.5;
}

.upload-errors {
  width: 100;
  clear: both;
  float: left;
  margin: 1em 0;
  color: #c12121;
  font-weight: bold;
}

.upload-errors ul li{
  padding: 0.25em 0;
}

.tv-content-form .inputfile + label i {
  margin-right: 0.5em;
}

.tv-content-form .inputfile:focus + label,
.tv-content-form .inputfile + label:hover {
    background-color: #777777;
}

.tv-content-form .inputfile + label {
    cursor: pointer; /* "hand" cursor */
}

.tv-content-guidelines {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 20px;
}

.file-input-group {
  float: left;
}

.tv-content-guidelines h3{
  margin-bottom: 0.5em;
}

table.custom-ads {
  width: 100%;
  margin-top: 50px;
  font-family: 'Avenir-Bold', sans-serif;
}

.custom-ads thead {
  font-weight: bold;
  padding: 5px 0;
  border-bottom: 1px solid #CDCDCD;
}

table.custom-ads thead th {
  font-size: 1.3rem;
  padding-bottom: 8px;
  text-align: left;
}

table.custom-ads thead th:nth-child(3),
table.custom-ads thead th:nth-child(3){
  text-align: left;
}

.custom-ads tr {
  box-sizing: border-box;
  padding: 0.2em;
  border-bottom: 1px solid #cdcdcd;
}

.custom-ads tbody td {
  padding: 0.75em 0;
  font-size: 1.5rem;
}

.row-name {
  /* display: inline-block; */
  width: 40%;
  /* margin-right: 2%; */
  text-align: left;
}
.row-type {
  /* display: inline-block; */
  width: 20%;
  margin-right: 2%;
}

.row-duration {
  /* display: inline-block; */
  width: 20%;
  margin-right: 2%;
}
.row-action {
  /* display: inline-block; */
  width: 23%;
  margin-right: 2%;
  text-align: center;
}

.row-action button.delete {
  border: 0;
  color: #FFF;
  border-radius: 2px;
  padding: 0.7em 1em;
  background-color: #cdcdcd;
  cursor: pointer;
}

.row-action button.delete:hover {
  background-color: #777777;
  color: #FFF;
}


.on-timer-group input, .off-timer-group input {
  display: inline-block;
  width: 40%;
  margin: 0 5%;
}


/*! jQuery UI - v1.10.2 - 2013-03-16
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("/static/css/ui-lightness/images/animated-overlay.gif?a340bda0dd2c");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url(/static/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png?a340bda0dd2c) 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url(/static/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png?a340bda0dd2c) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url(/static/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png?a340bda0dd2c) 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url(/static/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png?a340bda0dd2c) 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url(/static/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png?a340bda0dd2c) 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url(/static/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png?a340bda0dd2c) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(/static/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png?a340bda0dd2c) 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/static/css/ui-lightness/images/ui-icons_222222_256x240.png?a340bda0dd2c);
}
.ui-widget-header .ui-icon {
	background-image: url(/static/css/ui-lightness/images/ui-icons_ffffff_256x240.png?a340bda0dd2c);
}
.ui-state-default .ui-icon {
	background-image: url(/static/css/ui-lightness/images/ui-icons_ef8c08_256x240.png?a340bda0dd2c);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/static/css/ui-lightness/images/ui-icons_ef8c08_256x240.png?a340bda0dd2c);
}
.ui-state-active .ui-icon {
	background-image: url(/static/css/ui-lightness/images/ui-icons_ef8c08_256x240.png?a340bda0dd2c);
}
.ui-state-highlight .ui-icon {
	background-image: url(/static/css/ui-lightness/images/ui-icons_228ef1_256x240.png?a340bda0dd2c);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/static/css/ui-lightness/images/ui-icons_ffd27a_256x240.png?a340bda0dd2c);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url(/static/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png?a340bda0dd2c) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(/static/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png?a340bda0dd2c) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }
.switchery{background-color:#fff;border:1px solid #dfdfdf;border-radius:20px;cursor:pointer;display:inline-block;height:30px;position:relative;vertical-align:middle;width:50px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;box-sizing:content-box;background-clip:content-box}.switchery>small{background:#fff;border-radius:100%;box-shadow:0 1px 3px rgba(0,0,0,0.4);height:30px;position:absolute;top:0;width:30px}.switchery-small{border-radius:20px;height:20px;width:33px}.switchery-small>small{height:20px;width:20px}.switchery-large{border-radius:40px;height:40px;width:66px}.switchery-large>small{height:40px;width:40px}
.hijacked-warning {
  background-size: 50px 50px;
  background-color: #ffe761;
  color: #000;
  background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, .04) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .04) 50%, rgba(0, 0, 0, .04) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, .04) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .04) 50%, rgba(0, 0, 0, .04) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .04) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .04) 50%, rgba(0, 0, 0, .04) 75%, transparent 75%, transparent);
}

.hijacked-warning-default {
  z-index: 1000000;
  font-weight: 600;
  text-align: center;
  position:fixed;
  min-height: 50px;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 5px 7px;
  border-bottom: 2px solid #ae9e49;
  font-size: 12px;
  font-family: sans-serif;
}
#hijacked-warning-wrapper::after {
    height: 50px;
    content: "";
    display: block;
}

.hijacked-warning-bootstrap {
  margin-bottom:0;
}

.django-hijack-button-default {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding:3px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.django-hijack-button-default:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.django-hijack-button-default:active {
	position:relative;
	top:1px;
}

.hijacked-warning-controls-pull-right {
	float: right;
	margin-right: 15px;
}

.hijacked-warning-controls,
.hijacked-warning-controls form {
	display: inline;
}
