/*
Noah Mormino
Go Cart Administration styles v: 1.0

*/

* {
	outline:none;
}

textarea {
	border:1px solid #cccccc;
	padding:5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	resize:none;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
img {
	border:0px;
}
body {
	background-image:url('../images/bg_dots.gif');
	font-family: "Gotham", Arial, Verdana, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}

a {
	color:#19a6d9;
	text-decoration:none;
	padding:4px;
}

h2 {
	margin:0px 0px 20px 0px;
	padding:0px;
	color:#464646;
	font-size:1.7em;
	font-weight:normal;
}

h3 {
	margin:0px;
	padding:0px;
	color:#464646;
	font-size:1.2em;
	font-weight:normal;
}

label {
	width:150px;
	display:inline-block;
}

.label_wide {
	width:350px;
	display:inline-block;
}

.startsugly {display: none;}

.list_buttons {
	text-align:right;
	font-size:9px;
}

.button_set {
	text-align:right;
	font-size:11px;
	margin:10px 0px;
	clear:both;
}

.button {
	font-size:11px;
}

#header {
	height:55px;
	margin-bottom:5px;
	padding:0px 10px 20px 10px;
	background-image:url('../images/bg_header.png');
	position:relative;
}

#header .shine {
	background-image:url('../images/bg_header_glow.png');
	background-repeat:no-repeat;
	background-position:center top;
	height:10px;
}

#header h2 {
	position:absolute;
	top:15px;
	left:145px;
	z-index:1;
	color:#fff;
	font-family:'lobster';
	font-size:35px;
}

#header span a {
	margin:15px 0px 0px 15px;
	color:#fff;
	padding:5px 10px;
	background-color:#333;
	background-image:url('../images/bg_menu_item_2.png');
	background-repeat:repeat-x;
	background-position:center center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:1px solid #000;

	text-shadow: 0px 1px 1px #000;

	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 1);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 1);
}
#header span a:hover{
	background-color:#22b2ee;
	background-image:url('../images/bg_menu_item.png');
	border:1px solid #8cd7f6;
	text-shadow: 0px 1px 1px #16a1da;
}
#container {
	padding:10px;
	margin:auto;
}

#menu_wrapper {
	width:160px;
	padding-right:10px;
	float:left;
}

.menu {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom:10px;
}

