/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
border:0;
/* border: 1px solid black; */
outline:0;
font-size:100%;

vertical-align:baseline;
background:transparent;
}

body {
	
	line-height:1;
	background-color: #e6e8eb !important;
	margin:auto;
	display:flex;
	flex-direction:column;
	min-height: 100vh;
	min-width: 305px;
	
	/*position: absolute;
		top: 0;
		left: 0;
		right: 0;
	margin: auto;
	min-height: 89%;
	padding-bottom:15px;*/
	

}

xmp{ 
	white-space:pre-wrap; 
	word-wrap:break-word; 
	display:inline;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}

nav ul {
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
color: #00695f;
background:transparent;
}

/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
margin-left:auto; 
margin-right:auto;
}

/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0; 
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}

/*==============================Moje============================================*/


.main-wrapper {
	
	flex:1;
	padding-bottom: 1em;
	min-height: calc(100vh - 220px);
	background-color: 	rgb(255, 255, 255);
	margin-top:55px;
	/*
	margin: 0 0 25px 0;
	*/
}


.main-wrapper h2 {
	font-family: arial;
	font-size: 18px ;
	color:#111;
	line-height: 50px;
	text-align: center;

}


footer {
	
	bottom: 0px;
	height: 2em;  
	width:100%;
	text-align: center;
	background-color: #00695F; 
	vertical-align: baseline;
	color: #fff;
	margin: 0 auto;
	display:inline-block;
}

footer p {
	padding-top: 10px;
	font-size: 14px;
}


/* NAV */


nav {
	display: flex!important;
	justify-content: space-between;
	/*width: 100%;*/
	height: 60px;*/
}

nav > div {
	margin: 2px;	
}


/* -- SITE TITLE --*/

.site-title {
	/*background-color: red;*/
	font-family: arial;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	text-align: center;	
	font-size: 26px !important;
	width: 60%;
}

.site-title a{
	color: #fff; 
	font-size: 1.5rem;
}

/* koniec SITE TITLE */


.nav-search {
	/*background-color: orange;*/
	display:none;
	font-size: 14px;
	color: #000 !important;
	padding: 0px 5px 0px 5px;
	/*flex-grow: 1;*/
	
}

.nav-search input[type=text] {
	
height: 28px;
	
width: 100%;
	
font-size: 12;
	
border-radius: 10px;
	
border: 0px;
	
padding: 0px 10px 0px 10px;
}


.nav-search form{
	height:100%;
	width:100%;
	
}

.nav-menu {
	/*background-color: yellow;*/
	display:none;
	width: 40%; 
}


.nav-dropdown {
	position: relative;
	display: none;
}


.center-vertical {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;

}

.left {
    display: flex;
	float: left;
    justify-content: left;
    align-items: center;
   
}

.right {
    display: flex;
    justify-content: right;
	align-items: center;
	float: right;
   
}




header {
	background-color: #00695F; /*#00707A; kolor paska nawigacyjnego u gÃƒÆ’Ã‚Â³ry strony  */
	width:100%;
	position:fixed;
	z-index: 1000;

}

header nav {
	/*display: inline-block;
	position: absolute;*/
	top: 0;
    left: 0;
    right: 0;
    margin: auto;
	height: 55px;
	/*background-color: #00695F /*#00707A; kolor paska nawigacyjnego u gÃƒÆ’Ã‚Â³ry strony*/ 

}


header nav ul {
	float: left;
}


header nav ul li {
	float: left;
	list-style: none;
}

header nav ul li a {
	font-family: arial;
	font-size: 20px;
	color: #fff; 
	line-height: 55px;

}


header .nav-login {
	float: right;
	height: 55px;
}


header .nav-login form {
	float: left;
	padding-top: 15px;

}

header .nav-login form input {
	float: left;
	width: 160px;
	height: 25px;
	padding: 0px 10px;
	margin-right: 10px;
	border: none;
	background-color: #ccc;
	font-family: arial;
	font-size: 10px;
	color: #111;
	line-height: 30px;
}

header .nav-login form button {
	float: left;
	width: 100px;
	height: 25px;
	margin-right: 10px;
	border: none;
	background-color: #f3f3f3 /*#D7EBE8 kolor guzika "Loguj"*/;
	font-family: arial;
	font-size: 10px;
	color: #111;
	cursor: pointer;

}


