/*
Theme Name: My Min Theme
Version: 1.0
Author: Will Schulting
Text Domain: mymin
Description: Min general purpose theme
*/
/* roboto-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/a/f/roboto-v30-latin-300.woff2') format('woff2');
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/a/f/roboto-v30-latin-regular.woff2') format('woff2');
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/a/f/roboto-v30-latin-700.woff2') format('woff2');
}
/* raleway-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('/a/f/raleway-v28-latin-regular.woff2') format('woff2');
}
/* raleway-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('/a/f/raleway-v28-latin-700.woff2') format('woff2');
}

/* -------------fontello------------- */
@font-face {
	font-family: 'fontello';
	src: url('/a/f/fontello.eot?46292947');
	src: url('/a/f/fontello.eot?46292947#iefix') format('embedded-opentype'),
		url('/a/f/fontello.woff?46292947') format('woff'),
		url('/a/f/fontello.ttf?46292947') format('truetype'),
		url('/a/f/fontello.svg?46292947#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
.ic {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* -------------main----------------- */
:root {
  --c1: #2B5EA1;
  --c2: #CE2C2D;
  --c3: #F6DD4E;
  --c4: #408B3C;
  --lc: #3080F8;
  --lbb: #82aebe;
  --dbb: #6494a6;
  --kk: #262454;
  --on: #1E3ADA;
}
body, input, textarea {
	font-family: Roboto,'arial',Helvetica,sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.5em;
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto; 
	color: #333333;
	background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Raleway,'arial',Helvetica,sans-serif;
	font-weight: 400;
	line-height: 1.2em;
	text-transform: none !important;
	color: var(--c1);
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
}
h1 .ic {
	font-size:.6em;
	cursor:pointer;
}
/* -------------menu----------------- */
#mid ul, #sid ul {
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 0;
  overflow: hidden;
  float: right;
}
#mid li {
  float: left;
  padding: 0 10px;
}
#mid li a, #sid li a, #cUsr a, .grbu {
	color: var(--c2);
	text-align: center;
	line-height: 1em;
	padding: .1em 1em;
	text-decoration: none;
	border: 1px solid var(--c3);
	border-radius: 0.3em;
	background-color: #fff;
}
.grbu {
	color: white;
	text-align: center;
	line-height: 1em;
	padding: .1em 1em;
	text-decoration: none;
	border: 1px solid var(--dbb);
	border-radius: 4px;
	background-color: var(--lbb);
}
#fc a {
	padding: 0 10px;
}
#mid li a:hover, #sid li a:hover, #cUsr a:hover, .fr a:hover, #bid a:hover, .grbu:hover {
	background-color: var(--dbb);
	color: white;
}
#bid {
	text-align: right;
	margin: 5px 10px 0 0;
	font-size: 1.2em;
}
/*-----------------usr-menu--------*/
/*-----second---*/
#sid {
	float: right; 
}
#sid li {
  float: left;
  padding: 0 2px;
}
#sid li a {
	padding: .25em .2em 0 .2em;
}
#sid ul {
  padding: 0px 0 0 0;
}
/*-----burger---*/
#cUsr {
	float: right; 
	//padding: 25px 0 0 0;
}
#cUsr a {
	float: right; 
	border: 1px solid #fff;
	padding: .1em 7px;
}
#uDta a {
	display: inline-block;
	width:calc(100% - 20px);
	padding: 0 10px;
}
#uDta a:hover {
	background-color: var(--dbb);
	color: white;
}
/* -------------body--------------------- */
xxxbody::before, body::after{
	height:0 !important;
}
a {
	color: var(--B);
	text-decoration-line: none;
	cursor: pointer;
}
.site {
	background-color: transparent;
	margin: 10px 20px;
}
.site-inner {
	margin: 0 auto;
	min-height: 400px;
	max-width: 1320px;
	position: relative;
}
.site-header {
	padding: 0 5%;
}
.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    border-bottom: 1px solid var(--dbb);
}
.site-content {
	padding: 0 5%;
}
.site-main {
	margin-top: 30px;
}
.content-area {
	float: none;
	margin: 0;
	width: 100%;
}
.content-area:after {
	clear: both;
	display: table;
}
.entry-header {
	margin: 0 10%;
}
.entry-content {
	margin: 0 10%;
}
.site-footer {
	padding: 0 5%;
}
.site-footer-main a {
	color:white;
}
.site-footer-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    border-top: 1px solid var(--dbb);
	padding: 0 5px;
	font-size: 0.8em;
	background-color: var(--lbb);
	color:white;
}
#fc {
	width:100%;
}
#fc .fr {
	color: var(--c2);
}
#main input {
	color: #666;
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	padding: 4px 10px;
	outline: none;
	font-size: .9em;
}
#main .pw {
	color: #666;
	background-color: #f8f8f8;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	padding: 4px 10px;
	outline: none;
}
@media only screen and (max-width: 767px) {
	.site-header, .site-content, .site-footer {
		padding: 0;
	}	
	.entry-header, .entry-content {
		margin: 0;
	}
	#mid, #sid, #bid {
		display:none;
	}
	.site {
		margin:5px;
	}
	#fc .fl, #fc .fr {
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	#bid {
		display:none;
	}
	.sH {
		display:none!important;
		height:0 !important;
	}
	#fc .fl {
		float: left;
	}
	#fc .fr {
		float: right;
	}
}
/* ---------The Modal (background) ----- */
.modal {
  display: none;
  position: fixed; 
  z-index: 9000; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.0); 
}
.eBox {
	border: 1px solid #c4d5da;
	border-radius: 4px;
	padding: 5px 0;
	line-height: 1.7em;
	background-color: #eff9fd;
	margin: 0 auto;
	//background-image: url("/a/i/pixG.png");
	//background-repeat: no-repeat;
	//background-size: 100% 28px;
	//width: fit-content;
}
#uHdr, .gHdr {
	margin: 0 10px;
	font-weight: 400;
	border-bottom: 1px solid var(--dbb);
}
#uDta, .gDta {
	margin: 5px 0 0 0;
}
.eBox h4 {
	margin: 0 10px 5px 10px;
	font-weight:400;
}
.eBox .csl{
	float: right;
}
.eBox .cdl{
	font-size: .9em;
}
label {
	cursor:pointer;
}
/* -------------eg info page------------- */
.hidden {
	display: none;
}
/* -------------edit-------------------- */
.ax {
	color: #3080f8;
}
#ePp, #tPp {
	//font-size: .9em;
}
#ePp h4, #tPp h4 {
	//color: #333;
	//margin: 0;
}
#ePp input, #ePp input:focus, textarea, textarea:focus {
	font-size: 1em;
	color:#666;
	background-color:#f8f8f8;
	border:1px solid #d1d1d1;
	border-radius:3px;
	padding:4px 10px;
	outline: none;
}
/* -------------info table--------------- */
.ifotb {
	border-spacing: 0;
	border-right: solid 1px #888;
	border-bottom: solid 1px #888;
}
.ifotb th {
	font-weight: 400;
	color: #333;
	text-align: left;
	line-height: 1.3em;
}
.ifotb th, .ifotb td {
	border-top: solid 1px #888;
	border-left: solid 1px #888;
	padding: 2px 15px 2px 5px;
}
.rght {
	text-align: right;
}
/* -------------Ldr list----------------- */
.FL {
	color: #CE2C2D;
}
.FL .ic {
	color: #3080F8;
	font-size: .8em;
	padding-right: 8px;
}
.FL a {
	display: inline-block;
	width: 100%;
}
.FL a:hover {
	background-color: var(--c3);
	color: #000;
}
/* -------------hlp text----------------- */
.ht {
	line-height: 1.3em;
	margin-top: 10px;
	font-size: .9em;
}
.ht p {
	margin: .5em 0;
}
.ht ul {
	margin: 0;
}
.ht .ic {
	color: #888;
}
/* -------------front-------------------- */
#frnt h2 {
	margin-bottom: 0;
}
#frnt p {
	margin: .5em 0;
}
.fe {
	cursor: pointer;
}
#gPp textarea {
	box-sizing: border-box;
	width: 100%;
	font-size: 1em;
	line-height: 1em;
	height: 300px;
}
.alhy {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
.nohy {
   -moz-hyphens: none;
   -o-hyphens: none;
   -webkit-hyphens: none;
   -ms-hyphens: none;
   hyphens: none; 
}
/* ---onkk------search------------------- */
#cdte {
	text-align: right;
	color: #82aebe;;
	margin: 5px 5px 2px 0;
}
#okm p {
	font-family: Raleway,'arial',Helvetica,sans-serif;
	font-weight: 400;
	font-size: 1.3em;
	color: var(--on);
	//cursor: pointer;
}
.gric {
	color: white;
	text-align: center;
	line-height: 1em;
	padding: 0;
	width: 50px;
	margin: 0 .75em;
	text-decoration: none;
	border: 1px solid var(--dbb);
	border-radius: 4px;
	background-color: var(--lbb);
	font-size: .8em;
}
.gric .ic {
	width: 25px;
}
.gric:hover {
	background-color: var(--dbb);
}
.disa {
	color: #92cede;
	cursor: auto;
}
.disa:hover {
	background-color: var(--lbb);
}
#sd b {
	font-weight: 300;
}
.cl {
	margin-top: 10px;
}
.cl, .cl th, .cl td {
	border: 1px solid var(--dbb);
	border-collapse: collapse;	padding: 0 5px;
}
.cl th {
	font-weight: 400;
}
.cl th, .cl td {
	padding: 5px 10px;
	text-align: right;
}
#main .c {
	color: var(--on);
	cursor: pointer;
}
#main .f {
	background-color: #e6f0f5;
}
/* ---onkk------H&G, D&E----------------- */
#otb, #ltb {
	border-top: solid 2px #e6f0f5;
}
#otb .dts, #ltb .dts{
	width: 100%;
}
/* ---onkk------H&G---------------------- */
/* ---onkk------D&E---------------------- */
#lst p {
	font-family: Roboto,'arial',Helvetica,sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.5em;
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto; 
	color: #333333;
	font-size: .9em;
	margin: 0;
}
#lst p.onr {
	font-size: .8em;
	margin: 0;
}
#lst p.ttl {
	font-weight: 400;
	margin: 0;
}
#lst p.txt {
	font-size: .9em;
	margin: 0;
}
#lst td {
	padding: 3px 5px;
}
#lst td:last-child {
	vertical-align: top;
	font-size: 1em;
	margin: 0;
	min-width: 100px;
}
#gPp .opts {
	margin: 5px 0;
}
#gPp .ic {
	padding: 0 5px;
}
#lst .ti {
	font-size: .9em;
	float: right;
	cursor: pointer;
	color: #808080;
}
#lst .dh {
	font-size: 1.1em;
	cursor: pointer;
	color: #808080;
}
.dm {
	vertical-align: sub;
}
