﻿.button { border: none; cursor: pointer; font-family: assistant; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; line-height: 1; }

.button1 { position: relative; width: 100%; display: block; padding: 12px 5px; box-sizing: border-box; background-color: #0F0E0E; color: #fff; font-size: 1.25em; box-shadow: none; font-weight: 400; text-align: center; border-radius: 15px; border: 1px solid #A7A7A7; box-shadow: 0px 3px 6px #0000005C; }
    .button1:hover, .button1:focus { background-color: #5a5555; }

.button1_bigger_font {font-size:1.5em; }

.button2 { position: relative; width: 100%; display: block; padding: 12px 5px; box-sizing: border-box; background-color: #00C0E4; color: #fff; font-size: 1.25em; box-shadow: none; font-weight: 400; text-align: center; border-radius: 15px; border: 1px solid #A7A7A7; box-shadow: 0px 3px 6px #0000005C; }
    .button2:hover, .button2:focus { background-color: #0099b6; }

.button3 { position: relative; width: 100%; display: block; padding: 12px 5px; box-sizing: border-box; background-color: transparent; color: #212121; font-size: 1.15em; box-shadow: none; font-weight: 400; text-align: center; border-radius: 15px; border: 1px solid #707070; }
    .button3:hover, .button3:focus { background-color: #212121; color: #fff; }

.button4 { position: relative; width: 100%; display: block; padding: 18px 5px; box-sizing: border-box; background-color: #FFFFFF; color: #0F0E0E; font-size: 1.15em; box-shadow: none; font-weight: 500; text-align: center; border-radius: 15px; border: 1px solid #fff;  }
    .button4:hover, .button4:focus { background-color: #0F0E0E; color: #FFFFFF; }

.button5 { position: relative; width: 100%; display: block; padding: 12px 5px; box-sizing: border-box; background-color: transparent; color: #212121; font-size: 1.2em; box-shadow: none; font-weight: 400; text-align: center; border-radius: 15px; border: 1px solid #707070; }
    .button5:hover, .button3:focus { background-color: #212121; color: #fff; }

.button6 { position: relative; width: 100%; display: block; padding: 12px 5px; box-sizing: border-box; background-color: transparent; color: #212121; font-size: 1.2em; box-shadow: none; font-weight: 400; text-align: center; border-radius: 15px; border: 1px solid #212121; }
    .button6:hover, .button3:focus { background-color: #212121; color: #fff; }

.search_button { width: 100%; display: flex; justify-content: center; align-items: center; padding: 12px 25px; box-sizing: border-box; background-color: #FF7C03; color: #fff; font-size: 1.2em; font-weight: 400; text-align: center; }
    .search_button img { margin-left: 10px; }
    .search_button:hover, .search_button:focus { background-color: #8b4300; }


.download_button {background-image:url('/Resources/General/downloadIcon.svg');background-position:left 10px center; background-repeat:no-repeat;}