header .nav-login form button:hover {
	background-color: #cccccc;
}



header .nav-login a {
	display: block;
	width: 90px;
	height: 45px;
	float: left;	
	font-family: arial;
	font-size: 14px;
	border: none;
	background-color: #fff;
	color: #111;
	line-height: 48px;
	cursor: pointer;
}


header .nav-login button{
	border-width: 0px;
    border-color: transparent;
    padding: 3px;
	height: 55px;
    background-color: transparent;
}


header .nav-login button img:hover {
	cursor: pointer;
}


header .nav-right {
	display: flex;
	margin-left: 15px;
	margin-right: 0px;
	width: 300px;
	height: 55px;
	float: right;
}

header .nav-right button{
	border-width: 0px;
    border-color: transparent;
    padding: 3px;
	height: 55px;
    background-color: transparent;
}


header .nav-right button img:hover {
	cursor: pointer;
}


header .nav-right-menu {
	margin-left: 40px;
	height: 55px;
	float:right;
} 


header .navbtn {
    border: none;
	outline:none;
}

header .navbtn img{
	height:30px;
	width:30px;
	padding-left:3px;
}

header .dropdown {
	position: relative;
	margin-left:10px;
	display: inline-block;
	width:110px;
	text-align: right !important;
}



header .nav-right .dropbtn {
	color: white;
	/*width:110px;*/
	font-size: 16px;
	border: none;
	outline:none;
	text-align: right !important;
}

header .nav-right .dropdown-content {
    display: none;
    /*position: absolute;*/
    /*background-color: #f1f1f1;*/
	font-family: arial;
	background-color: rgb(215, 235, 232);
    min-width: 120px;
	font-size: 14px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
    z-index: 1;
}



header .nav-right .dropdown-content a {
    background-color: rgb(215, 235, 232);
	/*background-color: rgb(230, 232,235);*/
	color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    height:1em;
    line-height: 8px;
}

/*header .nav-right .dropdown-content a:hover {background-color: #f0f0f0;} 

header .nav-right .dropdown:hover .dropdown-content  {display: block;}
*/



/* Footer */


.navbtn {
	background-color: #00695F !important;
	outline: none !important;
	color: #fff; 
	border: none; 
	cursor: pointer;
}

.nav-icon {
	height: 55px; 
	/*padding-left: 10px;*/
	font-size:24px!important; 
	color:#fff !important;
	/*size:24px !important;*/
}




.black-button {
	display: block; 
	margin: 5px auto;
	width: 13%; 
	height: 40px; 
	border: none; 
	background-color: #222; 
	font-family: arial; 
	font-size: 14px; 
	color: #fff; 
	cursor: pointer;"
}

.black-button:hover {
	background-color: #666;
}

.green-button {
	display: block; 
	margin: 5px auto !important;
	border-radius: 10px;
	width: 90px;
	height: 40px; 
	border: none; 
	background-color: #00695f !important; 
	font-family: arial !important; 
	font-size: 14px; 
	color: #fff !important; 
	cursor: pointer !important;
}

.green-button:hover {
	background-color: #666;
}


.green-button-th {
	display: block; 
	margin: 3px auto !important;
	border: none; 
	background-color: #00695f !important; 
	font-family: arial !important; 
	color: #fff !important; 
	cursor: pointer !important;
	font-size: 14px !important; 
}

.green-button-th:hover {
	background-color: #666;
}


a {
	text-decoration: none;
}

.buttons-wrap {
    margin: 20px 0px 10px 0px;
	width:100%;
    text-align: center;
	vertical-align: bottom;
	/*background-color: orange;*/
	
}

.buttons-wrap .inline {
	 display: inline-block;
}


/*signup.php*/

.signup-form {
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}

.signup-form input:not([type="checkbox"]) {
	width: 90%;
	height: 40px;
	padding: 0px 5%;
	margin-bottom: 4px;
	border: none;
	/*background-color: #fff;*/
	background-color: rgb(215, 235, 232);
	font-family: arial;
	font-size: 14px;
	color: #111;
	line-height: 40px;

}

