﻿@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap');
BODY, HTML
{
  SCROLLBAR-FACE-COLOR: #f8ae1c;            /**** colorMain  ****/
  SCROLLBAR-HIGHLIGHT-COLOR: #f8ae1c;       /*******colorLight*********/
  SCROLLBAR-SHADOW-COLOR: #000000;          /******* colorDark *********/
  SCROLLBAR-3DLIGHT-COLOR: #000000;         /*******colorLight*********/
  SCROLLBAR-ARROW-COLOR: #000000;           /**** colorMainFont ****/
  SCROLLBAR-TRACK-COLOR: #ffffff;           /*******colorLight*********/
  SCROLLBAR-DARKSHADOW-COLOR: #000000       /******* colorDark *********/
}
BODY
{
  OVERFLOW: auto;
  COLOR: #000000;
  BACKGROUND-COLOR: #ffffff;
  MARGIN:0;
  PADDING:0;
}
INPUT
{
	BORDER: #f8ae1c 1px solid;                /******* colorBorder *********/
  BACKGROUND-COLOR: #ffffff
}

.label_small {width:80px;}
.label_medium {width:100px;}
.label_large {width:120px;}

.input_readonly
{
	border: 1px solid #aaaaaa;
}

.stntab, .stntab_selected, a.sstab, a.sstab_selected{	
    text-decoration: none;
    display: block;
    margin: 0px 10px 10px 10px;
    float: left;
    padding: 5px 0px 0px 0px;
    font-size: 14px;
    text-transform: uppercase;
    transition: 200ms;
}

TEXTAREA
{
	BORDER: #f8ae1c 1px solid;                /******* colorBorder *********/
  BACKGROUND-COLOR: #ffffff
}

.checkbox, .radio
{
	BORDER-RIGHT: 0px;
  BORDER-TOP: 0px;
  BORDER-LEFT: 0px;
  BORDER-BOTTOM: 0px
}

.bold {
  font-weight: bold;
}

#lector-task-properties > tbody > tr > td:nth-child(2) {
  padding-left: 25px;
}

.image
{
  BORDER-RIGHT: 0px;
  BORDER-TOP: 0px;
  BORDER-LEFT: 0px;
  BORDER-BOTTOM: 0px
}
.titleMenu
{
	font-size: 25px !important;	
    font-weight: normal;
}

