html{
	height: 100%;
	margin: 0;
	padding: 0;
}
body{
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: scroll;
}
@media only screen and (max-width: 768px) {
	body{
		min-width:auto;
	}
}
@media only screen and (min-width: 768px) {
	body{
		min-width:1220px;
	}
}
section{
	padding-bottom: 20px;
}
.container{
	padding-top: 1em;
	text-align: center;
    max-width: 700px !important;
    line-height: 1.5;
}

.inline-block{
	display: inline-block;
}

.ui.small.form.manager{
	padding-bottom: 2em;
}

.ui.small.form.padding{
	padding-bottom: 2em;
}

table.center {
margin-left:auto;
margin-right:auto;
}

fieldset{
	border: none;
}
#loginLabel{
	margin-right: auto;
	margin: 8px 0px 10px 0px;
	text-align: right;
}
#loginLabelAdmin{
	margin-right: auto;
	margin: 80px 0px 10px 0px;
	text-align: right;
}
.right {
    position: absolute;
    right: 20px;
    padding: 10px;
}

#headerLogo {
    width:240px;
    height:14%;
}
#headerImage{
	width: 100%;
	height: 50%;
	position: absolute;
	clip: rect(0px,3000px, 150px,0px);
	top: 0;
	z-index: -1;
}
#headerImage2{
	width: 100%;
	min-width: 1220px;
	position: absolute;
	clip: rect(0px,3000px, 120px,0px);
	top: 0;
	z-index: -1;
}
#indexImage{
	width: 100%;
	position: absolute;
	clip: rect(0px,3200px,430px,0px);
	top: 0;
	z-index: -1;
}
#header{
	position: relative;
}
#mainHead{
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom: 20px;
	padding-left:15px;
	padding-right:15px;
	width:100%;
	text-align: left;
}
#indexHead{
	padding-top: 2em;
	padding-bottom: 4em;
}
#menu{
	max-width: 1900px;
	width:100% !important;
	margin: 0 auto !important;
}
#indexMenu{
	margin: 0 200px;
}

#huge_header{
	margin: 90px 20px 20px 20px;
	text-align: center;
}
#adminDropMenu{
	left:auto;
    right:0;
}
#darbuotoju_info_lentele{
    height:auto;
    max-height:50px;
}
#darbuotoju_paieska{
	margin-left: auto;
    	margin-right: auto;
    	width: 80%;
}
#custom_segment{
	margin-left: auto;
    	margin-right: auto;
    	width: 80%;
}
#mbtn{display: none;}

#fistPageHeader{
	padding-top: 10px;
	padding-bottom: 10px;
}

#loginForm{
	max-width: 400px;
	max-height: 290px;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}


#loginScreen{
	max-width: 870px;
	max-height: 300px;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.login-body > .grid, .remind-password-body > .grid, .change-password-body > .grid {
    height: 100%;
}


#landerImage{
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

#loginErrorMessage{
	width: 400px;
	height: 110px;
	position: absolute;
	top: 19%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}

#pageForbidden{
	width: 400px;
	height: 140px;
	position: absolute;
	margin-top: 100px;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}

#headerGrid{
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto; 
}
#headerDrop{
	position: absolute;
    right: 10%;
}
#deleteButton{
	position: absolute;
	right: 0%;
}
.vadovoDuomenys{
	position: absolute;
	right: 10%;
	top: 40%;
}

#alkoRiba{
	position: absolute;
	top: 20%;
	right: 0%;
}
#darbuotojoVeiksmai{
	width: 290px;
}
#darbuotojo{
	width: 100%;
}

#generateExcell{
    float: right;
}

#inputCalendarField{
	max-width: 14em;
}

#deviceListSmallFormButton{
	margin-left: 3em;
	width: 16em;
}

#homeMessage{
	width: 400px;
	height: 260px;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0.8;
}

#mainPageImage{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}

.topRight{
	padding-right: 10px;
}

.wrapper{

	min-height: 100%;
	margin-bottom: -100px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}
.wrapper:after{
	content: "";
	display: block;
}
.wrapper:after, footer {
	height: 100px;
}
#footerContainer{
	padding-top: 0em;
	padding-bottom: 1em;
}


#footerImage{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
}

#loginLander{
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

.pseudo-link {
    cursor: pointer;
    color: #0069d6;
}

.pseudo-link:hover {
    text-decoration:underline;
    color: #00438a;
}

.link-button-container:link, .link-button-container:visited, .link-button-container:hover, .link-button-container:active {
    text-decoration: none;
}

