## $Id: style.css,v 1.9 2021/01/06 14:35:10 anders Exp $ ##

body {
	font-family:"Century Gothic";
	color: #433441;
	font-size: small;
}
#footer p {
	color: #777777;
    font-size: small;
}
/* Forms */
.form-style-1{
	width: 500px;
    padding: 30px;
    background: #FFFFFF;
    margin: 50px auto;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);
}
.form-style-1 a:link {
	color: #ffffff;
	text-decoration:none; 
}
.form-style-1 a:visited {
	text-decoration:none;
	color: #ffffff;
}
.form-style-1 a:hover {
	font-weight: normal;
	text-decoration:none; 
	color: #ffffff;
}
.form-style-1 a:focus {
	text-decoration:none; 
	color: #ffffff;
}
.form-style-1 a:active {
	text-decoration:none; 
	color: #ffffff;
}
.form-style-1 h2{
    background: #4D4D4D;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 100;
    padding: 20px;
    margin: -30px -30px 30px -30px;
}
.form-style-1 input[type="text"],
.form-style-1 input[type="date"],
.form-style-1 input[type="datetime"],
.form-style-1 input[type="tel"],
.form-style-1 input[type="email"],
.form-style-1 input[type="number"],
.form-style-1 input[type="search"],
.form-style-1 input[type="time"],
.form-style-1 input[type="url"],
.form-style-1 input[type="password"],
.form-style-1 radio,
.form-style-1 textarea,
.form-style-1 select
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    margin-bottom: 10px;
    font: 16px Arial, Helvetica, sans-serif;
    height: 45px;
}
.form-style-1 textarea{
    resize:none;
    overflow: hidden;
    height: 120px;
}
.form-style-1 input[type="button"],
.form-style-1 input[type="submit"]{
    -moz-box-shadow: inset 0px 1px 0px 0px #9DD9D0;
    -webkit-box-shadow: inset 0px 1px 0px 0px #9DD9D0;
    box-shadow: inset 0px 1px 0px 0px #9DD9D0;
    background-color: #94C4BD;
    border: 1px solid #74AAA2;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 14px;
    padding: 8px 18px;
    text-decoration: none;
    text-transform: uppercase;
}
.form-style-1 input[type="button"]:hover,
.form-style-1 input[type="submit"]:hover {
    background:linear-gradient(to bottom, #74AAA2 5%, #74AAA2 100%);
    background-color:#74AAA2;
}
.form-style-1 input[class="delete_button"]{
    -moz-box-shadow: inset 0px 1px 0px 0px #D1ACD9;
    -webkit-box-shadow: inset 0px 1px 0px 0px #D1ACD9;
    box-shadow: inset 0px 1px 0px 0px #D1ACD9;
    background-color: #BDA0C3;
    border: 1px solid #BD94C6;
    color: #FFFFFF;
}
.form-style-1 input[class="delete_button"]:hover {
    background:linear-gradient(to bottom, #BD94C6 5%, #BD94C6 100%);
    background-color:#BDA0C3;
}
.form-style-1 input[type="reset"]{
    -moz-box-shadow: inset 0px 1px 0px 0px #9B9B9B;
    -webkit-box-shadow: inset 0px 1px 0px 0px #9B9B9B;
    box-shadow: inset 0px 1px 0px 0px #9B9B9B;
    background-color: #7F7F7F;
    border: 1px solid #5E5E5E;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 14px;
    padding: 8px 18px;
    text-decoration: none;
    text-transform: uppercase;
}
.form-style-1 input[type="reset"]:hover {
    background:linear-gradient(to bottom, #9B9B9B 5%, #9B9B9B 100%);
    background-color:#5E5E5E;
}
.form-style-1 input#button:disabled {
	background:#BFBFBF;
	border: 1px solid #5E5E5E;
	color:#FFFFFF;
}
.form-style-1 fieldset{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #BFBFBF;
    padding: 20px;
    box-shadow: inset 0px 0px 15px #BFBFBF;
    -moz-box-shadow: inset 0px 0px 15px #BFBFBF;
    -webkit-box-shadow: inset 0px 0px 15px #BFBFBF;
}
.form-style-1 fieldset legend{
	background: #BFBFBF;
    border-top: 1px solid #BFBFBF;
    border-left: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    padding: 0px 8px 3px 8px;
    box-shadow: -0px -1px 2px #BFBFBF;
    -moz-box-shadow:-0px -1px 2px #BFBFBF;
    -webkit-box-shadow:-0px -1px 2px #BFBFBF;
    font-weight: normal;
    font-size: 12px;
}

.form-style-1 input[type=checkbox] {
  display: none;
}
.loginprompt_checkbox {
  height: 10px;
  width: 10px;
  border: 1px solid grey;
  display: inline-block;
  position: relative;
}
[type=checkbox]:checked + span:before {
  content: '\2714';
  position: absolute;
  top: -5px;
  left: 0;
}
input[type=checkbox], input[type=radio] {
  text-align: left;
  float: left;
  vertical-align: midle;
  position: relative;
  width:12px;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: black;
  color: #fff;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.ag_result {
  background-color: #7F7F7F;
  color: #FFFFFF;
  margin: 0px auto 4px;
  padding: 0 3px 0 3px;
  font-weight: bold;
}

.ag_description {
	margin: 0px auto 30px;  
}

/* Tables */
.ShowFormUsers {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.responsive-table li {
	border-radius: 3px;
	padding: 25px 30px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.table-header {
	background-color: #4D4D4D;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
.table-row {
	background-color: #ffffff;
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
}
.col-0 {
	flex-basis: 100%;
	text-align: center;
}
.col-1 {
	flex-basis: 30%;
}
.col-2 {
	flex-basis: 40%;
}
.col-3 {
	flex-basis: 20%;
}
.responsive-table a:link {
	color: #000000;
	text-decoration:none; 
}
.responsive-table a:visited {
	text-decoration:none; 
}
.responsive-table a:hover {
	font-weight: normal;
	text-decoration:none; 
}
.responsive-table a:focus {
	text-decoration:none; 
}
.responsive-table a:active {
	text-decoration:none; 
}

.arrow-black {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.arrow-white {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.header-tag-back {
	display: none;
}

@media all and (max-width : 1024px) {
	
}

@media all and (max-width : 768px) {
body {
	margin: 0px;
}
.form-style-1{
	width: auto;
    padding: 5px;
    background: #FFFFFF;
    margin: 20px auto;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow:  0px 0px 0px rgba(0, 0, 0, 0.22);
}

.form-style-1 h2{
	background: #4D4D4D;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 100;
    padding: 20px;
    margin: -30px -30px 30px -30px;
	text-align:center;
	vertical-align:middle;
}
.ShowFormUsers {
  max-width: auto;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
ul.responsive-table {
	padding-left: 0px;
	margin: 0px;
}
.responsive-table li {
	border-radius: 3px;
	padding: 25px 30px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
li.table-header {
	padding-right: 5px;
	padding-left: 5px;
}
.table-row {
	background-color: #ffffff;
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
}
.header-tag {
	display: none;
}
.header-tag-back {
	display: inline;
}
li.table-row {
	display: block;
}
.col-4 {
  display: none;
}


@media all and (max-width : 330px) {

}