.Graphic
{
  BACKGROUND-COLOR: #f8ae1c                 /**** colorMain  ****/
}
.GraphicH
{
  BACKGROUND-COLOR: #f8ae1c;                
  background-image:url('/global/get_bg_header.asp');
}
.GraphicHeader
{
border-bottom: 1px solid #b6b6b6;
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}
.GraphicW
{
  BACKGROUND-COLOR: #ffffff
}
.GraphicSC
{
  BORDER-COLOR: #f8ae1c;                    /******* colorBorder *********/
  BACKGROUND-COLOR: #f8ae1c;                /******* colorBorder *********/
}
IMG.SIko
{
  VERTICAL-ALIGN: top;
/*
  WIDTH: 16px;
  HEIGHT: 16px;
*/  
  WIDTH: 24px;
  HEIGHT: 24px;
  margin-right: 5px;
  border: 0px 
}
IMG.SPlMin
{
  VERTICAL-ALIGN: top;
 /* WIDTH: 16px;
  HEIGHT: 16px
  */
  width: 24px;
  height: 24px;
}
IMG.SLines
{
  VERTICAL-ALIGN: top;
/*  WIDTH: 16px;
  HEIGHT: 16px*/
  WIDTH: 24px;
  HEIGHT: 24px
}
DIV.SHide
{
  DISPLAY: none
}
SPAN.SNoAct
{
  /*FONT-SIZE: 8pt;*/
  FONT-SIZE: 14px;
  
  /*kvuli zarovnani*/
  line-height: 24px;
  height: 24px;
  CURSOR: pointer;
}
SPAN.SAct
{
  FONT-WEIGHT: bold;
  FONT-SIZE: 8pt;
  CURSOR: pointer;
}
TABLE.Grid
{
  PADDING-RIGHT: 0px;
  PADDING-LEFT: 0px;
  PADDING-BOTTOM: 0px;
  PADDING-TOP: 0px
}
.Cell
{
  FONT-SIZE: 12px;
  OVERFLOW: hidden;
  TEXT-INDENT: 5px;
  LINE-HEIGHT: 12px;
  BORDER-RIGHT: 1px solid;
  BORDER-TOP: 1px solid;
  BORDER-LEFT: 1px solid;
  BORDER-BOTTOM: 1px solid;
  BORDER-LEFT-COLOR: white;
  BORDER-BOTTOM-COLOR: silver;
  BORDER-TOP-COLOR: white;
  BORDER-RIGHT-COLOR: silver;
  CURSOR: default;
  COLOR: black;
  BACKGROUND-COLOR: white    
}
.ActCell
{
  FONT-SIZE: 12px;
  OVERFLOW: hidden;
  TEXT-INDENT: 5px;
  LINE-HEIGHT: 12px;
  FONT-WEIGHT: bold;
  CURSOR: default;
  COLOR: white;
  BACKGROUND-COLOR: blue;
  BORDER-RIGHT: 1px solid;
  BORDER-TOP: 1px solid;
  BORDER-LEFT: 1px solid;
  BORDER-BOTTOM: 1px solid;
  BORDER-LEFT-COLOR: blue;
  BORDER-BOTTOM-COLOR: silver;
  BORDER-TOP-COLOR: blue;
  BORDER-RIGHT-COLOR: silver
}
.RowNumber
{
  FONT-SIZE: 12px;
  OVERFLOW: hidden;
  TEXT-INDENT: 5px;
  LINE-HEIGHT: 12px;
  CURSOR: default;
  COLOR: black;
  BACKGROUND-COLOR: silver;
  BORDER-RIGHT: black 1px solid;
  BORDER-TOP: white 1px solid;
  BORDER-LEFT: white 1px solid;
  BORDER-BOTTOM: black 1px solid;
  TEXT-ALIGN: right
}
.ColumnTitle
{
  FONT-SIZE: 12px;
  OVERFLOW: hidden;
  TEXT-INDENT: 5px;
  LINE-HEIGHT: 12px;
  CURSOR: default;
  COLOR: black;
  BACKGROUND-COLOR: silver;
  BORDER-RIGHT: black 1px solid;
  BORDER-TOP: white 1px solid;
  BORDER-LEFT: white 1px solid;
  BORDER-BOTTOM: black 1px solid
}
.ActRow .Cell
{
  BORDER-BOTTOM-COLOR: silver;
  COLOR: black;
  BORDER-TOP-COLOR: silver;
  BACKGROUND-COLOR: silver;
  BORDER-RIGHT-COLOR: silver
}
.RowNumber ActRow
{
  CURSOR: default;
  COLOR: #ff0000;                           /*colorWarning*/
  BACKGROUND-COLOR: gray
}
.grid_row_tooltip
{
  background-color: #fef3dd;                /*******colorLight*********/  
  border: solid 1px black;
  position: absolute;
  padding: 5px;
  z-index: 1000;
}
.grid_row_tooltip_text
{
  font-size: 11px;
}
.popup_control_container
{
  padding: 4px;
  filter:shadow(color:#AAAAAA, strenght:10, direction:135); 
  z-index: 1000;  
}
.popup_control
{
  padding: 4px;
  border: solid 1px #F8AE1C;                /*******colorBorder*********/
  background-color: #FFFFFF;
}
.border_color
{
  border-color: #F8AE1C;                    /*******colorBorder*********/
  border-style: solid;
}
.button
{
  background-color: #f8ae1c;                /******* colorMain *********/
}
.button A, .button A:hover
{
  color: #000000;                           /******* colorMainFont *********/
}
.menuh, .menuh td, .menuhover, .menuhover td
{
  font-family: Verdana;
  FONT-WEIGHT: bold;
  FONT-SIZE: 10px;
  COLOR: #000000;                           /**** colorMainFont ****/
  TEXT-DECORATION: none;
}
A.menuh:hover
{
  COLOR: #ffffff                            /**** colorMainFontOver ****/
}
A.menuh_selected:hover
{
  COLOR: #F8AE1C!important;                 /**** colorMain2FontOver ****/
}
.menuh_selected, .menuh_selected td
{
  font-family: Verdana;
  FONT-WEIGHT: bold;
  FONT-SIZE: 10px;
  COLOR: #FFFFFF  !important;                           /**** colorMain2Font ****/
  TEXT-DECORATION: none;    
  BACKGROUND-COLOR: #000000;                            /**** colorMain2 ****/
}

td a.menuh, td a.menuhover
{
	height:17px;
	padding-top:3px;
}
td a.menuh_selected
{
	height:17px;
	padding-top:3px;
}
.menuhover
{	
	color: #FFFFFF;                           /**** colorMainFontOver ****/
}
.menubar
{
  font-family: Verdana;
  BORDER-RIGHT: white 1px solid;
  BORDER-TOP: white 1px solid;
  FONT-WEIGHT: bold;
  FONT-SIZE: 10px;
  LEFT: 60px;
  VISIBILITY: hidden;
  BORDER-LEFT: white 1px solid;
  COLOR: #ffffff;                           /**** colorMainFont ****/
  LINE-HEIGHT: 18px;
  BORDER-BOTTOM: white 1px solid;
  POSITION: absolute;
  TOP: 49px;
  BACKGROUND-COLOR: #f8ae1c;                /**** colorMain ****/ 
  TEXT-DECORATION: none;
  layer-background-color: '#f8ae1c'         /**** colorMain ****/ 
}
.menu1
{
  font-family: Verdana;
  /*FONT-WEIGHT: bold;*/
  FONT-SIZE: 10px;
  COLOR: #000000;
}
A.menu1:hover
{
  COLOR: #FFFFFF
}
.text12
{
  FONT-SIZE: 14px;
  COLOR: #000000;
}

.text14
{
  FONT-SIZE: 14px;
  COLOR: #000000;
}

.text12_disabled
{
    FONT-SIZE: 14px;
    COLOR: #BBBBBB;
}
.text12_highlight
{
    FONT-SIZE: 14px;
    COLOR: #F8381C;
}
.textodkazu
{
  FONT-SIZE: 12px;
  COLOR: #F8AE1C;                           /*******colorFont*********/
}
.text9
{
  FONT-SIZE: 9px;
  COLOR: #000000;
}
.title1
{
  FONT-SIZE: 14pt;
  COLOR: #000000;                        /*******colorTitleFont*********/
}
.title2
{
  FONT-WEIGHT: 450;
  FONT-SIZE: 16pt;
  COLOR: #000000;                           /*******colorTitleFont*********/
}
.titleh1
{
  FONT-WEIGHT: 450;
  FONT-SIZE: 14pt;
  COLOR: #000000;                           /*******colorTitleFont*********/
}
.titleh2
{
  FONT-WEIGHT: 450;
  FONT-SIZE: 12pt;
  COLOR: #000000;                           /*******colorTitleFont*********/
}
.titleh3
{
  FONT-WEIGHT: 450;
  FONT-SIZE: 10pt;
  COLOR: #000000;                           /*******colorTitleFont*********/
}
.titleDIV
{
    FONT-SIZE: 12px;
    VERTICAL-ALIGN: middle;
    COLOR: #000000;
}
.treeNoAct
{
  FONT-SIZE: 14px;
  CURSOR: pointer;
  TEXT-DECORATION: none;
  background-color: #FFFFFF;
}
.treeAct
{
  FONT-WEIGHT: bold;
  FONT-SIZE: 8pt;
  CURSOR: pointer;
  TEXT-DECORATION: none;
  background-color: #FFFFFF;
}
.array
{
    LEFT: 240px;
    OVERFLOW: hidden;
    WIDTH: 360px;
    POSITION: absolute;
    TOP: 5px;
    HEIGHT: 365px;
    scrollbars: no
}
.option
{
    FONT-SIZE: 13px;
    CURSOR: default;
    COLOR: #000000;
    BACKGROUND-COLOR: #ffffff;
    TEXT-DECORATION: none
}
.tree_small
{
    LEFT: 0px;
    WIDTH: 100%;
    POSITION: relative;
    TOP: 0px;
    HEIGHT: 95px
}
A
{
    COLOR: #000000;
}

/*td.sstab_selected, td.sstab 
{
  border: 2px solid #F8AE1C;				
}/**** colorMain ****/

/*.sstab_selected, .sstab_selected a
{
  font-family: Arial;
  FONT-WEIGHT: bold;
  TEXT-DECORATION: none;
  FONT-SIZE: 12px;
  COLOR: #FFFFFF;                           /**** colorMain2Font ****/
  /*BACKGROUND-COLOR: #000000;                /**** colorMain2 ****/
  /*line-height:180%
}
A.sstab_selected:hover
{
/*	COLOR: #F8AE1C;                           /**** colorMain2FontOver ****/
/*}

.sstab, .sstab a
{
  font-family: Arial;
  FONT-WEIGHT: bold;
  TEXT-DECORATION: none;
  FONT-SIZE: 12px;
  COLOR: #000000;                           
  BACKGROUND-COLOR: #ffffff;                
  line-height:180%
}

A.sstab:hover
{*/
/*	COLOR: #F8AE1C;							/**** colorMain ****/                   
/*}*/

td.catalog_tab_selected, td.catalog_tab 
{
  border-top: 2px solid #F8AE1C;				/**** colorMain ****/
  border-left: 2px solid #F8AE1C;				/**** colorMain ****/
  border-right: 2px solid #F8AE1C;				/**** colorMain ****/
}

.catalog_tab_selected, .catalog_tab_selected a
{
  font-family: Arial;
  FONT-WEIGHT: bold;
  TEXT-DECORATION: none;
  FONT-SIZE: 12px;
  COLOR: #FFFFFF;                           /**** colorMain2Font ****/
  BACKGROUND-COLOR: #f1f1f1;             
  line-height:180%
}
A.catalog_tab_selected:hover
{
	COLOR: #F8AE1C;                           /**** colorMain2FontOver ****/
}

.catalog_tab, .catalog_tab a
{
  font-family: Arial;
  FONT-WEIGHT: bold;
  TEXT-DECORATION: none;
  FONT-SIZE: 12px;
  COLOR: #000000;                           
  BACKGROUND-COLOR: #ffffff;                
  line-height:180%
}

A.catalog_tab:hover
{
	COLOR: #F8AE1C;							/**** colorMain ****/                   
}

.bgcolor
{
    BACKGROUND-COLOR: #f8ae1c;              /**** colorMain ****/
}
.impcolalert
{
	COLOR: #ff0000;                           /*colorWarning*/
}
.impcol
{
	COLOR: #F8AE1C;                           /*******colorFont*********/
}
.impcoldark
{
	COLOR: #000000;
}
.HelpLine
{
	color: #F8AE1C                            /*******colorBorder*********/
}
.helpHeaderBack
{
	background-color: #F8AE1C                /*******colorMain*********/
}
.helpSplitLine
{
	border-left: 3px groove #FFFFFF
	
}
.tree
{
  FONT-SIZE: 10px;
  COLOR: #000000;
  TEXT-DECORATION: none;
	/*border: 1px	solid #F8AE1C;*/                /*******colorBorder*********/
	background-color: #FFFFFF;
	height: 99%;
	/*min-width: 25%;*/
	
}

.treeSt
{
    FONT-SIZE: 8pt;
    TEXT-DECORATION: none;
    background-color: #FFFFFF;
 }

.tree2
{
  FONT-SIZE: 10px;
  COLOR: #000000;
  BACKGROUND-COLOR: #FEF3DD;                /*******colorLight*********/ 
  TEXT-DECORATION: none
}
.tree3
{     
  COLOR: #000000;
  TEXT-DECORATION: none;    
	background-color: #FFFFFF;
	cursor:pointer;
	FONT-SIZE: 8pt;
}
.treeover
{
  FONT-WEIGHT: bold;
  COLOR: #000000;
  TEXT-DECORATION: none;
  FONT-SIZE: 8pt;
}
.treeover2
{
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    BACKGROUND-COLOR: #FEF3DD               /*******colorLight*********/ 
}
.tree2 a, .treeover2 a
{
  BACKGROUND-COLOR: transparent;
}
.tree_frame 
{
	FONT-SIZE: 8pt;
    TEXT-DECORATION: none;
	BORDER: 1px	solid #F8AE1C;                /*******colorBorder*********/
}
.treeG
{
    FONT-SIZE: 8pt;
    TEXT-DECORATION: none;
    background-color: #FFFFFF;
 }
 
.treeG2{
    FONT-SIZE: 9pt;
    TEXT-DECORATION: none;
    background-color: #FFFFFF;
}  
 
.hrline
{
   border-bottom: 1px solid #000000;
  width: 210px;
  margin-top: 2px;
  margin-left: 4px;
  margin-right: 4px;
  height: 3px;
  line-height: 0px; 
}
.hrMenuLine
{
  background-color: #000000;
  color: #000000;
  border: 0 none;
  height: 1px;
  width: 202px;
}
.FontW
{
    COLOR: #a82443                                          /*colorWarning*/
}
.working
{
  background-color:#FFFFFF;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000000;
}
.listOptionNormal
{
  color: black; 
}
.listOptionDisabled
{
  color: silver; 
}
.listOptionConflicting
{
  color: #ff0000;                           /*colorWarning*/
}
hr
{
  border : 0;
  height: 2px;
  color: #F8AE1C;                           /*******colorBorder*********/
  background-color: #f8ae1c                 /*******colorBorder*********/
}
.discussion_border, .tree_border
{
  border: 1px solid #F8AE1C;                /*******colorBorder*********/
}
.discussion_item_header
{
  border-left: solid 2px #F8AE1C;           /*******colorBorder*********/
}
.discussion_item_header_bymoderator
{
  border-left: solid 2px #F8AE1C;           /*******colorBorder*********/
}
.discussion_item_header_bymoderator_theme
{
  border-left: solid 2px rgba(167, 165, 164, 0.53);
}
.discussion_item_header_bymoderator_root
{
  border-left: solid 2px rgba(167, 165, 164, 0.53);
  margin-left: 2px;
}
.discussion_item_header_bymoderator_child
{
  border-left: solid 2px rgba(167, 165, 164, 0.53);
  margin-left: 25px;
}
.discussion_item_header_theme
{
  border-left: solid 2px rgba(167, 165, 164, 0.53);
}
.discussion_item_header_root
{
  border-left: solid 2px rgba(167, 165, 164, 0.53);
  margin-left: 2px;
}
.discussion_item_header_child
{
  border-left: solid 2px rgba(167, 165, 164, 0.53);
  margin-left: 25px;
}
.discussion_item_text_root
{
  border-left: solid 1px #A7A5A4; 
  border-right: solid 1px #A7A5A4; 
  padding-left: 10px;
  margin-left: 0px;
}
.discussion_item_text_child
{
  border-left: solid 1px #A7A5A4; 
  border-right: solid 1px #A7A5A4; 
  padding-left: 10px;
  margin-left: 25px;
}
.discussion_item_panel
{

}

.discussion_item_title a
{
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}
.discussion_note, .home_note, .note
{
  font-size: 12px;
  color: #666666;
}
.home_calendar_day_title
{
  font-size: 12px;
  font-weight: bold;
  background-color: #fef3dd;                /*******colorLight*********/  
  line-height: 20px;
  padding-left: 5px;
}
.home_shortcut_link a
{
  font-size: 14px;
  font-weight: bold;
}
.home_shortcut_background
{
  filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#ffffff', startColorstr='#fef3dd', gradientType='1');         /*******colorLight (#fef3dd)*********/  
}
.grid_input
{
	BORDER: 0px;
	BACKGROUND-COLOR: transparent;
  FONT-SIZE: 11px;
  MARGIN-TOP: -2px;
  MARGIN-BOTTOM: -2px;
  MARGIN-RIGHT: 2px;
}
.note
{
  /*font-size: 12px;*/
  font-size: 14px;
  color: #666666;
}
.vub_calendar_container
{
  /*border: solid 1px #F8AE1C; */               
}
.vub_calendar_table
{
	border: solid 1px black;
  border-collapse: collapse;
}
.vub_calendar_table  td
{
  border: solid 1px black;
}
.vub_calendar_term, .vub_calendar_exchange, .vub_calendar_workload, .vub_calendar_exchange_none, 
.vub_calendar_object, .vub_calendar_object td, .vub_calendar_object div,
.vub_calendar_header, .vub_calendar_header td, .vub_calendar_header div
{
  font-size: 11px;
  text-align: center;
}
.vub_calendar_object
{
  height: 25px;
}
.vub_calendar_term, .vub_calendar_none
{
  width: 100%;
  height: 25px;
}
.vub_calendar_hour, .vub_calendar_day
{
  padding-top: 2px;
  width: 75px;
  height: 18px;
}
.vub_calendar_term
{
  padding-top: 6px;
  background-color: #abd6fe;
}
.vub_calendar_exchange, .vub_calendar_exchange_none
{
  font-size: 1px;
}
.vub_calendar_exchange
{
  width: 100%;
  height: 25px;
  background-color: #ffdf12;
}
.vub_calendar_workload
{
  width: 100%;
  height: 25px;
  background-color: #4be56b;
}
.vub_calendar_disabled_row
{
  background-color: lightgray;
}
.vub_calendar_data td
{
  vertical-align: top;
}
.calendar_month_weekday, .calendar_month_day1, .calendar_month_day2, .calendar_month_day_date, .calendar_month_day_item
{
  font-size: 11px;
}
.calendar_month_frame
{
  border: solid 1px #f8ae1c;                /*******colorBorder*********/
}
.calendar_month_weekday
{
  background-color: gray;
  color: white;
  text-align: center;
  height: 15px;
  font-weight: bold;
  padding: 2px;
  border-right: solid 1px #dddddd;
}
.calendar_month_table
{
  border-collapse: collapse;
}

.calendar_month_day1
{
  border: solid 1px black;
  background-color: #ffffff;
}
.calendar_month_day2
{
  border: solid 1px black;
  background-color: #eeeeee;
}
.calendar_month_day_date
{
  text-align: right;
  padding-right: 3px;
}
.calendar_month_day_item
{
  font-weight: bold;
  font-size: 9px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  padding: 2px;
}
.calendar_month_day_item_A, .calendar_month_day_item_S
{
  background-color: #abd6fe;
}
.calendar_month_day_item_U
{
  background-color: #ffdf12;
}
.calendar_month_day_item_C
{
  background-color: #ffe0ae;
}
.print_users
 {
  page-break-after: always;
}
.itemBorderTop, .itemBorder, .itemBorderAll, .itemBorderBottom {
  background-color: #f8ae1c;                /**** colorMain ****/
}
#combo_1
{
height:18px !important;
}
.option
{
padding-right:0px !important;
padding-left:0px !important;
|padding-left:2px !important;
}

#user_profile {  
  height: 1700px !important;
}

@media screen and (max-width: 1256px){
	#user_profile {
		margin: 0px 5px 0px 5px !important;		
		overflow-x: auto !important;
	}
}
@media screen and (max-width: 820px){
	#user_profile {
		margin: 0px 5px 0px 5px !important;
		overflow-x: auto !important;
	}
}
#news_left
{
width:150px !important;
}
#tree
{
BORDER: 1px	solid #F8AE1C;                  /*******colorBorder*********/
/*margin-top:22px;
|margin-top:0px;
height:420px !important;*/
}
#treeTooltip , #treeTooltip td
{
  border-style: none;
}
#treeTooltip
{
  background-color: #fef3dd;                /*******colorLight*********/
  border-style:solid;
  border-width:1px;
  border-color: Black;
  z-index:100;
  min-width: 200px;
  max-width: 500px;
}
#treeTooltip td
{
  font-size: 11px;
  color: black;
  text-align: left;
  padding-left: 5px;
}
#treeTooltip th
{
  font-size: 11px;
  color: black;
  text-align: left;
  font-weight: bold;
}
#treeTooltip table
{
  padding:2px;
}
table.default
{
  border-color:black
}
#content button:not(.img_button_wrapper) {
  color: #000000;                            /******* colorMainFont *********/
  background-color:#ffffff;                  /******* colorMain *********/
  font-weight: normal;
  border:none;
  margin:2px;
  padding-top:1px;
  padding-bottom:1px;
  cursor:pointer;
  padding-left:10px;
  padding-right:10px;
  border: 2px solid #f8ae1c;   				/**** colorMain ****/
}
#content .even {
  background-color:#fff3db;                 /******* colorLight *********/  
}
table.default th {
  background-color: #f8ae1c;                /********  colorMain  **********/
  color: #000000;                           /********  colorMainFont  **********/
  font-weight:bold;
  border-bottom:solid 1px black;
}
.error_message
{
  border: 1px solid #F8AE1C;                /*******colorBorder*********/
  background-color: #FEF3DD;                /*******colorLight*********/   
  padding: 5px;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #ff0000;                           /*colorWarning*/
}
.input_button
{
  white-space: nowrap;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  background-color: #ffffff;
  cursor: pointer;
  padding-top: 2px;
  padding-bottom: 1px;
  border: 2px solid #f8ae1c;   				/**** colorMain ****/
}
  
