/**/
/* default side padding for items (mainmenu, blocks etc.) */
html {
  -ms-overflow-style: scrollbar;
}
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-family: Arial, "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  position: relative;
  overflow: auto !important;
}
#body-wrapper {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0px 15px 0px 15px;
}
#body-wrapper #main-col {
  float: left;
}
div.ramec {
  position: relative;
}
div.max-edu-width {
  max-width: 1600px;
  margin: 0px auto 0px auto;
}
/**
 Styles for font styles - italic, bold, underline...
 */
.italic {
  font-style: italic;
}
.bold {
  font-weight: bold !important;
}
.nobold {
  font-weight: normal !important;
}
a,
a:visited,
.hyperlink {
  text-decoration: none;
  outline: none;
}
a:hover,
.hyperlink:hover {
  text-decoration: underline;
}
a.no-underline,
a.no-underline:visited,
a.no-underline:hover,
a.no-underline:focus {
  text-decoration: none;
}
a:focus,
.hyperlink:focus {
  text-decoration: underline;
}
h1 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 8px;
}
.cursorPointer,
.hyperlink {
  cursor: pointer;
}
.cursorDefault {
  cursor: default !important;
}
.cursorNResize {
  cursor: n-resize;
}
.positionRelative {
  position: relative;
}
.positionAbsolute {
  position: absolute;
}
.borderBox {
  box-sizing: border-box !important;
}
.borderSpacing0 {
  border-spacing: 0 !important;
}
.contentBox {
  box-sizing: content-box !important;
}
.floatLeft {
  float: left !important;
}
.floatRight {
  float: right !important;
}
.floatNone {
  float: none !important;
}
.left {
  text-align: left;
}
.leftImportant {
  text-align: left !important;
}
.right {
  text-align: right;
}
.alignLeftTable tr th,
.alignLeftTable tr td {
  text-align: left;
}
.center {
  text-align: center !important;
}
.outlineNone:focus {
  outline: none;
}
.displayNone {
  display: none;
}
.displayBlock {
  display: block !important;
}
.displayInline {
  display: inline;
}
.displayInlineBlock {
  display: inline-block;
}
.displayTable {
  display: table;
}
.displayTableCell {
  display: table-cell;
}
.noListStyle,
.noListStyle li {
  list-style-type: none;
}
.borderNone {
  border: none !important;
}
.fontSmall {
  font-size: 11px;
}
.fontLarge {
  font-size: 30px;
}
.fontSize10 {
  font-size: 10px !important;
}
.fontSize11 {
  font-size: 11px !important;
}
.fontSize12 {
  font-size: 12px !important;
}
.fontSize16 {
  font-size: 16px !important;
}
.fontSize17 {
  font-size: 17px !important;
}
.fontSize18 {
  font-size: 18px !important;
}
.fontSize20 {
  font-size: 20px !important;
}
.fontSize24 {
  font-size: 24px !important;
}
.fontSize30 {
  font-size: 30px !important;
}
.fontSize60 {
  font-size: 60px !important;
}
.verticalMiddle {
  vertical-align: middle !important;
}
.verticalTop {
  vertical-align: top !important;
}
/* Background-color for buttons */
.red-button {
  background-color: #DD0000 !important;
  border: 1px solid #DD0000 !important;
}
.orange-button {
  background-color: #FF9900 !important;
  border: 1px solid #FF9900 !important;
}
.green-button {
  background-color: #00b050 !important;
  border: 1px solid #00b050 !important;
}
.red-button,
.orange-button,
.green-button {
  color: #FFF !important;
}
/* Font colors */
.red-text {
  color: #DD0000 !important;
}
.orange-text {
  color: #FF9900 !important;
}
.green-text {
  color: #008f41 !important;
}
.light-green-text {
  color: #58b50d !important;
}
.yellow-text {
  color: #ffcf37 !important;
}
.gray-text {
  color: #888888 !important;
}
.blue-text {
  color: #3d8af7 !important;
}
.dark-blue-text {
  color: #0754a6 !important;
}
.pink-text {
  color: #ff8a84 !important;
}
.purple-text {
  color: #A805BB !important;
}
.black-text {
  color: #000 !important;
}
.white-text {
  color: #FFF !important;
}
/** border colors */
.red-checkbox .checkbox-image {
  border-color: #DD0000 !important;
}
.red-checkbox input:checked ~ .checkbox-image {
  background-color: #DD0000 !important;
}
.red-background {
  background-color: #DD0000 !important;
}
.green-background {
  background-color: #008f41 !important;
}
.backgroundNone {
  background: none !important;
}
/**
  Automatic generate position styles
 */
.top0 {
  top: 0px !important;
}
.top40 {
  top: 40px !important;
}
/**
  Automatic generate Margin styles
 */
