﻿/* google chrome */ *:focus {
  outline: none;
}
textarea {
  resize: none;
} /* CSS Document */
html {
  overflow-y: scroll;
}
html {
  overflow: -moz-scrollbars-vertical;
  font-family: 'Roboto', sans-serif;
}
#t-lang-select option {
  color: #999999;
}
.lang-available {
  color: #000000 !important;
  background-color: #eeeeee;
}
.lang-current {
  color: #00A68A !important;
}
.fielderror {
  border: 1px solid #d2abab;
  background-color: #f2cece;
}
.fielderrortxt {
  color: #320e0e;
  font-weight: bold;
}
#breadcrumb {
  font-size: 12px;
  padding: 0 0 20px 0;
  color: #888;
}
#breadcrumb a {
  color: #333;
}
#breadcrumb .currentItem {
  font-weight: bold;
}
.object {
  display: none;
  width: 100%; /*    border-left: 1px solid #dddddd;    border-right: 1px solid #dddddd;    */
  border-top: 1px solid #00A68A;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  padding: 30px 0px 20px 0px;
}
#omenu {
  display: flex;
  letter-spacing: -.7px;
}
.tab_p {
  background-color: #f0f0f0;
  margin-left:2px;
  padding: 4px 4px 2px 4px;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tab_a {
  background-color: #00A68A;
  margin-left:2px;
  padding: 4px 4px 2px 4px;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tab_a div {
  padding: 5px 7px;
  margin: 0px 0px 0px 0px;
  background-repeat: no-repeat;
  background-position: top left;
  font-size: 13px;
  color: #fafafa;
  font-weight: 700;
  text-align: center;
  
}
.tab_p div {
  padding: 5px 7px;
  margin: 0px 0px 0px 0px;
  font-size: 13px;
  letter-spacing: -.5px;
  color: #333333;
  text-align: center;
}
.clear {
  clear: both;
}
body {
  margin: 0px;
  background-color: #eee;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 15px;
  color: #222;
}

.main {
  display: flex;
}
.left {
  width:220px;
  margin-top:40px;
}
.right {
  width:calc(100% - 220px);
}
#topBar, #top {
  color: #00A68A;
}
#topBar a, #top a {
  color: #113641;
}
a {
  color: #181818;
  text-decoration: none;
  line-height: 120%;
}
a:hover {
  color: #00A68A;
  text-decoration: none;
}
table.act td {
  background: none;
}
table {
  font-size: 13px;
}
.cl_ftt {

  
}
.cl_fttend {
  
}
.cl_ftr {
  display: flex;
  align-items: stretch;
  padding:15px 20px 0 20px;
  border:1px solid #ccc;
  border-top: none;
  border-bottom: none;
  position: relative;
}



.cl_fth {
  font-size: 15px;
  font-weight: 500;
  width:200px;
  border-bottom: 1px solid #f0f0f0;
  padding:0 15px 15px 0;
  display: flex;
  align-items: center;
}
.hrfn {

}
.cl_ftd {
    border-bottom: 1px solid #f0f0f0;
  width:calc(100% - 200px);
   padding:0 0 15px 15px;
  
}

.cl_ftre {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border:1px solid #ccc;
  border-top: none;
  height: 20px;
  margin-bottom:30px;
}
.cl_fthe {

}
.cl_ftde {
 
}
.cl_ftrs {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border:1px solid #ccc;
  border-bottom: none;
  padding: 20px 20px 0 20px;
}