.itemCat
{
  FONT-WEIGHT: bold;
  FONT-SIZE: 11px;
  COLOR: #000000;
  TEXT-DECORATION: none
}
A.itemCat:hover
{
  COLOR: #f8ae1c                        /**** colorMainFont ****/
}
.titleCourse
{
  FONT-WEIGHT: bold;
  FONT-SIZE: larger;
  COLOR: #000000
}
.subtitleCourse
{
  FONT-WEIGHT: bold;
  COLOR: #000000
}
.tblborderbackground
{
    BORDER: #f8ae1c 1px solid;        /*******colorBorder*********/
    FONT-SIZE: 12px;    
    BACKGROUND-COLOR: #ffffff
}
.tblcart
{
  BORDER: #f8ae1c 1px solid;           /*******colorBorder*********/  
  FONT-SIZE: 12px;   
  BACKGROUND-COLOR: #ffffff
}
.tblcarttitle
{
  FONT-WEIGHT: bold;
  FONT-SIZE: 12px;
  BACKGROUND-COLOR: #f8ae1c                 /********  colorMain  **********/
}
.menuh1
{
  FONT-WEIGHT: bold;
  FONT-SIZE: 10px;
  COLOR: #000000;                           /**** colorMainFont ****/
  BACKGROUND-COLOR: #f8ae1c;                /**** colorMain ****/
  TEXT-DECORATION: none
}
A.menuh1:hover
{
    COLOR: #ffffff                          /**** colorMainFontOver ****/
}
.StudentGridth 
{
  color: #000000;                           /**** colorMainFont ****/
  font-size:10px; 
  line-height:18px; 
  background-color: #f8ae1c;                /********  colorMain  **********/
}
.hour_suda
{
    BORDER-RIGHT: black 0px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: black 0px solid;
    PADDING-LEFT: 0px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    BACKGROUND: white;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    BORDER-LEFT: black 0px solid;
    WIDTH: 45px;
    COLOR: gray;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: black 0px solid;
    HEIGHT: 30px;
    TEXT-ALIGN: center
}
.hour_licha
{
    BORDER-RIGHT: black 0px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: black 0px solid;
    PADDING-LEFT: 0px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    BACKGROUND: gray;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    BORDER-LEFT: black 0px solid;
    WIDTH: 45px;
    COLOR: white;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: black 0px solid;
    HEIGHT: 30px;
    TEXT-ALIGN: center
}
.week, #day
{
    BORDER-RIGHT: white 1px solid;
    BORDER-TOP: white 1px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    BACKGROUND: white;
    MARGIN: 0px;
    VERTICAL-ALIGN: bottom;
    BORDER-LEFT: white 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: white 1px solid;
    TEXT-ALIGN: center
}
#template
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BACKGROUND: #cccccc;
    LEFT: 50px;
    MARGIN: 0px;
    BORDER-LEFT: black 1px solid;
    WIDTH: 300px;
    CURSOR: pointer;
    BORDER-BOTTOM: black 1px solid;
    POSITION: relative;
    TOP: 200px;
    HEIGHT: 50px
}
#hours
{
    BORDER-RIGHT: #f8ae1c 1px solid;        /*******colorBorder*********/
    PADDING-RIGHT: 0px;
    BORDER-TOP: #f8ae1c 1px solid;          /*******colorBorder*********/
    PADDING-LEFT: 0px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    BACKGROUND: white;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    VERTICAL-ALIGN: middle;
    OVERFLOW: auto;
    BORDER-LEFT: #f8ae1c 1px solid;         /*******colorBorder*********/
    WIDTH: 100%;
    COLOR: white;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: #f8ae1c 1px solid;       /*******colorBorder*********/
    HEIGHT: 300px;
    TEXT-ALIGN: left;
    top-margin: 0px
}
#calendar
{
    BORDER-RIGHT: gray 0px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: gray 0px solid;
    PADDING-LEFT: 0px;
    BACKGROUND: white;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    VERTICAL-ALIGN: middle;
    BORDER-LEFT: gray 0px solid;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: gray 0px solid
}
/*#action
{
    BORDER-RIGHT: red 2px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: red 2px solid;
    PADDING-LEFT: 0px;
    BACKGROUND: #f8fc80;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    VERTICAL-ALIGN: middle;
    BORDER-LEFT: red 2px solid;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: red 2px solid;
    TEXT-ALIGN: center
}      */
.action_C
{
    BORDER-RIGHT: gray 1px solid;
    PADDING-RIGHT: 1px;
    BORDER-TOP: gray 1px solid;
    PADDING-LEFT: 1px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9px;
    BACKGROUND: #ffe0ae;                                 /*colorMain3*/
    PADDING-BOTTOM: 1px;
    VERTICAL-ALIGN: text-top;
    BORDER-LEFT: gray 1px solid;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: gray 1px solid;
    HEIGHT: 100%;
    TEXT-ALIGN: left
}
.action_U
{
    BORDER-RIGHT: gray 1px solid;
    PADDING-RIGHT: 1px;
    BORDER-TOP: gray 1px solid;
    PADDING-LEFT: 1px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9px;
    BACKGROUND: #ffdf12;                                /*colorDark*/
    PADDING-BOTTOM: 1px;
    VERTICAL-ALIGN: text-top;
    BORDER-LEFT: gray 1px solid;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: gray 1px solid;
    HEIGHT: 100%;
    TEXT-ALIGN: left
}
.action_A, .action_S
{
    BORDER-RIGHT: gray 1px solid;
    PADDING-RIGHT: 1px;
    BORDER-TOP: gray 1px solid;
    PADDING-LEFT: 1px;
    FONT-SIZE: 9px;
    BACKGROUND: #abd6fe;                              /*colorMain2*/
    COLOR: #000000;                                   /*colorMain2Font*/
    PADDING-BOTTOM: 1px;
    VERTICAL-ALIGN: text-top;
    BORDER-LEFT: gray 1px solid;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: gray 1px solid;
    HEIGHT: 100%;
    TEXT-ALIGN: left
}
.action_COURSE
{
    BORDER-RIGHT: gray 1px solid;
    PADDING-RIGHT: 1px;
    BORDER-TOP: gray 1px solid;
    PADDING-LEFT: 1px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9px;
    BACKGROUND: #DAB5FF;                              /*colorMain*/
    COLOR: #000000;                                   /*colorMainFont*/
    PADDING-BOTTOM: 1px;
    VERTICAL-ALIGN: text-top;
    BORDER-LEFT: gray 1px solid;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: gray 1px solid;
    HEIGHT: 100%;
    TEXT-ALIGN: left;
}
.action_none
{
    BORDER-RIGHT: gray 0px solid;
    PADDING-RIGHT: 1px;
    BORDER-TOP: gray 0px solid;
    PADDING-LEFT: 1px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 4px;
    BACKGROUND: #ffffff;
    PADDING-BOTTOM: 1px;
    VERTICAL-ALIGN: text-top;
    BORDER-LEFT: gray 0px solid;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: gray 0px solid;
    HEIGHT: 4px;
    TEXT-ALIGN: left
}
.day_in_week
{
  border: 1px solid gray;
  background: #FFFFFF;
  height: 720px;
}
.day_in_week_course
{
  border: 1px solid gray;
  background: #FFFFFF;
  HEIGHT: 100%;
}				
.week_head
{
  border: 2px solid #F8AE1C;                /*******colorBorder*********/
}		
.news_border
{
  border: 1px solid #F8AE1C;                /*******colorBorder*********/
  width: 100%;
}
.news_border table
{
 /* width:350px;*/
  |width: 100%;
}		
.subordinate_user_info
{
  position: absolute;
  top: 14px;
  left: 160px;
  font-size: 12px;
  color: #FFFFFF;
}
.registration_asterisk
{
  font-size: 13px;
  margin-left: 2px;
  color: #a82443;
}
.registration_note
{
  line-height: 10px;
  font-size: 10px;
  color: #666666;
}
.tab
{
  border-bottom: 1px solid #F8AE1C;         /*******colorBorder*********/
  padding-top: 1px;
  background-color: #fef3dd;                /*******colorLight*********/ 
}
.tab_selected
{
  border-top: 1px solid #F8AE1C;            /*******colorBorder*********/
  border-left: 1px solid #F8AE1C;           /*******colorBorder*********/
  border-right: 1px solid #F8AE1C;          /*******colorBorder*********/
  border-bottom: 0px;
  padding-top: 0px;
  background-color: #FFFFFF;
}
.tab_line
{
  border-bottom: 1px solid #F8AE1C;         /*******colorBorder*********/
}
.panel_header
{
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;                           /**** colorMain2Font ****/
  text-decoration: none;
  line-height: 20px;
  background-color: #000000;                /**** colorMain2 ****/
}
.panel_header_executive,.panel_group_header
{
  font-weight: bold;
  font-size: 12px;
  color: #000000;                           /**** colorMainFont ****/
  text-decoration: none;
  line-height: 20px;
  background-color: #f8ae1c;                /**** colorMain ****/
}
.itemBorderTop, .itemBorder, .itemBorderAll, .itemBorderBottom {
  background-color: #f8ae1c;                /**** colorMain ****/
}
#order_tbl td{
font-size:9px;
}
.vub_table
{
  border-collapse: collapse;
}
.vub_table_header td, .vub_table_data td
{
  vertical-align: middle;
  font-size: 10px;
  padding: 4px;
  text-align: center;
}
.vub_table_header td
{
  font-weight: bold;
  color: #FFFFFF;
  background-color: #000000;
}
.course_info_section_header
{
  background-color: #f8ae1c;                /********  colorMain  **********/
  line-height: 25px;                        
  font-size: 16px;
  color: #000000;                           /********  colorMainFont  **********/
  padding-left: 5px;
}
confbody
{
	margin:0px;
	padding:0px;
	background-color:transparent;	
}
.mhandle
{
	cursor: move;
}
.btn
{
	cursor: pointer;
}
#workplace
{
	position: absolute; 
	top: 50px;
	left: 200px;
	height: 555px;
	width: 790px;
	border: 1px dotted black; 
	overflow: hide; 
	background: #cccccc;
	margin: 0px;
	cursor: pointer;
}
#tools
{
	position: absolute; 
	top: 132px;
	left: 13px;
	width: 182px;
	border: 1px solid #F8AE1C;                /*******colorBorder*********/
	background: Menu;
}
#htools
{
	background: #000000; 
	font: caption;
	color: #ffffff; 
	padding: 2px; 
	margin: 0px;
	width: 100%;
}   
#props
{
	position: absolute; 
	top: 430px;
	left: 13px;
	width: 182px;
	border: 1px solid #F8AE1C;                /*******colorBorder*********/
	background: Menu;
}
#hprops
{
	background: #000000; 
	font: caption;
	color: #ffffff; 
	padding: 2px; 
	margin: 0px;
	width: 100%;
}   
#brows
{
	position: absolute; 
	top: 558px;
	left: 13px;
	width: 182px;
	border: 1px solid #F8AE1C;                /*******colorBorder*********/
	background: Menu;
}
#hbrows
{
	background: #000000; 
	font: caption;
	color: #ffffff; 
	padding: 2px; 
	margin: 0px;
	width: 100%;
}   
#repository
{
	position: absolute; 
	top: 558px;
	left: 13px;
	width: 182px;
	border: 1px solid #F8AE1C;                /*******colorBorder*********/
	background: Menu;
}
#hrepository
{
	background: #000000; 
	font: caption;
	color: #ffffff; 
	padding: 2px; 
	margin: 0px;
	width: 100%;
}   
#dragObj
{
	position: absolute;
	border: 1px dotted #0a246a;
}
#prop
{
	font: menu;
	color: #000000;
	padding: 2px; 
	margin: 2px;
}
.tmenu
{
	font: menu;
	color: #000000;
	border: 1px solid Menu;
	background: Menu;
	cursor: default;
}
.tmenusel
{
	font: menu;
	color: #000000;
	border: 1px solid #0a246a;
	border: 1px solid #F8AE1C;                /*******colorBorder*********/
	background: #bcbec4;
	cursor: move;
}
.timg
{
	vertical-align: middle;
	margin: 2px;
	width: 16px;
	height: 16px;
}        
.objImg
{
	position: absolute;
	font: caption;
	border: 1px dotted #0a246a;
	background: #ffffff;
	width: 150px;
	height: 150px;
	overflow: hidden;
	cursor: move;
}
.asset
{
	position: absolute; 
	border: 0; 
	overflow: hidden;
}
.dragasset
{
	position: absolute; 
	background: #00cc00; 
	font-size: 3px;
}
.menuimg
{
	position relative; 
	width: 16px; 
	height: 16px; 
	border: 1px solid menu;
	cursor:pointer;
}
.menuimgsel
{
	position relative; 
	width: 16px; 
	height: 16px; 
	border: 1px solid #0a246a; 
	background: #bcbec4;
	cursor:pointer;
}
.menuline
{
	border-left: 1px solid black; 
	width: 0; 
	height: 20; 
	vertical-align: top;
}
.browspanel
{
	margin: 2px; 
	overflow: auto; 
	font: menu;
}     
.repositorypanel
{
	margin: 2px; 
	overflow: auto; 
	font: menu;
}     
.object_label
{
  position: absolute;
  font: caption;
  background-color: #f8ae1c;                /********  colorMain  **********/
  padding-left: 5px;
  padding-right: 5px;
}
.left_side
{
  background-color: #FFFFCC;
}
.right_side
{
  background-color: #EEEEEE;
}
.DIVQProp
{
    BORDER-RIGHT: #f8ae1c 1pt solid;        /*******colorBorder*********/
    BORDER-TOP: #f8ae1c 1pt solid;          /*******colorBorder*********/
    FLOAT: left;
    OVERFLOW: auto;
    BORDER-LEFT: #f8ae1c 1pt solid;         /*******colorBorder*********/
    BORDER-BOTTOM: #f8ae1c 1pt solid;       /*******colorBorder*********/
}
.option
{
    FONT-SIZE: 13px;
    CURSOR: default;
    COLOR: #000000;
    BACKGROUND-COLOR: #ffffff;
    TEXT-DECORATION: none
}
.GridInput 
{ 
	BORDER: 0px;
	BACKGROUND-COLOR: transparent;
  FONT-SIZE: 11px;
  MARGIN-TOP: -2px;
  MARGIN-BOTTOM: -2px;
  MARGIN-RIGHT: 2px;
}
.BlockPrerequisities_GridInput 
{ 
	BORDER: 0px;
	BACKGROUND-COLOR: transparent;
  FONT-SIZE: 10pt;
  MARGIN-TOP: -2px;
  MARGIN-BOTTOM: -2px;
  MARGIN-RIGHT: 2px;
}
.BlockPrerequisities_grid_row_tooltip 
{ 
  margin-left: 50; 
  margin-top: -20; 
  width:535; 
  border-top: 1px solid #f8ae1c;            /*******colorBorder*********/
  padding: 0px;
}
.BlockPrerequisities_grid_row_tooltip_text 
{ 
  font-size: 8pt; 
}
.BlockPrerequisities_ValueError 
{ 
  background-color: #fcc; 
}
.field_set_label
{
  font-weight: bold;
  color: #000000;
}
.field_set
{
  border: 1px solid #f8ae1c;                /*******colorBorder*********/
  margin-top: 10px;
}
.UIHelpTooltip
{
  margin-left: 3px;
}
.UITooltip
{
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 1100;
	box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.15);
  border-radius: 8px;
}
.UITooltipIframe
{
  position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter: mask();
	width: 2000px;
	height: 1000px
}
.UITooltipContent
{
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF;                
  padding: 3px;
  border-radius: 8px;
  padding: 10px;
}
.UITooltipContentClose
{
  cursor: pointer;
  float: right;
  margin: 3px;
  position: relative;
  font-size: 25px;
  font-weight: 100;
  top: -14px;
  right: -3px;
  color: rgba(0, 0, 0, 0.67);
}
.UITooltipContentImageWrapper
{
  float:right; 
  cursor:pointer; 
  margin-left:15px; 
  padding:0px;
}
.UITooltipContentImage{
  background-color: #000000;
}
.UIHelpTooltipUl
{
  margin: 0px 0px 0px 18px; 
  padding: 0px;
}
.UIHelpTooltip
{
  margin-left: 3px;
	vertical-align: middle;
}
.UITooltip
{
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 1100;
}
.UITooltipIframe
{
  position:absolute;
                top:0;
                left:0;
                z-index:-1;
                filter: mask();
                width: 2000px;
                height: 1000px
}
.UIHelpTooltipUl
{
  margin: 0px 0px 0px 18px; 
  padding: 0px;
}
.highlight
{
  color: #FF0000;                           /*colorWarning*/
  font-weight: bold;
}
.highlight_input
{
	BORDER: 1px solid #FF0000;                /*colorWarning*/
  color: #FF0000;                           /*colorWarning*/
}
.title_gui
{
    COLOR: #FFCC66;
    FONT-SIZE: 18pt;
    FONT-WEIGHT: bold
}
.about_link {
  cursor: pointer;
}