.signup-form button {
	display: inline-block;
	margin: 5px auto;
	width: 48%;
	height: 40px;
	border: none;
	background-color: #00695F;
	font-family: arial;
	font-size: 14px;
	color: #fff;
	cursor: pointer;


}

.signup-form button:hover {
	background-color: #666;
}


.signup-form label {
	padding:5px;
	font-family: arial;
    font-size: 14px;
    color: #111;
    line-height: 40px;
}


.error-message {
	position:fixed;
	margin: auto;
	font-size: 16px;
	color: #ff0000;
	text-align: center;
	font-weight: bold;
    padding-top: 15px;
	
}

.user-wrapper button {
	display: block;
	margin: 0 auto;
	width: 30%;
	height: 40px;
	border: none;
	background-color: #222;
	font-family: arial;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.user-form {
	width: 400px;
	margin: 0 auto;
	padding-top: 30px;
	background-color:#fff;
}

.log-history {
	/*width: 400px;*/
	margin: 5px auto;
	padding-top: 10px;
	background-color:#fff;
}

.issue {
	padding-left: 9%;
	padding-right: 5%;
	text-align: justify;
}

.issue-system {
    padding: 10px;	
}

.issue-symptom {
    padding: 10px;	
	font-size: 1em;
	word-wrap: break-word;
}

.issue-solution {
	padding: 10px;
	line-height: normal;
	font-size: 1em;
	word-wrap: break-word;
	text-align: left;
}


.issue-solution-source {
    padding: 10px;
	font-size: 1em;
}


/*asearch.php*/

.search-form {
	width: 95%;
	margin: 0 auto;
}

.search-form label {
	display: inline-block;
	padding:5px;
	font-family: arial;
    font-size: 14px;
	font-weight: bold;
    color: #111;
    line-height: 30px;
}


.search-form input, select{
	height: 30px;
	padding: 0px 3%;
	margin-bottom: 4px;
	border: none;
	/*background-color: #fff;*/
	background-color: rgb(215, 235, 232);
	font-family: arial;
	font-size: 14px;
	color: #111;
	line-height: 40px;

}

.search-form button {
	display: inline-block;
	margin: 5px auto;
	width: 20%;
	height: 40px;
	border: none;
	background-color: #00695F;
	font-family: arial;
	font-size: 14px;
	color: #fff;
	cursor: pointer;


}

.search-form button:hover {
	background-color: #666;
}



.dateselect select {
	width: 60px;
	height: 30px;
	padding: 0px 0.5%;
	text-align-last:center;
}

.sortselect {
	padding-top: 20px;
	text-align: center;
	display: flex;
	flex-direction:row;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 10px;
}

.sortselect select {
	width: 100px;
	height: 40px;
	padding: 0px 0.5%;
}

.issue-list {
	padding-top: 0px;
	font-size: 1em;
	margin-left: 1.6em;
	margin-right: 1.6em;
	word-wrap: break-word;
}

.issue-list a {
	padding-top: 0px;
	font-size: 1em;
}

.issue-list p {
	padding-bottom: 5px;
}

.issue-list ul {
		padding-inline-start: 0px;
}

.issue-list ul ol {
	/*
	margin-left: 2.0em;
	margin-right: 2.0em;
	*/
	text-indent: -1em;
	padding-bottom: 5px;
	line-height:normal;
		padding-inline-start: 0px;
}

.links-list {
	padding-top: 20px;
}

.links-list ul ol {
	margin-left: 0.6em;
	margin-right: 3.0em;
	text-indent: -0.6em;
	padding-bottom: 5px;
	line-height:normal;
}

.footer{ /* podziaÃƒâ€¦Ã¢â‚¬Å¡ wynikÃƒÆ’Ã‚Â³w wyszukowania na strony*/
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1em;
}

.result_summary{
	font-size: 0.75em;
	margin: auto;
	color: #ff0000;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 5px;
}

/* edit-form  edycja linkÃƒÆ’Ã‚Â³w i problemÃƒÆ’Ã‚Â³w*/

.edit-form {
	width: 90%;
	margin: 0 auto;
	padding-top: 15px;
}

.edit-form input {
	/*width: 98%;*/
	height: 40px;
	padding: 0px 1%;
	margin-bottom: 4px;
	border: none;
	/*background-color: #fff;*/
	background-color: rgb(215, 235, 232);
	font-family: arial;
	font-size: 14px;
	color: #111;
	line-height: 40px;

}

.edit-form button {
	
	display: inline-block;
	margin: 5px auto;
	/*width: 30%;*/
	height: 40px;
	border: none;
	background-color: #00695F;
	font-family: arial;
	font-size: 14px;
	color: #fff;
	cursor: pointer;


}

.edit-form button:hover {
	background-color: #666;
}


.edit-form label {
	padding:5px;
	font-family: arial;
    font-size: 14px;
    color: #111;
    line-height: 40px;
}

.edit-form textarea {
	resize:none;
	border:none;
	width:98%;
	padding: 1%;
	background-color: rgb(215, 235, 232);
}

.edit-form img{
	padding-left: 10px;
	border:0;
	outline:0;
	vertical-align:bottom;

}

/* Formularz filtrowania  input warunków*/
.filter {
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 10px;
}

.filter-box  {
    min-width: 30%;
    display: block;
    max-height: 90%;
    flex-grow: 1;
    margin: 0 10px;

}

.filter-box-head {
    margin-top: 5px;
    font-weight: bold;
    width: 100%;
    line-height: 25px;
	padding: 0 10px;
}



#meta_label {
	display:inline-block;
	margin-bottom: 3px;
	font-weight: bold; 
	line-height: 1.5em;
}

