html, body
{
	font-family: Roboto, sans-serif, helvetica, arial, tahoma;
	margin: 0;
	padding: 0;
	color: #002E47 !important;
	background: rgb(228,236,238);
	font-size: 16px;
	height: 100%;
	touch-action: manipulation;
}

iframe
{
	border: 0;
	color: black;
	background-color: white;
}

a, table
{
	color: #002E47;
}



/* Topbar profile info */

div#profile
{
	display: flex;
	height: 100%;
	align-items: center;
	margin-right: 18px;
	font-size: 16px;
	font-weight: bold;
	right: 10px;
	top: 0px;
}

img.profile {
	width: 32px;
	height: 32px;
	border-radius: 50% 50%;
	-webkit-box-shadow: 0 0 0 2px rgba(126, 154, 167, 0.2);
	        box-shadow: 0 0 0 2px rgba(126, 154, 167, 0.2);
	margin-left: 15px;
}



/* Sidebar navigation */

.menu {
	background: rgb(228,236,238);
	color: #4b4b4b;
	float: left;
	font-size: 15px;
	height: 100%;
	overflow-y: auto;
	width: 240px;
}

	.menu nav {
		padding: 35px 16px 25px;
	}

		.menu ul {
			list-style: none;
		}

			.menu li {
				display:-webkit-box;
				display:-ms-flexbox;
				display:flex;
				font-size: 14px;
				list-style: none;
				margin-bottom: 2px;
				padding: 0;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: flex-start;
			}

				.menu a {
					color: #002E47;
					text-decoration: none !important;
					padding: 4px;
					-ms-flex-preferred-size: 100%;
					    flex-basis: 100%;
		   		}

		   			.menu a img {
						margin-right: 8px;
						vertical-align: middle;
						width: 16px;
						height: auto;
		   			}

				.menu a:hover {
					background: rgba(17,34,51,0.03) !important;
		   		}
				
				.menu ul:last-of-type a {
					display: inline-block;
					outline: none;
				}
				
				.menu ul:last-of-type a:hover {
					background: none !important;
				}
				
				.menu input[type=checkbox] {
					margin: 6px 8px 0 6px;
					width: 18px;
					height: auto;
				}


		.menu h3 {
			color: #a1b1b9;
		    font-family: Leto, helvetica, arial;
			font-size: 14px;
			margin-bottom: 16px;
		    padding-top: 26px;
	    }

		.menu h3:first-of-type {
			display:none;
		}


/* sidebar calendars */

.menu table {
	background: none !important;
}


#content
{
	background-color: rgb(249,249,249);
	overflow-y: auto;
	max-height: 100%;
	height: 100vh;
	padding: 14px;
	--padding: 28px; /* used by resize_standard() */
}


#content_left
{
	float: left;
	width: 50%;
	overflow-y: scroll;
	height: inherit;
}

#content_right
{
	float: right;
	width: 50%;
	top: 0px;
	-webkit-overflow-scrolling: touch;
	height: inherit;
}

#content_left table
{
	border-right: 1px solid;
	_border-bottom: 1px solid;
	_border-left: 1px solid;
	border-color: rgb(113,185,221);
}



.selected
	, .menu_selected
	, li:hover.menu_selected
	, a:hover.menu_selected
	, ul.tablist li a:hover.selected
{
	background: rgb(184,203,211);
}

.even:hover, .odd:hover
{
	background: #d6e9ff;
}

pre
{
	font-family: helvetica, arial, tahoma, sans-serif;
	color: #002E47;
}

.border
{
	border: 10px solid white;
}

#userswap
{
	right: 2px;
}

#userswap ul
{
	padding: 5px;
}

#userswap ul li
{
	display: block;
	padding: 2px;
}
#userswap ul li a
{
	color: #00628c;
}

a:hover, a:active
{
        text-decoration: underline;
}

a
{
        color: #002E47;
        text-decoration: none;
}

th
	, .th
{
	font-weight: normal;
	text-align: left;
	color: rgb(96,96,96);
	background-color: rgb(249,249,249);
}

.odd
{
        background: white;
}

.even
{
        background: rgb(230,230,230);
}

select, textarea
{
    border: 1px solid grey;
	background: white;
	color: #002E47;
}

input[type=text]
{
	border: 1px solid grey;
	color: #002E47;
	vertical-align: middle;
	background-color: white;
}

input[type=range]
{
	vertical-align: middle;
}

input[type=submit]
{
	background-color: rgb(190,190,190);
	color: white;
	border-radius: 3px;
	font-size: 14px;
	min-width: 120px;
	height: 26px;
	outline: 0;
	border: 0;
}

input[type=submit].ok
{
	background-color: #00c7f5;
}

input[type=submit].error
{
	background-color: #f2a4ac;
}

input[type=checkbox], input[type=password]
{
	background-color: white;
	color: #002E47;
}

table
{
	border-spacing: 0px;
	background-color: rgb(249,249,249);
}

