/* open-sans-regular - latin-ext_greek-ext_cyrillic_cyrillic-ext_vietnamese_latin_greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v17-latin-ext_greek-ext_cyrillic_cyrillic-ext_vietnamese_latin_greek-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v17-latin-ext_greek-ext_cyrillic_cyrillic-ext_vietnamese_latin_greek-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-ext_greek-ext_cyrillic_cyrillic-ext_vietnamese_latin_greek-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-ext_greek-ext_cyrillic_cyrillic-ext_vietnamese_latin_greek-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-ext_greek-ext_cyrillic_cyrillic-ext_vietnamese_latin_greek-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-ext_greek-ext_cyrillic_cyrillic-ext_vietnamese_latin_greek-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body,
a {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  color: #0073c6;
}

.body_content_data {
  background-color: #fff;
  font-size: 15px;
}

a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

body {
  background-color: #eee;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.g_main {
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: auto;
}

.g_content {
  grid-row: 1;
  grid-column: 1;
  background-color: #fff;
  border: 0px;
  padding: 0px;
  align-self: center;
  justify-self: center;
  font-size: 20px;
  width: 950px;
  height: 790px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
}

.g_content_header {
  color: #0073c6;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 930px;
  height: auto;
  overflow: auto;	
}

.g_content_menu {
  background-color: #0073c6;
  color: #fff;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
  width: 930px;
  height: 23px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.g_content_menu_item {
  height: 23px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #fff;
  border-left: 1px solid white;
  vertical-align: middle;
}

.g_content_data {
  font-size: 15px;
  padding: 20px;
  width: 910px;
  height: 558px;
  overflow: hidden;	
}

.g_content_footer {
  background-color: #fff;
  color: #0073c6;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #0073c6;
  width: 930px;
  height: 23px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