#source_label {
	line-height:0;
	padding: 0;
	font-weight: normal; 
}

#znajdz {
	text-align:center;
}

#znajdz input{
	width: 93%;
}

#sus_label {
	width:90px;
}
#system_user_source input{
	width:50%; 
}

#system_user_source select {
	width:56%;
}


.edit-select-box {
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 10px;
	margin: 0 20px;
}

.edit-select-box div {
  min-width: 50px;
  display:block;
  max-height:90%;
  flex-grow:1;
  margin: 0 10px;
  /*background-color: orange;*/
}

.edit-box {
	
}

/* koniec EDIT -FORM */


/* Create a custom checkbox */
.checkmark {
	width: 35px;
	height: 35px;
	background-color: rgb(215, 235, 232);
}

.floating-menu {
    background-color: white;
	padding: 10px 3px;
    z-index: 1;
	text-align:center;
	width:100%; 
	float:right; 
	display:block-inline; 
	position:fixed;
	width:30px;
	top:95px;
	
}




.floating-menu a {
    display: block;
	font-size: 0.9em;
    margin: 0 0.5em;
    color: white;
	
	
}


.fltbtn {
	 background: white;
	 padding: 7px 3px;
	 color: #00695F;
	 font-size:1.5em;
	 border: 0;
	 cursor: pointer;
}

.system-caption {
	font-family: arial;
	font-size: 130%;
	color: #00695f;
}


.chkbox { 
	/*display: block; */
	position: relative; 
	/*padding-left: 45px; */
	cursor: pointer; 
	font-size: 20px; 
}

/* Hide the default checkbox */ 
input[type=checkbox] { 
	visibility: hidden; 
}
/* Creating a custom checkbox based on demand */ 
.geekmark { 
	position: absolute; 
	margin: 10px 0px 0px 0px;
	/*top: 15px; */
	left: 0; 
	height: 20px; 
	width: 20px; 
	background-color: rgb(215, 235, 232); 
}

/* Specify the background color to be  shown when hovering over checkbox */ 
.chkbox:hover input ~ .geekmark { 
	background-color: #aad4ce; 
}

/* Specify the background color to be  shown when checkbox is active */ 
.chkbox input:active ~ .geekmark { 
	background-color: #aad4ce; 
}

/* Specify the background color to be shown when checkbox is checked */ 
.chkbox input:checked ~ .geekmark { 
	background-color: #00695f; 
}

/* Checkmark to be shown in checkbox */ 
/* It is not be shown when not checked */ 
.geekmark:after { 
	content: ""; 
	position: absolute; 
	display: none; 
}

/* Display checkmark when checked */
.chkbox input:checked ~ .geekmark:after { 
	display: block; 
}

