/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21 Jun 2019, 9:33:53 PM
    Author     : gerhardus
*/

/* button style */

.btn_normal {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 38;
    -moz-border-radius: 38;
    border-radius: 6px;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 20px 5px 20px;
    border: solid #1f628d 2px;
    text-decoration: none;
    cursor: pointer;
}

.btn_normal:hover {
    background: #abdfff;
    background-image: -webkit-linear-gradient(top, #abdfff, #1272b3);
    background-image: -moz-linear-gradient(top, #abdfff, #1272b3);
    background-image: -ms-linear-gradient(top, #abdfff, #1272b3);
    background-image: -o-linear-gradient(top, #abdfff, #1272b3);
    background-image: linear-gradient(to bottom, #abdfff, #1272b3);
    text-decoration: none;
    cursor: pointer;
}

.button1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #d8f4c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d8f4c1;
	/*box-shadow:inset 0px 2px 0px 0px #d8f4c1;*/
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
	background:-moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
	background-color:#77d42a;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	/*color:#306108;*/
        color: #004a6d;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:10px 15px;
        margin: 1px 5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
        box-shadow: 0px 3px 5px silver;
        transition: all 0.3s ease-out;
}
.button1:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
	background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
	background-color:#5cb811;
        color: #FFF;
        background: linear-gradient(#469606,#b4ed87);
}
.button1:active {
	position:relative;
	top:4px;
}

.button2 {
    box-shadow: 0 1px 0 0 #d8f4c1;
        -moz-box-shadow:inset 0px 1px 0px 0px #d8f4c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d8f4c1;
	/*box-shadow:inset 0px 2px 0px 0px #d8f4c1;*/
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
	background:-moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
	/*background-color:#77d42a;*/
        background: linear-gradient(#00d4ff,#5075b3);
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	/*color:#306108;*/
        color: #004a6d;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:10px 15px;
        margin: 1px 5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
        box-shadow: 0px 3px 5px silver;
        transition: all 0.3s ease-out;
}
.button2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
	background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
	background-color:#5cb811;
        color: #FFF;
        /*background: linear-gradient(#469606,#b4ed87);*/
        background: linear-gradient(#3e6ab3,#aee7f2);
}
.button2:active {
	position:relative;
	top:4px;
}

.button_doc {
    box-shadow: 0 1px 0 0 #d8f4c1;
        -moz-box-shadow:inset 0px 1px 0px 0px #d8f4c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d8f4c1;
	/*box-shadow:inset 0px 2px 0px 0px #d8f4c1;*/
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, lightcoral), color-stop(1, red));
	background:-moz-linear-gradient(top, lightcoral 5%, red 100%);
	background:-webkit-linear-gradient(top, lightcoral 5%, red 100%);
	background:-o-linear-gradient(top, lightcoral 5%, #5cb811 100%);
	background:-ms-linear-gradient(top, lightcoral 5%, #5cb811 100%);
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
	/*background-color:#77d42a;*/
        background: linear-gradient(lightcoral,red);
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	/*color:#306108;*/
        color: #FFF;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:10px 15px;
        margin: 1px 5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
        box-shadow: 0px 3px 5px silver;
        transition: all 0.3s ease-out;
}
.button_doc:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
	background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
	background-color:#5cb811;
        color: #FFF;
        /*background: linear-gradient(#469606,#b4ed87);*/
        background: linear-gradient(red,lightcoral);
}
.button_doc:active {
	position:relative;
	top:4px;
}

/*<!-- HTML !-->
<button class="button-29" role="button">Button 29</button>*/

/* CSS */
.button-29 {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}

.button-29:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.button-29:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-29:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}