@charset "utf-8";
:root {
 --color-blanco: hsl(0, 0%, 100%);
 --color-body: hsl(120, 10%, 96%);
 --verde-kiwi: #8CC63E;
 --verde-claro: #A8E05C;
 --color-base-ficha: #8CC63E;
 --azul-kiwipro: #8EB4B1;
 --azul-kiwipro-claro: #BFD6D0;
 --azul-kiwipro-claro-claro: hsl(165, 29%, 84%);
 --color-base-ficha-pro: #8EB4B1;
 --color-texto-principal: #222;
 --color-texto-base: #444;
 --color-header-base: #F3F4F5;
 --color-finde: var(--color-texto-principal);
 --color-fondo-finde: #FAFBFB;
 --powder-050: hsl(205, 47% ,97%);
 --color-powder-400: hsl(205,56%,76%);
 --color-powder-600: hsl(205,36%,53%);
 --powder-800: hsl(205, 46%, 32%);
 --naranja-300: hsl(38, 100%, 50%);
 --naranja-400: hsl(35, 100%, 50%);
 --naranja-500: hsl(32, 100%, 50%);
 --naranja-600: hsl(29, 100%, 50%);
 --color-hover-dia: #E9EAEA;
 --color-borde-cal: hsl(214, 33%, 48%);
 --color-dia-no-activo: hsl(0, 0%, 95%);
 --color-secondary-background-color: hsl(0, 0%, 98%);
 --color-secondary-border-color: hsl(0, 0%, 91%);
 --color-hslrunkolinia: hsl(14, 100%, 36%);
 --color-hslbus: hsl(217, 74%, 34%);
 --color-azul-electrico: hsl(199, 93%, 42%);
 --color-hoy: hsl(117, 69%, 94%);
 --color-texto-hoy: hsl(202, 46%, 44%);
 --color-texto-button: hsl(180, 6%, 6%);
 --color-border-button: hsl(180, 5%, 84%);
 
 /*Vaba päeva töö värvus > #AFD909 < kood 1*/
 --color-verde: 129, 185, 78;
 /*vaba päeva värvus > #E3C438 < kood 2*/
 --color-naranja: 227, 196, 56;
 /*pekkaspäeva värvus > #8FD9BB < kood 3*/
 --color-verde-azul: 143, 217, 187;
 /*puhkuse värvus > #EE5277 < kood 4*/
 --color-rasor: 238, 87, 123;
 /*koolitus kood värvus > #c71585 < kood 6*/
 --color-violeta-rojo: 199, 21, 133;
 /*norm tööpäev värvus > #C1C1C1 <kood 7*/
 --color-gris: 193, 193, 193;
 /*Valge tausta texti värvus >#DB5A5B< kood 9*/
 --color-ladrillos: 219, 90, 91;
}
@media only screen and (max-width:420px) {
.no-movil {
	display: none !important;
}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	user-select: none;
	scrollbar-width: thin;
	scrollbar-color: hsl(214, 33%, 48%) hsl(210, 67%, 96%);
}
html {
	height: 100vh !important;
}
body {
	background: var(--color-blanco);
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	color: var(--color-texto-principal);
	position: relative;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	height: 100%;
	scrollbar-width: thin;
	overflow: hidden;
}
.wall {
	background-color: rgba(255,255,255,1);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	display: flex;
	flex-direction: row;
}
.wrap_all {
	display: inline-block;
	width: 100%;
	max-width: 1760px;
	overflow: hidden;
	position: relative;
	height: 100vh;
	margin: 0 auto;
}
.site_layout {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100%;
}
.cal365-usuario-wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: hsl(210, 67%, 96%);
	z-index: 100000;
}
.cal365-content-wrapper {
	width: 100%;
	height: 100%;
	margin: 0 20px;
	background-color: var(--color-blanco);
}
@media only screen and (max-width:420px) {
.cal365-content-wrapper {
	margin: 0;
}
}
@media only screen and (min-width:421px) and (max-device-width:893px) {
.cal365-content-wrapper {
	margin: 0;
}
}
.cal365-left-block{
	height: 100%;
	max-width: 620px;
	width:100%;
	background-color: var(--color-blanco);
	border-right: 1px solid var(--color-borde-cal);
	padding:10px 28px;
}
.cal365-right-block{
	height: 100%;
	width:100%;
	background-color: var(--color-blanco);
	padding:16px;
}
.toolbar-content {
	align-items: center;
	width: 100%;
	border-bottom: 1px solid var(--color-borde-cal);
	background: var(--color-blanco);
	height: 50px;
	font-size: 1.2em;
	font-weight: 400;
	display: flex;
	flex-direction: row;
	color: #787883;
	justify-content: flex-start;
}
@media only screen and (max-width:420px) {
.toolbar-content {
	height: 40px;
}
}
.toolbar-fill {
	display: flex;
	flex: 1 1 0%;
	height: 100%;
}
.cal365-nav-item {
	height: 36px;
	position: relative;
	display: flex;
	align-items: center;
	color: rgba(120,120,131,1);
	text-transform: uppercase;
}
.cal365-nav-item::after {
	height: 36px;
	font-family: 'Font Awesome 5 Pro';
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}
.cal365-buttongroup-2 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.m-proximo, .d-proximo, .m-passado, .d-passado {
	width: 30px;
}
.m-passado, .d-passado {
	margin-left: 80px;
	margin-right: 8px
}
@media only screen and (max-width:420px) {
.m-proximo, .m-passado {
	width: 16px;
}
.m-passado {
	margin-left: 8px;
}
}
@media only screen and (min-width:421px) and (max-device-width:893px) {
.m-passado {
	margin-left: 8px;
}
}
.m-presente, .d-presente, .d-dia, .d-mez {
	padding: 0 9px 0 30px;
	font-weight: 400;
	font-size: 1.1em;
}
@media only screen and (max-width:420px) {
.m-presente, .d-presente, .d-dia, .d-mez {
	padding: 0 9px 0 10px;
	font-size: .9em;
}
}
.d-presente, .d-dia, .d-mez {
	border: 1px solid transparent;
	margin-right: 12px;
	font-size: .8em;
	border-radius: 3px;
}
.d-presente::after, .d-dia::after, .d-mez::after {
	justify-content: flex-start;
	content: "\f783";
	font-weight: 600;
	font-size: 1em;
	width: 10px;
	padding: 0 .5em;
	color: rgba(120,120,131,1);
	position: absolute;
	border-radius: 3px;
}
.d-mez::after {
	content: "\f073";
}
.m-proximo::after, .d-proximo::after, .m-passado::after, .d-passado::after {
	width: 30px;
	border: 1px solid transparent;
	border-radius: 3px;
	justify-content: center;
	font-weight: 200;
	font-size: 1.46em;
}
.m-proximo:hover::after, .d-dia:hover, .d-mez:hover, .d-proximo:hover::after, .m-passado:hover::after, .d-passado:hover::after, .d-presente:hover {
	background-color: hsl(210, 67%, 96%);
	border: 1px solid var(--color-borde-cal);
	color: var(--color-texto-principal);
}
.m-proximo::after, .d-proximo::after {
	content: "\f105";
}
.m-passado::after, .d-passado::after {
	content: "\f104";
}
.cal365-trabajador {
	width: auto;
	height: 100%;
	padding: 0 13px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
}
.cal365-opciones-de-trabajador {
	width: 170px;
	background-color: #FAFBFC;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	position: absolute;
	top: 98%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	padding: 7px 11px;
}
.cal365-opciones-de-trabajador a {
	margin-top: 6px;
	position: relative;
	padding-left: 30px;
	height: 30px;
	display: flex;
	align-items: center;
}
.cal365-opciones-de-trabajador::after {
	content: '';
	position: absolute;
	left: 50%;
	width: 0;
	height: 0;
	border-bottom: 8px solid #FAFBFC;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	top: -8px;
	margin-left: -12px;
}
.cal365-trabajador-salida::after {
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 200;
	font-size: 1.2em;
	top: 1px;
	left: -6px;
	content: '\f2f5';
	position: absolute;
}
.content-derecha {
	background-color: var(--color-blanco);
	width: 100%;
	height: 100%;
}
.anim, .anim::before, .anim::after {
	transition: all 0.3s ease-in-out 0s;
}
.noscroll {
	overflow: hidden;
}
img a, a img {
	border: 0px;
}
ul, ol {
	list-style-type: none;
}
.no-element, .no-visible {
	display: none !important;
}
.es-visible {
	display: block !important;
}
.flex {
	display: flex !important;
}
.grid {
	display: grid !important;
}
input {
	border: 1px solid;
	box-shadow: 0 0 0 40px var(--color-blanco) inset !important;
}
a, button {
	outline: none;
	text-decoration: none;
	color: var(--color-texto-button);
	border: none;
}
.button-13 {
	background-image: linear-gradient(#f7f8fa, #e7e9ec);
	border-color: #adb1b8 #a2a6ac #8d9096;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
	display: inline-block;
	font-weight: 400;
	font-size: 15px;
	line-height: 29px;
	padding: 0 10px 0 11px;
	position: relative;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	width: 100px;
}
.button-13:active {
	border-bottom-color: #a2a6ac;
}
.button-13:active:hover {
	border-bottom-color: #a2a6ac;
}
.button-13:hover {
	border-color: #a2a6ac #979aa1 #82858a;
}
.button-13:focus {
	border-color: #e77600;
	box-shadow: rgba(228, 121, 17, .5) 0 0 3px 2px;
	outline: 0;
}
button {
	cursor: pointer;
	background-color: var(--color-blanco);
}
.awesome::after, .awesome::before{
	font-family: 'Font Awesome 5 Pro';
}
.borderless, .borderless::after, .borderless::before {
	border: none;
}
.cal365-button {
	align-items: center;
	justify-content: center;
}
#cal365-button-1 {
	border: 1px solid #DDDDDD;
}
/* ---*** otsing ***--- */
.cal365-search {
	height: 100%;
	width: 240px;
	margin-right: 30px;
	position: relative;
	display: flex;
	align-items: center;
}
.cal365-search::after, .cal365-search::before {
	position: absolute;
	height: 77%;
	width: 40px;
	top: 11%;
	left: 1px;
	display: flex;
	align-items: center;
	background-color: hsl(210, 67%, 96%);
	justify-content: center;
	font-weight: 200;
	content: "\f55e";
	color: #000;
}
.cal365-search::before {
	content: "\f002";
	font-size: .7em;
	width: 16px;
	height: 16px;
	top: 48%;
	left: 19px;
	border-radius: 100%;
	background-color: hsl(210, 67%, 96%);
	z-index: 1;
	color: #000;
	font-weight: 400
}
.cal365-searchfield {
	height: 80%;
	width: 100%;
	padding-left: 46px;
	padding-right: 4px;
	border-color: var(--color-borde-cal);
	background-color: hsl(210, 67%, 96%);
}
@media only screen and (max-width:420px) {
.cal365-search {
	width: 100px;
	margin-right: 3px;
}
}
/* ---*** login popup ***--- */
.cal365-login-container {
	height: 250px;
	width: 400px;
	border: 1px solid var(--color-borde-cal);
	border-radius: 8px;
	-webkit-box-shadow: 0 0 8px 1px var(--color-borde-cal);
	-moz-box-shadow: 0 0 8px 1px var(--color-borde-cal);
	box-shadow: 0 0 8px 1px var(--color-borde-cal);
	margin: 50px auto;
}
@media only screen and (max-width:420px) {
.cal365-login-container {
	height: 100%;
	width: 90%;
	border: none;
	box-shadow: none;
	margin: 10px auto 0 auto;
}
}
.login-form-header {
	height: 48px;
	width: 100%;
	display: flex;
	align-items: center;
	padding-left: 40px;
	font-size: 1.3em;
	font-weight: 500;
	font-style: normal;
	color: var(--color-borde-cal);
}
.cal365-login-container form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	height: auto;
	width: 100%;
	margin-top: 7px
}
label.label-before {
	height: 40px;
	width: 90%;
	margin: 4px 5%;
	padding: 2px 0 2px 40px;
	position: relative;
	border: 1px solid #DDDDDD;
}
label.label-before input {
	height: 100%;
	width: 100%;
	border: none;
	padding: 0 15px;
}
label.label-before::before {
	position: absolute;
	top: 0;
	left: 8px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 200;
	font-size: 1.2em;
}
.label-usr::before {
	content: "\f007";
}
.label-pass::before {
	content: "\f30d";
}
