/* 
    ruzova - #ed4e78
    tmave modra - #204059
    svetle modra - #98ccff
    zelena - #54a624
    svetle siva  -#f3f3f3
    siva - #e4e4e4
    fialova - Violet - #EE82EE
    light yellow - selected data, changed data - #FFFF8F
    
    SmartGwt Stratus gray used on border -  rgb(204, 204, 204)
*/

/**********************************************************************
                            Screen
************************************************************************/

/**************** Hyperlink **********************/
a {
	color: #204059;
}

a:visited {
	color: #204059;
}

.sl_bold_text {
	font-weight: bold;
}

.sl_red_warning_text {
	font-weight: bold;
	color: red;
}

.sl_body {
}

.sl_changed_selected_data,	.sl_changed_selected_dataError,	.sl_changed_selected_dataFocused {
	background-color: #FFFF8F;
}

.sl_header_footer {
    background-color:#204059;
}

.sl_header {
	padding-left: 10px;
}

.sl_footer {
    padding: 10px;
    margin-top: 20px;
}

.sl_header_menu {
	color: white;
	background-color: #204059;
}

.sl_header_menu_entry, .sl_header_menu_entryOver, .sl_header_menu_entryDown, .sl_header_menu_entrySelected{
    color: white;
    
    font-size: 15px;
    font-family: Arial, Verdana, sans-serif;
    background-color: #204059;
    align-items: center;
    vertical-align: middle;
    padding-left: 10px;
    white-space: nowrap;
    line-height: 40px;
    cursor: pointer;
}

.sl_header_menu_entry{
	    color: white;
}

.sl_header_menu_entryOver, .sl_header_menu_entrySelected{
	    color: #ed4e78;
}

.sl_header_menu_entryDown{
	    color: white;
}

.sl_header_username {
    color: white;
    display: flex;
    justify-content: left;
    align-items: center;
    white-space: nowrap;
	max-width: 120px;
    height: 40px;
    text-decoration: underline;
}

.sl_header_username:hover {
     font-weight: bold;
     cursor: pointer;
     color: #204059;
}

.sl_header_menu_bar{
    background-color: #204059;
    font-family: Arial, Verdana, sans-serif;
}

.sl_header_menu_button, .sl_header_menu_buttonDown, .sl_header_menu_buttonOver{	
	background-color: #204059;
	font-family: Open Sans, Arial, Verdana, sans-serif;
 	font-size: 18px;
 	padding-left: 8px;
 	padding-right: 8px;
 	/* text-transform: uppercase; */
}

.sl_header_menu_button{
	color: white;
}

.sl_header_menu_buttonDown {
	color: white;
}

.sl_header_menu_buttonOver {
	color: #ed4e78;
}

.sl_header_img {
/*     padding-left: 35px; */
}

.sl_header_tool_img {
    padding-left: 10px;
    padding-right: 10px;
    margin: 3px;
    border-radius: 5px;
}

.sl_header_tool_img:hover {
    background-color:#204059;
}

.sl_user_detail {
    background-color: #ed4e78;
}

.sl_footer_entry, .sl_footer_entry_link {
    color: white;
    vertical-align: bottom;
    white-space: nowrap;
    line-height: 20px;
    font-size: 13px;
}

.sl_footer_entry_link:visited{
    color: white
}

.sl_footer_entry:visited{
    color: white;
}

.sl_footer_entry_link {
	text-decoration: underline;
}

/* .sl_footer_web_link { */
/*  border: 1px solid white; */
/*  padding-left: 60px; */
/*  padding-right: 60px; */
/*  padding-top: 7px; */
/*  padding-bottom: 7px; */
/*  margin: 10px; */
/*  font-size: 17px; */
/* } */

.sl_screen_title
{
    color: #204059;
    vertical-align: middle;
    white-space: normal;
    font-size: 50px;
    /* font-family: 'Amatic SC', cursive; */
    font-family: Open Sans, Arial, Verdana, sans-serif;
    padding: 10px;
    padding-top: 26px; /*padding (10) + 2 * margin between items set in screenView.java (8)*/
    
}