.cl_fths {
  background: #00A68A;
  width: 114px;
  overflow: hidden;
  padding: 0px;
}
.cl_ftds {
  
}
.cl_fss {
  width: 100%;
  border-bottom:1px solid #888;
  padding-bottom:20px;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
.cl_ftht {
  background-color: #eeeeee;
  padding-left: 10px;
  padding-right: 10px;
}
.cl_ftht_bold {
  background-color: #dcdcdc;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.cl_ath {
  background-color: #eeeeee;
}
.input_readonly {
  background-color: #ececec;
}
.cl_ftdt {
  background-color: #f5f5f5;
  padding-left: 2px;
  padding-right: 8px;
}
.cl_ftdt_green {
  background-color: #75f565;
  padding-left: 2px;
  padding-right: 8px;
}
.cl_ftdt_pale {
  background-color: #f5f575;
  padding-left: 2px;
  padding-right: 8px;
}
.cl_cbox {
  padding: 0px 0px 0px 0px;
}
.cl_atd {
  background-color: #f5f5f5;
}

.legend-label {
  display: inline-block;
padding: 4px 8px 2px 8px;
border-radius: 9px;
color: #fff;
font-size: 12px;
line-height: 1;
margin: 0 5px 5px 0;
letter-spacing: -.5px;
}
.msg_fail {
  padding: 10px;
  color: #fff;
  background: #c00;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
  display: block;
}
.msg_ok {
  padding: 10px;
  background: #090;
  color: #fff;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
  display: block;
}
.contentText {
  background: #FFFFFF;
  border: solid;
  border-color: #c6c6c6;
  border-width: 1px;
  font-size: 13px;
  padding: 5px 5px 5px 5px;
  color: #7c7c7c;
}
#report {}
#report #head {
  background-color: #efefef;
  border-right-color: #dddddd;
  border-right-style: dashed;
  border-right-width: 1px;
}
#report #row {}
#report #row #data {
  border-top-width: 1px;
  border-top-color: #cccccc;
  border-top-style: dashed;
  border-right-color: #dddddd;
  border-right-style: dashed;
  border-right-width: 1px;
  padding-left: 4px;
  padding-right: 3px;
}
#wrap {
  width: 96%;
  margin: auto;
}
#whiteContainer {
  border-top: 1px solid #fff;
  float: right;
  display: block;
  width: 96%;
  background-color: #f0f0f0;
  -moz-box-shadow: 0px 0px 10px #2c471c;
  -webkit-box-shadow: 0px 0px 10px #2c471c;
  box-shadow: 0px 0px 10px #2c471c;
  margin-bottom: 60px;
}
#topBar {
  margin: 0 0 0 0;
  padding: 12px 0 0 0;
  width: 96%;
  height: 35px;
  text-align: right;
}
#top {
  margin: 0 0 75px 0;
  padding: 14px 0 0 14px;
  width: 96%;
  height: 56px;
}
#contentTop {
  margin: -36px 0 0 0;
  padding: 0 0 0 0;
  width: 960px;
  height: 55px;
}
.taby {


}
#sajty {
 display: flex;
justify-content: flex-end;
  font-size:15px;
  font-weight: 600;
}
#sajty > div {
  text-align: center;
}
#sajty > div:first-child span {
  padding-left: 25px;
  background-image: url("../images/linguasmart.svg");
  background-position: left;
  background-repeat: no-repeat
}
#sajty > div:last-child span {
  padding-left: 24px;
  background-image: url("../images/settings.svg");
  background-position: left;
  background-repeat: no-repeat;
  packground-position: 0 -1px;
}
.main-container {

  position: relative;
}
.left-nav {

  background: #fff;
border-radius: 4px;
}
.left-nav .trigger {
  position: absolute;
  top: 0;
  left: 300px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url(../images/trigger.png);
  cursor: pointer;
}
.canvas {
  padding: 0 0 0 30px;
  
}
.canvas-content {
  background-color: #fff;
  padding: 30px;
  border-top-left-radius: 4px;
}
.delete-item {
  border-radius: 4px;
  height:30px;
  line-height: 33px;
  color:#fff;
  margin-left:30px;
  font-size:14px;
  font-weight: 700;
  background-color: #ff351e;
  background-image: url("../images/delete.svg");
  background-position: 10px 6px;
  background-repeat: no-repeat;
   padding:0 10px 0 30px;
  background-size: 14px auto;

}
.delete-item .deleteleft {
  
}
.delete-item .deleteright {
  color:#fff;
}