.UIGridShowRows, .UIGridButtons, .UIGridActualPage
{
  /*font-size: 12px;*/
  font-size: 14px;
}

.UIGridActualPage
{
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}

.UIGridTable
{
  /*font-size: 12px;*/
  font-size: 14px;
  border-collapse: separate;
  border-spacing: 0px;
  border-radius: 15px;
  border: #f2f4f7 1px solid;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
  cursor: default;
}

.UIGridTable .UIGridRowOdd:last-child td:first-child,
.UIGridTable .UIGridRowEven:last-child td:first-child {
  border-bottom-left-radius: 15px;
}
  
.UIGridTable .UIGridRowOdd:last-child td:last-child,
.UIGridTable .UIGridRowEven:last-child td:last-child
{
  border-bottom-right-radius: 15px;
}

.UIGridTable tr:first-child th:first-child {
  border-top-left-radius: 15px;
}
  
.UIGridTable tr:first-child th:last-child {
  border-top-right-radius: 15px;
}

.UIGridTable>tbody>tr:not(:last-child)>td, .UIGridTable th
{
  /*border: 1px solid #000000;*/
  border-bottom: #f2f4f7 1px solid;
}

.UIGridTable tr
{
  height: 38px;
  /*height: 34px*/
}

.UIGridTable>tbody>tr>td:first-child,
.UIGridTable>tbody>tr>th:first-child
{
  padding-left: 10px !important;
}

.UIGridTable>tbody>tr>td:last-child,
.UIGridTable>tbody>tr>th:last-child
{
  padding-right: 10px !important;
}

.UIGridTable tr th
{
  height: 35px;
  /* background-color: #f2f4f7; */
  /*height: 45px;*/

  /*
  font-size: 14px;
  font-weight: regular;
  font-family: arial;*/
}
.UIGridTable tr tr
{
  height: auto;
}

.UIGridTable td
{
  /*font-size: 12px;*/
  font-size: 14px;
}

.UIGridTable td td
{
  border: none;
}


.UIGridTable th
{
  font-size: 13px;
  font-weight: 450;
  background-color: #f8ae1c;                /********  colorMain  **********/
  color: #ffffff;   						       /* colorMainFont */
  text-align:left; 
}

.UIGridHeader, .UIGridFooter
{
  /*background-color: #f1f1f1;                /*******colorLight*********/ 
  height: 35px;
	font-size: 14px;
}

.UIGridBackground
{
  /*background-color: #f1f1f1;                /*******colorLight*********/ 
}

.UIGridRowEven
{
  background-color: #ffffff;                /*******colorLight*********/ 
}

.UIGridRowOdd
{
  background-color: #ffffff;
}

.UIGridPageButton
{
  padding-left: 3px;
}

.UIGridRowTooltip
{
   background-color: #fef3dd;               /*******colorLight*********/ 
   border: solid 1px #f8ae1c;               /*******colorBorder*********/
   position: absolute;
   padding: 5px;
   z-index: 1000;
}

.UIGridRowTooltipText td
{
   font-size: 11px;
}

.UIGridActionButton, .UIGridActionButtonDisabled
{
/*  height: 17px;
  background-color: #ffffff;                
  color: #000000;                           
  font-size: 11px;
  padding-left: 3px;
  padding-right: 3px;
  border: 2px solid #f8ae1c;					/**** colorMain ****/
  
   height: 18px;
   background-color: rgb(255, 255, 255);
   font-size: 14px;
   margin-right: 7px;
   margin-left: 0px;
   margin-bottom: 7px;
   margin-top: 5px;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 4px;
   padding-bottom: 8px;
   border-image-source: initial;
   border-image-slice: initial;
   border-image-width: initial;
   border-image-outset: initial;
   border-image-repeat: initial;
   border: 1px solid rgb(248, 174, 28);
   border-radius: 25px;

}

.UIGridActionButton
{
  cursor: pointer;
}

.UIGridActionButtonDisabled
{
  cursor: default;
}

.UIGridActionButton table, .UIGridActionButtonDisabled table
{
  font-size: 12px;
}

.UIGridButtons td
{
  padding-left: 5px;
}

.UIGridCheckBox
{
  border: 0;
  background-color: transparent;
  color: black;
}

.UIGridPageButton
{
  color: #ffffff;   /******* colorMainFont *********/
}

.UIGridRowTooltip
{
   background-color: #ddf2ff;  /******* colorLight *********/ 
   border: solid 1px #6cb3de;  /******* colorBorder *********/
}

.UIGridActionButton, .UIGridActionButton td
{
  color: #000000;  
}

.UIGridActionButtonDisabled, .UIGridActionButtonDisabled td
{
  color: #878787;  
  font-size: 12px;
}

.UIGridGradientBottom{
	height: 30px;
	width: 100%;
	position: sticky;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(255,255,255,1));
}

.UIGridNewItem{
	color: rgba(0,0,0,0.37);
	margin-left: 8px;
	vertical-align: middle;
}
.UIGridNewItemWrapper{
	display: inline-block;
	cursor: pointer;
}

.tabsSettingTable
{
  margin-top:10px;
}

.tabsSettingTable tr td, .tabsSettingTable tr th
{
  white-space: nowrap;
}

.tabsSettingTable IMG
{
  cursor:pointer;
  margin-top:10px;
}

.choiceHrefIcon{                
  background-color: #f8ae1c;   /******* colorMain *********/
}

.module_text_logo{
  background-color: #f8ae1c;    /******* colorMain *********/
}

.about_text{
  font-family: Candara;
  font-size: 14px;
  font-weight: bold; 
}

.about_note
{
  font-size: 9px;
}

.about_text_bg{
  background-image: url("/global/get_png_4_css.asp?file=about_bg.png"); 
  background-repeat: repeat-x;
}

.about_logo_bg{
  background-image: url("/global/get_png_4_css.asp?file=about_kontis_logo.png"); 
  background-repeat: no-repeat;
}

.span_button
{
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.8);                        
}

.span_button_disabled, .span_button_disabled:hover
{
  color: #808080;                        
}

.span_button,
.span_button_disabled
{
  background-color: #ffffff;  
  padding: 3px 10px 3px 10px;
  font-weight:400;
  border: 1px solid #f8ae1c;   				/**** colorMain ****/
  vertical-align: middle;
  border-radius: 25px;
}

.span_button, .span_button:hover
{            
  cursor:pointer;
}

.span_button_disabled, .span_button_disabled:hover
{            
  cursor:default;
}

.span_button img, .span_button_disabled img
{
  background-color: #f8ae1c;   				/**** colorMain ****/
  vertical-align: middle;
}

.customer_color_text
{
  color: #F8AE1C;
}                                           /* colorFont */

.customer_color_border
{
  border-color: #F8AE1C;                    /* colorBorder */
}