.menu .menu_title
{
	font-size:13px;
	background: #333333;
	color:#fff;
	padding:6px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.menu a {
	color:#19a6d9;
	text-decoration:none;
	padding:6px;
	display:block;
	background-color:#fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

.menu a:hover {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
	background: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #ccc;
}

.shadow {
	-moz-box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;
}

#page_content {
	position:relative;
	overflow:hidden;
	padding:0px 5px 5px 5px;
	width:auto;
}
.order_table {
	width:100%;
	border-collapse:collapse;
	-moz-box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.order_table thead tr th {
	font-size:13px;
	background: #333;
	color:#fff;
	padding:6px;
	text-align:left;
}

.order_table tbody tr td.title {
	font-size:13px;
	background: #333;
	color:#fff;
	padding:6px;
	text-align:left;
	font-weight:bold;
}

.order_table thead tr th a {
	color:#fff;
}

.order_table thead tr td, .order_table tfoot tr td {
	font-size:11px;
	padding:0px;
}

.order_table thead tr th.gc_cell_left {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.order_table thead tr th.gc_cell_right {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.order_table tbody tr td {
	background-color:#fff;
	padding:5px;
	color:#555;
	vertical-align:top;
}

.gc_table {
	width:100%;
	border-collapse:collapse;
	-moz-box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.gc_table thead tr th {
	font-size:13px;
	background: #333;
	color:#fff;
	padding:6px;
	text-align:left;
}

.gc_table thead tr th a {
	color:#fff;
}

.gc_table thead tr td, .gc_table tfoot tr td {
	font-size:11px;
	padding:0px;
}

.gc_table thead tr th.gc_cell_left {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.gc_table thead tr th.gc_cell_right {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.gc_table tbody tr td {
	background-color:#fff;
	padding:5px;
	border-top:1px solid #fff;
	border-bottom:1px solid #f2f2f2;
	color:#555;
}

.gc_table tbody tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
	background: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #ccc;
}

.table_nav tbody tr:hover td {
	background:#fff;
	padding:5px;
	border-top:1px solid #fff;
	border-bottom:1px solid #f2f2f2;
	color:#555;
}

.gc_table tbody tr td.gc_cell_right
{
	padding-right:10px;
}

.gc_order_delete {
	float:left;
}
.gc_order_search {
	float:right;
}

.gc_order_search label {
	width:140px;
}

/* text fields */
.gc_tf1_very_small
{
	border:1px solid #ccc;
	padding:3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:12px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color:#525252;
	width: 45px;
}
.gc_tf1_smaller
{
	border:1px solid #ccc;
	padding:3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:12px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color:#525252;
	width: 85px;
}
.gc_tf1, .tinyMCE
{
	border:1px solid #ccc;
	padding:3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:12px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color:#525252;
}
.gc_tf1_wide
{
	border:1px solid #ccc;
	padding:3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:12px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color:#525252;
	width: 250px;
}

.gc_tf1_wider
{
	border:1px solid #ccc;
	padding:3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:12px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color:#525252;
	width: 350px;
}

.gc_tf1_even_wider
{
	border:1px solid #ccc;
	padding:3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:12px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color:#525252;
	width: 450px;
}

.gc_tf1_really_wide
{
	border:1px solid #ccc;
	padding:3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:12px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color:#525252;
	width: 600px;
}

/*field container*/
.gc_field, .gc_field2 {
	padding-bottom:10px;
}

.gc_field input, mceEditor {
 	width:100%;
	margin-left:-5px;
}

.gc_tinymce {
	padding:0px;
	border:1px solid #ccc;
	margin-bottom: 5px;
}

.gc_field textarea {
	width:99%;
	margin: 10px auto 10px auto;
	display: block;
}

.gc_tf2
{
	border:1px solid #ccc;
	padding:3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:12px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color:#525252;
	width:100px;
}

.gc_tf3
{
	border:1px solid #eaeaea;
	background-color:#fff;
	padding:2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size:11px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	color:#525252;
	width:100%;
}

.option_form {
	padding-bottom:10px;
}

.option_form .checkbox{
	width:auto;
	margin:0px 10px;
}

.option_item_form {
	padding:10px;
	background-color:#f2f2f2;
	border:1px solid #ccc;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

#gc_options
{
	float:left;
	width:269px;
	background-color:#f2f2f2;
	border-right:1px solid #cccccc;
	height:510px;
}
#gc_option_form_container {
	margin-left:270px;
	padding:10px;
}
#gc_option_title_bar
{
	background-color:#cccccc;
	font-size:18px;
	color:#3f3f3f;
	padding:5px;
	width:100%;
	margin-bottom:10px;
	position:relative;
}
#gc_title
{
	padding:5px;
	width:175px;
}
#gc_option_form {
	padding:0px 10px;
}
#gc_option_form label{
	width:65px;
}
#gc_option_list {
	color:#535353;
	font-size:12px;
}
#gc_option_list img{
	cursor:pointer;
}

#f2_options {
	border:1px solid #f2f2f2;
	overflow-y:auto;
	height:100px;
	padding:10px;
	font-size:12px;
	color:#535353;
}

#f2_options table
{
	width:100%;
}

/* file upload for products */
.gc_photo {
	font-size:12px;
	padding:5px;
	margin-top:10px;
	background-color:#f2f2f2;
	border:1px solid #cccccc;
}
.gc_thumbnail {
	padding:2px;
	border:1px solid #cccccc;
	background-color:#ffffff;
}
.gc_photo textarea {
	width:100%;
	border:1px solid #cccccc;
	padding:5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.gc_photo input {
	float:none;
}
.gc_photo_remove {
	float:right;
	cursor:pointer;
}

/*Address form styles */
.field_wrap {
	clear:both;
}

.field_wrap .address {
	width:300px;
}

.field_wrap div {
	float:left;
	background-color:#fff;
	padding:10px 20px 10px 0px;
}

/*Order form Item list */
.order_item {
	padding:10px;
	background-color:#f2f2f2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:10px;
}

.moverlist select {
	width: 25em;
}

.moverlist td+td {
	/* 2nd / middle / button col */
	width: 5em;
}


#moverbuttons {
	text-align: center;
}


.helptext {
	font-style: italic;
	font-size: 8pt;
}

.helptext_bigger {
	font-style: italic;
	font-weight: normal;
}

#admin_reports_notes {
	margin-bottom: 10px;
}