.noMargin,
.margin0 {
  margin: 0px !important;
}
.marginTop0 {
  margin-top: 0px !important;
}
.marginTop1 {
  margin-top: 1px !important;
}
.marginTop2 {
  margin-top: 2px !important;
}
.marginTop3 {
  margin-top: 3px !important;
}
.marginTop5 {
  margin-top: 5px !important;
}
.marginTop6 {
  margin-top: 6px !important;
}
.marginTop7 {
  margin-top: 7px !important;
}
.marginTop8 {
  margin-top: 8px !important;
}
.marginTop9 {
  margin-top: 9px !important;
}
.marginTop10 {
  margin-top: 10px !important;
}
.marginTop12 {
  margin-top: 12px !important;
}
.marginTop13 {
  margin-top: 13px !important;
}
.marginTop15 {
  margin-top: 15px !important;
}
.marginTop20 {
  margin-top: 20px !important;
}
.marginTop28 {
  margin-top: 28px !important;
}
.marginTop40 {
  margin-top: 40px !important;
}
.marginBottom0 {
  margin-bottom: 0px !important;
}
.marginBottom5 {
  margin-bottom: 5px !important;
}
.marginBottom6 {
  margin-bottom: 6px !important;
}
.marginBottom7 {
  margin-bottom: 7px !important;
}
.marginBottom8 {
  margin-bottom: 8px !important;
}
.marginBottom10 {
  margin-bottom: 10px !important;
}
.marginBottom15 {
  margin-bottom: 15px !important;
}
.marginBottom20 {
  margin-bottom: 20px !important;
}
.marginBottom28 {
  margin-bottom: 28px !important;
}
.marginBottom30 {
  margin-bottom: 30px !important;
}
.marginBottom60 {
  margin-bottom: 60px !important;
}
.marginRight0 {
  margin-right: 0px !important;
}
.marginRight2 {
  margin-right: 2px !important;
}
.marginRight3 {
  margin-right: 3px !important;
}
.marginRight4 {
  margin-right: 4px !important;
}
.marginRight5 {
  margin-right: 5px !important;
}
.marginRight7 {
  margin-right: 7px !important;
}
.marginRight10 {
  margin-right: 10px !important;
}
.marginRight15 {
  margin-right: 15px !important;
}
.marginLeft0 {
  margin-left: 0px !important;
}
.marginLeft5 {
  margin-left: 5px !important;
}
.marginLeft8 {
  margin-left: 8px !important;
}
.marginLeft10 {
  margin-left: 10px !important;
}
.marginLeft12 {
  margin-left: 12px !important;
}
.marginLeft15 {
  margin-left: 15px !important;
}
.marginLeft20 {
  margin-left: 20px !important;
}
.marginLeft28 {
  margin-left: 28px !important;
}
/**
  Automatic generate Padding styles
 */
.noPadding {
  padding: 0px !important;
}
/**
  Automatic generate Padding for all sides
 */
.padding0 {
  padding: 0px !important;
}
.padding10 {
  padding: 10px !important;
}
.padding15 {
  padding: 15px !important;
}
.paddingTop0 {
  padding-top: 0px !important;
}
.paddingTop3 {
  padding-top: 3px !important;
}
.paddingTop5 {
  padding-top: 5px !important;
}
.paddingTop6 {
  padding-top: 6px !important;
}
.paddingTop7 {
  padding-top: 7px !important;
}
.paddingTop10 {
  padding-top: 10px !important;
}
.paddingTop15 {
  padding-top: 15px !important;
}
.paddingTop17 {
  padding-top: 17px !important;
}
.paddingTop20 {
  padding-top: 20px !important;
}
.paddingBottom0 {
  padding-bottom: 0px !important;
}
.paddingBottom3 {
  padding-bottom: 3px !important;
}
.paddingBottom5 {
  padding-bottom: 5px !important;
}
.paddingBottom10 {
  padding-bottom: 10px !important;
}
.paddingBottom15 {
  padding-bottom: 15px !important;
}
.paddingBottom17 {
  padding-bottom: 17px !important;
}
.paddingBottom20 {
  padding-bottom: 20px !important;
}
.paddingRight0 {
  padding-right: 0px !important;
}
.paddingRight7 {
  padding-right: 7px !important;
}
.paddingRight15 {
  padding-right: 15px !important;
}
.paddingLeft0 {
  padding-left: 0px !important;
}
.paddingLeft8 {
  padding-left: 8px !important;
}
.paddingLeft10 {
  padding-left: 10px !important;
}
.paddingLeft15 {
  padding-left: 15px !important;
}
.paddingLeft20 {
  padding-left: 20px !important;
}
.paddingLeft25 {
  padding-left: 25px !important;
}
.paddingLeft30 {
  padding-left: 30px !important;
}
.paddingLeft60 {
  padding-left: 60px !important;
}
/**
  Automatic generate Padding both sides
 */
.paddingSide0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.paddingSide5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.paddingSide10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.paddingSide15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
/**
  Automatic generate Width style in percentage
 */
