﻿.button { border: none; cursor: pointer; font-family: OpenSans_Condensed, sans-serif; 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: #FF3E98; color: #fff; font-size: 1.25em; box-shadow: none; font-weight: 400; text-align: center; border-radius: 50px; border: 1px solid #A7A7A7; box-shadow: 0px 3px 6px #0000005C; }
    .button1:hover, .button1:focus { background-color: #e90770; }

.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: 50px; 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: #2D2D2D; font-size: 1.25em; box-shadow: none; font-weight: 400; text-align: center; border-radius: 50px; border: 1px solid #FF3E98; box-shadow: 0px 3px 6px #0000005C; }
    .button3:hover, .button3:focus { background-color: #FF3E98;color:#fff; }

.button4 { position: relative; width: 100%; display: block; padding: 14px 10px; box-sizing: border-box; background-color: transparent; color: #171717; font-size: 1.5em; font-weight: 500; text-align: center; border: 1px solid #171717; }
    .button4:hover, .button4:focus { background-color: #171717; color: #fff; }

.button5 { position: relative; width: 100%; display: block; padding: 15px 10px; box-sizing: border-box; background-color: #fff; color: #000000; font-size: 1.3em; font-weight: 500; text-align: center; border: 1px solid #000000; }
    .button5:hover, .button4:focus { background-color: #000000; 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;}