.top-row {
  display: flex;
  width:100%;
  justify-content: space-between;
  margin-bottom:30px;
}
.bottom-row {
  display: flex;
  width:100%;
  justify-content: flex-end;
}

.top-row .item-name {
  display: flex;
  line-height: 39px;
}
.top-row .name-label {
  margin-right:15px;
}
.top-row .update-preview {
  justify-content: flex-end;
}
.item-update {
      font-size: 15px;
    padding: 10px 10px 10px 35px;
    border: none;
    color: #fff;
    border-radius: 4px;
    transition: all .3s ease;
    font-weight: 500;
    background-color: #1c2c45;
    display: inline-block;
    background-image: url("../images/save.svg");
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-size: 19px auto;
}

.t-preview-visible {
      font-size: 15px;
    padding: 10px 10px 10px 35px;
    color: #222;
    border-radius: 4px;
    transition: all .3s ease;
    font-weight: 500;
    background-color: #fff;
    display: inline-block;
    background-image: url("../images/preview.svg");
    background-position: 10px 13px;
    background-repeat: no-repeat;
    background-size: 19px auto;
  border: 1px solid #222;
  margin-right:12px;
}

#menulewe {
  padding: 30px;
}
#menulewe_end {
  height: 30px;
  float: left;
  padding-bottom: 10px;
}
#tresc {}
#lo-tresc {
  padding: 0;
  background-position: left bottom;
  background-repeat: repeat-x;
}
#lo-tresce {
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  color: #990000;
  background-position: left bottom;
  background-repeat: repeat-x;
}
#akcje {}
#bottomSpace {
  width: 96%;
  height: 40px;
  display: block;
}
.phototable {
  padding: 5px 3px 10px 3px;
  border-color: #f4f4f4 #dedede #dcdcdc #f7f7f7;
  border-width: 1px;
  border-style: solid solid solid solid;
  background-color: #f0f0f0;
  margin-top: 2px;
  margin-bottom: 5px;
  width: 660px;
}
.mm {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  margin-bottom:15px;
}
.mm a {}

.mm a:hover {
  background-color: #f8f8f8;
}
.mms a {
  color: #00A68A;
}
.mms:hover {
  background-color: #fff;
}

.mms {
  color: #00A68A;
  background-color: #fff;
}
.mml0 {
  margin-bottom: 15px;
  padding-left:25px;
  background-position: left;
  background-repeat: no-repeat;
}
.mml1, .mml1f {
  margin-left: 25px;
  text-transform: none;
  font-size:13px;
  margin-bottom: 12px;
  line-height: 1;
  font-weight: 400;
}
.mml1 a, .mml1f a {

}
.mml1 i, .mml1f i {
  display: none;
}
.mml1f.mms, .mml1.mms {
  margin-right: 0 !important;
  color: #00A68A !important;
}
.mml1f.mms a, .mml1.mms a {
  color: #00A68A !important;
}
.mml1 a, .mml2 a, .mml3 a, .mml4 a {
  text-transform: none;
}
.mml2 {
  padding-left: 38px;
  background-position: -1px 0px;
}
.mml3 {
  padding-left: 48px;
  background-position: -1px -60px;
}
.mml4 {
  padding-left: 58px;
  background-position: -1px -120px;
}
.mml5 {
  padding-left: 68px;
  background-position: -1px -180px;
}
.mml6 {
  padding-left: 78px;
  background-position: -1px -240px;
}
.mml7 {
  padding-left: 88px;
  background-position: -1px -300px;
}
.mml0f {
  /*margin-top:2px;
	padding:0;
	
	margin-top:4px;
	padding-left:18px;
	text-transform:uppercase;
	padding-bottom:0px;
	padding-top: 5px;
	background-image:url(../images/menuitemw.png);
	background-position:top;
	*/
}
.mml2f {
  padding-left: 38px;
  background-position: -1px 0px;
}
.mml3f {
  padding-left: 48px;
  background-position: -1px -60px;
}
.mml4f {
  padding-left: 58px;
  background-position: -1px -120px;
}
.mml5f {
  padding-left: 68px;
  background-position: -1px -180px;
}
.mml6f {
  padding-left: 78px;
  background-position: -1px -240px;
}
.mml7f {
  padding-left: 88px;
  background-position: -1px -300px;
}
.currentItem {
  color: #00A68A;
}
.input_cb { /* height:14px; */
  border: 0px solid #c6c6c6;
  font-size: 13px;
  color: #000000;
  vertical-align: middle;
  padding-left: 2px;
  padding-right: 2px;
}
.input_file {
  border: 1px solid #c6c6c6;
  font-size: 13px;
  color: #000000;
  vertical-align: baseline;
  padding: 10px;
  margin-top: 4px;
  margin-left: -2px;
  background-color: #f5f5f5;
  margin-bottom: 15px;
}
.input_file_a {
  background-color: #fafafa;
  border: 1px solid #c6c6c6;
  font-size: 13px;
  color: #000000;
  padding-left: 1px;
  padding-right: 1px;
  text-decoration: underline;
}
.input_file_but {
  height: 18px;
  border: 1px solid;
  border: none;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  vertical-align: baseline;
  margin-left: 5px;
  padding: 6px 12px;
  background-color: #00A68A;
  float: none;
}
.file-link {
 
}

