html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    overflow: hidden;
}
a:link,a:visited {
    color: #58595b;
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
}
a:hover {
    color: black;
    text-decoration: none;
}
.testPoloska {
    background-image: url(imgCss/sky_blue_grid.gif);
    background-repeat: repeat-x;
    background-position: center;
    width: 100%;
    height: 55px;
}
.testPoloskaFooter {
    background-image: url(imgCss/sky_blue_grid_90.gif);
    background-repeat: repeat-x;
    background-position: center;
    width: 100%;
    height: 55px;
}
.zagolOnTop {
    text-transform: uppercase;
    text-align: left;
    color:#055a78;
    vertical-align: bottom;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11pt;
}
.LabelSimple {
    color: black;
    cursor: default;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: normal;
    text-align: left;
    visibility: visible;
    white-space: normal;
}
.errorText {
    color: red;
}
.copy {
    padding: 5px;
    color: #5ca3f4;
    text-decoration: none;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
}
span.mode_en {
    color: #009000;
    margin-left: 7px;
    font-weight: bold;
}

span.mode_dis {
    color: #EE0000;
    margin-left: 7px;
    font-weight: bold;
}
.center-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.dhx_demo-button {
    all: initial;
    position: absolute;
    bottom: 48px;
    right: 48px;
    width: 160px;
    height: 32px;
    color: #fff;
    border-radius: 50px;
    background: rgba(0, 0, 0, .7);
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.dhx_demo-button__icon {
    align-self: center;
}

.dhx_demo-button__text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-left: 4px;
    align-self: center;
}
.my_custom_mark {
    background: lightcoral;
}
.my_custom_mark_white {
    background: white;
}
.my_custom_mark_ping {
    background: greenyellow;
}
.my_custom_mark_yellow {
    background: yellow;
}
.my_custom_mark_red {
    background: #fc9595;
}
.dhx_demo-grid .remove-button {
    cursor: pointer;
    color: red;
}
.action-buttons {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.dhx_demo-grid .edit-button {
    cursor: pointer;
    color: #0288d1;
}












.dhx_list_template_b_box .dhx_list-item {
    padding: 0;
}

.dhx_list_template_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
}

.dhx_list_template_b__avatar-elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 58px;
}

.dhx_list_template_b__avatar{
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background: center center/cover no-repeat #f7f7f7;
    background-color: #f09d97; /*red*/
    cursor: pointer;
}
.dhx_list_template_b__avatar_gold{
    background-color: #fdbf4c;  /*gold*/
}
.dhx_list_template_b__avatar_lgreen{
    background-color: #e3f296;  /*light green */
}
.dhx_list_template_b__avatar_green{
    background-color: #96f2c3;  /*green*/
}

.dhx_list_template_b__container-wrapper {
    width: 100%;
}

.dhx_list_template_b__body {
    width: 180px;
}

.dhx_list_template_b__title {
    display: block;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.dhx_list_template_b__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2px;
}

.dhx_list_template_b__star,
.dhx_list_template_b__link-icon,
.dhx_list_template_b__icon-small {
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    color: #f09d97;
}

.dhx_list_template_b__star {

}
.dhx_list_template_b__star_lgreen {
    color: #e3f296;
}
.dhx_list_template_b__star_green {
    color: #96f2c3;
}
.dhx_list_template_b__star_gold{
    color: #fdbf4c;
}
.dhx_list_template_b__link-icon {
    color: #0288d1;
}

.dhx_list_template_b__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 12px;
    min-width: 74px;
    width: 74px;
}

.dhx_list_template_b__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dhx_list_template_b__button-elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    width: 20px;
    padding: 0 2px;
    border-radius: 50%;
    border: 0;
    background: inherit;
    outline: 0;
    cursor: pointer;
}

.dhx_list_template_b__icon-small {
    color: rgba(0, 0, 0, 0.5);
    height: 16px;
}


.custom-message {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.custom-message {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.custom-message svg {
		margin-right: 12px;
		margin-top: 10px;
	}



table.timecard {
	margin: auto;
	width: 270px;
	border-collapse: collapse;
	border: 1px solid #fff; /*for older IE*/
	border-style: hidden;
}

table.timecard caption {
	background-color: #f79646;
	color: #fff;
	font-size: x-large;
	font-weight: bold;
	letter-spacing: .3em;
}

table.timecard thead th {
	padding: 8px;
	background-color: #fde9d9;
	font-size: large;
}

table.timecard thead th#thDay {
	width: 40%;	
}

table.timecard thead th#thRegular, table.timecard thead th#thOvertime, table.timecard thead th#thTotal {
	width: 20%;
}

table.timecard th, table.timecard td {
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #f79646 #ccc;
}

table.timecard td {
	text-align: right;
}

table.timecard tbody th {
	text-align: left;
	font-weight: normal;
}

table.timecard tfoot {
	font-weight: bold;
	font-size: large;
	background-color: #687886;
	color: #fff;
}

table.timecard tr.even {
	background-color: #fde9d9;
}



