body {
    padding-top: 0;
    padding-bottom: 40px;
}

a {
  color: rgb(0, 168, 176);
  text-decoration: none;
}

a:hover,
a:focus {
  color: rgb(0, 168, 176);
  text-decoration: underline;
}

/*********** BUTTONS *************/

.btn-success {
  color: #333333;
  background-color: rgb(255, 215, 0);
  border-color: #e5b700;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #333333 !important;
  background-color: #E5C100; !important;
  border-color: #e5b700 !important;
}

.btn-primary {
  color: #ffffff;
  background-color: rgb(0, 168, 176);
  border-color: #4c9393;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1AB1B8;
  border-color: #66a3a3;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #000;
  border-color: #000;
}

/********************************/

.doprava-4konec td
{
    background-color:#f1df44 !important;
}

.doprava-1konec td
{
    background-color:#d88c20 !important;
}

.doprava-editable td
{
    background-color:#e65252 !important;
}

/*********** NAVBAR *************/

.navbar-collapse {
    background-color: rgb(0, 168, 176);
    border-radius: 5px;
    padding-right: 1em;
}

.customnavbar {
    background-color: transparent !important;
    border: none;
}

.navbar-default {
    background-color: rgb(0, 168, 176);
    border-color: rgb(0, 168, 176);
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-default .navbar-brand {
  color: #fff !important;
}


.navbar-inverse .navbar-nav > li > a {
    color:white;
}

.navbar-inverse .navbar-nav > li  {
    color:white;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: rgb(0, 168, 176);
    color: #fff;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: rgb(0, 168, 176);
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: rgb(0, 168, 176);
}

.navbar .navbar-default {
    background-color: rgb(0, 168, 176);
}

.navbar-nav li:first-child a, .navbar-nav li:first-child span {
    border-radius: 5px 0 0 5px;
}

.dropdown-menu li:first-child a, .dropdown-menu li:first-child span {
    border-radius: 0px 0 0 0px;
}

.dropdown-menu li a {
    color: rgb(0, 168, 176);
}

.logo
{
    background-color:white;
    margin: 0 15px 0 15px;
}

.logo img
{
    width:51px;
    height: 50px;
}

.navbar-collapse {
	margin-left: 90px;
}

/*********** RELEASE TABLE *************/

table.release-table thead tr th {
    border: 1px solid white;
    border-bottom: 2px solid white;
    background-color: rgb(0, 168, 176);
    color: white;
    padding: 5px;
}

table.release-table tbody tr td {
    border: 1px solid white;
    border-bottom: 2px solid white;
    background-color: #D0F0F0;
    padding: 5px;
}

/********************************/

.loginscreen
{
    background-color: white;
}

.signinlogo {
	margin-bottom: 4em;
}

.form-signin {
    background: white;
    color:rgb(0, 168, 176);
    border:1px solid rgb(0, 168, 176);
    border-radius:10px;
    box-shadow:rgb(0, 168, 176) 0 0 50px;
    -webkit-box-shadow:rgb(0, 168, 176) 0 0 50px;
    -moz-box-shadow:rgb(0, 168, 176) 0 0 50px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
    background-color:#dedede;
    color:rgb(0, 168, 176);
}

.form-signin .form-control:focus {
    border-color: rgb(0, 168, 176);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(0, 168, 176);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(0, 168, 176);
}

.form-signin .btn-primary {
    background-color: rgb(0, 168, 176);
    border-color: white;
    color: white;
}

.form-signin .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: white;
    color: #333333;
    border-color: rgb(0, 168, 176);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(0, 168, 176);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(0, 168, 176);
}

.form-inline {
    background-color: rgb(0, 168, 176);
    border-radius: 5px;
}

.form-inline .form-group {
    color: #fff;
}

.form-inline * {
    display: inline-block;
    padding: 5px;
    margin: 0;
}

.form-inline .form-actions {
    background-color: inherit;
    border: none;
    padding: 5px;
    margin: 0;
}

.table .text-right {text-align: right}
.table .text-left {text-align: left}
.table .text-center {text-align: center}

.list-btn {
    width: 40px;
    text-align: right;
}

ul.nav.nav-tabs {
    margin-bottom: 20px;
}

ul.nav.nav-tabs a.disabled {
    color: lightgrey;
}

/*************** GRIDO *****************/

.grido th.column {
    width: auto;
}

.grido td.actions {
    text-align: right;
}

.grido td.actions span {
    margin-right: 3px;
}

.grido thead th, .grido tfoot td, .grido .filter.outer {
    background-color: rgb(175, 175, 175);
}

.grido thead th a, .grido thead th span {
    color: #fff;
}

.grido thead th a:hover {
    color: #e5e5e5;
}

.grido table, .grido .filter {
    border: 1px solid rgb(175, 175, 175);
}

.grido thead,
.grido tfoot {
    font-size: 1em !important;
    color: #fff !important;
}

.grido .filter.outer label {
    font-size: 12px;
    color: white;
}

/********************************/

tr.doprava-sent td {
    background-color: greenyellow !important;
}
tr.doprava-editable td {
 background-color:#e65252 !important;
}
tr.doprava-offerable td {
    background-color: yellowgreen !important;
}

tr.doprava-offered td {
    background-color: yellowgreen !important;
}

tr.doprava-offered td, tr.doprava-offerable td {
    background-color: yellowgreen !important;
}

tr.doprava-evaluable td {
    background-color: orange !important;
}

tr.doprava-evaluated td {
    background-color: darkseagreen !important;
}

.disabled {
    color: lightgray;
}

.modal-dialog-lg {
    width: 75%;
}

.label-primary {
    background-color: rgb(0, 168, 176);
}
