/* common */
html {
	font-size: 13px;
	overflow-y: auto;
}

body {
	height: 100vh;
	display: flex;
	flex-direction: column;
}

.navbar {
	display: flex;
	align-items: stretch;
	min-height: auto;
}

.navbar-end {
	margin-left: auto;
}

.event-login .container {
	max-width:400px;
	padding:20px;
}

.event-login .app-navbar .buttons,
.event-login .page-navbar,
.event-login .main-tabs
{
	display:none;
}

.event-login .section {
	padding-top: 6rem;
}

.app-navbar {
	flex: none;
	width: 100%;
}

.main-tabs {
	flex: none;
	width: 100%;
	flex-wrap: wrap;
}

section {
	flex: auto;
	min-height: 400px;
}

.datagrid {
	user-select: none;
}

.table {
	transform-style: preserve-3d;
}

.table thead {
	background-color: white;
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover,
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
	background-color: #e9e9e9;
}

.page .navbar{
	background-color: #f5f5f5;
	padding-left: .5rem;
	padding-right: .5rem;
	padding-top: .5rem;
	margin-bottom: 0;
}

.tabs {
	margin-bottom:0!important;
}

.event-addMedia .center-tab,
.event-media .center-tab {
	display: none;
}

.media-tabs {
	display: none!important;
}

.event-media .media-tabs {
	display: flex!important;
}

.notification {
	position: absolute;
	bottom: 50px;
	right: 20px;
}

.tile-container {
	flex-wrap: wrap;
}

.tile.event_form,
.tile.event_panel {
	display: block;
}

.is-form-width {
	flex: none;
	width: 450px;
}

.buttons>span {
	margin-right: .5rem;
	margin-top: .25rem;
}

.buttons>.event_checkbox {
	margin-top: .5rem;
}

.buttons .control {
	margin-right: .5rem;
	margin-bottom: .5rem;
}

.buttons.is-centered .control {
	margin-left: .25rem;
	margin-right: .25rem;
}

.event_button.event_error {
	background-color: #ff3860;
	color: #fff;
}

.event_button.event_finished {
	background-color: #23d160;
	color: #fff;
}

.event_button.event_running {
	background-color: #ffdd57;
}

.event_multi_select2 {
	position: relative;
}

.event_form_field>.event_multi_select2 {
	width:100%;
}

.event_multi_select2 .select.is-multiple {
	display: none;
}

.event_multi_select2.dropdown .select.is-multiple {
	display: block;
}

.select.is-multiple {
	position: absolute;
	left: 0;
	z-index: 5;
}

.event_process_dashboard_start_stop_div {
	position: relative;
}

.event_process_dashboard_start_stop_div>.event_spinner,
.event_process_dashboard_start_stop_div>button {
	float: right;
}

.event_text {
	word-break: break-word;
}

.event_text:not(:last-child) {
	margin-right: .25rem;
}

.event_upload_files_progress .event_text {
	word-break: normal;
}

.url-link {
	word-break: break-all;
	flex: auto;
	margin-right: .5rem;
}

textarea.url-link {
	min-width: auto;
}

.level .buttons {
	flex: none;
}

.popup_anchor {
	display: none;
	position: absolute;
	z-index: 1;
}

.event_preview_popup .popup_anchor {
	top: 20px;
	right: -10px;
}

.event_preview_popup .form_fields .button {
	margin-right: .5rem;
}

.popup_anchor>.tile.is-parent {
	padding: .25rem;
}

.navigate_actions {
	margin-top: 1rem;
}

.event_popup_wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 50;
	height: 0;
}

.event_popup_wrapper>div {
	position: relative;
	left: -50%;
	transform: translate(0, -50%);
}

.event_wrapper .event_form .navbar,
.event_div .event_form .navbar,
.event_div .event_panel .navbar,
.event_popup_wrapper .navbar {
	background-color: white;
}

.event_popup_wrapper .event_datagrid {
	max-height: 300px;
	overflow-y: auto;
}