#product_import_form {
	border: 0;
	float:right;
	height:50px;
	margin-bottom: 10px;
    background-image: url("../images/bg_dots.gif");
}

#price_table {
	margin-top: 10px;
}

.price_input {
	width:80px;
	text-align:right;
}

/********* from styles.css **********/

.cart_table {
	width:100%;
	clear:both;
}

.cart_table thead tr th {
	background-color:#ccc;
	color:#333;
	font-size:12px;
	text-align:left;
	padding:5px 10px;
}

.cart_table thead tr th:first-child, .cart_item td:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.cart_table thead tr th:last-child, .cart_item td:last-child {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.cart_spacer td {
	height:5px;
	overflow:hidden;
}

.cart_item td {
	background-color:#f2f2f2;
	color:#555;
	padding:5px 10px;
}

.cart_table tfoot tr td {
	background-color:#ccc;
	padding:5px 10px;
	color:#333;
	font-size:12px;
	font-weight:bold;
}

.cart_table tfoot tr.cart_total td {
	background-color:#555;
	color:#f2f2f2;
	padding-top:10px;
	font-size:14px;
}

.tfoot_top td {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height:0px;
	padding:5px 0px 0px 0px;
}

.cart_table tfoot tr.tfoot_bottom td {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	height:0px;
	padding:0px 0px 5px 0px;
	background-color:#555;
}

/* View Cart Page */
.view_cart_additions {
	margin-top:10px;
	border:1px dashed #ccc;
	background-color:#f2f2f2;
	text-align:center;
	padding:20px;
	float:left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#gc_view_cart_buttons {
	float:right;
	clear:none;
	margin-top:10px;
}

.film_title {
	float:left;
	font-size: 14px;
	font-weight: bold;
	clear: right;
}
.license_results_pages {
	width: 60%;
	padding-bottom: 20px;
	float: left;
}
.license_results_pages a {
	border: 1px solid #c7c8ca;
	color: #445555;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.license_results_pages a:hover {
	background-color: #74c9ff;
	color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #74C9FF;
}


p.account_options {
	padding: 6px;
	margin: 3px;
	font-weight: bold;
}
p.account_options_header {
	padding: 0px;
}

h3.account_options {
	padding-top: 15px;
}

#add_access_miniform {
	margin-top: 15px;
	border: 1px solid black;
	padding: 10px;
}

.customer_details {
	display:block;
	float:left;
	width: 45%;
}

.customer_access {
	display:block;
	float:right;
	width: 45%;
}


#dialog_marc_record {
	white-space: pre;
	font-family: "Courier New", Courier, monospace;
}

#product_marc {
	resize: vertical;
}

#filtermovies {
	float:left;
}

.filter_list {
	float:left;
}
.filter_list label {
	width:110px;
}

.label_shorter_right {
	width:125px;
	text-align:right;
}

.product_form_image {
	display: block;
	clear:both;
	margin: 5px 0 5px 15px;
	float: right;
}

.product_trailer {
	width: 275px;
	display: block;
	clear:both;
	margin: 5px 0;
	text-align: center;
	overflow: hidden;
}

#searchtree {
	border-style: solid;
	border-color: solid #910000;
	border-width: 1px;
	height:493px;
	width:270px;
	overflow-y:scroll;
	overflow-x:hidden;
	margin-top:7px;
}

#searchtree a {
	white-space:normal !important;
	height: auto;
	padding: 1px 20px 0px 5px;
} /*TRBL*/
#searchtree li > ins { vertical-align:top; }
#searchtree .jstree-hovered, #demo4 .jstree-clicked { border:0; }

.js #searchtree {display: none;}

#subject_assigner_subjects {
	float:left;
}

