/* css from old style sheet */

.hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.error {
	color:#000000;
	padding:5px 12px;
	background-color:#f5dcdc;
	max-width: 1280px;
	/*margin: 5px 10px 0 0;*/
	margin: 5px auto 5px auto;
	/*position: fixed;*/
	z-index: 1;
}

.message {
	color:#000000;
	padding:5px 12px;
	background-color:#f2f2f2;
	max-width: 1280px;
	/*margin: 5px 10px 0 0;*/
	margin: 5px auto 5px auto;
	/*position: fixed;*/
	z-index: 1;
}

.viewercode {
	background: white;
	/*margin: 15px 35px;*/
}
.viewercode label {
	font-weight: bold;
	font-size: 12px;
}


.linkto_embed {
	margin:10px 0;
}

.linkto_embed a {
	font-weight:bold;
	color:blue;
}

/* button */
.link_embed {
	font-size: 8pt;
	font-weight: normal;
	float: right;
	margin-right:60px;
}

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

.helptext_bigger a {
	text-decoration: underline;
}

.helptext {
	font-style: italic;
	font-size: 12pt;
	font-weight: normal;
}

.helptext_small {
	font-size: 9pt;
	font-weight: normal;
}
.helptext_small a {
	text-decoration: underline;
}


/* Login page */

.login_container {
	left: 25%;
	width: 50%;
	padding:10px;
	margin:10px auto;
}

#login_form_links {
	padding-top:10px;
	text-align:center;
	font-size:16px;
	display:block;
	clear:both;
}

.login_center {
	margin:20px auto;
	float: left;
	text-align:center;
	font-size:16px;
	width:100%;
}

.gc_login_input {
	font-size:16px;
	width: 250px;
}


.login_table_col_1 {
	width:120px;
	float: left;
	padding-right:10px;
	padding-bottom:15px;
	font-size: 16px;
}

.login_table_col_2 {
	width:300px;
	padding-right:10px;
	padding-bottom:15px;
	font-size: 16px;
}

/* used by New releases */
#colwrap6 {
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 750px;
}

.title_list_table_col_1 {
	width:242px;
	float: left;
}

.title_list_table_col_2 {
	width:242px;
	float: left;
	border-left: .5px solid #aaa;
}

.title_list_table_col_3 {
	width:242px;
	float: left;
	border-left: .5px solid #aaa;
}

.TitleList_list {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 125%;
	list-style-image: url(../images/bullet.png);
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

#ThreeCol_container_newrelease {
	float: left;
	/*padding-top: 20px;*/
}

.NewRelease_container {
    border-bottom: 1px solid #C7C8CA;
    margin: 5px 20px 10px;
    padding-bottom: 10px;
    padding-top: 5px;
}


.NewRelease_title {
    color: #445555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-top: 2px;
    text-align: left;
}

.NewRelease_text {
    color: #445555;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 125%;
    margin-left: 35px;
    margin-right: 20px;
    text-align: left;
    width: 325px;
}

.NewRelease_text_nopreview {
	color: #445555;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	line-height: 125%;
	margin-left: 35px;
	text-align: left;
	width: 645px;
}

.NewRelease_factoid {
    color: #445555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 130%;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: left;
    text-transform: uppercase;
}

.NewRelease_previewfilm {
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    width: 275px;
}

.photo_left {
	float: left;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
}

.date_display {
	width:90px;
}

.header_icon {
	width: 6px;
	border:0;
}

#select_report {
	width: 490px;
}

#report_block {
	margin-top: 15px;
	/*min-height: 800px;*/
}

.report_table {
	width:100%;
	border-spacing: 2px 0;
	border-collapse: unset;
}

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

.report_table thead tr td {
	background-color:#ccc;
	padding:5px 10px;
	color:#333;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border: none;
}

.report_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;
}

.report_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;
}

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

.report_table_item td {
	background-color:#f2f2f2;
	color:#555;
	padding:5px 10px;
}
.report_table_item td.report_num {
	text-align:right;

/*	background-color:#f2f2f2;
	color:#555;
	padding:5px 10px;
*/}

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

.report_table tfoot td {
	background-color:#555;
	color:#f2f2f2;
	padding-top:10px;
	font-size:14px;
	text-align:right;
}

.report_table td.total {
	text-align: right;
}

.report_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:0;
	padding:0 0 5px 0;
	background-color:#555;
}

.input_smaller {
	width: 105px;
}

.input_really_small {
	width: 65px;
}

input[type="text"].input_date {
  width:110px!important;
}


/* COUNTER 5 */
.counter5_report_display {
	height: 660px;
	width: auto;
	overflow-x: auto;
	overflow-y: auto;
}

