/* 
    Created on : 18.2.2016, 9:24:56
    Author     : Tomáš Ticháček 
*/
@charset "UTF-8";

/******************************************/
/* Bootstrap 
/******************************************/

address { line-height: inherit; }
.navbar-default {
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.text-primary:hover, a.text-primary:focus {
    color: #e42613;   
}
.btn {
    white-space: initial;
    padding: 0;
}
.btn:active, .btn.active {
    -webkit-box-shadow: none; box-shadow: none;
}
.btn {
    font-size: inherit;
    border: none;
    line-height: 2.8 !important;
    height: 2.45em;
    width: 2.45em;
}

h1, .h1, h2, .h2, h3, .h3,
h4, .h4, h5, .h5, h6, .h6,
ol, ul 
{ margin-top: 0; margin-bottom: 0; }

address { float: left; margin-bottom: 0; }
dl { margin-bottom: 0; float: left; clear: left; }
dd, dt { line-height: inherit; float: left; }
dt { clear: left; padding-right: 5px; }
dt:after { content: ":"; }

.lead { font-weight: bold; margin-bottom: 0; }
mark { padding: .2em .4em; }
.list-inline { margin-left: auto; }
.list-inline > li { padding-left: 0; padding-right: 0; }

.form-control,.input-group-addon { height: auto; padding: 10px 12px; }