.event_timecode_field,
.event_timecode_field>div {
	display: flex;
}

.event_timecode_field input {
	width: 34px;
	padding: 1px;
	text-align: right;
	margin-right: 1px;
}

.timecode_separator {
	padding-top: 4px;
	margin-right: 1px;
}

.event_splitter,
.splitter {
	margin: auto;
}

.event_password_div>* {
	margin-bottom: .5rem;
}

.buttons>.event_filefield2 {
	margin-bottom: .5rem;
}

.buttons>.event_filefield4 {
	margin-bottom: 0;
}

.buttons>.event_filefield2:not(:last-child):not(.is-fullwidth),
.buttons>.event_filefield4:not(:last-child):not(.is-fullwidth) {
    margin-right: .5rem;
}

.event_filefield4 a {
	margin-right: .5rem;
	margin-bottom: .5rem;
}

.table tr.is-edited.is-selected {
	background-color: white;
	color: black;
}

/* explorer */

.event_explorer_page_panel .event_main_div.event_explorer_page_panel_layout2 {
	flex-direction: row;
}

.event_explorer_page_panel .right_group {
	display: flex;
	order: 1;
	flex: 1;
	flex-direction: column;
}

.event_search_panel {
	padding: 0 .5rem;
	overflow-y: auto;
	height: 100%;
}

.event_search_panel .buttons {
	margin-top: .75rem;
}

.event_div_ueb_search_fields {
	display: flex;
}

.event-explorer .datagrid img {
	max-width: 100px;
	max-height: 100px;
}

.event_datagrid_paginator input{
	width: 50px;
	text-align: center;
}

.event_datagrid_paginator input.is-static{
	width: 10px;
}

/* general info */

.event_extraction_video_form .datagrid,
.event_worker_form .datagrid,
.event_wowza_record__panel .datagrid,
.event_operations_panel .datagrid {
	max-height: 300px;
	overflow: auto;
}

.event_extraction_video_form .datagrid td,
.event_worker_form .datagrid td,
.event_operations_panel .datagrid td {
	padding: .25rem;
}

.event-monitor .event_datefield,
.event-senatstats .event_datefield,
.event-stats .event_datefield {
	width: 110px;
}

.start_live .event_button {
	background-color: #23d160;
	border-color: transparent;
	color: #fff;
}

.stop_live .event_button {
	background-color: #ff3860;
	border-color: transparent;
	color: #fff;
}

.stop_live .event_preview_button {
	background-color: #fff;
	border-color: #dbdbdb;
	color: #363636;
	margin-right: .5rem;
}