.width25 {
  width: 25% !important;
  box-sizing: border-box;
}
.width33 {
  width: 33% !important;
  box-sizing: border-box;
}
.width40 {
  width: 40% !important;
  box-sizing: border-box;
}
.width50 {
  width: 50% !important;
  box-sizing: border-box;
}
.width60 {
  width: 60% !important;
  box-sizing: border-box;
}
.width75 {
  width: 75% !important;
  box-sizing: border-box;
}
.width80 {
  width: 80% !important;
  box-sizing: border-box;
}
.width90 {
  width: 90% !important;
  box-sizing: border-box;
}
.width100 {
  width: 100% !important;
  box-sizing: border-box;
}
/**
  Automatic generate Width style in pixels
 */
.width12p {
  width: 12px !important;
  box-sizing: border-box;
}
.width16p {
  width: 16px !important;
  box-sizing: border-box;
}
.width20p {
  width: 20px !important;
  box-sizing: border-box;
}
.width22p {
  width: 22px !important;
  box-sizing: border-box;
}
.width24p {
  width: 24px !important;
  box-sizing: border-box;
}
.width25p {
  width: 25px !important;
  box-sizing: border-box;
}
.width30p {
  width: 30px !important;
  box-sizing: border-box;
}
.width36p {
  width: 36px !important;
  box-sizing: border-box;
}
.width40p {
  width: 40px !important;
  box-sizing: border-box;
}
.width50p {
  width: 50px !important;
  box-sizing: border-box;
}
.width52p {
  width: 52px !important;
  box-sizing: border-box;
}
.width55p {
  width: 55px !important;
  box-sizing: border-box;
}
.width60p {
  width: 60px !important;
  box-sizing: border-box;
}
.width66p {
  width: 66px !important;
  box-sizing: border-box;
}
.width70p {
  width: 70px !important;
  box-sizing: border-box;
}
.width80p {
  width: 80px !important;
  box-sizing: border-box;
}
.width90p {
  width: 90px !important;
  box-sizing: border-box;
}
.width95p {
  width: 95px !important;
  box-sizing: border-box;
}
.width100p {
  width: 100px !important;
  box-sizing: border-box;
}
.width105p {
  width: 105px !important;
  box-sizing: border-box;
}
.width110p {
  width: 110px !important;
  box-sizing: border-box;
}
.width120p {
  width: 120px !important;
  box-sizing: border-box;
}
.width130p {
  width: 130px !important;
  box-sizing: border-box;
}
.width135p {
  width: 135px !important;
  box-sizing: border-box;
}
.width140p {
  width: 140px !important;
  box-sizing: border-box;
}
.width150p {
  width: 150px !important;
  box-sizing: border-box;
}
.width155p {
  width: 155px !important;
  box-sizing: border-box;
}
.width160p {
  width: 160px !important;
  box-sizing: border-box;
}
.width170p {
  width: 170px !important;
  box-sizing: border-box;
}
.width180p {
  width: 180px !important;
  box-sizing: border-box;
}
.width190p {
  width: 190px !important;
  box-sizing: border-box;
}
.width200p {
  width: 200px !important;
  box-sizing: border-box;
}
.width210p {
  width: 210px !important;
  box-sizing: border-box;
}
.width250p {
  width: 250px !important;
  box-sizing: border-box;
}
.width260p {
  width: 260px !important;
  box-sizing: border-box;
}
.width300p {
  width: 300px !important;
  box-sizing: border-box;
}
.width340p {
  width: 340px !important;
  box-sizing: border-box;
}
.width350p {
  width: 350px !important;
  box-sizing: border-box;
}
.width400p {
  width: 400px !important;
  box-sizing: border-box;
}
.width450p {
  width: 450px !important;
  box-sizing: border-box;
}
.width500p {
  width: 500px !important;
  box-sizing: border-box;
}
.width620p {
  width: 620px !important;
  box-sizing: border-box;
}
.width980p {
  width: 980px !important;
  box-sizing: border-box;
}
/**
  Automatic generate Width style in pixels
 */
.minWidth50 {
  min-width: 50% !important;
  box-sizing: border-box;
}
.minWidth51 {
  min-width: 51% !important;
  box-sizing: border-box;
}
/**
  Automatic generate Width style in pixels
 */
.maxWidth50 {
  max-width: 50% !important;
  box-sizing: border-box;
}
.maxWidth100 {
  max-width: 100% !important;
  box-sizing: border-box;
}
/**
  Automatic generate min-width style in pixels
 */
.minWidth24p {
  min-width: 24px !important;
  box-sizing: border-box;
}
.minWidth50p {
  min-width: 50px !important;
  box-sizing: border-box;
}
.minWidth100p {
  min-width: 100px !important;
  box-sizing: border-box;
}
.minWidth160p {
  min-width: 160px !important;
  box-sizing: border-box;
}
.minWidth1000p {
  min-width: 1000px !important;
  box-sizing: border-box;
}
/**
  Automatic generate max-width style in pixels
 */