img, input[type=image]
{
	border: 0;
	vertical-align: middle;
	image-orientation: from-image;
}

ul
{
	margin: 0;
}

ul.contentbar
{
	padding: 0;
	padding-bottom: 2px;
	display: table;
	width: 100%;
}

ul.tablist li a.selected
{
	text-shadow: 0px 1px 0px #95d1e1;
}


ul.contentbar li
{
	margin-right: 0px;
	padding: 0.3em 0.3em;
	list-style: none;
	display: table-cell;
	white-space: nowrap;
	border-right: 1px solid white;
}

ul.contentbar li
	, ul.contentbar li a
	, ul.contentbar li button
{
	color: rgb(69,102,127);
}

ul.tablist li a
	, ul.contentbar li a
	, ul.contentbar li button
{
	text-decoration: none;
	padding: 0.3em 0.3em;
	border-bottom: none;
}

ul.tablist li a
{
	border-radius: 5px;
}

ul.tablist li a.selected
{
	font-weight: bold;
	color: #002E47;
}

ul.tablist li a:hover
{
	background: #9ebac7;
}

ul.contentbar li a:hover
{
	background: rgb(209,209,209);
}

ul.tablist li a:hover
{
	background: rgb(224,224,224);
	color: black;
}

ul.contentbar li a:hover
	, ul.contentbar li button:hover
{
	background: rgb(209,209,209);
}

ul.contentbar li button
{
	background: transparent;
	border: 0;
	cursor: pointer;
}

.title
{
	font-size: 18px;
}

h3
{
	font-size: 14px;
	font-family: Leto, helvetica, arial;
	color: #a1b1b9;
}


table.store
{
	border-collapse: collapse;
}