.sl_screen_sub_title
{
    color: #204059;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
    font-size: 35px;
    /* font-family: 'Amatic SC', cursive; */
    font-family: Open Sans, Arial, Verdana, sans-serif;
    padding: 10px;
}

.sl_screen_sub_sub_title
{
    color: #204059;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
    font-size: 24px;
    /* font-family: 'Amatic SC', cursive; */
    font-family: Open Sans, Arial, Verdana, sans-serif;
    padding: 6px;
}

.sl_screen_sub_sub_sub_title
{
    color: #204059;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
    font-size: 18px;
    /* font-family: 'Amatic SC', cursive; */
    font-family: Open Sans, Arial, Verdana, sans-serif;
    padding: 4px;
}

.sl_title
{
    color: #204059;
    white-space: nowrap;
    font-size: 18px;
    /* font-family: 'Amatic SC', cursive; */
    font-family: Open Sans, Arial, Verdana, sans-serif;
    padding: 5px;
    margin: 5px;
}

/**********************************************************************
                            SeaLionButton - PINK_LINK
************************************************************************/

.sl_button_link_button {
    background-color: #ed4e78;
    white-space: nowrap;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 20px;
}

.sl_button_text_link_button {
    color: white;
    font-size: 12px;
    font-weight: bolder;
}

.sl_button_img_link_button {
    padding-left: 10px;
}

/*****************************************************************************/
.sl_button_blue_frame_button, .sl_button_pink_frame_button, .sl_button_white_frame_button{
    white-space: nowrap;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 20px;
}

.sl_button_text_blue_frame_button, .sl_button_text_pink_frame_button, .sl_button_text_white_frame_button {
    font-size: 17px;
    white-space: normal;
}

.sl_button_img_blue_frame_button, .sl_button_img_pink_frame_button, .sl_button_img_white_frame_button {
    padding-left: 10px;
    cursor: pointer;
}

/**********************************************************************
                            SeaLionButton - BLUE_FRAME_LINK
************************************************************************/

.sl_button_blue_frame_button {
    background-color: white;
    border: 1px solid #204059;
}

.sl_button_blue_frame_button:hover {
    background-color: #e4e4e4;
}

.sl_button_text_blue_frame_button {
    color: #204059;
}

/**********************************************************************
                            SeaLionButton - PINK_FRAME_LINK
************************************************************************/

.sl_button_pink_frame_button {
    background-color: white;
    border: 1px solid #ed4e78;
}

.sl_button_pink_frame_button:hover {
    background-color: #e4e4e4;
}

.sl_button_text_pink_frame_button {
    color: #ed4e78;
}

/**********************************************************************
                            SeaLionButton - WHITE_FRAME_LINK
************************************************************************/

.sl_button_white_frame_button {
    background-color: #204059;
    border: 1px solid white;
}

.sl_button_white_frame_button:hover {
    background-color: #e4e4e4;
}

.sl_button_text_white_frame_button {
    color: grey;
}

/**********************************************************************
                            SeaLionButton - PINK_BUTTON
************************************************************************/

.sl_button_pink_button {
    background-color: #ed4e78;
    white-space: nowrap;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 20px;
}

.sl_button_text_pink_button {
    color: white;
    font-size: 12px;
}

.sl_button_img_pink_button {
    padding-right: 10px;
}

/**********************************************************************
                            WindowWidget
************************************************************************/
.sl_windowWidgetHeaderActive, .sl_windowWidgetHeaderPassive, .sl_windowWidgetHeaderLight, .sl_windowWidgetHeaderTransparent{
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
}

.sl_windowWidgetHeaderActive {
    background-color:#204059;
    color: #f3f3f3;
}

.sl_windowWidgetHeaderPassive {
    background-color: #e4e4e4;
    color: #204059;
}

.sl_windowWidgetHeaderLight {
    background-color: white;
    color: #204059;
}