.maxWidth18p {
  max-width: 18px !important;
  box-sizing: border-box;
}
.maxWidth20p {
  max-width: 20px !important;
  box-sizing: border-box;
}
.maxWidth24p {
  max-width: 24px !important;
  box-sizing: border-box;
}
.maxWidth50p {
  max-width: 50px !important;
  box-sizing: border-box;
}
.maxWidth150p {
  max-width: 150px !important;
  box-sizing: border-box;
}
.maxWidth200p {
  max-width: 200px !important;
  box-sizing: border-box;
}
.maxWidth250p {
  max-width: 250px !important;
  box-sizing: border-box;
}
.maxWidth300p {
  max-width: 300px !important;
  box-sizing: border-box;
}
.maxWidth400p {
  max-width: 400px !important;
  box-sizing: border-box;
}
/**
  Automatic generate Height style in pixels
 */
.height15p {
  height: 15px !important;
  box-sizing: border-box;
}
.height20p {
  height: 20px !important;
  box-sizing: border-box;
}
.height22p {
  height: 22px !important;
  box-sizing: border-box;
}
.height28p {
  height: 28px !important;
  box-sizing: border-box;
}
.height30p {
  height: 30px !important;
  box-sizing: border-box;
}
.height36p {
  height: 36px !important;
  box-sizing: border-box;
}
.height37p {
  height: 37px !important;
  box-sizing: border-box;
}
.height40p {
  height: 40px !important;
  box-sizing: border-box;
}
.height42p {
  height: 42px !important;
  box-sizing: border-box;
}
.height50p {
  height: 50px !important;
  box-sizing: border-box;
}
.height60p {
  height: 60px !important;
  box-sizing: border-box;
}
.height80p {
  height: 80px !important;
  box-sizing: border-box;
}
.height100p {
  height: 100px !important;
  box-sizing: border-box;
}
.height120p {
  height: 120px !important;
  box-sizing: border-box;
}
.height150p {
  height: 150px !important;
  box-sizing: border-box;
}
.height200p {
  height: 200px !important;
  box-sizing: border-box;
}
.height240p {
  height: 240px !important;
  box-sizing: border-box;
}
.height300p {
  height: 300px !important;
  box-sizing: border-box;
}
.height400p {
  height: 400px !important;
  box-sizing: border-box;
}
.height500p {
  height: 500px !important;
  box-sizing: border-box;
}
/**
  Automatic generate max-height style in pixels
 */
.maxHeight18p {
  max-height: 18px !important;
  box-sizing: border-box;
}
.maxHeight20p {
  max-height: 20px !important;
  box-sizing: border-box;
}
.maxHeight24p {
  max-height: 24px !important;
  box-sizing: border-box;
}
.maxHeight50p {
  max-height: 50px !important;
  box-sizing: border-box;
}
.maxHeight100p {
  max-height: 100px !important;
  box-sizing: border-box;
}
.maxHeight150p {
  max-height: 150px !important;
  box-sizing: border-box;
}
.maxHeight400p {
  max-height: 400px !important;
  box-sizing: border-box;
}
/**
  Automatic generate Line-Height style in pixels
 */
.lineHeight20 {
  line-height: 20px !important;
}
.lineHeight22 {
  line-height: 22px !important;
}
.lineHeight24 {
  line-height: 24px !important;
}
.lineHeight28 {
  line-height: 28px !important;
}
.lineHeight30 {
  line-height: 30px !important;
}
.lineHeight32 {
  line-height: 32px !important;
}
.lineHeight36 {
  line-height: 36px !important;
}
.lineHeight50 {
  line-height: 50px !important;
}
.lineHeight60 {
  line-height: 60px !important;
}
/**
  Hidden wrapper for default values in forms.
 */
.forms-wrapper {
  display: none;
}
/**
  Mainmenu cascade styles
  MainMenu
 */
div#mainmenu-panel {
  min-width: 100%;
  margin: 0px;
  padding: 0px 15px 0px 15px;
  box-sizing: border-box;
  float: left;
  height: 60px;
}
#mainmenu-left,
#mainmenu-right {
  padding: 0px;
  margin: 7px 0px 0px 0px;
  float: left;
  font-family: Arial, "Arial", "Helvetica", sans-serif;
  width: auto;
}
#mainmenu-right {
  float: right;
}
#mainmenu-left li,
#mainmenu-right li {
  float: left;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  font-size: 14px;
  list-style-type: none;
  padding: 0px 15px 0px 15px;
  margin-right: 5px;
}
/**
  Logo in submenu.
 */
#submenuLogoDiv {
  width: 350px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: right;
  align-content: center;
}
#submenuLogoDiv img {
  flex-grow: 0;
  flex-shrink: 0;
}
/**
  Footer cascade styles
 */