#subject_assigner_subjects h3 {
	font-family: "Lucida Grande",Arial,Verdana,sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
}
#subject_assigner_movertool {
	float:right;
	height: 525px;
}
#subject_assigner_bottom_stuff {
	clear:both;
}

#add_title_existing {
	float:left;
}
#add_title_movertool {
	float:right;
}

.mover_button {
	margin-top:4px;
}
#mover_bottom_stuff {
	clear:both;
}

.distrib_history {
/*	height:300px;*/
	margin-top: 20px;
}

.distrib_history_body {
	overflow-y: scroll;
	height:300px;
}

.send_account_email {
/*	height:300px;*/
	margin-top: 20px;
}

.send_account_email_body {
	overflow-y: scroll;
	height:250px;
}

.input_date {
	width: 83px;
}

.order_allocations {
	float:right;
	font-size:11px;
	margin:10px 0px;
	clear:both;

}

.order_allocations input {
	width: 25px;
}

.delete_access_code_button {
	height: 20px;
}
.update_access_code_end_date_button {
	height: 20px;
}
.make_friendly_url {
	height: 20px;
	margin-left:4px;
}

.loader {
	opacity: 0;
}

/* used on login page */
#logo {
	margin:150px auto 15px;
	display:block;
}
#login_container {
	margin:auto;
	font-family:'Lucida Grande', Arial, Verdana, sans-serif;
	font-size:14px;
	color:#555;
	padding:10px;
	width:310px;
	background-color:#fff;
}
.form_input
{
	display:block;
	border:1px solid #ccc;
	padding:5px;
	width:300px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size:16px;
	outline:none;
	font-family:Arial, Verdana, sans-serif;
	color:#555555;
	margin:0px 0px 10px;
}

#error {
	background-color:#d7330d;
	border:1px solid #be2907;
	width:958px;
	margin:auto;
	color:#ffffff;
	font-size:12px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:10px 0px;
}

#gc_account_price_list {
	float:right;
	border: 0.5px solid black;
	margin: 10px 0;
	padding: 10px;
}

.send_renewal_table_col_1 label {
	font-weight:bold;
}

.send_renewal_table_col_2 textarea {
	height: 220px;
}

#get_dashboard {
	margin: 10px 0 0 0;
}

#tabs_dashboard {
	margin:10px 0 25px 0;
	overflow:hidden;
	width:97%;
	height: 350px;
	padding:10px;
}

#dashboard_stats {
	margin-top: 25px;
	float: left;
	width: 50%;
	height: 350px;
}

#dashboard_stats h3 {
	font-weight: bold;
}

#dashboard_topten {
	margin-top: 25px;
	float: right;
	width: 50%;
	height: 350px;
}
#dashboard_topten h3 {
	font-weight: bold;
}

#dashboard_views {
	width: 820px;
	height: 300px;
}

#dashboard_impressions {
	width: 820px;
	height: 300px;
}

#dashboard_seconds_viewed {
	width: 820px;
	height: 300px;
}

#dashboard_dow {
	float: left;
	width: 50%;
}

#dashboard_dow_2 {
	width: 820px;
	height: 300px;
}

#dashboard_hours {
	width: 820px;
	height: 300px;
}

#dashboard_subjects {
	/*float: right;*/
	margin-top: 10px;
	width: 100%;
}

#dashboard_pct_viewed {
	float: right;
	width: 50%;
}

.dashboard_help {
	position: relative;
	margin-left: 120px;
	margin-top: -25px;
/*	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10;
	float: right;
*/}


p.access_options {
	padding: 6px;
	margin: 3px;
	font-weight: bold;
}
p.access_options_header {
	padding: 0px;
}

h3.access_options {
	padding-top: 15px;
}

.user_rights_table_wide {
	width: 720px;
	float: left;
	margin: 0 0 20px;
}
.user_rights_table_distrib_col_1 {
	width: 210px;
	float: left;
}

.user_rights_table_distrib_col_2 {
	width: 210px;
	float: left;
}

.user_rights_table_distrib_col_3 {
	width: 210px;
	float: left;
}

#the_query {
	margin: 10px 0 0 0;
}

#gc_svod_info label {
	width:250px;
	margin: 0 0 10px 0;
}

#add_inst {
	float:left;
	margin: -35px 0 0 580px;
}