.ui-new-semantic-override[class*="middle aligned"].grid > .column:not(.row){
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: middle;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.ui-new-semantic-override.grid {
  display:flex;
}

.ui-new-semantic-override[class*="center aligned"].grid {
  webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.medium-fixed-column{
    max-width: 450px;
}

.emptySubdivision
{
    background-color: #DDD;
    color: #999;
}

.wrappable {
    white-space: normal !important;
}

.ui[class*="very super compact"].table th {
	padding-left:0;
	padding-right:0;
}

.ui[class*="very super compact"].table td {
	padding-left:0;
	padding-right:0;
}

.ui[class*="very super compact"].table div[class*="very super compact"] {
	margin-left:0;
	margin-right:0;
}

.ui.action.input input[type="file"] {
  display: none;
}

.ui.popup.no-pointer:before {
	content: none
}

th.weekend, .ui.table thead th.weekend, td.weekend {
    background-color : #DCDCDC
}

td.weekend.activated {
    background-color: #ECC378
}

td.activated {
    background-color : #FFA500
}

td.activated.alternative {
    background-color : #ffa9a9
}

/* --------------- SUPER ADMIN MENU ---------------- */
.super-admin-menu{
	border: none !important;
	margin-top:5px !important;
}
.super-admin-menu .item{
	padding:0px 30px 0px 30px;
}
.super-admin-menu .item.right{
	color:#ffffff;
	right: 0;
	border-radius: 0px 4px 4px 0px;
	background: #1b1c1d !important;
}
.super-admin-menu .item.right:hover{
	background: #2D2E30 !important;
	color:#ffffff !important;
}

.super-admin-menu .item:last-child .sign.out{
	margin-left:5px;
}
@media only screen and (max-width: 1530px) {
	.super-admin-menu .item{
		padding:0px 22px 0px 22px !important;
	}
}
@media only screen and (max-width: 1465px) {
	.super-admin-menu .item{
		padding:0px 20px 0px 20px !important;
	}
}

@media only screen and (max-width: 1370px) {
	.super-admin-menu .item{
		padding:0px 10px 0px 10px !important;
	}
}
/* --------------- ADMIN MENU ---------------- */
.menu-wrapper {
	margin-top:5px;
}

.admin-menu{
	border: none !important;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2);
	box-shadow: 0 1px 6px rgba(0,0,0,.2);
	background: #1b1c1d !important
}
.admin-menu .item{
	color:#ffffff !important;
	padding:0px 30px 0px 30px;
}
.admin-menu .item:hover{
	background: #2D2E30 !important;
}
.admin-menu .item.right{
	color:#000000 !important;
	right: 0;
	border-radius: 0px 4px 4px 0px;
	background: #ffffff !important;
}
.admin-menu .item.right.transport{
	color:#000000 !important;
	right: 0;
	border-radius: 0px 0px 0px 0px;
	background: #ffffff !important;
}
.admin-menu .item.right:hover{
	background: #f0f0f0 !important;
}
@media only screen and (max-width: 1530px) {
	.admin-menu .item{
		padding:0px 25px 0px 25px !important;
	}
}
@media only screen and (max-width: 1465px) {
	.admin-menu .item{
		padding:0px 22px 0px 22px !important;
	}
}

@media only screen and (max-width: 1370px) {
	.admin-menu .item{
		padding:0px 15px 0px 15px !important;
	}
}
/* -------------- SERVICEDESK ---------------- */
.serviceDesk-settings {
	cursor: pointer;
	display: inline-block;
	min-height: 1em;
	outline: 0;
	border: none;
	vertical-align: baseline;
	background: #fff -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .02)));
	background: #fff -webkit-linear-gradient(transparent, rgba(0, 0, 0, .02));
	background: #fff linear-gradient(transparent, rgba(0, 0, 0, .02));
	color: rgba(0, 0, 0, .6);
	font-family: Roboto, Arial, sans-serif;
	margin: 0 .25em 0 0;
	padding: .8em .8em .8em;
	text-transform: uppercase;
	text-shadow: none;
	font-weight: 400;
	line-height: 1em;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	border-radius: .1875em;
	-webkit-box-shadow: 0 0 0 1px #ddd inset, 0 0 0 0 transparent;
	box-shadow: 0 0 0 1px #ddd inset, 0 0 0 0 transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: opacity .3s ease, background-color .3s ease, color .3s ease, background .3s ease, -webkit-box-shadow .3s ease;
	transition: opacity .3s ease, background-color .3s ease, color .3s ease, background .3s ease, -webkit-box-shadow .3s ease;
	transition: opacity .3s ease, background-color .3s ease, color .3s ease, box-shadow .3s ease, background .3s ease;
	transition: opacity .3s ease, background-color .3s ease, color .3s ease, box-shadow .3s ease, background .3s ease, -webkit-box-shadow .3s ease;
	-webkit-tap-highlight-color: transparent;
	font-size: 1.6875rem;
}
.serviceDesk-form {
	margin: 20px 0px 20px 0px;
}

.serviceDesk-form .ui.selection.dropdown{
	min-width: auto;
}

.mini-measurement-icon img {
	margin: -5px 0;
}

.login-img-box {
	white-space: nowrap;
	opacity: 0.9;
}

.login-img-box .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.login-img-box img {
	vertical-align: middle;
	max-height: 500px;
}

.diagnostic-table {

}

.diagnostic-table tr {

}

.diagnostic-table td {
	padding: 0 5px !important;
}
/* -------------- Language Dropdown ---------------- */

.main-language-selector {
	min-width:0%;
	display:inline-block;
	vertical-align:middle;
}
.main-language-selector-login {
	display:inline-block;
	vertical-align:bottom;
}

.logout-link{
	vertical-align:middle !important;
}

#languageDropdown {
	min-width: 10px;
	margin-right: 0 !important;
}