.counter5_report_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.counter5_report_table thead tr td {
	background-color:#ccc;
	border: .5px solid black;
	padding:5px 10px;
	color:#333;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.counter5_report_table tbody td {
	border: .5px solid black;
	padding: 5px;
}

.counter5_report_views {
	text-align: right;
	width: 84px;
}

.counter5_report_table_strong {
	font-weight:bold;
}

/* COUNTER 4 */

.counter_report_display {
	height: 660px;
	width: auto;
	overflow-x: auto;
	overflow-y: auto;
}

.counter_report_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.counter_report_table thead tr td {
	background-color:#ccc;
	border: .5px solid black;
	padding:5px 10px;
	color:#333;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.counter_report_table tbody td {
	border: .5px solid black;
	padding: 5px;
}

.counter_report_views {
	text-align: right;
	width: 84px;
}

.counter_report_table_strong {
	font-weight:bold;
}

.counter_select {
	width: auto;
}

/* end of COUNTER */

.streaming_icon {
	float:right;
	position:static;
	margin-right:0px;
	width:22px;
}

.may_be_licensed_icon {
	float:right;
	opacity:0.5;
	position:static;
	margin-right:0px;
}

.pagination_text {
	color: #37827F;
	margin: 0 5px;
}

.sortorder {
	float:right;
}

p.display_where {
	width:75%;
	height:40px;
}

/*-- collection title listing --*/
.result_collection {
	overflow:hidden;
    clear:both;
    margin: .5em 0 .5em 0;
    min-height:85px;
}

.collection_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	color: #445555;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 6px;
}

.collection_factoid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	font-weight: normal;
	color: #445555;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 3px;
	/*px;*/
	text-transform: uppercase;
}

.collection_factoid_nogif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	font-weight: normal;
	color: #445555;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-left: 0;
	text-transform: uppercase;
}
.collection_title a {
	color: #445555;
	text-decoration: none;
}
.collection_title a:hover {
	color: #003F7F;
	text-decoration: underline;
	font-weight: normal;}

.collection_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 100%;
	color: #445555;
	text-align: left;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-left: 0;
}

.collection_title_streaming {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 100%;
	color: #445555;
	text-align: left;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}
.collection_title_streaming a {
	color: #445555;
	/*margin-left:125px;*/
	text-decoration: none;
}
.collection_title_streaming a:hover {
	color: #003F7F;
	text-decoration: underline;
	font-weight: normal;}

.collection_title img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 100%;
	color: #445555;
	text-align: right;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}

.collection_title_streaming img {
	float: left;
	margin-right: 15px;
/*	position:absolute;
	clip:rect(0,111px,100px,0);
*/
}

.collection_oneline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	color: #445555;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 6px;
	/*margin-left: 125px;*/
}

.collection_oneline_nogif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	color: #445555;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 6px;
	margin-left: 0;
}

.new_to_ds {
	border: .5px solid black;
	margin: 0 0 15px 0;
	padding: 10px;
}

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

.product_trailer {
/*
	width: 809px;
	height:455px;
*/
	overflow: hidden;
}

/* Payment Page */
.gc_payment_form {
	display:none;
}

.AdvancedSearch_radio_padding {
	margin: 0 .5em 10px 10px !important;
	border-style: none;
}

.AdvancedSearch_radio_text {
	margin-right: 10px;
	margin-left: 0;
}

.AdvancedSearch_checkbox_padding {
	margin: 0 .5em 0 10px !important;
	border-style: none;
}

.LTI_search_checkbox {
	margin: 0 .5em 0 10px !important;
	border-style: none;
	height: 20px !important;
}

/* clipmaker */
.time_code {
	width: 50px;
}

#filtermovies {
	display:block;
	clear:both;
}

.input_notso_wide {
	width: 230px;
}

#licensebody {
	display: block;
	clear: both;
	margin: 25px 0;
}

a.button.adjacent {
	/*width:190px;*/
	display:inline-block;
	margin:5px 0 1.0em 10px;
	text-align:center;
}

/* dashboard */

#dashboard_block {
	min-height:800px;
}

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


#dashboard_topten {
	margin-top: 25px;
	float: right;
	/*width: 50%;*/
	/*height: 600px;*/
}

#dashboard_views {
	width: 97%;
	max-width:1280px;
	height: 300px;
}

#dashboard_impressions {
	width: 97%;
	max-width:1280px;
	height: 300px;
}

#dashboard_seconds_viewed {
	width: 97%;
	max-width:1280px;
	height: 300px;
}

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

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

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

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