.customer_color_background
{
  background-color: #f8ae1c;                /* colorMain */
}

.customer_color_text_on_background
{
  color: #FFFFFF;                           /* colorMainFont */
}

.UIButton
{
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,0.80);                          
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  cursor: pointer;
  background-color: #ffffff;              
  height: 21px;
  line-height: 21px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #bebebe;
  padding: 0 12px 0 12px;
  border-radius: 25px;
  line-height: 38px;
  box-shadow: 4px 4px 12px 0 rgba(0,0,0,0.10);
}

#timeline .UIButton
{
  font-size: 11px;
  height: 20px;
  line-height: normal;
}

.timeline_filter
{
  font-size: 11px;
  border-collapse: collapse;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  cursor: default;
  background-color: #ffffff;
}

.timeline_filter td, .timeline_filter th
{
  /*border: 1px solid #000000;*/
}

.timeline_plan_bcolor
{
  background-color: #000000;                
}

.timeline_plan_tcolor
{
  color: #000000;
}

.timeline_validity_bcolor
{
  background-color: #d9f2ff !important;                /* colorMain */
}

.timeline_validity_tcolor
{
  background-color: #d9f2ff;
 
}

.timeline_limit_bcolor
{
  background-color: #fde5d9 !important;                /* colorMain2 */
}

.timeline_limit_tcolor
{
  background-color: #fde5d9;
}

.timeline_table_text, .timeline_table
{
  font-size: 14px;
}

.timeline_table
{
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  cursor: default;
  border: 1px solid #000000;
  background-color: #ffffff;
   width: 92%;
   text-align: center;
}

.timeline_table td, .timeline_table th
{
  white-space: nowrap;
   vertical-align:middle;
}

.timeline_table th
{
  height:35px;
  font-size: 14px;
  font-weight: bold;
  background-color: #f8ae1c; 
                /* colorMain */
 /* border-bottom: 1px solid #f8cf7d;         /* colorDark */

}

.timeline_table_th_border
{
  border-left: 1px solid #f8cf7d;           /* colorDark */
}

.timeline_date_th
{
  /*max-width: 20px; */
  /*height: 45px;*/
}

.timeline_date_th_groupped
{
  /*max-width: 40px;*/ 
  /*min-width: 40px; */
  /*height: 45px;*/
}

.timeline_date
{
  padding:3px;
}

.timeline_item
{
  width: 25px;
  height: 24px;
  text-align: center;
  position: relative;
 
  display: inline-flex;
  background-image: url("timeline_calendar.png");
}
.day{
  font-weight: bold;
  position: relative;
    top: 7px;
    left: 4.5px;
    min-width: 15.578px;
}
.timeline_none
{
  width: 2px;
  height: 20px;
}

.timeline_item_desc
{
  position: absolute;
  padding-top: 3px;
  padding-left: 25px;
  white-space: nowrap;
}

.timeline_first
{
  background-color: #ededed;                /* colorLight */
  height:45px;
}                
.timeline_second
{
  background-color: #dbdbdb;                /* colorLight */
  height:45px;
}                
.timeline_third
{
  background-color: #c9c9c9;                /* colorLight */
  height:45px;
}                
.timeline_fourth
{
  background-color: #b8b8b8;                /* colorLight */
  height:45px;
}                
.timeline_fifth
{
  background-color: #ffffff;                /* colorLight */
  height:45px;
} 
.courseTitle{
  position: relative;
  top: 7px;
  left: 4px;
}               

.timeline_even
{
  background-color: #fef3dd;                /* colorLight */
  height:30px;
}                                                   

.timeline_odd
{
	height:30px;	
}
.groupcolumn{
  padding-right: 20px; 
  position:sticky; 
  left:0px; 
  z-index:99;
  border-right: 1px solid lightgrey;
  text-align: left;
}
.timeline_odd td, .timeline_even td{
	border-bottom: 1px #e2e2e2  solid;
}

.tabs_top,.tabs_top_right,.tabs_top_left,.tabs_right,.tabs_left,.tabs_bottom,.tabs_bottom_left,.tabs_bottom_right{
   border-color:  #F8AE1C;                /* colorBorder */
}

.choiceHrefIcon,.module_text_logo, .customer_color_background, .timeline_validity_bcolor, .timeline_table th, .pb_poz_max,.ui-widget-header
{
  BACKGROUND-COLOR: #F8AE1C;             /* colorMain */  
}

.image
{
  BORDER-RIGHT: 0px;
  BORDER-TOP: 0px;
  BORDER-LEFT: 0px;
  BORDER-BOTTOM: 0px;
  background-color: #f8ae1c;                /******* colorMain *********/
}

#addIconDialog,.ui-dialog{
background-color: #ffffff;
}

/*A IMG, .UIHelpTooltip,*/ IMG.SIko , .GraphicH IMG, /*.image_button IMG,*/ .image, .discussion_item_title IMG, .rating IMG
{
   background-color: #F8AE1C;              /******* colorMain *********/
}
 
/*IMG[onclick]
{
  background-color: #F8AE1C;               /******* colorMain *********/
}*/

#addIconDialog IMG, .ui-button-text {
    background-color: #F8AE1C;                                 /******* colorMain *********/
}

.grid_cell IMG, #bookmark_content a IMG{
  background-color: transparent;
}

.radioResult1, .divResult1
{
	background-color: F8AE1C !important;        /******* colorMain *********/
}

.radioResult2, .divResult2
{
	background-color: #f8cf7d !important;       /******* colorDark *********/  
}

.radioResult1
{
	border:solid 1px Gray;
}
	
.radioResult2
{
 border:solid 1px Black;
}

.favourite_course img {
	background-color: #F8AE1C !important;        /******* colorMain *********/
}

.UIGridActionButton td{
   color: #000000;                             
}

BODY, BODY *
{
  font-family: 'Readex Pro', Arial;
  font-weight: 300;
}
.lang1
{
    font-size: 12px;
    text-align: right;
    position: relative;
    top: -10px;
}
.lang1 form
{
    margin: 0px;    
}
.lang1 form select
{
    font-size: 12px;
}
.lang1 #lang1_title
{
    height: 20px;
    line-height: 18px;
}
#stromTooltip , #stromTooltip td
{
    border-style: none;
}

#stromTooltip
{
    background-color: #fef3dd;               /*******colorLight*********/ 
    border-style:solid;
    border-width:1px;
    border-color: Black;
    z-index:100;
    min-width: 200px;
    max-width: 500px;
}

#stromTooltip td
{
   font-size: 11px;
   color: black;
   text-align: left;
   padding-left: 5px;
}

#stromTooltip th
{
   font-size: 11px;
   color: black;
   text-align: left;
   font-weight: bold;
}

#stromTooltip table
{
    padding:2px;
}

.module_logo_admin
{
  BACKGROUND-COLOR: #f8ae1c!important;        /*******colorModuleAdmin*********/ 
}

.module_logo_student
{
  BACKGROUND-COLOR: #f8ae1c!important;        /*******colorModuleStudent*********/ 
}

.module_logo_lector
{
  BACKGROUND-COLOR: #f8ae1c!important;        /*******colorModuleLector*********/ 
}

.module_logo_messenger
{
  BACKGROUND-COLOR: #f8ae1c!important;        /*******colorModuleMessenger*********/ 
}

.module_logo_reporter
{
  BACKGROUND-COLOR: #f8ae1c!important;        /*******colorModuleReporter*********/ 
}

.module_logo_tester
{
  BACKGROUND-COLOR: #f8ae1c!important;        /*******colorModuleTester*********/ 
}

.module_logo_conference
{
  BACKGROUND-COLOR: #f8ae1c!important;        /*******colorModuleConference*********/ 
}

.module_logo_library
{
  BACKGROUND-COLOR: #f8ae1c!important;        /*******colorModuleLibrary*********/ 
}

.module_logo_home
{
  BACKGROUND-COLOR: #f8ae1c!important;        /*******colorModuleHome*********/ 
}

.module_logo_catalog 
{
  BACKGROUND-COLOR: #f8ae1c!important;        /*******colorModuleCatalog *********/ 
}

.UIMenuItem
{
  padding-right: 5px; 
  padding-left: 5px; 
}
  
.UIMenuItem, .UIMenuItemA
{
  font-family: Arial;
  font-size: 12px;
  font-weight: bold; 
}

.UIMenuSubmenu, .UIMenuSubmenuA
{
  font-family: Arial;
  font-size: 11px;
  font-weight: bold; 
}

.UIMenuItemA
{
  text-decoration: none;
  line-height: 30px;
}

.UIMenuSubmenuA
{
  text-decoration: none;
  line-height: 20px;
}

.UIMenuItemSelectedTD1, .UIMenuItemTD1, .UIMenuItemSelectedTD2, .UIMenuItemTD2,
.UIMenuItemSelectedTD3, .UIMenuItemTD3, .UIMenuItemSelectedTD4, .UIMenuItemTD4
{
  background-color: #D0D0D1;      /**** colorMain ****/
}

.UIMenuSubmenuTop
{
  background-image:url("/global/get_menu_img.asp?t=st"); 
  background-repeat:repeat-x;
}

.UIMenuSubmenuSeparator
{
  background-image:url("/global/get_menu_img.asp?t=ss"); 
  background-repeat:repeat-x;
}

.UIMenuSubmenuHrSeparator
{
}

.UIMenuItemSelectedTD1
{
  background-image:url("/global/get_menu_img.asp?t=sl"); 
  background-repeat:no-repeat;
}

.UIMenuItemSelectedTD2
{
  background-image:url("/global/get_menu_img.asp?t=si"); 
  background-repeat:no-repeat;
}

.UIMenuItemSelectedTD3
{
  background-image:url("/global/get_menu_img.asp?t=sm"); 
  background-repeat:repeat-x;
}

.UIMenuItemSelectedTD4
{
  background-image:url("/global/get_menu_img.asp?t=sr"); 
  background-repeat:no-repeat;
}

.UIMenuSubmenuTD
{
  padding-left: 15px;
  padding-right: 15px;
}

.UIMenuItemA, .UIMenuSubmenuA
{
  color: #000000;                 /**** colorMainFont ****/
}

.UIMenuItemA:hover, .UIMenuSubmenuA:hover, .UIMenuItemSelectedTD3 .UIMenuItemA
{
  color: #ffffff;                 /**** colorMainFontOver ****/
}

.UIMenuSubmenu
{
  position: absolute; 
  z-index: 1200;
  background-color: #D0D0D1;      /**** colorMain ****/ 
  border-left: 1px solid #888888;   /**** colorDark ****/ 
  border-right: 1px solid #888888;  /**** colorDark ****/ 
  border-bottom: 1px solid #888888; /**** colorDark ****/ 
  margin-left: -19px;
  padding-bottom: 10px; 
}

.UIMenuSubmenuHR
{
  background-color: #000000;    /**** colorMainFont ****/   
  color: #000000;               /**** colorMainFont ****/
  border: 0;
  height: 1px;
  margin: 5px 0px;
}

.UIModuleHeaderLink
{
  font-size: 9px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
}

.link
{
  cursor: pointer;
  text-decoration: underline;
  white-space:nowrap;
  display:inline-block;
  color: black;
}

.grid_button{
  margin: 0px 5px;
  cursor: pointer;
}

.disabled {
    background-color:#F0F0F0 !important;
    cursor:text !important;
}

.disabledCursorPointer {
    background-color:#F0F0F0 !important;
    cursor:cursor !important;
}

.enabled {
    background-color:#FFFFFF !important;
    cursor:text !important;
}

.tree_status_icon
{
  VERTICAL-ALIGN: top;
  WIDTH: 12px;
  HEIGHT: 16px;
  border: 0px 
}

.courseview_description{
  white-space:nowrap;
  height: 14px;
  width:600px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis; 
}



.catalog
{
  /* padding:15px 0px; */
	/*background-color: #F1F1F1;*/
}
.catalogBackground
{
	background-color: #FFFFFF;
}

#sectionsPanel {
  /* padding-left: 25px;   */
}

#catalog-tiles, .catalog-button-block, .catalog-message-block {
  margin-left: 25px;  
  margin-right: 25px;
}

.catalogPanel
{
  /* margin-top: 10px; */
  float:left;
  clear: both;
  width: 100%;
}

