/*
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 : Jan 30, 2017, 10:18:10 PM
    Author     : Omer
*/
.wrapper {	
    margin-top: 50px;
    margin-bottom: 50px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
}

.btn-group button{
    background:black;
    border: 1px solid lightgray;
    color: lightgray;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
}

.btn-group:hover, .btn-group:focus, .btn-group:active, .btn-group.active, .open>.dropdown-toggle.btn-group{
    color: white;
    background-color: white;
    border-color: white; 
}


    input[type="text"] {
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    input[type="password"] {
        margin-bottom: 20px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.start{
    display:inline-block;
    color: black;
    background: lightgrey;
    border: 1px dotted lightgrey;
    padding: 6px 13px;
}

.job{
    display:inline-block;
    color: black;
    background: #f5f5f5;
    border: 1px dotted lightgrey;
    padding: 3px 8px;
}

li{
    list-style: none;
}
/*
[type='radio'] {
display: none; 
}*/

label.btn {
    padding: 18px 60px;
    white-space: normal;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s
}

label.btn:hover {
    text-shadow: 0 3px 2px rgba(0,0,0,0.4);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1)
}

label .btn-label {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 0 10px;
    background: white;
    height: 100%;

}

label .glyphicon {
    top: 34%
}


.element-animation1 {
    animation: animationFrames ease .8s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames ease .8s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -ms-animation: animationFrames ease .8s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%
}