/* Styling the checkmark using webkit */ 

/* Rotated the rectangle by 45 degree and  showing only two border to make it look like a tickmark */ 
.chkbox .geekmark:after { 
	left: 6px; 
	bottom: 5px; 
	width: 6px; 
	height: 12px; 
	border: solid white; 
	border-width: 0 2px 2px 0; 
	-webkit-transform: rotate(45deg); 
	-ms-transform: rotate(45deg); 
	transform: rotate(45deg); 
}

.adm-table{
	width: 40%;
	font-family: arial;
}

.adm-table td {
	
}

.adm-table th {
	background-color: #00695f;
	color: white;
	text-align: center;
	border:solid;
	font-weight: normal;
	font-size: 14px !important; 
}


.mdropbtn {
  background-image: url('img/searchw2.png');
  background-size: cover;
  background-color: #00695F;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  outline:none;
  cursor: pointer;
  float: right;
  margin: 11px 55px 5px 5px;
  height: 30px;
  width: 30px;
}


#bulet {
	font-size: 0.9em;
}

#issue_link{
	font-size: 1.25em;
}

#links_list {
	font-size: 1.1em !important;
}

#ft2 {
	font-size: 1em !important;
}

#ft3 {
	font-size: 1.2em !important;
}

#link_notes{
	font-size: 1em;
}

#myInput {
  box-sizing: border-box;
  width: 85%;
  font-size: 16px;
  padding: 10px 8px 10px 8px;
  border: none;
}

#myInput:focus {outline: 3px solid #ddd;}

.droptxt {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 55px;
  float:right;
  top: 27px;
  left: 99%;
  transform: translate(-50%, -50%);
    
}

.mobile-search {
	/*background-color: red;*/
	  display: inline-flex;
	  justify-content: center;
	  align-items: center;
	  width:15%;
	  /*position: absolute;*/
	  /*display: flex;*/
	  /*width: 80px;*/
	  /*height: 60px;
		float:right;*/
	  /*top: 29px;*/
	  /*left: 90%;
	  transform: translate(-50%, -50%);*/
   
}

.mobile-search-content {
  display: none;
  position:absolute;
  top:50px;
  background-color: #00695F;
  width: 100%;
  overflow: auto;
  /*border: 1px solid #fff ;*/
  font-size: 12px;
  z-index: 1;
  text-align:center;
  height: 45px;
  margin: 5px 0px 5px 0px;
}

.mobile-search-content a {
  color: black;
  padding: 8px 6px;
  text-decoration: none;
  display: block;
}


.mdropdown-content {
  display: none;
  position: absolute;
  background-color: #00695F;
  width: 100%;
  overflow: auto;
  border: 0;
  z-index: 1;
  text-align:center;
  height: 55px;
}

.mdropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.droptxt a:hover {background-color: #ddd;}

.show {display: block;}

.mobile-menu {
  	  display: inline-flex;
	  justify-content: center;
	  align-items: center;
	  width:15%;
/*		
	  position: absolute;
	  display: inline-block;
	  width: 85px;
	  height: 56px;
	  float:left;
	  top: 28px;
	  left: 5%;
	  transform: translate(-50%, -50%); 
  */
  
}

.dropbtn {
	background-size: cover;
	background-color: #00695F;
	font-size: 16px;
	border: none;
	outline:none;
	text-align: right !important;
	padding:0px 0.8%;
	z-index = 10;
			
}

.dropdown-content {
	z-index: 5;
	position: absolute;
	font-family: arial;
	background-color: rgb(215, 235, 232);
	min-width: 130px;
	font-size: 14px;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
	display: none;
	padding: 8px 0px;

}

.dropdown-content a {
    background-color: rgb(215, 235, 232);
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    height:1em;
    line-height: 8px;
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
}

.dropdown:hover .dropdown-content {display: block;}
/*header .dropdown:hover .dropbtn {background-color: #f0f0f0;} */

.nav-dropdown:hover .dropdown-content {
	display: inline-block;
	/*flex-direction: column;*/
	float:right;
	right:0;
}

.dropdown-content a:hover {background-color: #f0f0f0;} 

.dropdown-mobile-menu:hover .dropdown-content {display: flex;flex-direction: column; left:0;/* right:4.5%; */}

.dropdown-mobile-menu {
	/* position: absolute; */
	margin-left:10px;
	display: inline-block;
	width:85px;
	height:55px;
	text-align: left !important;
	font-size: 3vw;
}

.hr-mobile-menu {
    border: 0;
    border-top: 0.3px solid #AEB6BF ;
	margin-top: 0px;
    margin-bottom:0px;
} 



.dateselect {
	text-align: center;
}

.dateselect input {
	height:35px; 
	width:125px;
	padding-left:5px; 
	padding-right:5px;
}

.nextprev {
	font-size:0.9em;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* DODANE NA POTRZEBY EDYTORA RFT */

.editor {
	/*border: 1px solid #ccc;*/
	padding: 10px;
	min-height: 228px;
	margin-bottom: 10px;
	background-color: rgb(215, 235, 232);
}
.editor:focus {
	border: 2px solid black; /* Czarne obramowanie po kliknięciu */
}


.toolbar button {
	padding: 5px 10px;
	cursor: pointer;
	margin: 5px auto !important;
	border-radius: 10px;
	width: 35px;
	height: 35px;
	border: none;
}

/* end DODANE NA POTRZEBY EDYTORA RFT */


/* @media */

@media only screen and  (max-width: 769px) {
	 /* For tablets  and smartfons*/
	
	body{ height:100%; margin:0px;}
		
	/*footer {width: 100%;}*/
		
}

@media only screen and (min-width: 796px) and (max-width: 1280px) {
	
	
	body { 
		
		height:100%; 
		margin:0 20% 0 20% !important;			
	} 
	
	header {
		width:60%;
	}
	
	.signup-form {
		width: 60%;
	}
	
	
	
	.droptxt {display:none;}
	.mobile-search {display:none;}
	.mobile-menu {display:none;}
	.nav-dropdown {display: inline-block;}
	#myInput {display:none!important;}
	#myDropdown {display:none!important;}
	
	.site-title {
		justify-content: left;
		/*margin-left: 15px;*/
		padding-left: 10px;
		width: 25%;
	}
	
	.site-title a{
		font-size: 1.2rem ;
		
	}
	
	.nav-search {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 45%;
	}
	
	
	.nav-menu {
		display:inline-flex;
		justify-content: right;
		align-items: center;
		/*float: right;*/
		width: 30%;
		/*margin-right: 10px;*/
	}
	
	.issue-list ul ol {
		margin-left: 2.0em; 
		margin-right: 2.0em;
	}
	
	.issue {
	padding-left: 7%;
	padding-right: 5%;
	text-align: justify;
	}
	
	.fltbtn {
		 background: white;
		 padding: 3px 7px;
		 color: #00695F;
		 font-size:1.8em;
		 border: 0;
		 cursor: pointer;
	}

	
}



@media only screen and (min-width: 1280px) {
	 /* For desktop: */
	 
	
		 
	body{ 
		height:100%; 
		margin:0 20% 0 20% !important;			
	} 

	header {
		width:60%;
	}

	
	.signup-form {
		width: 60%;
	}
	
	
	.droptxt {display:none;}
	.mobile-search {display:none;}
	.mobile-menu {display:none;}
	#myInput {display:none!important;}
	#myDropdown {display:none!important;}
	.nav-dropdown {display: inline-block;}
	
	.site-title {
		justify-content: left;
		/*margin-left: 15px;*/
		padding-left: 10px;
		width: 35%;
	}
	
	.site-title a{
		font-size: 1.3rem;
		
	}
	
	
	.nav-search {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 45%;
	}
	
	.nav-menu {
		display:inline-flex;
		justify-content: right;
		align-items: center;
		/*float: right;*/
		width: 30%;
		/*margin-right: 10px;*/
	}
	
	.issue-list ul ol {
		margin-left: 2.0em; 
		margin-right: 2.0em;
	}
	
	.issue {
	padding-left: 7%;
	padding-right: 5%;
	text-align: justify;
	}

	.fltbtn {
	 background: white;
	 padding: 3px 7px;
	 color: #00695F;
	 font-size:1.8em;
	 border: 0;
	 cursor: pointer;
	}

}