.catalogItem *, .newCatalogItem *
{
	font-family: Calibri;
}

.catalogItem
{
	float:left;
	margin: 15px 0px 0px 15px;
	width:400px;
	background-color: #D5D6D5;
}

.newCatalogItem:hover, .newCatalogItem div:hover
{
  filter: alpha(opacity=90);
	opacity: 0.9;
}

.newCatalogItem
{
	float:left;
	margin: 0px 15px 15px 0px;
	width:200px;
	background-color: #D5D6D5;
}

.catalogItem  table, .newCatalogItem  table
{
	border-collapse: collapse;
}

.catalogItem td.firstChild, .catalogItem td.lastChild
{
	width:20px;
}

.catalogItemPanelTitle
{
	background-image: url("/global/get_png_4_css.asp?file=catalogItemArrowLine.png");
	background-position:0px 20px;
	background-repeat:repeat-x;
	padding: 20px 0px 0px 0px;
}

.catalogItemPanelTitle div
{
	float:right;
	padding:0px 10px 0px 28px;
	height:24px;
	max-width:310px;
	overflow:hidden;
	font-size: 18px;
	font-weight:bold;
	background-image: url("/global/get_png_4_css.asp?file=catalogItemArrow.png");
	background-position:0px 0px;
	background-repeat:no-repeat;
}

.catalogItemPanelTitle div, .catalogItemPanelTitle div a, .newCatalogItemPanelTitle div, .newCatalogItemPanelTitle div a
{
	vertical-align:middle;
}

.catalogItemPanelTitle div a, .newCatalogItemPanelTitle div a
{
	display:inline-block;
	color: #ffffff;
  text-decoration: none;
}

.newCatalogItemPanelTitle 
{
	height:30px;
	vertical-align:top;
}

.newCatalogItemPanelTitle div
{
	padding:0px 5px;
	height:30px;
	line-height:30px;
	width:190px;
	max-width:190px;
	overflow:hidden;
  white-space:nowrap;
	font-size: 18px;
	font-weight:bold;
  position:absolute;
}

.newCatalogItemPanelTitle div.newCatalogWrapper
{
  padding: 0px;
}

.catalogItemPanelAuthor, .newCatalogItemPanelAuthor
{
  text-align:right;
  font-size: 13px;
  font-weight:bold;
}

.newCatalogItemPanelAuthor
{
  padding:2px 5px;
}

.catalogItemPanelLanguage
{
  font-weight:bold;
}

.catalogItemPanelLogo
{
	width:186px;
}

.catalogItemPanelLogo div
{
	border: 3px solid #939598;
}

.catalogItemPanelLogo img
{
	width:158px;
  height: 125px;
}

.catalogItemPanelLogo a
{
	background-color: #C2C2BF;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 115px;
  width: 160px;
	font-size:0px;
}

.catalogItemPanelDescriptionHeaderRating
{
	height:20px;
	background-color: #C1B9B4;
  vertical-align: middle;
	background: url("/global/get_gif_4_css.asp?file=boxShaddow.gif") repeat-y scroll right center rgba(0, 0, 0, 0);  
  background-color: #B5B7B6;
  padding-right:20px;
}
.catalogItemPanelDescriptionFooterPrice div
{
  font-size:0px;
  vertical-align:middle;
  line-height:30px;
	height:30px;
  position: relative;
  background-color: #acacac;
}

.catalogItemPanelDescriptionFooterPrice table
{
	height:30px;
  width:135px;
	text-align:center;
  vertical-align:middle;
  display:inline-table;
}

.catalogItemPanelDescriptionFooterPrice table td.price_rightRounding
{
	background-image: url("/global/get_png_4_css.asp?file=price_rightRounding.png");
  background-repeat: no-repeat;
  background-position: left;
  width: 10px;
  height: 29px;
}

.catalogItemPanelDescriptionFooterPrice table td.price_leftRounding
{
	background-image: url("/global/get_png_4_css.asp?file=price_leftRounding.png");
  background-repeat: no-repeat;
  background-position: right;
  width: 10px;
  height: 29px;
}

.catalogItemPanelDescriptionFooterPrice #price
{
	background-color: #939598;
  font-size:18px;
  padding: 0px 3px;
}

.catalogItemPanelDescription
{
	background-color: #B5B7B6;
}

.catalogItemPanelDescription div
{
	min-height: 79px;
	max-height: 79px;
	height: 79px;
  overflow: hidden;
	color: #58595b;
	font-size: 13px;
	padding:2px 10px;
}