/* slide */
.event_slide_preview>.event_slide_div {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.event_slide_preview>.event_slide_div>.event_image {
	flex: auto;
	min-height: 100px;
}

.event_slide_preview>.event_slide_div img {
	max-height: 100%;
}

.event_translate_button {
	display: none;
}

/* files */

.event_folders_form {
	width: 600px;
}

.level_1>td:first-child {
	padding-left: 2rem!important;
}

.level_2>td:first-child {
	padding-left: 4rem!important;
}

.level_3>td:first-child {
	padding-left: 6rem!important;
}

.level_4>td:first-child {
	padding-left: 8rem!important;
}

.level_5>td:first-child {
	padding-left: 10rem!important;
}

.event_directory>td:first-child:before
{
	content:url(../img/folder.png);
	margin-right: .5rem;
}

.event_file>td:first-child:before
{
	content:url(../img/file.png);
	margin-right: .5rem;
}

.file-cta {
	background-color: white;
}

.file.control.is-loading .file-cta{
	color: transparent!important;
}

.file.control.is-loading {
	pointer-events: none;
}

.file.control.is-loading::after {
	right: calc(50% - (1em / 2));
}

.event_upload_files_progress {
	display: flex;
}

.event_upload_files_progress progress{
	margin: .25rem;
}

.event_files_tools_form {
	width: 200px;
}

.event_export_panel,
.event_video_player_form,
.event_files_info_form {
	width: 600px;
}

.event_video_player_form video {
	width: 100%;
}

.event_files_info_form .datagrid {
	max-height: 400px;
	overflow: auto;
}

.event_tabs {
	flex: none;
}

.event_horizontalLayout {
	display: flex;
}

.event_horizontalLayout .is-form-width{
	flex: auto;
}

.event_tree {
	max-height: 640px;
	overflow: auto;
}

.fa-folder,
.fa-folder-open,
.fa-caret-down,
.fa-caret-right {
	cursor:pointer;
}

.event_child_chapter>td:first-child:before
{
	content:" ";
	margin-right: 1.5rem;
}

.event_child_chapter>td.edit:first-child:before
{
	margin-right: 0;
}

.event_datagrid input {
	max-height: 1.6rem;
}

.event_export_panel .textarea {
	height: 400px;
}

/* interfaces */

.event_url_vod span {
	margin-bottom: .75rem;
}

.event_browse_panel {
	width: 950px;
}

.multi_value_components .buttons{
	margin-bottom: 0;
}

.event_interface_form .form_actions .button {
	padding-left: .6em;
	padding-right: .6em;
}

/* live */

.live_panel {
	flex: 1 1 200px;
}

.live_panel .is-form-width {
	width: auto;
}

.live_panel,
.live_panel .event_panel>.tile,
.live_panel>.event_panel,
.event-media_live .page {
	height: 100%;
	min-height: 100px;
}

.live_panel .tile>.event_div {
	display: flex;
	flex-direction: column;
}

.live_panel .event_datagrid {
	overflow-y: auto;
	flex-grow: 1;
}

.live_panel .event_datagrid,
.live_panel .event_search_div {
	margin-bottom: .5rem;
}

.live_panel thead {
	display: none;
}

.live_panel .buttons {
	margin-bottom: 0;
}

.event_slide_div img {
	max-height: 100px;
}

.live_panel .event_slide_div span {
	display: none;
}

.slide_tooltip {
	position: absolute;
	z-index: 40;
	background-color: white;
	text-align: center;
}

.event_synchro_button {
	width: 100%;
}

.event_current_div {
	position: relative;
}

.event_current_div .event_text {
	min-height: 85px;
}

.slide_tooltip img,
.event_current_div .event_slide_div img {
	max-height: 220px;
}

.event_media_slides_panel .event_current_div .event_text {
	min-height: 240px;
}

.event_current_text {
	text-align: center;
}

.event_remove_synchro_button {
    position: absolute;
    z-index: 1;
    right: .5rem;
    top: 1rem;
}

/* encoders */

.event_encoders_list_panel {
	position: absolute;
	top: 82px;
	left: 100px;
	z-index: 40;
}

.event_live_state {
	min-width: 350px;
}

.event_toggle_button {
	height: 2.25rem;
	padding-top: .375rem;
	margin-right: .5rem;
}

/* responsive */

.page,
.page>.tile,
.page>.event_panel>.tile,
.event-media section>.tile,
.event_video_panel>.tile,
.event_edito_panel>.tile,
.event_edito_panel .event_form>.tile,
.event_import_page_panel .event_datagrid,
.event_monitor_page_panel .event_datagrid,
.event_media_invitations_panel .event_datagrid,
.event_an_statistics_page_panel .event_datagrid,
.event_statistics_page_panel .event_datagrid
 {
	height: 100%;
	min-height: 100px;
}

.event_explorer_page_panel .event_datagrid,
.event_media_questions_panel .event_datagrid,
.event-media_explorer .event_media_files,
.event-media_interfaces .page>.tile,
.event-media_live .page>.tile,
.event-portals .page>.tile,
.event_main_div>.event_div,
.tile>.event_div
{
	flex: auto;
	min-height: 100px;
}

.event-media section>.tile,
.event_media_invitations_panel .event_datagrid,
.event_monitor_page_panel .event_datagrid,
.event_an_statistics_page_panel .event_datagrid,
.event_statistics_page_panel .event_datagrid,
.event_explorer_page_panel .event_datagrid,
.event_main_div>.event_datagrid,
.event_edito_panel .form_fields,
.event-media_interfaces .page>.tile,
.event-portals .page>.tile,
.event_worker_dashboard_div,
.event_postprod_synchros,
.event_postprod_sources,
.event_video_cuts,
.event_media_questions,
.event_media_chapters,
.event_media_speakers,
.event_media_subtitles,
.event_media_slides {
	overflow-y: auto;
}

.page>.tile>.tile,
.event_main_div,
.event-media_interfaces .page,
.event-media_live .page,
.event-portals .page,
.event_questions_layout,
.event_video_div,
.event_postprod_synchro,
.event_postprod_source {
	display: flex;
	flex-direction: column;
	min-height: 100px;
}

.page>.tile>.tile.event_form {
	display: block;
}

/* postprod */

.event_postprod_layout,
.event_slides_layout {
	display: flex;
}

.event_postprod_synchro,
.event_postprod_source,
.event_media_slides,
.event_slide_preview {
	flex: 1;
}

.event_slide_div {
	text-align: center;
}

.event_postprod_source {
	margin-left: 20px;
}

.event_media_postprod2_panel .event_video_player,
.event_questions_layout .event_tabs,
.event_postprod_source .event_tabs{
	flex: none;
}

.event_postprod_source video{
	flex: none;
	height: 240px;
	background-color: black;
}

.event_media_postprod_panel .event_popup_wrapper .is-form-width {
	width: auto;
}

/* questions */
.event_question_actions {
	width: 260px;
}

.buttons.event_question_actions button {
	width: 120px;
	height: 2em;
	padding-top: .2em;
	padding-bottom: .2em;
	margin-bottom: .25rem;
}

.buttons.event_question_actions:last-child {
	margin-bottom: -.25rem;
}

/* videocut */

.event_media_postprod2_panel .event_image,
.event_media_postprod2_panel .event_image img,
.event_media_postprod2_panel .event_video_player {
	height: 360px;
}

.event_video_cuts {
	flex: auto;
}

.event_cuts_title {
	margin-bottom: .5rem;
}

/* quickedit */

.event_postprod_custom_layout_1 {
	display: flex;
	flex: 1;
}

.event_postprod_custom_layout_1 .left_group {
	display: flex;
	flex: 1 1 40%;
	flex-direction: column;
}

.event_postprod_custom_layout_1 .right_group {
	display: flex;
	flex: 1 1 60%;
}

.event_postprod_custom_layout_1 .is-form-width {
	flex: 1;
	width: auto;
}

.event_postprod .event_wrapper,
.event_postprod .event_zone2,
.event_postprod .event_zone2 .event_zone2_container {
	flex: auto;
	min-height: 100px;
}

.event_postprod .event_zone2 .event_zone2_container .event_wrapper,
.event_ui_postprod__cuts,
.event_ui_postprod__cuts>.tile>.tile,
.event_ui_postprod__cuts .form_fields,
.event_postprod_layout {
	height: 100%;
}

.event_postprod_player .event_video_player {
	width: 100%;
	height: 240px;
	background-color: black;
}

.event_cuts_field,
.event_cuts_field>.event_div,
.event_postprod .event_zone2,
.event_ui_postprod__cuts .form_fields {
	display: flex;
	flex-direction: column;
}

.event_postprod .event_zone2 .event_tabs {
	flex: none;
}

.event_cuts_field {
	flex: auto;
	min-height: 66px;
}

.event_cuts_field>.event_div {
	flex: auto;
	min-height: 45px;
}

.event_ui_postprod__cuts {
	display: flex;
}

.event_postprod_cuts_list {
	height: 100%;
	overflow-y: auto;
}

.event_postprod.view .event_postprod_synchros_array_edit button,
.event_postprod.view .event_zone2 button {
	display: none;
}

.event_postprod_synchros_list_edit,
.event_postprod_synchros_list_edit>.tile,
.event_postprod_synchros_list_edit>.tile>.tile {
	height: 100%;	
}

.event_postprod_synchros_list_edit .form_fields {
	overflow-y: auto;	
}

.event_postprod_synchros_array_edit {
	display: flex;
	height: 100%;
}

.event_postprod_synchros_array_edit>.tile>.tile {
	height: 100%;
}

.event_postprod_synchros_array_edit .form_fields {
	overflow-y: auto;	
}

.event_postprod_synchros_list {
	display: flex;
	flex-wrap: wrap;
}

.event_postprod__synchro.slide {
	display: flex;
	flex-wrap: wrap;
	width: 200px;
	padding: 5px;
}

.event_postprod__synchro.slide button {
	margin-left: 4px;
	padding-left: 2px;
	padding-right: 2px;
}

.event_postprod__synchro .event_image {
	display: flex;
    align-items: center;
	width: 190px;
	height: 142.5px;
	margin-top: 4px;
	background-color: black;
	overflow: hidden;
}

.event_postprod__synchro img {
	width: 100%;
}

.event_postprod_synchros_list_edit .event_postprod__synchro {
	width: 100%;
	padding: 0.25rem 0 0 .25rem;
}

.event_postprod__synchro .event_textfield {
	flex: auto;
}

.event_postprod__synchro .event_text {
	width: 72px;
}

.event_postprod__synchro.is-active {
	background-color: #00d1b2!important;
}

.event_postprod__synchro.buttons .button,
.event_postprod__synchro.buttons .control {
	margin-bottom: .25rem;
}

.event_postprod__synchro.buttons .button:last-child {
	margin-right: 0.25rem;
}

/* Edito */
.event_edito_panel .event_tree {
	overflow: initial;
}

.event_edito_panel .event_tree .is-linked {
	background-color: #c1c1c1;
}

.event_broadcasts_page_panel .form_fields .buttons {
	margin-bottom :0;
}

/* Studio */
.event_studio_page .navbar {
	padding-top:0;
}

.event_studio_page>.event_page>.tile>.event_wrapper,
.event_studio_main,
.event_studio_video>.event_form,
.event_studio_video,
.event_studio_form>.event_form>.tile,
.event_studio_form>.event_form,
.event_studio_form {
	height: 100%;
	min-height: 100px;
}

.event_studio_main {
	display: flex;
	flex-direction: column;
}

.users_group {
	padding-left: .75rem;
}

.main_group {
	display: flex;
	flex: auto;
	min-height: 500px;
}

.main_group>.event_flex_div {
	flex: auto;
}

.event_studio_video>.event_form {
	width: 100%;
	min-width: 470px;
}

.event_studio_video>.event_form>.tile {
	max-height: 100%;
	min-height: 100px;
}

.event_studio_video>.tile>.tile>.form_fields,
.event_studio_form>.tile>.tile>.form_fields {
	display: flex;
	flex-direction: column;
	flex: auto;
	min-height: 350px;
}

.event_studio_video video {
	margin-bottom: .5rem;
	min-height: 240px;
	max-height: 420px;
	background-color: black;
	flex: 1 0.1 auto;
}

.event_play_pause_button {
	width: 33px;
}

.event_studio_mosaic {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	overflow-y: auto;
}

.event_studio_thumbnail {
	max-width: 120px;
	margin: 6px;
	text-align: center;
}

.event_studio_thumbnail:hover {
	background-color: lightgray;
}

.event_studio_thumbnail.is-active {
	background-color: #4a4a4a;
	color: white;
}

.event_studio_copy_actions,
.event_studio_extra_actions {
	z-index: 20;
}

.event_an_studio_nodes_datagrid {
	flex: auto;
	overflow-y: auto;
	margin-bottom: .5rem;
}

.event_an_studio_nodes_datagrid>div {
	height: 100%;
}

.event_studio_chapters_flex_div {
	flex: 1 1 50%;
}

.event_studio_chapters>.event_form {
	width: 100%;
	min-width: 820px;
}

.event_datagrid_types {
	max-height: 300px;
	overflow-y: auto;
}

.event_studio_chapters .level_0>td:first-child {
	font-weight: bold;
}

.event_studio_chapters .level_2>td:first-child {
	font-style: italic;
}

.event_studio_chapter_begin .is-form-width,
.event_studio_chapter_end .is-form-width {
	width: 170px;
}

.event_studio_chapter_shift .is-form-width {
	width: 280px;
}

.event_studio_page .event_popup_wrapper .is-form-width {
	width: auto;
}

.event_export_panel .event_export_buttons {
	margin-top: .5rem;
}

.event_studio_chapter_detail {
	flex: none;
	margin-top: .5rem;
	min-height: 3.75rem;
}

.event_an_studio__chapters .event_studio_chapter_detail.is-open {
	min-height: 228px;
}

.event_studio_chapter_detail .buttons {
	margin-bottom: 0;
}

.event_detail_line {
	display: flex;
	margin-bottom: .5rem;
}

.event_detail_line>span {
	flex: none;
	width: 90px;
}

.event_detail_line>div {
	flex: auto;
}

.event_detail_line input,
.event_detail_line select,
.event_detail_line .button,
.event_detail_line .file-cta,
.event_detail_line .select {
	height: 1.75em;
	line-height: 1em;
}

.event_detail_speakers {
	height: 55px;
	overflow-y: auto;
}

.event_detail_speakers .buttons {
	margin-bottom: .25rem;
}

.event_studio_chapters th button {
	width: 32px;
	margin-right: .5rem;
}

.event_studio_chapters .textarea {
	min-width: 0;
	min-height: 0;
	padding: 0 .2em;
}

.event_studio_chapters .event_studio_extra_actions .popup_anchor {
	width: auto;
}

.event_studio_page .event_timecode_field {
	width: 82px;
}

.event_studio_page .event_timecode_field input {
	width: 82px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: left;
}

.event_studio_speakers .is-form-width {
	width: 290px;
}

.event_an_studio__homonyms .event_form {
	width: 260px;
}

.event_an_studio__homonyms .event_multi_select {
	overflow-y: auto;
}

.event_actors_tree {
	flex: none;
	height: 300px;
	border: 1px solid lightgray;
}

.event_actors_tree tr:first-child {
	display: none;
}

.homonym_speaker {
	color: red;
}

.vertical_tile {
	padding: .75rem 0;
}

.vertical_button {
	writing-mode: vertical-rl;
	height: auto;
}

.event_an_studio__timeline .is-form-width {
	width: auto;
}

.event_an_studio__timeline .tile>.event_div {
	min-height: auto;
	display: flex;
}

.event_an_studio__timeline .event_byte_progress {
	flex: auto;
	margin: 4px 10px;
}

.event_an_studio__timeline .event_text {
	flex: none;
}

.timeline_cursor {
	position: absolute;
	display: none;
	z-index: 50;
	text-align: center;
	padding: .5rem;
}

.timeline_cursor img {
	max-height: 90px;
}

.dark .event_wrapper .event_form .navbar,
.dark .button,
.dark .popup_anchor,
.dark .table,
.dark .table.is-striped tbody tr:not(.is-selected):nth-child(even),
.dark .vertical_tile,
.dark .tile {
	background-color: #474747;
	color: white;
}

.dark .title {
	color: white;
}

.dark .box {
	box-shadow: 0 2px 3px rgba(255,255,255,.2), 0 0 0 1px rgba(255,255,255,.2);
}

.dark progress::-webkit-progress-value { 
	background-color: #00d1b2 !important; 
} 

.dark .file-cta,
.dark .file-label:hover .file-cta,
.dark .table thead {
	background-color: #474747;
	color: white;
}

.dark .event_actors_tree {
	border: 1px solid #999999;
}

.dark .table thead th {
	color: white;
}

.dark .table td,
.dark .table th {
	border: 1px solid #999999;
	border-width: 0 0 1px;
}

.dark .event_studio_thumbnail.is-active {
	background-color: #00d1b2;
}

.dark .event_studio_thumbnail:hover,
.dark .table.is-hoverable tbody tr:not(.is-selected):hover,
.dark .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover,
.dark .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
	background-color: #939393;
}