.dashboard_heading {
	font-weight: bold;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	fill: #333333;
	margin: 3px;
	margin:0 0 10px 0;
	padding:0;
}


.result_img {
    min-height: 111px;
    width: 222px;
    clear: none;
    float: left;
    margin: 0 1em 0 0;
}

.search_results_icon {
	float:right !important;
	position:static !important;
	margin:0 10px 0 0 !important;
	width:22px !important;
}

.cart_total {
	text-align: right;
}

/* address picker */

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

.my_account_address:hover {
	background-color:#eee;
	border:1px solid #ddd;
}

.address_toolbar {
	font-size:10px;
	float:right;
}

.sidebar_thumbnail {
	display:block;
	margin: 0 auto 10px auto;
	clear: none;
}

.collection_comment {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}

.new_ui {
	display:none;
	background-color: #1c252e;
	color: white;
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
	left:0;
	right:0;
	top:0;
    opacity: 1;
    transition: opacity 1s ease;
	text-align:center;
	padding: 15px 0 20px 0;
}

.new_ui p {
	margin: 10px 0 15px 20px;
	flex: 1 1 auto;
}

.new_ui a.button {
	display: inline;
	padding: .4em .8em;
	font-size: .9em;
	font-weight: 700;
	margin: 10px auto;
}

.player_error {
    border: 1px solid #C5C6C7;
	padding: 15px;
}

/* playlist dialog */
.playlist_table_col_1 {
	clear: both;
	width:240px;
	float: left;
	margin: 2px 0;
}

.playlist_table_col_2 {
	width:420px;
	float: left;
	margin: 2px 0;
}

.playlist_table_col_2_input {
	width:350px;
}

.playlist_table_wide {
	width:660px;
	margin: 10px 0;
	float: left;
}

.playlist_table_wide select {
	width:300px;
}

.playlist_edit {
	margin: 15px 0;
}

.playlist_edit label {
	font-weight:bold;
}

.playlist_edit legend {
	font-weight:bold;
	margin-left:-9px;
}

.playlist_edit_button {
	display: block;
    margin: auto;
    width: 140px;
}

.ds2_checkbox {
	margin-left:15px !important;
}

.clip_error {
	color: darkred;
}

.clipmaker_table_col_1 {
	width: 170px;
	margin: 10px 0 0 7px;
}

/* --------------- from AdvanceSearch.css --------------- */
.advsearchview legend {
	font-weight:bold;
}

#combine_tags {
	/* fieldset on advanced search pages */
	border:none;
}
#combine_tags legend {
	float:left;
}

/******************* end AdvanceSearch *******************/

/* --------------- cookieconsent --------------- */

.cc_div {
	background-color: rgb(28,37,46);
	width: 100%;
	padding: 1em 1.8em;
	display: none;
	flex-direction: row;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	opacity: 1;
	transition: opacity 1s ease;
	z-index: 9999;
}

.cc_message {
	display: block;
	flex: 1 1 auto;
	max-width: 100%;
	margin-right: 1em;
	color: white;
}

.cc_link {
	opacity: .8;
	display: inline-block;
	padding: .2em;
	text-decoration: underline;
	color: white;
}

.cc_button {
	display: flex;
	align-items: center;
	align-content: space-between;
}

.cc_dismiss {
	color: black;
	border-color: transparent;
	background-color: rgb(102,252,241);
	display: block;
	padding: .4em .8em;
	font-size: .9em;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
}

.grecaptcha-badge {
    visibility: hidden;
}


.error_message {
	color: #B30000;
    font-style:italic;
}

label.check_analytics {
	margin: 0 0 .5em 0;
	padding: 0!important;
	display: block;
	width: fit-content;
}

.transcript {
	max-height: 700px;
	width: auto;
	overflow-x: auto;
	overflow-y: auto;
	border: .5px solid black;
	padding: 5px 15px 5px 15px;
}

.fake_h2 {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.4em;
	margin: 0 0 .25em 0 !important;
}

select {
	background-color: white;
}
/* --------------------------------------------- */

/* NEW styling for tabs */

.ds_tabs {
	border: none !important;
}

.tabpanel {
	margin: 20px;
	padding: 0;
}

.tablist {
    display: -ms-flexbox;
    display: flex;
	padding: .2em .2em 0;
}

.tab {
	-ms-flex: 1;
    background: #DDD;
	border: 1px solid #C5C6C7;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #333;
	cursor: pointer;
	display: inline; /* IE float bug fix */
	flex: 1;
	float: left;
	list-style: none;
	margin: 1px .2em 0 0;
	border: 1px solid #C5C6C7;
	padding: 1em 1em;
	position: relative;
	text-align: center;
	top: 0;
	white-space: nowrap;
}