.sl_windowWidgetHeaderTransparent {
    color: #204059;
}

.sl_windowWidgetBodyActive, .sl_windowWidgetBodyPassive, .sl_windowWidgetBodyLight {
    background-color: #f3f3f3;
    color: #204059;
}

.sl_windowWidgetBodyActive {
}

.sl_windowWidgetBodyPassive {
}

.sl_windowWidgetBodyLight {
}


.sl_windowWidgetFrameActive, .sl_windowWidgetFramePassive, .sl_windowWidgetFrameLight {
}

.sl_windowWidgetFrameActive {
    background-color: #f3f3f3;
    border: 5px solid #204059;
}

.sl_windowWidgetFramePassive {
    background-color: #f3f3f3;
    border: 5px solid #e4e4e4;
}

.sl_windowWidgetFrameLight {
    background-color: #f3f3f3;
    border: 1px solid #e4e4e4;
}

/**********************************************************************
                            Activity selector
************************************************************************/

.sl_activitySelector
{
    border: 2px solid white;
}

.sl_activitySelector:hover
{
    border: 2px solid #204059;
    cursor: pointer;
}

/**********************************************************************
                            Menu mobile mode                
************************************************************************/

.sl_menu_mobile_item {
	color: #204059;
	background-color: white;
	font-family: Open Sans, Arial, Verdana, sans-serif;
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
	padding-left: 15px;
}

.sl_menu_mobile_item_text {
	color: #204059;
	background-color: white;
	font-family: Open Sans, Arial, Verdana, sans-serif;
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
}

.sl_menu_mobile_section_header {
	background-color: #204059;
	font-family: Open Sans, Arial, Verdana, sans-serif;
	font-size: 18px;
	padding-left: 10px;
}

.sl_menu_mobile_section_headerclosed,
	.sl_menu_mobile_section_headeropened {
	color: white;
	background-color: #204059;
	font-family: Open Sans, Arial, Verdana, sans-serif;
	font-size: 18px;
	padding-left: 10px;
}

/**********************************************************************
                            Mobile mode specific                
************************************************************************/
.sl_screen_title_icon_mobile {
	color: #204059;
	vertical-align: middle;
	white-space: normal;
	padding-top: 16px; /* corresponds to 2 * margin (8) between items in ScreenView.java*/
}

.sl_screen_title_mobile {
	color: #204059;
	vertical-align: middle;
	white-space: normal;
	font-size: 35px;
	/* font-family: 'Amatic SC', cursive; */
	font-family: Open Sans, Arial, Verdana, sans-serif;
	font-weight: bolder;
	padding-bottom: 0px; /*without bottom padding, space is created by margin (8) between items in ScreenView.java */
}

.sl_footer_mobile {
    padding: 10px;
    margin-top: 250px;
}

.sl_header_buttons_mobile
{
    padding-right: 10px;
}

.sl_ellipsis
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    line-height: 125%;
    vertical-align: middle;
}
/**********************************************************************
                            
************************************************************************/

.sl_users_tree_widget_course_node_div
{
	height: 28px;
	vertical-align: middle;
	padding-left: 3px;
	cursor: pointer;
}

/************* planning timetable ******************/
.planningTimetableSmartGwtEventWindowBody  {
	border-radius: 5px;
	padding: 0px, 2px, 0px, 2px;
	vertical-align: center;
    text-align: center;
	color : #204059;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
	margin: 0px;
}

/************* simple timetable ******************/
.simpleTimetableSmartGwtEventWindowBody  {
	padding: 0px, 2px, 0px, 2px;
	vertical-align: center;
    text-align: center;
	color : #204059;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
	margin: 0px;
}

/************* simple timetable ******************/
.disabledTimetableSmartGwtEventWindowBody  {
	border-radius: 5px;
	padding: 0px, 0px, 0px, 0px;
	vertical-align: center;
    text-align: center;
	color : #e4e4e4;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
	margin: 0px;
}