table.store td
{
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

.logo
{
	background: url(image/logo_jcloud.png);
	width: 203px;
	height: 57px;
}

.logo_menu
{
	background: url(/contact_image?default_icon=image/logo_small.png&userdomain);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 198px;
	height: 46px;
	text-align: center;
	position: absolute;
	bottom: 0px
}

.notificationcounter
{
	background: rgba(255,0,0,1);
	color: white;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	border-radius: 7px;
	padding: 1px;
}

/* Poup windows */
span.popup > div
{
	display: none;
	position: absolute;
	z-index: 100;
	background: white;
	border: 1px solid black;
}

span.popup:hover > div
{
	display: block;
}


/* Default values */
#searchbar
{
	position: absolute;
	right: 1px;
	top: 7px;
}

#searchbar li
{
	font-size: 15px;
	list-style: none;
	display: inline-block;
}

#searchbar input[type=search]
{
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 2px;
}

.icon
{
	width: 16px;
	max-height: 16px;
}

.icon2
{
	width: 32px;
	max-height: 32px;
}

#tablist
{
	_padding: 7px 0;
	padding: 10px;
	display: none;
	list-style: initial;
        position: absolute;
        z-index: 100000;
        background: rgb(250,250,250);
        border: 1px solid;
	border-color: rgb(200,200,200);
        left: 3px;
	width: 380px;
	__height: 290px;
	top: 0px;
	column-count: 4;
	-webkit-column-count: 4;
	-moz-column-count: 4
}

#tablist li, #searchbar form > ul > li
{
	font-size: 15px;
	list-style: none;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

#searchbar span.popup div ul
{
	padding: 5px;
	list-style: none;
}

/*
#tablist li
{
	font-size: 14px;
	list-style: none;
	background: #7e9aa7;
	height: 75px;
	list-style-type: none;
   display: block;

	margin-bottom: 10px;
	border-radius:3px;
	width: 80px;
	text-align: center;
}
*/

#tablist li a
{
	vertical-align: middle;
	display: table-cell;
	width: 80px;
	height: 75px;
	text-decoration: none;
	text-align: center;
	color: white;
	font-weight: bold;

}

#menubutton:hover + #menu, #menu:hover
{
    display: table-row;
}

#tabbutton:hover + #tablist, #tablist:hover
{
}

#menubutton
{
	display: none;
}

#tabbutton
{
	display: flex;
	height: 50px;
	background-color: #f9c41e;
	box-sizing: border-box;
	color: white;
	font-size: 20px;
	text-decoration: none;
	width: 240px;
	padding-left: 10px;
	align-items: center;
}

#tabbutton img
{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}


#tabdiv
{
	background: #fff;
	height: 50px;
	_display: flex;
	display: none;
	justify-content: space-between;
}

.contact_image
{
	max-height: 55px;
	max-width: 150px;
	min-height: 32px;
	min-width: 32px;
	vertical-align: middle;
}

/* table1 */
#content table.table1
{
	width: 100%;
}

#content table.table1 thead th
{
	position: sticky;
	top: 0px;
}

#content table.table1 tbody td input[type=text]
{
	min-width: 300px;
}

#content table.table1 tbody > tr:nth-child(odd)
{
	background-color: rgb(240,240,240);
}


#content table.table1 tbody > tr:nth-child(even) table tr
	, #content table.table1 tbody > tr:hover table tr
{
	background-color: initial;
}

#content table.table1 tbody tr.selected
	, #content table.table1 tbody tr.selected table tr
	, #content table.table1 tbody tr.selected:hover
{
	background-color: rgb(40, 150, 204);
}

#content table.table1 > tbody tr.disabled
{
	text-decoration: line-through;
}

#content table.table1 tbody > tr:hover
{
	background-color: #d6e9ff;
}



/* Monitors with higher resolution */
@media screen and (max-device-width: 768px) and (orientation: portrait)
{

body, input[type=submit]
{
	font-size: 25px;
}

input
{
	font-size: 15px;
}
input[type=checkbox]
{
	width: 32px;
	height: 32px;
}

#searchbar
{
	position: absolute;
	left: calc(50vw - 150px);
	top: 7px;
	width: 50vw;
	font-size: 22px;
}


.icon
{
	width: 32px;
	max-width: 32px;
	max-height: 32px;
}

.icon2
{
	width: 64px;
	max-width: 64px;
	max-height: 64px;
}

#tablist
{
	list-style: initial;
	display: none;
	position: absolute;
	z-index: 100000;
	background: white;
	color: #002E47;
	border: 1px solid #002E47;
	left: 0px;
	top: 70px;
	width: 490px;
}

#tablist li
{
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	text-align: center;
	list-style-type: none;
	display: block;
	width: 100px;
	font-size: 21px;
}

#tabdiv
{
	text-align: right;
}

#menu, .menu
{
	display: none;
	position: absolute;
	z-index: 1000000;
	background: white;
	width: auto;
	border: 1px solid black;
	top: 70px;
	left: 75%;
	height: 85vh;
}

#tabbutton, #menubutton
{
	font-size: 50px;
	top: 0px;
	display: block;
	touch-action: manipulation;
}

#tabbutton
{
	position: absolute;
	left: 0px;
}
#menubutton
{
	position: absolute;
	right: 0px;
}

ul.contentbar
{
	display: inline-block;
	column-count: auto;
}

ul.contentbar li
{
	display: inline-block;
	font-size: 20px;
	min-width: 200px;
}

.contentbar_stretcher
{
	visibility: hidden;
	position: absolute;
}

#tabbutton:hover + #tablist, #tablist:hover, #menubutton:hover + #menu, #menu:hover
{
    display: block;
}

.title, h3
{
	font-weight: bold;
	font-size: 20px;
}


#content_left
{
	float: top;
	width: 100%;
	height: 55vh;
	overflow-y: scroll;
}

#content_right
{
	float: bottom;
	height: 100%;
	width: 100%;
	overflow-x: auto;
	border-top: 2px solid;
	_24so_border-color: rgb(113,185,221);
	border-color: rgb(0,201,247);
	margin-top: 0;
}

.contact_image
{
	max-height: 135px;
	max-width: 140px;
	min-height: 64px;
	min-width: 64px;
	width: auto;
	height: auto;
	vertical-align: middle;
	-o-object-fit: contain;
	   object-fit: contain;
}

.logo_menu
{
	position: relative;
}




}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(font/lato-dPJ5r9gl3kK6ijoeP1IRsvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(font/lato-EsvMC5un3kjyUhB9ZEPPwg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(font/lato-UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(font/lato-1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(font/lato-ObQr5XYcoH0WBoUxiaYK3_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(font/lato-H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}





/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(font/roboto-ty9dfvLAziwdqQ2dHoyjphTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(font/roboto-frNV30OaYdlFRtH2VnZZdhTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(font/roboto-gwVJDERN2Amz39wrSoZ7FxTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(font/roboto-aZMswpodYeVhtRvuABJWvBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(font/roboto-VvXUGKZXbHtX_S_VCTLpGhTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(font/roboto-e7MeVAyvogMqFwwl61PKhBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(font/roboto-2tsd397wLxj96qwHyNIkxPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(font/roboto-0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(font/roboto-Fl4y0QdOxyyTHEGMXX8kcRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(font/roboto--L14Jk06m6pUHB-5mXQQnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(font/roboto-I3S1wsgSg9YCurV6PUkTORJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(font/roboto-NYDWBdD4gIq26G5XYbHsFBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(font/roboto-Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(font/roboto-Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(font/roboto-ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(font/roboto-mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(font/roboto--2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(font/roboto-u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(font/roboto-NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(font/roboto-Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(font/roboto-CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(font/roboto-ZLqKeelYbATG60EpZBSDyxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(font/roboto-oHi30kwQWvpCWqAhzHcCSBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(font/roboto-rGvHdJnr2l75qb0YND9NyBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(font/roboto-mx9Uck6uB63VIKFYnEMXrRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(font/roboto-mbmhprMH69Zi6eEPBYVFhRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(font/roboto-oOeFwZNlrTefzLYmlVV1UBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(font/roboto-RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