.flag-language-selector {
	margin-right: 0rem !important;
	color: black;
}

.menu-text-align-center {
	text-align: center !important;
}

.flag-item-padding {
	padding-top: 4px;
	padding-bottom: 4px;
}

/* -------------- Login screen language dropdown ---------------- */

.login-screen-flex-box{
	display:flex !important;
	justify-content: space-between !important;
}

.login-screen-flex-box-item{
	align-self: flex-end;
}


/* -------------- Russian/Japanese subdivision text fit ---------------- */

.subdivision-text-fit{
	padding-left: 1px !important;
	padding-right: 1px !important;
	margin-right: 1px !important;
}

/* -------------- Menu items padding ---------------- */

.menu-item-padding{
	padding: 0px 20px 0px 20px !important;
}

/* -------------- Companies data Excel button ---------------- */

.excel-download-button{
	margin-top: 5px !important;
}

/* -------------- Billing---------------- ---------------- */

.pseudo-link-red{
	color: #ff1302;
	cursor:pointer;
	font-style: normal;
}

.pseudo-link-blue{
	color: royalblue;
	cursor:pointer;
	font-style: normal;
}

.billing-settings {
	cursor: pointer;
	display: inline-block;
	min-height: 1em;
	outline: 0;
	border: none;
	vertical-align: baseline;
	background: #fff -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .02)));
	background: #fff -webkit-linear-gradient(transparent, rgba(0, 0, 0, .02));
	background: #fff linear-gradient(transparent, rgba(0, 0, 0, .02));
	color: rgba(0, 0, 0, .6);
	font-family: Roboto, Arial, sans-serif;
	margin: 0 .25em 0 0;
	padding: .8em .8em .8em;
	text-transform: uppercase;
	text-shadow: none;
	font-weight: 400;
	line-height: 1em;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	border-radius: .1875em;
	-webkit-box-shadow: 0 0 0 1px #ddd inset, 0 0 0 0 transparent;
	box-shadow: 0 0 0 1px #ddd inset, 0 0 0 0 transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: opacity .3s ease, background-color .3s ease, color .3s ease, background .3s ease, -webkit-box-shadow .3s ease;
	transition: opacity .3s ease, background-color .3s ease, color .3s ease, background .3s ease, -webkit-box-shadow .3s ease;
	transition: opacity .3s ease, background-color .3s ease, color .3s ease, box-shadow .3s ease, background .3s ease;
	transition: opacity .3s ease, background-color .3s ease, color .3s ease, box-shadow .3s ease, background .3s ease, -webkit-box-shadow .3s ease;
	-webkit-tap-highlight-color: transparent;
	font-size: 1.6875rem;
}

.billing-form {
	margin: 20px 0px 20px 0px;
}



.blue.placeholder.ui.form ::-webkit-input-placeholder {
	color: darkblue;
}

.blue.placeholder.ui.form :-ms-input-placeholder {
	color: darkblue;
}

.blue.placeholder.ui.form ::-moz-placeholder {
	color: darkblue;
}

.blue.placeholder.ui.form :focus::-webkit-input-placeholder {
	color: blue;
}

.blue.placeholder.ui.form :focus:-ms-input-placeholder {
	color: blue;
}

.blue.placeholder.ui.form :focus::-moz-placeholder {
	color: blue;
}



.red.placeholder.ui.form ::-webkit-input-placeholder {
	color: darkred;
}

.red.placeholder.ui.form :-ms-input-placeholder {
	color: darkred;
}

.red.placeholder.ui.form ::-moz-placeholder {
	color: darkred;
}

.red.placeholder.ui.form :focus::-webkit-input-placeholder {
	color: red;
}

.red.placeholder.ui.form :focus:-ms-input-placeholder {
	color: red;
}

.red.placeholder.ui.form :focus::-moz-placeholder {
	color: red;
}