.openTimetableSmartGwtEventWindowBody  {
    border-radius: 5px;
 	border: 1px solid #e4e4e4;
	padding: 0px, 0px, 0px, 0px;
	vertical-align: center;
    text-align: center;
	color : #204059;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
	margin: 0px;
}

.sealionCalendarEventWindow  {
    border-radius: 5px;
	border: 1px solid #e4e4e4;
	padding: 0px, 0px, 0px, 0px;
	vertical-align: center;
    text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	margin: 0px;
}

/************* mimic HeaderItem style ******************/
.sl_mimicHeaderItemStyle{
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
    color: #4d4d4d;
}

/********************* rollover menu **********************/

@keyframes example {
  0%   {background-color: #b4d4fd;}
  100% {background-color:white;}
}

.sl_rollover_menu {
  border: 1px solid grey;
  background-color: white;
  border-radius: 3px;
}

.sl_rollover_menu:hover {
  animation-name: example;
  animation-duration: 1s;
}  

/**************** ListWidget ListItem **********************/
.sl_ListItemSeparator {
	border-bottom: 1px dotted gray;
	padding-bottom: 4px;
	margin-bottom: 16px;
}

/**************** ListWidget link **********************/
.sl_ListWidgetLink {
	white-space: nowrap;
}

/**************** OfferWidget offer tag *****************/
.sl_offerWidgetOfferTag {
  	color: #ed4e78;
  	font-family: Arial, Verdana, sans-serif;
  	font-size: 12px;
  	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	-webkit-transform: rotate(-30deg);
}
/*********** WindowWidget header form item **************/
.sl_windowWidgetHeaderItemFormActive, .sl_windowWidgetHeaderItemFormActiveOver {
  	color: #f3f3f3;
  	font-family: Arial, Verdana, sans-serif;
}

.sl_windowWidgetHeaderItemFormPassive, .sl_windowWidgetHeaderItemFormPassiveOver {
  	color: #204059;
  	font-family: Arial, Verdana, sans-serif;
}

.sl_windowWidgetHeaderItemFormLight, .sl_windowWidgetHeaderItemFormLightOver {
  	color: white;
  	font-family: Arial, Verdana, sans-serif;
}

.sl_windowWidgetHeaderItemFormActiveDisabled {
  	color: #ababab;
}

.sl_windowWidgetHeaderItemFormPassiveDisabled {
  	color: #ababab;
}

.sl_windowWidgetHeaderItemFormLightDisabled {
  	color: #ababab;
}

/*********** layout for displaying important information **************/
.sl_pink_info_layout {
	border-radius:5px;
	text-align: center;
	font-weight: bold;
    background-color: #ed4e78;
	width: auto;
}


/*============================================================
    Notifications
============================================================*/
.sl_notifyWarn,
.sl_notifyError,
.sl_notifyMessage,
.sl_notifyWarnRTL,
.sl_notifyErrorRTL,
.sl_notifyMessageRTL {
  color: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
}

.sl_notifyWarn,
.sl_notifyError,
.sl_notifyMessage {
  padding: 10px 45px 10px 10px;
}

.sl_notifyWarnRTL,
.sl_notifyErrorRTL,
.sl_notifyMessageRTL {
  padding: 10px 10px 10px 45px;
}

.sl_notifyWarn,
.sl_notifyWarnRTL {
  background-color: #ea9039;
  -moz-box-shadow: 0px 0px 5px #ea9039;
  -webkit-box-shadow: 0px 0px 5px #ea9039;
  box-shadow: 0px 0px 5px #ea9039;
}

.sl_notifyError,
.sl_notifyErrorRTL {
  background-color: #e34e42;
  -moz-box-shadow: 0px 0px 5px #e34e42;
  -webkit-box-shadow: 0px 0px 5px #e34e42;
  box-shadow: 0px 0px 5px #e34e42;
}

.sl_notifyMessage,
.sl_notifyMessageRTL {
  background-color: #28ac97;
  -moz-box-shadow: 0px 0px 5px #ccffcc;
  -webkit-box-shadow: 0px 0px 5px #ccffcc;
  box-shadow: 0px 0px 5px #ccffcc;
}

.sl_notifyWarnActionLink,
.sl_notifyErrorActionLink,
.sl_notifyMessageActionLink {
  padding: 0;
  border: none;
  font: inherit;
  cursor: pointer;
  background: none;
}

.sl_notifyWarnActionLink {
  color: #4F140E;
}

.sl_notifyErrorActionLink {
  color: #F39C12;
}

.sl_notifyMessageActionLink {
  color: #004080;
}

.sl_auto_horizontal_scroll {
	overflow-x: auto;
	overflow-y: visible;
	max-width: 100%;
}

.sl_windowBody {
  background-color: white;
  border: 0px;
}

.sl_dialog_button_layout_mobile {
  padding-top: 2px;	
  border-top: 1px solid rgb(204, 204, 204);
}

.sl_html-widget_gap4 {
	gap: 4px;
}

.sl_html-widget_gap8 {
	gap: 8px;
}

.sl_html-widget_text-blue {
	color: #204059;
}

.sl_html-widget_text-passive-gray {
	color: #808080;
}

.sl_html-widget_text-alert-red {
	color: #ff1a1a;
}

.sl_html-widget_text-green {
	color: rgb(84, 166, 36);
}

.sl_html-widget_cursor-pointer  {
	cursor: pointer;
}

.sl_html-widget_radius-border {
	border: solid 0.8px rgb(128, 128, 128);
	border-radius: 10px;
	padding: 10px;
}

.sl_html-widget_color_mark-horizontal-line {
	width: 100%;
	height: 10px;
	border-radius: 10px;
}

.sl_html-widget_color_mark-vertical-line {
	width: 10px;
	height: 60px;
	border-radius:10px;
}

.sl_html-widget_h-layout-v-align-center {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.sl_html-widget_v-layout-v-align-center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sl_html-widget_h-layout-center-center {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.sl_html-widget_h-layout-left-center{
	width: fit-content;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
}

.sl_html-widget_v-layout-center-center {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sl_html-widget_v-layout {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.sl_html-widget_title {
	font-weight: 700;
	font-size: 13.2px;
}

.sl_html-widget_title-upper-case {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13.2px;
}

.sl_html-widget_btn-icon, .sl_html-widget_btn-text, .sl_html-widget_btn-icon_disabled {
	background-color: #ffffff;
	border: 0.8px solid #cccccc;
	border-radius: 5px;
	color: rgb(54, 54, 54);
	font-weight: normal;
}

.sl_html-widget_btn-icon, .sl_html-widget_btn-text{
	cursor: pointer;
}

.sl_html-widget_btn-text {
	width: 120px;
	height: 33px;
}

.sl_html-widget_btn-icon, .sl_html-widget_btn-icon_disabled {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 26px;
}

.sl_html-widget_btn-text:hover, .sl_html-widget_btn-icon:hover {
	background-color: #e2e2e2;
	opacity: 1;
}

.sl_html-widget_icon-btn, .sl_html-widget_icon-btn_disabled {
	width: 16px;
	height: 16px;
}

.sl_html-widget_icon-btn {
	cursor: pointer;
}
.sl_html-widget_icon-btn_disabled {
	cursor: default;
}

.sl_html-widget_icon-left-margin8 {
	margin-left: 8px;
	width: 16px;
	height: 16px;
}

.sl_html-widget_flexible-element {
	flex-grow: 1;
}

.sl_offer-activity-widget_col-state {
	width: 90px;
}

.block-element_outer {
  position: relative;
}


.block-element_outer .block-element_outer_tool-strip {
  position: absolute;
  top: 0;
  /*right: 0;*/
  left: 0;
}

.block-element_outer_tool-strip {
  display: flex;
  /*width: 100%;*/
}

.outer_div_highlight {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   bottom: 0;
   background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
   z-index: 2;
   visibility: hidden;
}

.tool_container {
  width: 50%;
  display: flex;
  margin:5px;
}