/*
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 : 28.10.2015, 22:23:25
    Author     : Nexisi
*/
h2 {
    font-size: 26px;
}
h3 {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
	color:#2980b9;
}
.container {
    color: black;
    font-size: 18px;
}
.event_name {
    padding: 50px 0px 50px 0px;
    text-align: center;
}
.name_tag {
    width: 30%;
}
.event_img {
    width: 30%;
    padding: 0% 3% 3% 0%;
    float: left;
}
.text_info {
    width: 70%;
}
table {
    background-color: transparent;
}
.first_column {
    text-align: right;
    width: 20%;
}
.second_column {
    width: 40%;
    padding-left: 10%;
}
.text_container {
    padding-top: 25px;
	margin-top:100px;
}
.program {
    padding-top: 20px;
}
.program_day {
    width: 33%;
    min-width: 200px;
    display: inline-block;
}
.time_table {
    padding-left: 0%;
}
.day_name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.application {
    width: 100%;
    color: white;
    background-color: #2980b9;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;

    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.application:hover {
    color: lightblue;
}
#add_user {
    display: none;
    padding: 5px 20px 0px 20px;
    background-color: rgba(243,243,243,1);
}
.adress_text {
    width: 30%;
    min-width: 100px;
    max-width: 200px;
    display: inline-block;
}
.adress_input {
    width: 60%;
    min-width: 200px;
    max-width: 500px;
    padding: 5px;
    margin: 2px;
    border-radius: 5px;
    border: solid 1px rgba(200,200,200,1);
    display: inline-block;
}
.adress_input:focus {
    outline: none;
    border-color: rgba(0,0,200,0.5);
}
.paymant {
    border: solid 1px rgba(200,200,200,1);    
    border-radius: 5px;
}
textarea {
    height: 100px;
}
.adress_radio {
    width: 20%;
    min-width: 100px;
    max-width: 200px;
    padding: 5px;
    margin: 2px;
    display: inline-block;
}
.law {
    text-decoration: none;
    color: #2980b9;
    font-weight: 500;
    text-decoration: underline;
}

.add_people {
    background-color: #2980b9;
    color: white;
    border: solid 1px rgba(243,243,243,1);

    font-size: 15px;

    margin: 10px;
    padding: 10px;

    min-width: 150px;
    width: 20%;


    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;

    cursor: pointer;
    outline: none;
}
.add_people:hover {
    color: lightblue;
    outline: none;
}

.send_form {
    background-color: #2980b9;
    color: white;
    border: solid 1px rgba(243,243,243,1);

    font-size: 20px;

    margin: 10px;
    padding: 10px;

    min-width: 100px;
    width: 100%;


    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;

    cursor: pointer;
    outline: none;
}
.send_form:hover {
    color: lightblue;
    outline: none;
}