div#footer-panel {
  float: left;
  width: 100%;
  height: 40px;
  font-size: 12px;
  margin-top: 40px;
  opacity: 0.7;
  text-align: center;
}
/**
  Login form.
 */
#login-panel,
#sign-in-panel {
  min-height: 280px;
  width: 100%;
  text-align: center;
}
#sign-in-block {
  width: 500px;
  padding: 26px 15px 0px 15px;
  min-height: 280px;
  box-sizing: border-box;
  margin: 0px auto;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#login-block {
  width: 460px;
  padding: 26px 58px 0px 58px;
  min-height: 280px;
  box-sizing: border-box;
  margin: 0px auto;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#login-block div,
#sign-in-block div {
  padding: 6px 8px 0px 8px;
}
#login-block .login-caption {
  font-family: Arial, "Arial", "Helvetica", sans-serif;
  font-size: 20px;
  text-align: left;
  padding: 6px 8px 0px 8px;
}
#sign-in-block div.input,
#login-block div.input,
#login-block div.links {
  padding: 2px 8px 0px 8px;
}
#login-block div.input i {
  position: absolute;
  left: 11px;
  top: 10px;
  width: 28px;
  height: 20px;
  line-height: 20px;
  z-index: 1;
}
/*
  Style of default table in modal.
*/
.default-table,
.default-table tr td,
.default-table th {
  border-spacing: 0px;
  border: 0px;
  border-collapse: collapse;
  line-height: 36px;
  padding: 3px 0px;
  vertical-align: top;
}
/*
  Style for error (403, 404) page.
 */
#page-error {
  padding: 50px 15px 100px 15px;
  text-align: center;
  float: left;
}
#page-error .center-wrapper {
  margin: 0px auto 0px auto;
  text-align: left;
  max-width: 1000px;
}
#page-error .ico-wrapper {
  float: left;
  font-size: 120px;
  margin-right: 30px;
}
#page-error .text-wrapper {
  mrgin-top: 20px;
  float: left;
}
/*
  Style for admin dashboard.
 */
#adminDashboardTable tr td,
.verticalTop {
  vertical-align: top;
}
#adminDashboardTable h3 {
  margin: 0px;
  font-size: 14px;
}
#adminDashboardTiles div.infoBox {
  width: 50%;
  float: left;
  margin-bottom: 12px;
  box-sizing: border-box;
  transition: all 0.2s linear;
  cursor: pointer;
}
#adminDashboardTiles div.infoBox h4 {
  font-size: 18px;
  margin: 58px auto 32px 10px;
}
#adminDashboardTiles div.infoBox span,
#adminDashboardTiles div.infoBox a,
#adminDashboardTiles div.infoBox a:visited {
  margin: auto auto 10px 10px;
  float: left;
}
#adminDashboardTiles div.infoBox div {
  float: left;
  max-width: 344px;
}
#adminDashboardTiles div.infoBox div.num {
  background-color: #666;
  width: 80px;
  float: right;
  height: 140px;
  line-height: 140px;
  color: #FFF;
  font-size: 40px;
  text-align: center;
}
#adminDashboardTiles div.infoBox div.percentage {
  margin-top: -140px;
  width: 80px;
  text-align: center;
  height: 140px;
  line-height: 140px;
}
#adminDashboardTiles .statusbar {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 80px;
  background-color: #06b025;
}
#adminDashboardTiles .statusbarRed {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 80px;
  background-color: #CC0000;
}
/**
  Style for rotating information in admin submenu.
 */
#information-list {
  position: relative;
}
#information-list li {
  position: absolute;
  text-align: right;
  width: 335px;
  top: 0px;
  right: 0px;
  color: #999;
}
/**
  Default table in main body
 */