/* Invitation */
.event-media_invitations .event_popup_wrapper .is-form-width {
	width: 700px;
}

.event_mail_templates {
	margin-right: 1rem;
}

.event_media_invitations_panel .event_right_group {
	flex: auto;
}

.event_template_textarea {
	height: 300px;
}

/* Senat */
.event_senat_portal_panel {
	width: auto;
}

.event_senat_studio_page .event_timecode_field {
	width: 70px;
}

.event_subtitles_form .form_fields {
	display: flex;
	flex-direction: column;
}

.event_studio_chapter_export .popup_anchor {
	width: auto;
}

.event_detail_line .event_text:not(:last-child),
.event_detail_line .event_textfield:not(:last-child) {
	margin-right: .5rem;
}

.event_restricted_user .event_restricted {
	display: none;
}

.event_studio_subtitles>.event_form {
	width: 100%;
	min-width: 820px;
}

.event_senat_studio__speakers .event_text {
	word-break: normal;
}

.event_senat_studio__speakers .event_actors_tree {
	height: 250px;
}

.event_senat_studio__chapters .event_studio_chapter_detail.is-open {
	min-height: 364px;
}

.event_senat_studio__chapters .event_detail_line>span {
	width: 115px;
}

.event_senat_studio__chapters .event_detail_line>span.event_detail_text {
	width: auto;
}