.file-link a {
  color:#00A68A;
   margin-bottom:12px;
  padding-left: 25px;
background-image: url("../images/external.svg");
background-position: 3px 0;
background-repeat: no-repeat;
  background-size: 16px auto;
  border-bottom:1px solid #fff;
  display: inline-block;
}
.file-link a:hover {
  border-bottom: 1px solid #00a68a;
}
.delete-file {
  display: flex;
  align-items: center;
}
.delete-link {
padding-left: 20px;
margin-left: 11px;
background-image: url("../images/delete-black.svg");
background-position: 0 -1px;
background-repeat: no-repeat;
padding-top: 2px;
display: inline-block;
}
input { /* height:14px; */
  border: 1px solid #c6c6c6;
  font-size: 13px;
  color: #000000;
  vertical-align: middle;
  padding: 6px;
}
td.actions {
  width: 430px;
  text-align: right;
}
.input_button {
  font-size: 14px;
  font-weight: bold;
  padding: 7px 10px 10px 10px;
  border: none;
  background-color: #00A68A;
  color: #fff;
  border-radius: 4px; 
  transition: all .3s ease;
}
.cl_ftd .input_button {
  margin-right:30px;
}
.input_button_radio_cleaner {
  display: block;
  margin-top: -2.7em;
  margin-left: 30em;
}
.stdtable tr .actions .input_button {
  font-size: 13px;
  font-weight: 500;
  padding: 4px 7px 7px 7px;
  border: none;
  border-radius: 4px;
  opacity: .5;
}
.stdtable tr:hover .actions .input_button {
  opacity:1;
}
.actions .input_button.del {
  border-color: #d00;
  color: #d00;
}
.actions .input_button.copy {
}
.actions .input_button.edit:hover {
   background-color: #00A68A;
  color:#fff;
}
.actions .input_button.preview {
}
select { /* height:17px; */
  border: 1px solid #c6c6c6;
  font-size: 13px;
  color: #000000;
  vertical-align: middle;
  padding-left: 0px;
  padding-right: 0px;
}
.crtable {
  margin-bottom: 12px;
}
.boxdisplay {
  width: 420px;
  background-color: #fcfcfc;
  border: 1px solid #0a0a0a;
  padding: 3px 3px 3px 3px;
}
.sites-a-y {}
.sites-a-n {}
.sites-n {
  color: #233;
  text-decoration: none;
  text-align: center;
  padding: 12px;
  cursor: pointer;
  overflow: hidden;
  margin-left: 1px;
}
.sites-y {
  color: #222;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  padding: 12px;
  cursor: default;
  overflow: hidden;
  margin-left: 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sites--n {
  float: left;
  background-image: url(../images/s--n.png);
  height: 40px;
  width: 10px;
  display: none;
}
.sites-n- {
  float: left;
  background-image: url(../images/s-n-.png);
  height: 40px;
  width: 20px;
  display: none;
}
.sites-nn {
  float: left;
  background-image: url(../images/s-nn.png);
  height: 40px;
  width: 20px;
  display: none;
}
.sites-ny {
  float: left;
  background-image: url(../images/s-ny.png);
  height: 40px;
  width: 20px;
  display: none;
}
.sites--y {
  float: left;
  background-image: url(../images/s--y.png);
  height: 36px;
  width: 10px;
  display: none;
}
.sites-y- {
  float: left;
  background-image: url(../images/s-y-.png);
  height: 40px;
  width: 20px;
  display: none;
}
.sites-yn {
  float: left;
  background-image: url(../images/s-yn.png);
  height: 40px;
  width: 20px;
  display: none;
}
.errTableData {
  padding: 15px;
  text-align: left;
}
#formTable {
  border: 1px solid #c6c6c6;
  margin-top: 85px;
  background-image: url(../images/tableBg.gif);
  background-position: bottom left;
  background-repeat: repeat-x;
  margin-bottom: 250px;
}
.tableHead {
  background-image: url(../images/tableHeadBg.gif);
  text-align: left;
  padding-left: 5px;
}
.leftTd {
  text-align: right;
  padding-right: 5px;
}
.rightTd {
  text-align: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.loginInput {
  width: 370px;
  border: 1px solid #c6c6c6;
  color: #000000;
  vertical-align: middle;
  padding: 15px;
  margin-bottom: 2em;
  background-color: #fff;
}
.button {
  padding-right: 12px;
  text-align: right;
}
.nodisp {
  display: none;
}
.editor {}
.tcode:before {
  content: 'kod: ';
}
.tcode {
  font-weight: normal;
  font-size: 13px;
  display: none;
}
address {
  font-size: 11px;
  font-style: normal;
  color: #ccc;
}
.template {
  display: none;
}
table.stdtable {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
th {}
.stdtable th {
  padding: 10px;
  font-size: 15px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 2px;
}
td {
  background: #fafafa;
  padding: 10px;
  font-size: 14px;
}
.stdtable td {
  border-bottom: 1px solid #eee;
  background: none !important;
}
.stdtable tr:nth-child(even) {
  background: #f8f8f8
}
.stdtable tr:nth-child(odd) {
  background: #FFF
}
.stdtable tr.stdhead {
  background-color: white !important;
}
.stdtable tr {
  transition: all .3s ease;
}
.stdtable tr:hover {
  background-color: #e5f6f3;
}
div.advrel_box {
  width: 1000px;
  height: 350px;
  overflow: hidden;
}
.adv_side {
  float: left;
  width: 470px;
  height: 300px;
}
div.advrel_box .box {
  width: 470px;
  height: 274px;
  overflow: scroll;
  border: #ccc solid 1px;
  float: left;
  background-color: #fff;
}
div.advrel_box .box.top_space {
  margin-top: 51px;
}
.between_adv {
  float: left;
  width: 60px;
  height: 300px;
}
.half {
  width: 260px;
  float: left;
}
div.advrel_box .advrel_area {}
div.advrel_box .advrel_area2 {
  margin-right: 0px;
}
div.advrel_box .fright {
  text-align: center;
  width: inherit;
  padding: 10px;
}
div.advrel_box ul.dlist {
  float: left;
  padding: 5px;
  width: 440px
}
div.advrel_box ul.slist {
  padding: 5px;
}
div.advrel_box input {
  width: 120px;
  margin-right: 10px;
}
div.advrel_box .box ul {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  height: auto;
  min-height: 250px;
}
div.advrel_box .box li {
  height: 16px;
  border: 0px;
  color: #fff;
  background-color: #004489;
  padding: 8px 8px 8px 25px;
  margin: 0px 0px 2px 0px;
  background-image: url(../images/bar.png);
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
}
div.advrel_box .advrel_area2 li {
  background-color: #00A68A;
}
div.advrel_box .box li.ilev0 {
  background-position: -27px 3px;
}
div.advrel_box .box li.ilev1 {
  background-position: -23px 3px;
}
div.advrel_box .box li.ilev2 {
  background-position: -19px 3px;
}
div.advrel_box .box li.ilev3 {
  background-position: -15px 3px;
}
div.advrel_box .box li.ilev4 {
  background-position: -11px 3px;
}
div.advrel_box .box li.ilev5 {
  background-position: -7px 3px;
}
div.advrel_box .box li.ilev6 {
  background-position: -3px 3px;
}
div.advrel_box .box li.ilev7 {
  background-position: 1px 3px;
}
table.stdtable th.sort-up:after {
  content: " rosnąco";
}
table.stdtable th.sort-up:before {
  content: "▲ ";
}
table.stdtable th.sort-down:after {
  content: " malejąco";
}
table.stdtable th.sort-down:before {
  content: "▼ ";
}
table.stdtable th.sortable {
  text-decoration: underline;
}
.textic {
  font-style: italic;
}
.wrapper {
  width: 96%;
  margin: 0 auto;
  height: 230px;
}
.t-new-child-visible select, .t-new-sibling-visible select {
  margin-left: 10px;
  padding: 5px 1px 4px 1px;
}
.t-new-sibling-visible > div, .t-new-child-visible > div {
  background-color: #00A68A;
  border-radius: 4px;
  color:#fff;
  margin-left:30px;
  font-size:14px;
}

.login-form {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 400px;
  padding: 20px 50px 0 50px;
  margin-left: -250px;
  margin-top: -250px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 14px 20px -10px rgba(14, 21, 33, .1);
  border-radius: 4px;
}
.login-form .logo {
  padding: 30px 0;
  text-align: center;
}
.login-form .logo img {
  width: 300px;
}
.login-form h1 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 5px;
  font-weight: 300;
  text-transform: uppercase;
}
.login-form .formSubmit {
  border-radius: 4px;
}
a.formSubmit {
  width: 370px;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 300px;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #1c2c45;
}
.toptop {
  padding: 20px 30px;
  position: relative;
  z-index: 12346;
}
.toptop .logo {
  float: left;
  width: 160px;
}
.toptop .branding {
  float: left;
  width: 300px;
  font-size: 30px;
  font-weight: 700;
}
.toptop .lang, .toptop .logout {
  float: right;
}
.toptop .lang {
  line-height: 40px;
  width: 250px;
}
.toptop .lang select {
  padding: 6px 10px;
}
.toptop .login-stats {
  float: right;
  width: 300px;
}
.clear {
  clear: both;
}
.logout {
  color: #233;
}
.warningbox{
  color: red;
  font-size: 28px;
  letter-spacing: 2px;
  text-align: center;
  position: absolute;
  left: 10em;
}
a.exit {
  display: inline-block;
  padding: 0 10px;
  line-height: 33px;
  font-size: 14px;
  color: #fff;
  background-color: #FF351E;
  text-align: center;
  border-radius: 4px;
}
#t-logged-user {
  font-weight: 700;
}
.login-stats {
  font-weight: 300;
  font-size: 11px;
  color: #888;
  text-align: right;
  padding-right: 30px;
  padding-top: 5px;
}
.ico {
  display: none;
}
.mml0.Ling {
  background-image: url("../images/home.svg");
}
.mml0.Klie {
  background-image: url("../images/client.svg");
}
.mml0.Lekt {
  background-image: url("../images/teachers.svg");
}
.mml0.Inwe {
  background-image: url("../images/inventory.svg");
}
.mml0.Test {
  background-image: url("../images/tests.svg");
}
.mml0.Waru {
  background-image: url("../images/conditions.svg");
}
.mml0.Rapo {
  background-image: url("../images/reports.svg");
}
.mml0.Różn {
  background-image: url("../images/other.svg");
}
.mml0.Ling {
  background-image: url("../images/home.svg");
}