.default-table-body,
.default-table-list {
  margin-bottom: 20px;
  border-spacing: 0px;
  table-layout: fixed;
}
.default-table-body > tbody > tr,
.default-table-list > tbody > tr {
  padding: 0px;
}
.default-table-body > tbody > tr > td,
.default-table-body > tbody > tr > th {
  line-height: 36px;
  vertical-align: top;
  padding: 0px 0px 7px 0px;
}
.default-table-body > tbody > tr > th,
.default-table-body > tr > th {
  font-weight: normal;
  line-height: 20px;
  padding-top: 8px;
  padding-bottom: 15px;
  text-align: left;
  padding-right: 15px;
}
.default-table-list > tbody > tr > td,
.default-table-list > tbody > tr > th {
  line-height: 22px;
  vertical-align: top;
  padding: 0px;
  text-align: left;
}
/**
  Page with default table with list of item.
*/
.default-list-table {
  border-collapse: collapse;
  table-layout: fixed;
}
.default-list-table > tbody > tr > th,
.default-list-table > tbody > tr > td {
  padding: 10px 15px 10px 0px;
  text-align: left;
  font-weight: normal;
  line-height: 22px;
  vertical-align: top;
}
.default-list-table > tbody > tr > th:first-child,
.default-list-table > tbody > tr > td:first-child,
.default-list-table > tbody > tr > td:first-child .td-link {
  padding: 10px 15px 10px 15px;
}
.default-list-table > tbody > tr > td .td-link {
  line-height: 22px;
  padding: 10px 15px 10px 0px;
}
.wrapTdContent {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tableAuto {
  table-layout: auto !important;
}
.tableFixed {
  table-layout: fixed !important;
}
/**
 ul/li in table style
 */
.tableList {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
}
.tableList li {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
}
.tableList li > div > div {
  padding: 10px 15px 10px 0px;
  line-height: 22px;
}
.tableList li > div > div:first-child {
  padding: 10px 15px;
}
/**
  Menu v tabulce, většinou vpravo
 */
.table-menu {
  margin: 0px;
  padding: 0px;
  height: 22px;
  line-height: 22px;
}
.table-menu li,
.button-right-help {
  margin: 0px 2px 0px 0px;
  text-align: center;
  width: 22px !important;
  height: 22px !important;
  box-sizing: border-box;
  float: left;
  padding: 0px;
  cursor: pointer;
  list-style-type: none;
  line-height: 21px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.table-menu li.fa .tooltip-temp {
  font-family: Arial, "Arial", "Helvetica", sans-serif;
  font-weight: normal;
}
.table-menu li.fa {
  line-height: 17px;
}
.table-menu li i,
.button-right-help i {
  color: #C0C0C0;
  font-size: 14px;
  vertical-align: middle;
  line-height: 20px;
  width: 100%;
}
/**
  Tabs in form.
 */
.form-caption {
  min-height: 30px;
  line-height: 30px;
  font-size: 26px;
  float: left;
  padding: 0px 15px 0px 15px;
  margin: 20px 0px 20px 0px;
}
.tab-ul {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  height: 44px;
}
.tab-ul li {
  outline-width: 0px;
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 3px 0px 0px 2px;
  padding: 0;
  white-space: nowrap;
  cursor: pointer;
  line-height: 41px;
  padding: 0px 15px 0px 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tab-child {
  width: 100%;
  float: left;
  padding: 15px;
  box-sizing: border-box;
}
/**
  Ico in list
 */
.folderIco {
  height: 18px;
  float: left;
  font-size: 18px;
  line-height: 22px;
}
/**
  Arrow in path in Library or OS
 */
.libPathArrow {
  line-height: 22px;
  padding: 0px 10px 0px 10px;
  float: left;
  display: inline;
}
/**
  Gridstack in admin
 */
.dashboard-grid-item .grid-stack-item-content {
  text-align: center;
  cursor: pointer;
}
.dashboard-grid-item .grid-stack-item-content {
  line-height: 50px;
}
.dashboard-grid-item[gs-h="2"] .grid-stack-item-content {
  line-height: 110px;
}
.dashboard-grid-item[gs-h="3"] .grid-stack-item-content {
  line-height: 170px;
}
.dashboard-grid-item[gs-h="4"] .grid-stack-item-content {
  line-height: 230px;
}
/**
  Styles for block with organizational structure
 */
.organizational-structure-pick-user-list {
  border-radius: 4px;
  max-height: 150px;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0px;
}
.organizational-structure-pick-user-list-table {
  margin: 0px;
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}
.organizational-structure-pick-user-list-table tr td {
  border-spacing: 0px;
  border-collapse: collapse;
  padding: 9px 7px;
  font-size: 14px;
}
.organizational-structure-pick-user-list-table td:nth-child(2) {
  width: 10px;
  text-align: right;
}
.organizational-structure-ico {
  height: 20px;
  font-size: 20px;
  line-height: 22px;
  float: left;
  margin-top: 1px !important;
  margin-right: 10px;
}
.organizational-structure-table-selected {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.organizational-structure-table-selected > tbody > tr > td {
  vertical-align: top;
  width: 33%;
  border: 0px;
  border-style: solid;
}
.organizational-structure-table-selected > tbody > tr > td {
  border-right-width: 1px;
}
.organizational-structure-table-selected > tbody > tr > td:last-child {
  border: 0px !important;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-hidden {
  overflow: hidden;
  white-space: nowrap;
}
/* Button for open/hide filter in list with users and courses */
.toggle-filter-list,
#toggle-filter-list {
  box-sizing: border-box;
  line-height: 36px;
  width: 36px;
  height: 36px;
  margin-left: 12px;
  text-align: center;
  font-size: 24px;
  border-radius: 4px;
  transition: all 0.2s linear !important;
}
/* Table for filters in user's and course's list */
.filter-table {
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  border-spacing: 0;
  border-collapse: collapse;
}
.filter-table > tbody > tr > td,
.filter-table > tbody > tr > th {
  text-align: left;
  border-spacing: 0;
  font-weight: normal;
  line-height: 40px;
}
.filter-table > tbody > tr > th {
  width: 150px;
}
.filter-table > tbody > tr > td:last-child {
  width: 230px;
}
.filter-table table.filter-table-items {
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  line-height: 36px;
  border-spacing: 0;
  border-radius: 4px;
}
.filter-table table.filter-table-items td {
  border-spacing: 0;
  cursor: pointer;
  border-right-width: 0px !important;
  text-align: center;
}
.filter-table table.filter-table-items td:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.filter-table table.filter-table-items td:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-right-width: 1px !important;
}
.filter-table table.filter-table-items td[data-filter-type="lastname"]:first-child {
  width: 50px;
}
.invisibleHyperlink:hover,
.invisibleHyperlink:focus {
  text-decoration: none;
}
.course-score-stars {
  font-size: 20px;
}
/* date picker styles */
.ui-datepicker {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  width: 280px !important;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background: none;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  line-height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f33a";
  font-weight: 400;
  font-size: 18px;
}
.ui-datepicker .ui-datepicker-next:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f33b";
  font-weight: 400;
  font-size: 18px;
}
/** Iframe with certificate in course form. */
#certificate-iframe {
  border: 0px;
  height: 1250px;
}
/** Iframe with DIS. */
#dis-form-iframe {
  border: 0px;
  height: 400px;
  min-height: 400px !important;
}
/** Iframe with GDPR text bottom and top. */
#gdpr-top-text-iframe {
  border: 0px;
  height: 275px;
  min-height: 275px !important;
}
#gdpr-bottom-text-iframe {
  border: 0px;
  height: 275px;
  min-height: 275px !important;
}
.catalog-list-type,
.my-courses-list-type {
  height: 36px;
  line-height: 34px;
  border-radius: 4px;
  width: 36px;
  text-align: center;
  margin: auto 0px auto 10px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
}
/* dlaždice s kurzy u uživatele */
/* pomocný div pod kterým bude tabulka */
.tileOverlay {
  background: rgba(0, 0, 0, 0.2);
  height: 218px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  text-align: center;
  transition: visibility 0s, opacity 0.3s linear;
  opacity: 0;
  cursor: pointer;
}
.userCourseTilesDiv .tileOverlay:hover {
  opacity: 1;
}
.tileOverlay .playButton {
  width: 185px;
  margin: 55px auto 0px auto;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
}
.userCourseTilesDiv {
  margin: 0px 0px 15px 0px;
  min-width: 280px;
  height: 280px;
  position: relative;
  float: left;
}
.userCourseTilesDiv div.caption {
  max-height: 72px;
  height: 72px;
  margin-top: 6px;
  padding: 0px 10px 0px 10px;
  display: flex;
  align-items: center;
  align-content: center;
}
.userCourseTilesDiv div.caption-child {
  line-height: 24px;
  font-size: 16px;
  max-height: 72px;
  font-weight: bold;
  width: 100%;
  /*max-width:280px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.userCourseBottomTable {
  float: left;
  width: 200px;
  margin: 10px 0px 10px 10px;
}
.userCourseBottomTable th {
  font-weight: normal;
  color: #888;
}
.userCourseBottomTable th,
.userCourseBottomTable td {
  vertical-align: top;
}
.userCourseInfoButton {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #FFF;
  float: right;
  line-height: 42px;
  padding: 0px;
  margin: 10px 10px 0px 0px;
  text-align: center;
  font-size: 18px;
  transition: 0.2s linear all;
}
.userCourseInfoButtonDashboard {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  line-height: 28px;
  padding: 0px;
  margin: 2px auto 0px 0px;
  text-align: center;
  font-size: 13px;
  transition: 0.2s linear all;
  float: right;
}
.userCourseInfoButton:hover,
.userCourseInfoButton:focus,
.userCourseInfoButtonLines:hover,
.userCourseInfoButtonLines:focus {
  cursor: pointer;
}
.userCourseInfoButton:focus,
.userCourseInfoButtonLines:focus {
  outline: none;
}
.userCourseInfoButtonLines {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #FFF;
  line-height: 32px;
  padding: 0px;
  margin: 1px auto 0px 0px;
  text-align: center;
  font-size: 15px;
  transition: 0.2s linear all;
}
.courseImgPreview {
  width: 280px;
  text-align: center;
  height: 130px;
  justify-content: center;
  padding: 0px;
  display: table;
  margin: 0px auto;
}
.courseImgPreview div {
  vertical-align: middle;
  display: table-cell;
}
.courseImgPreview img {
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.courseImgPreview i.coursePreview,
.courseIcoPreview i.coursePreview {
  font-size: 7em;
  line-height: 110px;
  color: #E6E6E6;
}
div.lectionsList {
  z-index: 10;
  overflow: hidden;
  position: relative;
}
div.lectionsList:before {
  font-family: 'Font Awesome 5 Pro';
  left: -45px;
  position: absolute;
  bottom: -45px;
  font-size: 200px;
  z-index: -1;
  display: block;
  color: rgba(0, 0, 0, 0.1);
  font-weight: 300;
  content: "\f05a";
}
table.lectionsList {
  border-collapse: collapse;
}
table.lectionsList th,
table.lectionsList td {
  padding: 5px 0px;
  line-height: 18px;
}
.userCourseTableList,
.userSurveyTableList,
.userKPITableList,
.userTrainingEventsTableList {
  border-collapse: separate;
  border-spacing: 0px 12px;
}
.userCourseTableList td,
.userSurveyTableList td,
.userKPITableList td,
.userTrainingEventsTableList td {
  line-height: 20px;
  vertical-align: middle;
}
/** course player menu */
.course-lessons-main-ul {
  margin: 10px 0px;
}
.course-lessons-main-ul ul {
  margin: 0px;
}
.course-lessons-main-ul,
.course-lessons-main-ul ul {
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  list-style-type: none;
  line-height: 20px;
}
#study-reports-tasks-table table.task > tbody > tr > td {
  padding: 13px;
}
#study-reports-tasks-table tr td {
  vertical-align: top;
}
/** Icons in help modal CB,TB and DIS */
.cbHelpButton {
  width: 40px;
  height: 40px;
  line-height: 17px;
  text-align: center;
  margin-bottom: 6px;
  float: left;
  box-sizing: border-box;
  padding: 11px 0px 0px 0px;
  border: 1px solid;
}
.cbHelpButton i {
  font-size: 17px;
}
.fc-toolbar h2 {
  font-size: 14px;
  font-weight: normal;
}
.fc-icsButton-button.fc-state-default:hover {
  background-image: none !important;
}
.adminDashboard3block {
  width: calc(33%);
  box-sizing: border-box;
}
.adminDashboard2block {
  width: calc(50% - 7px);
  box-sizing: border-box;
}
.displayFlex {
  display: flex;
}
.flexJustifyBetween {
  justify-content: space-between;
}
.adminDashboardCircle {
  border-radius: 50%;
  background-color: #F00;
  padding-top: 100%;
  position: relative;
  transform: rotate(30deg);
}
.adminDashboardWhiteCircle {
  position: absolute;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  padding-top: calc(100% - 10px);
  transform: rotate(-30deg);
}
.adminDashboardCircleWrapper {
  width: calc(33% - 10px);
  box-sizing: border-box;
}
.adminDashboardCircleNum {
  position: absolute;
  top: calc(50% - 10px);
  line-height: 20px;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.greenCircle {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#58b50d+0,7ec938+44,0b9310+100 */
  background: #58b50d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58b50d 0%, #7ec938 44%, #0b9310 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58b50d 0%, #7ec938 44%, #0b9310 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58b50d 0%, #7ec938 44%, #0b9310 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58b50d', endColorstr='#0b9310', GradientType=0);
  /* IE6-9 */
}
.yellowCircle {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2d94c+0,f9e64f+51,e2d048+100 */
  background: #f2d94c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2d94c 0%, #f9e64f 51%, #e2d048 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2d94c 0%, #f9e64f 51%, #e2d048 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2d94c 0%, #f9e64f 51%, #e2d048 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2d94c', endColorstr='#e2d048', GradientType=0);
  /* IE6-9 */
}
.redCircle {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dd0000+0,f23c3c+44,c10000+100 */
  background: #dd0000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dd0000 0%, #f23c3c 44%, #c10000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dd0000 0%, #f23c3c 44%, #c10000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dd0000 0%, #f23c3c 44%, #c10000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd0000', endColorstr='#c10000', GradientType=0);
  /* IE6-9 */
}
.flexColumn {
  flex-direction: column;
}
.flexColumn > div {
  flex: 1;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.flexColumn > div:not(:first-child) {
  margin-top: 10px;
}
.flexDirectionRow {
  flex-direction: row;
}
.flexDirectionColumn {
  flex-direction: column;
}
/**
 * Line with superadmin nickname and disable user's interface
 */
div#sa-wrapper {
  min-width: 100%;
  margin: 0px;
  padding: 0px 15px 0px 15px;
  box-sizing: border-box;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #333;
  background-color: #AAA;
  border-bottom: 1px solid #888;
  z-index: 100;
}
.preview-player-iframe {
  border: none;
}
.preview-player-td-menu {
  border-right: 1px solid #999;
}
/**
styles for div with full size in TD
 */
.fullTdSize {
  position: relative;
}
.fullTdSize > div {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
/**
 * Hidden certificate tab for reload.
 */
.hiddenCertificateTab {
  left: -500px;
  top: -500px;
  height: 0px;
  position: absolute;
  width: 0px;
}
.removeIcon {
  font-size: 18px;
  padding: 2px 5px 3px 5px;
  color: #FFF;
  background-color: #DD0000;
  margin-right: 8px;
}
.wordBreak {
  word-break: break-word;
}