.panel {
  clear: both;
  display: block;
  margin: 0 0 0 0;
  padding: 10px;
  width: 300px;
  background:#f2f2f2;
	border-bottom-left-radius:.5em;
	border-bottom-right-radius:.5em;

}

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

li[aria-selected='true'] {
  color: white;
  background-color: #195362;
  font-weight: 700;
  border-bottom: 1px solid white;
  margin-bottom: -1px;
}

/*div[aria-hidden='true'] {
   display: none;
}
div[aria-hidden='false'] {
   display:block;
}
*/

.hidden_tab_panel {
    display: none;
}

.focus {
  margin-top: 0;
  height: 1.2em;
}

.hidden {display:none;}

@media (max-width: 600px) {
	#ds_tabs .tablist {
		display:block;
	}
	#ds_tabs .ds_tabs {
		display: block;
    	float: none;
		clear: both;
	}
	#ds_tabs .tab {
		display: block;
    	float: none;
	}
	#ds_tabs_views .tablist {
		display:block;
	}
	#ds_tabs_views .ds_tabs {
		display: block;
    	float: none;
		clear: both;
	}
	#ds_tabs_views .tab {
		display: block;
    	float: none;
	}
}
@media (min-width: 811px) {
	#ds_tabs .tabpanel {
		padding: 2em 0 0;
	}
	#ds_tabs_views .tabpanel {
		padding: 2em 0 0;
	}
}
/* --------------------------------------------- */

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

#tabs_dashboard .ui-tabs-nav {
  border-bottom: 1px solid #C5C6C7;
  display: -ms-flexbox;
  display: flex;
}
#tabs_dashboard .ui-tab {
  border: 1px solid #C5C6C7;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #DDD;
  color: #333;
  margin-bottom: -1px;
  cursor: pointer;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
@media (max-width: 600px) {
	#tabs_dashboard .ui-tabs-nav {
		display:block;
	}
	#tabs_dashboard .ui-tab {
		display: block;
    	float: none;
	}
}
#tabs_dashboard .ui-tab.ui-state-active, #tabs_dashboard .ui-tab.ui-state-hover {
  background: #37827F;
  font-weight:700;
}
#tabs_dashboard .ui-tab.ui-state-active a, #tabs_dashboard .ui-tab.ui-state-hover a {
  color: #fff!important;
  font-weight:700;
}
#tabs_dashboard a.label {
  outline: none;
  padding: 1em 2em;
  display: inline-block;
  float: none;
  color:#333!important;
  cursor:pointer;
  text-decoration:none!important;
}

@media (max-width: 1100px) {
	#tabs_dashboard a.label {
		padding:1em .5em;
	}
}

@media (max-width: 811px) {
	#tabs_dashboard a.label {
		padding:1em 0;
	}
}

#tabs_dashboard p {
  margin-bottom: 1em;
}
#tabs_dashboard .ui-tabs-panel {
  padding: 2em 0.5em;
}
@media (min-width: 811px) {
  #tabs_dashboard .ui-tabs-panel {
    padding: 2em 0 0;
  }
}

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

/* NEW styling for datepicker */

.ui-datepicker-trigger {
    margin: 2px;
    padding: 0;
/*    vertical-align: bottom;*/
}
.ui-datepicker-trigger img{
    width: 24px;
    height: 24px;
}
.offscreen {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    margin: 0;
    padding: 0;
}
button.ui-datepicker-trigger {
    background-color:transparent !important;
    border:none !important;
    margin:auto !important;
	min-width:24px;
}
button.ui-datepicker-trigger:focus,
button.ui-datepicker-trigger:hover,
button.ui-datepicker-trigger:active {
    border:none !important;
    margin:auto !important;
    outline:2px solid #8cc63f !important;
    background-color:#fdf6e7 !important;
}

.hasDatepicker input[type="text"] {

}

/* end NEW styling for datepicker */
/* --------------------------------------------- */
/* Stripe offer container */

/* Container needed to position the button. Adjust the width as needed */
.stripe_offer_container {
  position: relative;
  /*width: 809px;*/
}

/* Make the image responsive */
.stripe_offer_container img {
  width: 100%;
  height: auto;
}

/* Style the button and place it in the middle of the container/image */
.stripe_offer_container .stripe_button {
  position: absolute;
  top: 80%;
  left: 75%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #66fcf1;
  color: #333333;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  width: 180px;
}

/*
.stripe_offer_container .stripe_button:hover {
  background-color: black;
} */