.breadcrumbs {
  display: flex;
  width:100%;
}
#breadcrumb {
  width:60%;
}
.metadata {
  width:40%;
  font-size:12px;
  color: #888;
  display: flex;
  justify-content: flex-end;
}
.metadata > div {
 padding-left:15px;
}
#breadcrumb .icon-compass2 {
  margin-right: 5px;
  color: #999;
}
.entry-head {
  display: flex;
  width:100%;
  margin-bottom:20px;
}
.entry-head .title {
  width:66%;
}
.entry-head .item-buttons {
  width:34%;
  display: flex;
  justify-content: flex-end;
}
.entry-head h1 {
  margin:0;
  font-size:24px;
  line-height: 30px;

}
.adv_label {
  text-align: center;
  font-size: 15px;
  padding: 10px;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
}
.ajaxtable {
  text-align: right;
}
.ajaxtable > input {
  margin-left: 5px;
  margin-right: 20px;
}
.ajaxtable > span {}
.ajaxtable > input {}
.ajaxtable table {
  text-align: left;
}
#guide {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: 12344;
  width: 100%;
  height: 100%;
  display: none;
}
#guide .guide-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 800px;
  height: 400px;
  margin: -200px 0 0 -400px;
  background-color: #fff;
}
#guide .guide-content .space {
  padding: 40px;
  position: relative;
}
#guide .guide-content h2 {
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
}
#guide .guide-content #guide-close {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #00A68A;
  cursor: pointer;
}
.guide-table td {
  text-align: center;
  background: none;
  padding: 20px;
  margin: 30px;
}
.guide-table td.bt {
  border-bottom: 1px solid #eee;
  display: none;
}
.guide-table td.rg {
  border-right: 1px solid #eee;
}
.guide-table p {
  font-size: 21px;
}
.guide-table input[type="button"] {
  padding: 10px 20px;
  color: #fff;
  border: none;
  font-weight: 700;
  font-size: 18px;
  background-color: #00A68A;
}
.guide-table select {
  padding: 5px 10px;
  font-size: 18px;
}
.haveanice {
  position: absolute;
  bottom: 40px;
  left: 10%;
  width: 80%;
  text-align: center;
}
#cms_tid_t_xxlangman {
  display: none;
  float: right !important;
}
#hint {
  background-color: #eee;
  padding: 10px;
  margin: 0 0 20px 0;
}
.addleft {
  padding: 7px 5px 5px 10px;
  /* background-image: url(/__cms/template/nth/images/button-dodaj.gif); */
  display: inline-block;
  color: white;
  font-weight: 700;
  font-size: 14px;
}
.addright {
  padding: 7px 11px 5px 0px;
  /* background-image: url(/__cms/template/nth/images/button-dodaj.gif); */
  display: inline-block;
  color: white;
  font-weight: 700;
  font-size: 14px;
}
.participant {
  display: inline-block; margin-right:30px;
}
table.dashboard {
	border-collapse: collapse;
	font-size: 11px;
  letter-spacing: -.5px;
}
.dashboard td {
	border-bottom: solid 1px #ccc;
	padding: 8px 5px;
  background: #fff;
}
.dashboard td, .dashboard td p, .dashboard td small {
  font-size:11px;
}
a.fc-other-month {
	background-color: #ddd !important;
	border: none;
}
.fc-other-month {
	background-color: #f0f0f0;
}
.ajaxtable tr.inactive td {
	font-style: italic;
	color: #aaa;
}
