/*
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 : 25.4.2016, 13:46:57
    Author     : Marco
*/
body {
  color: #b1b1b1; }

.navbar-default {
  background-color: white;
  box-shadow: 0 6px 6px -6px #CACACA;
  -moz-box-shadow: 0 6px 6px -6px #CACACA;
  -webkit-box-shadow: 0 6px 6px -6px #CACACA;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
  .navbar-default .czech {
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA; }
  .navbar-default .english {
    border-right: 1px solid #CACACA; }

h1, h2 {
  color: #0954a0; }

h1 {
  margin-bottom: 45px; }

h2 {
  margin-bottom: 30px; }

h3 {
  font-size: 20px; }

.input-group-addon, .form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }

.border-bottom {
  border: none;
  border-bottom: 1px solid #b1b1b1; }
  .border-bottom:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #b1b1b1; }

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #b1b1b1; }

.input-group {
  width: 100%;
  padding-bottom: 10px; }

.input-group-addon {
  background-color: white;
  border: none; }
  .input-group-addon i.fa {
    color: #b1b1b1;
    min-width: 26px; }

.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: none; }

.btn-default {
  background-color: #CACACA;
  color: white; }
  .btn-default:hover {
    color: white;
    background-color: #b1b1b1; }

.btn-primary {
  background-color: #0954a0; }
  .btn-primary:hover {
    background-color: #063b70; }
  .btn-primary:focus {
    outline: none; }
  .btn-primary span {
    float: left;
    padding-top: 3px; }

.btn-reg {
  margin-top: 25px; }

textarea {
  resize: none; }

.pad1 {
  padding-bottom: 45px;
  padding-top: 20px; }
  .pad1 input {
    font-size: 20px; }

.pad4 {
  padding-top: 28px; }
  .pad4 button {
    margin-top: 25px; }

.note {
  color: #0954a0;
  font-style: italic; }

.action-buttons button {
  width: 40%;
  margin-right: 3%; }

.app {
  text-align: center; }
  .app a {
    width: 60%;
    margin-bottom: 10px; }
  .app img {
    max-width: 150px; }

#frm-signInForm, #frm-registerInForm {
  padding-top: 60px; }

hr {
  border-color: #CACACA; }

.row {
  padding-top: 25px;
  padding-bottom: 25px; }

#snippet--apps {
  padding-top: 50px; }

.add-button {
  float: right; }

.select2 {
  width: 100% !important; }

#frm-appForm-description_cs {
  margin-bottom: 15px; }

.tagit {
  border-color: #CACACA !important; }

.select2-container--default, .select2-selection--multiple {
  border-radius: 2px !important; }

.btn-save {
  width: 40%; }

.email {
  background: #f6f6f6 url(images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x;
  padding: 6px;
  color: black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #CACACA; }
  .email a:hover {
    text-decoration: none; }

.btn-cancel {
  width: 40%; }

#snippet--tagged_users ul {
  list-style-type: none;
  padding-left: 0; }
  #snippet--tagged_users ul li {
    margin-bottom: 20px; }

.navbar-brand {
  padding: 5px 15px; }
  .navbar-brand img {
    width: 100px; }

.flash {
  text-align: center;
  font-size: 14px;
  padding: 6px;
  background-color: #0954a0;
  color: white; }

.panel-danger > .panel-heading {
  color: #E40822;
  background-color: #feedef; }

.modal-body {
  font-size: 16px; }

.modal-footer button {
  min-width: 30%; }
  .modal-footer button:first-child {
    float: left; }

.btn-danger {
  background-color: #E40822; }
  .btn-danger:hover {
    background-color: #b3061b; }

@media screen and (max-width: 991px) {
  .pad4 button {
    float: right;
    margin-top: 0; } }
@media screen and (max-width: 767px) {
  .navbar-header {
    display: inline-block; }

  .navbar-buttons {
    display: inline-block;
    float: right; }

  .nav > li {
    display: inline-block; }
    .nav > li > a {
      padding: 10px 8px; } }
@media screen and (max-width: 448px) {
  .pad4 button {
    margin-top: 20px;
    float: none; } }

/*# sourceMappingURL=style.css.map */