.newCatalogItemPanelContent
{  
	background-color: #B6B8B7;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #D2D2D2),
    color-stop(0.85, #B6B8B7)
  );
  background-image: -o-linear-gradient(     top,       #D2D2D2 0%, #B6B8B7 85%);
  background-image: -moz-linear-gradient(   top,       #D2D2D2 0%, #B6B8B7 85%);
  background-image: -webkit-linear-gradient(top,       #D2D2D2 0%, #B6B8B7 85%);
  background-image: -ms-linear-gradient(    top,       #D2D2D2 0%, #B6B8B7 85%);
  background-image: linear-gradient(        to bottom, #D2D2D2 0%, #B6B8B7 85%);
}

.newCatalogItemPanelContentCover
{
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.85, rgba(182, 184, 183, 1)),
    color-stop(1, rgba(182, 184, 183, 1))
  );
  background-image: -o-linear-gradient(     top,       rgba(182, 184, 183, 0) 85%, rgba(182, 184, 183, 1) 100%);
  background-image: -moz-linear-gradient(   top,       rgba(182, 184, 183, 0) 85%, rgba(182, 184, 183, 1) 100%);
  background-image: -webkit-linear-gradient(top,       rgba(182, 184, 183, 0) 85%, rgba(182, 184, 183, 1) 100%);
  background-image: -ms-linear-gradient(    top,       rgba(182, 184, 183, 0) 85%, rgba(182, 184, 183, 1) 100%);
  background-image: linear-gradient(        to bottom, rgba(182, 184, 183, 0) 85%, rgba(182, 184, 183, 1) 100%);
}

.newCatalogItemPanelContent, .newCatalogItemPanelContentCover, .newCatalogItemPanelContentWrapper
{
	height: 170px;
  width: 184px;
  overflow: hidden;
	color: #58595b;
	font-size: 13px;
	padding:5px 8px;
  position:absolute;
}

.newCatalogItemPanelContentWrapper
{
  padding:0px;
}

.newCatalogItemPanelContentImage
{
  border: 2px solid #939598;
  font-size:0px;
  margin-bottom:5px;
}

.newCatalogItemPanelContentCell
{
	height: 180px;
  vertical-align:top;
}

.newCatalogItemPanelRating
{
  background-color: #DDDDDD;
  width:85px;
}

.newCatalogItemPanelAuthor
{
  background-color: #B6B8B7;
  background-image: url("/global/get_png_4_css.asp?file=new_catalog_rating_gradient.png");
  background-repeat: repeat-y;
}

.newCatalogItemPanelAuthor div
{
  width:105px;
  white-space: nowrap;
  overflow: hidden;
}

.catalogItemPanelButtons div.detailButtonsBackground
{
	position: relative;
	width: 100%;
	float:left;
  height: 46px;
  filter: alpha(opacity=40);
  opacity:0.4;
}

.catalogItemPanelButtons div.detailButtons
{
	position: relative;
	background-color: #d9c7bb;
	top: -46px;
  height: 0px;
	width: 100%;
	float:left;
}

.catalogItemPanelButtons div.detailButtons ul
{
	margin-top:0px;
}

.catalogItemPanelButtons div.detailButtons li
{
	position: absolute; 
	height: 35px; 
	display: block; 
	list-style: none;
	margin-top:11px;
}

.catalogItemPanelButtons div.detailButtons li a
{
	height: 35px; 
	display: inline-block; 
	padding-left: 40px;
	padding-top: 4px;
	vertical-align:middle;
  text-decoration: none;
  font-size: 13px;
} 


.detailButton,
.signInButton             { background: url("/global/get_png_4_css.asp?file=catalogItemButtons_sprite.png") no-repeat top left; }
                                                                    
.detailButton          { background-position: 0 0; width: 36px; height: 35px; } 
.detailButton a:hover  { background: url("/global/get_png_4_css.asp?file=catalogItemButtons_sprite.png") 0 -55px no-repeat; } 

.signInButton             { background-position: 0 -220px; width: 36px; height: 35px; } 
.signInButton a:hover     { background: url("/global/get_png_4_css.asp?file=catalogItemButtons_sprite.png") 0 -275px no-repeat; } 
  
.catalogItemPanelButtons li.detailButton     { left: 237px; } 
.catalogItemPanelButtons li.signInButton   { left: 310px; }

.small_attachment        
{ 
  padding: 2px;
  width:100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  
}
.small_attachment a     { text-decoration:none;}
.small_attachment *   { vertical-align:bottom;}

.subtitleCourseContentIndent{
  padding-left:10px;
  display: inline-block;
}

.goal_eval_preview_table, .goal_eval_preview_step_title, .goal_eval_preview_vertical_text,
.goal_eval_preview_category_title
{
  font-size: 12px;
  color: #000000;
}
.goal_eval_preview_step_title, .goal_eval_preview_vertical_text
{
  font-size: 14px !important;
  font-weight: bold !important;
}

.goal_eval_preview_table
{
  font-size: 11px;
  border-collapse: collapse;
  border: solid #000000 1px; 
}

.goal_eval_preview_table th, .goal_eval_preview_table td
{
  border: solid #aaaaaa 1px;
}

.goal_eval_preview_table th
{
  font-size: 12px;
  background-color: #d0d0d1;                  /*colorMain*/
}

/*not grandchild td*/
.goal_eval_preview_table td td
{
  border: 0px;
}

.goal_eval_preview_col_user
{
  min-width: 120px;
}

.goal_eval_preview_col_goal
{
  min-width: 90px;
}

.goal_eval_preview_col_target_state
{
  min-width: 90px;
}

.goal_eval_preview_col_measurement
{
  min-width: 90px;
}

.goal_eval_preview_col_due_date
{
  min-width: 60px;
}

.goal_eval_preview_col_accomplishments
{
  min-width: 120px;
}

.goal_eval_preview_col_result
{
  width: 85px;
}

.goal_eval_preview_col_comment
{
  min-width: 90px;
}

.goal_eval_preview_col_hidden_step
{
  width: 15px;
}

.goal_eval_preview_step_title img
{
  background-color: transparent!important;
}

.goal_eval_preview_step_title td
{
  border: 0;
}

.goal_eval_preview_vertical_text 
{
  width: 15px; 
  line-height: 13px;
}

.goal_eval_preview_vertical_text td
{
  border: 0;
}

.goal_eval_preview_category_title
{
  background-color: #838282;    /*colorMain2*/
  color: #ffffff;               /*colorMain2Font*/
  font-weight: bold;
}

.goal_eval_preview_category_title IMG
{
  background-color: transparent!important;
}

.hidden{
  visibility: hidden;
}

.displayNone{
  display: none;
}

.catalog_section_tile_name_table {
  width: 95px;
  height: 50px;
  top: -37px;   
  position: relative;   
}

.catalog_section_tile_name_table_left {
  left: 40px; 
}

.catalog_section_tile{
  margin: 5px; 
  float: left;
  color: rgba(0, 0, 0, 0.5); 
  background-color: #bfbfbf36;
  border-radius: 30px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.02);
}
.catalog_section_tile:hover 
{
  filter: alpha(opacity=90);
	opacity: 0.9;
}

.categoryIcon, .categoryIconNew {
  float: left;
  padding: 10px;
  margin: 8px;
  background-color:  #e3e4e7;
  border-radius: 25px;
  transition: 150ms;
}
.catalog_section_tile_small{
  width: 148px; 
  height:40px; 
}
.catalog_section_tile_big{
  height:200px; 
  width: 318px; 
  transition: 150ms;
}

.catalog_section_tile_small .catalog_section_tile_name {
  width: 110px;
}


.catalog_section_tile_header{
  height:40px; 
  display: inline-block;
  overflow: hidden;
}

.tile_header_big{
  width: 313px;
  height:55px !important; 
  display: inline-block !important;
  overflow: hidden !important;
}

.catalog_section_tile_img{
  font-size: 0px !important; 
  position: relative !important; 
  top: 3px !important; 
  left: 0px !important; 
  width: 32px !important; 
  height: 32px !important;
}

.tile_img_big {
  font-size: 0px !important; 
  position: relative !important; 
  top: 11px !important; 
  left: 2px !important; 
  width: 32px !important; 
  height: 32px !important;    
}

.catalog_section_tile_name:hover {
  cursor: pointer;
}


.catalog_section_tile_name{
  text-align: left;
  font-size: 14px;
  max-height: 38px;
  line-height: 20px;
  word-wrap: normal;
  z-index: 100;
  color: rgba(0, 0, 0, 0.5);
}

.catalog_section_tile_name_16{
  font-size: 16px;
  overflow: hidden;
}

.categoryIcon {
  cursor: pointer;
}

.tile_name_big{
  left: 40px !important; 
  text-align: left !important; 
  position: relative !important; 
  top: -24px !important; 
  font-size: 18px !important; 
  height: 32px !important;
  line-height: 20px !important;
  overflow: hidden !important;
  word-break: break-word !important;
  z-index: 100 !important;
  color: black;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  cursor: pointer;
}

.catalog_section_tile_name_cover, .catalog_course_tile_name_cover {
}

.tile_name_cover_big {
  left: 254px !important; 
  width: 60px !important; 
  position: relative !important; 
  top: -65px !important; 
  height: 30px !important;
  z-index: 101 !important;   
}


.categoryIconNew:hover {
  background-color: rgba(241, 241, 241, 0.7); 
}

.catalog_section_tile_name_cover{
  left: 122px;
  width: 30px;
  position: relative;
  top: -88px;
  height: 50px;
  z-index: 101;  
}

.catalog_section_tile_courses{
  font-size: 10px;
  z-index: 101;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  top: -134px;
  left: 124px;
  color: #b6b6b6;
  text-align: right;
  width: 25px;
}

.tile_courses_big{
  font-size: 10px !important; 
  z-index: 101 !important; 
  white-space: nowrap !important; 
  position: relative !important; 
  display: inline-block !important; 
  top: -61px !important; 
  padding-left: 5px !important; 
  /*left: 267px !important;*/
  left: 256px !important;  
}

.catalog_section_tile_line{
  font-size: 0px; 
  position: relative; 
  left: 10px; 
  height: 1px; 
  /*width: 255px;*/
  width: 245px; 
  z-index: 100; 
  top: -25px;
  background-color: #b6b6b6; 
  overflow:hidden;
}

.catalog_section_tile_subsections a {
  text-decoration: none !important;
}

.catalog_section_tile_subsections{
  height: 140px;
  overflow: hidden;
  display:inline-block;
}
.catalog_section_tile_subsections ul{
    margin: 2px 0px;
    max-width: 275px;
    overflow: hidden;
    list-style-type: none;
}

.catalog_section_tile_subsections ul li:hover {
  text-decoration: underline;
  cursor: pointer;
}

.catalog_section_tile_subsections ul li{
  font-size: 14px;
  padding: 3px;
  white-space: nowrap;
}
.catalog_section_tile_subsections ul li span{
  color: rgba(0, 0, 0, 0.5);
}
.catalog_section_tile_subsections_no_bullet{
  list-style: none;
}

.catalog_course_tile {
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  width: 160px;
  margin: 5px 6px 30px 4px;
  float: left;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.10);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.03);
  transition: 150ms ease-in;
}
.catalog_course_tile:hover
{
  filter: alpha(opacity=90);
	opacity: 0.9;
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.20);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.20);
}
.catalog_course_tile_image{
  position: relative;
  height:115px;
  width: 158px;
  font-size: 0px;
}
.catalog_course_tile_image img{
  border: none;
  height:115px;
  width: 160px;
}
.catalog_course_tile_header{
  height:52px; 
  width: 160px;
  top:0px;
  left:0px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 16px;
  white-space:nowrap;
}
.catalog_course_tile_name{
  position: relative;
  width: 148px;
  height:20px; 
  line-height: 20px;
  margin-left: 10px;
  margin-top: 6px;
  margin-right: 10px;
  overflow: hidden;
}
.catalog_course_tile_name2{
  top:0px;
  position: relative;
  height:20px; 
  line-height: 20px;
  margin-top: 2px;
  width: 148px;
  overflow:hidden;
  margin-left: 10px;
  margin-bottom: 5px;
  margin-right: 10px;  
  z-index: 100;
}
.catalog_course_tile_name2_cover{
  top: -25px;
  z-index: 100;
  left: 126px;
  position: relative;
  width: 32px;
  height: 20px;  
    
  background-image: -o-linear-gradient(     right,    rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: -o-linear-gradient(     right,    rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: -moz-linear-gradient(   right,    rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: -webkit-linear-gradient(right,    rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: -ms-linear-gradient(    right,    rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: linear-gradient(        to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.catalog_course_tile_text_over_image {
  padding: 4px; 
  position: absolute; 
  top: 0px; 
  left: 0px;
  overflow: hidden;
  height: 87px;
}

.catalog_course_tile_author, .catalog_course_tile_author_norating{
  font-family: Calibri !important;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  line-height:12px;
  z-index: 100;
  color: #afafaf;
}
.catalog_course_tile_author_norating{
  position: relative;
  height:12px;
  width: 158px;
}
.catalog_course_tile_author_norating span{
  margin:0px 10px;
  width: 138px;
  display: inline-block;
  overflow: hidden;
}
.catalog_course_tile_author{
  position: relative;
  height:12px;
  width: 158px;
}
.catalog_course_tile_author span{
  margin:0px 10px;
  width: 138px;
  display: inline-block;
  overflow: hidden;
}
.catalog_course_tile_author_cover{
  top: -12px;
  left: 120px;
  position: relative;
  width: 31px;
  height: 12px;
  z-index: 100;
    
  background-image: -o-linear-gradient(     right,    rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: -o-linear-gradient(     right,    rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: -moz-linear-gradient(   right,    rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: -webkit-linear-gradient(right,    rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: -ms-linear-gradient(    right,    rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: linear-gradient(        to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.catalog_course_tile_rating{
  top:-2px;
  left:0px;
  position: relative;
  height:20px;
  width: 100%;
}
.catalog_wait_icon{
  text-align:center;
  padding:60px 60px 0px 60px;
  background-position: center top;
  background-repeat: no-repeat;
}

#catalog-section-wrapper {
  margin: 0px 25px 25px 25px;
  overflow: hidden;
}

.catalog_section_raw_section{
  margin: 30px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  clear: both;
}

.catalog_section_raw_subsection_text:hover, .catalog_section_raw_section_text:hover {
  text-decoration:underline;
}

.catalog_section_raw_section_text{
  font-size:18px;
  /*font-weight:bold;*/
  cursor:pointer;
  /*white-space: nowrap;*/
  /*text-decoration:underline;*/
}
.catalog_section_raw_subsection{
  margin: 10px 0px 0px 6px;
  height: 20px;
  white-space: nowrap;
  overflow:hidden;
}
.catalog_section_raw_subsection_text{
  font-size:14px;
  /* text-decoration:underline; */
  cursor:pointer;
  overflow:hidden;
  white-space: nowrap;
  display:inline-block;
  z-index:100;
  position:relative;
  float:left;
}
.catalog_section_raw_section_courses{
  font-size:12px;
}
.catalog_section_raw_subsection_courses{
  font-size:10px;
  display:inline-block;
  position:relative;
  top:2px;
  left:3px;
  z-index:100;
  float:left;
}
.catalog_section_raw_subsection_cover{
  top:-20px;
  left:160px;
  float:left;
  position: relative;
  width: 30px; 
  height:20px; 
  z-index: 99;
    
  background-image: -o-linear-gradient(     right,    rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, 1) 100%);
  background-image: -o-linear-gradient(     right,    rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, 1) 100%);
  background-image: -moz-linear-gradient(   right,    rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, 1) 100%);
  background-image: -webkit-linear-gradient(right,    rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, 1) 100%);
  background-image: -ms-linear-gradient(    right,    rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, 1) 100%);
  background-image: linear-gradient(        to right, rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, 1) 100%);
  
}

.discussion_items_text p, .discussion_note p, .discussion_border p{
  margin: 0px;
}

#modal_dialog_mask {
  width:100%;
  height:100%;
  z-index:2000; 
  background-color:#000000;
  opacity:0.5;
  filter:alpha(opacity=50);
  position:absolute;
  top:0;
  left:0;
  display:none;
  margin:0;
  padding:0;
}

#modal_dialog_iframe {
  width:100%;
  height:100%;
  z-index:2001; 
  position:absolute;
  top:0;
  left:0;
  display:none;
  margin:0;
  padding:0;  
}


#modal_dialog_iframe_center {
  display:inline-block;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height:100%;
  padding: 25px;
  margin:auto;
  top:0;
  left:0;
  bottom:0;
  right:0;
}

#modal_dialog_iframe iframe{
  margin:0;
  padding:0;
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
}

.catalog_new_request{
  margin:20px 0px;
}

.catalog_new_request{
  padding-left:50px;
}

.catalog_new_request .catalog_new_request_indent{
  margin:0px 0px 20px 0px;
  padding-left:50px;
}

.catalog_new_request li{
  font-size: 23px;
  font-weight: bold;
  list-style: none;
}

.catalog_new_request ul  li{
  font-size: 16px;
  font-weight: normal;
  list-style-type: circle;
}

.catalog_new_request ul  li span, .catalog_new_request ul  li span a{
  color: black;
}

.term_wizard_overlay { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  z-index: 1000; 
  background-image: url("/global/get_png_4_css.asp?file=blank.png");
  background-repeat: repeat; 
} 
.settingLinks
{
	text-decoration:none;
	line-height: 20px;
}
.settingsTable
{	
	padding-left: 10%;
    padding-right: 10%;    
}
.section
{	
	white-space:nowrap;
	margin-left:30px;
}
.sectionLeft ,.sectionRight
{
 float:left;
 padding-left: 20%;
}
#footer .bgcolor{
	background-color:#FFFFFF;
	height:50px;
}
#footer .text9{
	font-size:10px;	
	color:#808080;	
}
@media screen and (max-width: 600px) {.settingsTable {padding-left:30px !important; padding-right:30px !important;}}
@media screen and (max-width: 600px) {.sectionLeft ,.sectionRight {padding-left:20px !important; padding-right:30px !important;}}

.login-form {
	margin-left:auto;
	margin-right:auto;
  max-width: 450px;
  padding: 0px 0px 25px 0px;
}

.login-form input[type="text"], .login-form  input[type="password"], .login-form select {
	border: 1px solid #f8ae1c;
	color: #888888;
	height: 38px;
  width: 100%;
	outline: 0 none;
	padding: 10px;
}

/*
.login-form select {
    background: #FFF url("/global/get_png_4_css.asp?file=down-arrow.png") no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
}

.login-form select::-ms-expand {
    display: none;
}
*/

.login-form td {
    line-height: 20px;
}

.task-spacer{
  height: 20px;
}

.dialog_wrapper{
	width:100%; 
	height:100%;
	bottom:0px;
	position:fixed;
	display:none;
	background-color:rgba(85, 85, 85, 0.5);
}
.dialog_box{
	z-index:999; 
	width:90%;
	max-width:860px;
	overflow:auto;
	height:90%;  
	position: relative; 
	top:5%;
	margin: auto auto;
	background-color:white;
  border-radius: 10px;
}
.mass_new_user_button{
	display: inline-block;
	margin: 10px;
}
.mass_new_user_button_wrapper{
	display: flex;
	width:100%;
}
.mass_new_user_button_small{
	display:block;
	width:70px;
	text-align:center;
}
.mass_new_user_button_big{
	display:block;
	width:220px;
	text-align:center;
}
.mass_new_user_wrapper{
	display:flex;
	margin-bottom:50px;
	height:80%;
}
@media (min-width: 0px) and (max-width: 359px) { 
  .catalog_course_tile_image img {
    height: 100px;
    width: 140px;
  }
}
@media (max-height: 500px) {
	.mass_new_user_wrapper {
		height: 55%;
	}
}
@media (min-height: 501px) and (max-height: 700px) {
	.mass_new_user_wrapper {
		height: 70%;
	}
}
@media (max-width: 800px) {
	.mass_new_user_button_wrapper {
		display: inline-block;
	}
}
.calendHeader{
  height: 30px;
  text-align: center !important;
  color: grey;
}
.calendHeaderLine{
  height: 30px;
  text-align: center !important;
  color: grey;
  height: 5px;
}
.back_arrow{
	cursor:pointer;
	padding: 0px 0px 0px 15px;
}
.backText{
	vertical-align:bottom;
	padding:0px 0px 0px 10px;
}
.backway{
	padding: 0px 0px 20px 30px;
}
.content_wrapper{
	margin: 40px 25px 40px 25px;
}
.lcTerms {
	width: 100%;
	border-collapse: collapse;
    cursor: default;
}
.lcTerms tr {
	height:34px;
}
.lcTerms th {
	font-size: 12px;
    font-weight: bold;
    background-color: #dadada;
    color: #333333;
    text-align: left;
	padding: 5px 15px 5px 15px;
}
.lcTerms td{
	font-size: 14px;
	    padding: 5px 15px 5px 15px;
		height: 45px;
		border-bottom: #e2e2e2 1px solid;
}
.lcTerms tr:nth-child(even){
	background-color:#f1f1f1;
}

.lectorheader{
	font-size:20px;
	margin:20px 00px 20px 00px;
}
.clickButton{
	cursor: pointer;
}
table#navigation {
    background-color: rgb(242, 242, 243);
    height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    width: 100%;
}
table#navigation tr td:first-child img {
    padding-left: 21px;
    padding-right: 21px;    
}