.event_senat_studio__chapters .event_detail_line .buttons .button {
	margin-bottom: 0;
}

/* Council */
.login-left {
	display: none;
	background-color: black;
}

.event-login.council .container {
	max-width: 100%;
	height: 100%;
	padding: 0;
	display: flex;
	background-image: url(../img/pattern.svg);
	background-size: cover;
}
.event-login.council .login-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: auto;
	background: transparent;
}
.event-login.council .login-right {
	padding: 96px 64px;
	width: 420px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #181919;
}
.event-login.council .navbar {
	display: none;
}
.event-login.council .logo {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
}
.event-login.council .login-left .logo {
	width: 454px;
	height: 126px;
	background-image: url(../img/logo.svg);
}
.event-login .login-right .login-lang,
.event-login .login-right .login-title {
	display: none;
}
.event-login.council .login-right .login-title {
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: white;
	margin-bottom: 16px;
}
.event-login.council .login-right .login-lang {
	display: block;
}
.event-login.council .login-left .title {
	color: white;
}
.event-login.council .section {
	padding: 0;
}
.event-login.council .field:not(:last-child) {
    margin-bottom: 16px;
}
.event-login.council .field.is-grouped .control {
	width: 100%;
}
.event-login.council .button.is-primary {
	background: #2ad5d5;
	border: 2px solid #2ad5d5;
	color: black;
	border-radius: 6px;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	height: auto;
	padding: 11px 22px;
}
.event-login.council select {
	font-size: 14px;
	background-color: transparent;
	color: #ffffff80;
}
.event-login.council option {
	color: black;
}
.event-login.council .input {
	height: 48px;
	padding: 10px 12px;
	font-size: 14px;
	background-color: transparent;
	color: #ffffff80;
}
.event-login.council .input::placeholder {
	color: #ffffff80;
}
.event-login.council .icon {
	display: none;
}

/* Records */
.event-media_records .navigate_actions .event_text {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
.event-media_records .event_timecode_field input {
	width: 64px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: left;
}