table#navigation tr td:last-child {
    width: 100%;
}
table#navigation {
    font-size: 14px;
}
.course{
	padding: 20px;
    border: 1px solid rgb(180,180,180);
    margin: 0 auto;
    max-width: 800px;
	margin-bottom: 15px;
    margin-top: 5px;
	box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.2);
}
.certificate{
	vertical-align: middle;
	padding: 0 10 0 20;
	cursor: pointer;
}
.toggleButton{
	cursor: pointer;
	float:right;
	position: relative;
	top: 5px;
	padding: 0 20 0 0;
	color: rgba(0,0,0,0.5);
	font-size:14px;
	display: inline-block;
}
.planButton{
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
}
.planLabel{
  display: inline-block;
}
.content{
	display:none;
	margin: 0 0 0 30;
}
.certTerm{
	margin: 10 5 10 0; 
	color: rgba(0,0,0,0.67);
	font-size: 14px;
}
.downloadButton{
	cursor:pointer;
	float:right;
}
.courseName{
	font-size: 14px;
	font-weight: bold;
	color: rgb(70,70,70);
	cursor: pointer;
	display: inline-block;
}
.numTerm{
	cursor: pointer;
	display: inline-block;
}
.courseTiming{
	font-size: 14px;
	font-weight: normal;
	color: rgba(0,0,0,0.67);
	display: inline-block;
}
.courseButton{
	cursor: pointer;
	float:right;
	position: relative;
	top: 5px;
	padding: 0 20 0 0;
	display: inline-block;
}
.toggleLabel{
	display: inline-block;
}
.picture{
	vertical-align: middle;
}
.validityMark{
	display: table-cell;
	vertical-align: middle;
}
.kurzText{
	display:inline-block;
}
.course-message{
	display:table-cell;
	margin-left: 0px !important;
  vertical-align: middle;
}
.resultRow{
	display:table-row;
}
.cerCourseTitle{
	display:inline-block;
	width:55%;
}
.cerFrom{
	display:inline-block;
}
.cerTo{
	display:inline-block;
}
.rightElem{
	display:inline-block;
	vertical-align: middle;
    float: right;
	width:26%;
	min-width: 110px;
}
.legend{
	color: rgba(0,0,0,0.5);
	font-size: 14px;
}

.tutor_calendar_ico
{
  background-color: #f24f00;                /*******colorAdminModul*********/ 
  cursor: pointer;
  top: 6px;
  margin-left: 5px;
  position: relative;
}

.tutor_date_input
{
  height: 23px;
}

.sFooterStyle1 {
  color: rgba(0,0,0,0.37) !important;  
  text-decoration: none !important;
  font-family: Arial !important;  
}

.menuh.rmenu.exprint, .menuh.rmenu.expdf, .menuh.rmenu.exxls, .menuh.rmenu.exxlsx, .menuh.rmenu.closeexp, .menuh.rmenu.emailexp,
.menuspan.exprint, .menuspan.exhtml, .menuspan.expdf, .menuspan.exxls, .menuspan.exxlsx, .menuspan.closeexp {
    font-family: arial;
    font-size: 14px;
	font-weight: normal;
    line-height: 14px;
    color: rgba(0,0,0,0.37);
    background-position: left center;
    background-repeat: no-repeat;
       
}

.exprint {
	background: url('Tisk.png');
	padding: 5px 0px 3px 35px;
	cursor: pointer;
	    margin-right: 30px;
}

.exhtml {
	background: url('Dokument_HTML.png');
	padding: 5px 0px 3px 32px;
	cursor: pointer;
	    margin-right: 30px;
}

.expdf {
	background: url('Dokument_PDF.png');
	padding: 5px 0px 3px 31px;
	cursor: pointer;
	    margin-right: 30px;
}

.exxls {
	background: url('Dokument_XLS.png');
	padding: 5px 0px 3px 31px;
	cursor: pointer;
	    margin-right: 30px;
}

.exxlsx {
	background: url('Dokument_XLSX.png');
	padding: 5px 0px 3px 31px;
	cursor: pointer;
	    margin-right: 30px;
}

.closeexp {
	background: url('delete_transparent.png');
	padding: 5px 0px 3px 27px;
	cursor: pointer;
	    margin-left: 40px;
}

.emailexp {
	background: url('newmail.png');	
	padding: 5px 0px 3px 38px;
	cursor: pointer;
	    margin-right: 30px;
}

#insertImg, #imagepopupclose {
    display: inline-block;
    margin-left: 2px;
    background-color: white;
    border: 2px solid #a4a4a4;
    padding: 10px 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 3px 6px 10px -2px rgba(166,164,166,1);
    -moz-box-shadow: 3px 6px 10px -2px rgba(166,164,166,1);
    box-shadow: 3px 6px 10px -2px rgba(166,164,166,1);
    outline: none;
}

.level3 {
    color: rgba(0,0,0,0.37);
}

.import_input {
  width: 340px; 
  height: 24px;
}

.border_warning_hidden
{
  border: 1px solid transparent;
}

.tile_rating_container {
  display: flex;  
  flex-direction: row;
  justify-content: space-between;
  padding: 0 10px;
}

.rating_left, .rating_right {
  width: 80px;
  font-size: 12px;
}

.rating_right {
  text-align: right;
}

.rating_value {
  display: inline-block;
  width: 20px;
  padding-right: 4px;
  vertical-align: middle;
  text-align: left;
}

/* inputs */

input[type="text"],
input[type="password"], 
input[type="email"], 
input[type="number"], 
textarea,
select,
.help-box
{
  border-radius: 5px;
  padding: 3px 5px 3px 5px;
}

input[type="text"],
input[type="password"], 
input[type="email"], 
input[type="number"],
select
{
  min-height: 24px;
}

input[type="file"]
{
  border-radius: 5px;
  border: 1px solid #BDBDBD;
}

input[type="file"]::file-selector-button
{
  font-family: 'Readex Pro';
  font-weight: 350;
  border: none;
  background-color: #f2f4f7;
  padding: 3px 5px 3px 5px;
}

input[type="file"]::file-selector-button:hover
{
  background-color: #dadce0;
}


input[type="radio"][name="sort"] {
  display: none;
}

input[type="radio"][name="sort"] + label {
  position: relative;
  padding-left: 25px;
  margin-left: 10px;
  cursor: pointer;
}

input[type="radio"][name="sort"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
}

input#def + label::before
{
  background: url('sort_default.png') no-repeat center center;
  background-color: #666666;
}

input#alphabet + label::before
{
  background: url('sort_alphabet.png') no-repeat center center;
  background-color: #666666;
}

div[name = "viewType"]>img
{
  background-color: #666666;
}

/* Grid tiles */

.tag, .grid_tile
{
  display: inline-flex;
  height: 22px;
  border-radius: 10px;
  font-size: 12px !important;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  margin: 0px 3px 0px 3px !important;
  padding: 0px 5px 0px 5px !important;
  width: max-content;
}

.tag.danger,
.grid_tile.danger {
  background-color: rgba(255, 17, 8, 0.68);
  color: #fff;
}

.tag.success,
.grid_tile.success {
  color: #333333;
  background-color: #b1e457;
}

.tag.secondary,
.grid_tile.secondary {

  background-color: #e1e7fd;
  color: #3730a3;
}

.tag.info,
.grid_tile.info
{
  color: #333333;
  background-color: #e7e9ec;
}

.tag.border,
.grid_tile.border
{
  border: 1px solid;
}

/* Scrollbars */

::-webkit-scrollbar,
.tree::-webkit-scrollbar
{
	background-color: transparent;
	width: 7px;
}

::-webkit-scrollbar:horizontal
{
  height: 7px;
}

::-webkit-scrollbar-thumb,
.tree::-webkit-scrollbar-thumb
{
	background: #c0c1c4;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover,
.tree::-webkit-scrollbar-thumb:hover
{
	background: #b3b4b5;
}

/* CK Editor styles */

.cke, .cke_inner, .cke_contents
{
  border-radius: 8px;
}

.cke_top
{
  border-radius: 8px 8px 0px 0px;
}

.cke_bottom
{
  border-radius: 0px 0px 8px 8px;
}

.cke_button:hover, .cke_button_on
{
  border-radius: 5px !important;
}

.cke_combo_button, .cke_button_on
{
  border-radius: 5px !important;
}

/* Other */

fieldset
{
  border-radius: 10px;
}

#langMenu { font-family: Arial; font-size: 14px; max-width: 190px; position: relative; text-align: left;}    
#langMenu:focus { outline: none; }
.langMenuItems { background-color: #ffffff; -webkit-box-shadow: 3px 3px 18px 0px rgba(186,186,186,1); -moz-box-shadow: 3px 3px 18px 0px rgba(186,186,186,1);box-shadow: 3px 3px 18px 0px rgba(186,186,186,1); }    
.langMenuSelectedItem img, .langMenuItem img { width: 20px; height: 20px; border-radius: 50%; vertical-align: middle; }    
.langMenuItem:hover { background-color: #f1f1f1; }            
.langMenuSelectedItem { position: relative; }
.langMenuItem { position: relative; }
.langMenuSelectedItem, .langMenuItem { background: white; text-decoration: none; padding: 8px 12px 8px 8px; cursor: pointer; } 
.langMenuSelectedItem span, .langMenuItem span { color: #787878; padding: 3px 15px 3px 10px; }    
.downArrow { width: 0px; height: 0px; font-size: 0px; line-height: 0px; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #2f2f2f; position: absolute; top: 15px; right: 10px; }       
#langMenuItems { display: none; position: absolute; width: 188px; top: -111px; z-index: 1; border-radius: 10px;}
.langMenuItem:first-child { border-radius: 10px 10px 0px 0px; }   
.langMenuItem:last-child { border-radius: 0px 0px 10px 10px; } 
.selected:after { content: none; }
.selected:hover { background-color: white; }

/* Jquery UI datepicker */

.ui-datepicker .ui-datepicker-header
{
  background-color: transparent;
  border: none;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-bl
{
  border-bottom-right-radius: 8px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 8px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 8px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 8px !important;
}

.ui-datepicker .ui-datepicker-year
{
  margin-left: 5px !important;
}

.ui-datepicker .ui-datepicker-buttonpane
{
  border: none !important;
}

.ui-datepicker .ui-state-default
{
  border-radius: 3px;
  font-weight: 350 !important;
}

.ui-datepicker .ui-datepicker-buttonpane .ui-state-default
{
  font-weight: 450 !important;
}

.ui-datepicker .ui-state-hover, .ui-datepicker .ui-state-default, .ui-datepicker-next-hover, .ui-datepicker-prev-hover
{
  border: none !important;
}

.ui-datepicker-next-hover
{
  right: 2px !important;
}

.ui-datepicker-prev-hover
{
  left: 2px !important;
}

.ui-datepicker-prev, .ui-datepicker-next
{
  top: 4px !important;
  transition: .15s;
  cursor: pointer;
}
