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

textarea.form-control {
    resize: vertical !important;
}

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

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

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

.navbar-collapse {
    background-color: #2a5d91;
    border-radius: 5px;
    padding-right: 1em;
}

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

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

.dropdown-menu li a {
    color:#004890;
}

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

.logo img
{
    width:300px;
 /*   height: 50px;*/
	position:relative;
    margin-right: 5px;
}

.navbar-collapse {
    margin-left: 760px;

}



.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.btn-witte {
    color: white;
    background-color: #292E73;
}

.btn-witte:hover {
  color: grey;
}

.language-flags {
    width: 100%;
    height: 64px;
    margin-right: 18px;
}

.language-flag {
    width: 64px;
    padding-right: 0px;
    padding-left: 0px;
}

.login-content {
    background-color: rgba(255,255,255,0.7);
    margin-left: 15%;
    margin-right: 15%;
    padding-bottom: 15px;
}

.signinlogo {
    max-width: 100%;
}

.loginscreen
{
    margin-top: 7%;
    background-color: white;
    background: transparent url(../images/signInBackground.jpg) no-repeat top center;
    background-size: 100%;
}

.form-signin {
    width: 100%;
    padding: 20px 35px 30px;
    margin: 0 auto;
    height: 250px;
    color: #292E73;
}

.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: white;
    color: black;
}

.form-inline {
    background-color: #b5d4f1;
    border-radius: 5px;
}

.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 th.column {
    width: auto;
}

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

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

tr.demand {
	color: black !important;
}

tr.demand-sent td {
    background-color: greenyellow !important;
	color: black !important;
}

tr.demand-offerable td {
    background-color: yellowgreen !important;
	color: black !important;
}

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

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

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

tr.demand-preliminary-sourced td {
    background-color: darkseagreen !important;
    color: black !important;
}

tr.demand-sourced td {
    background-color: darkseagreen !important;
    color: black !important;
}

tr.demand-canceled td {
    background-color: gray !important;
    color: silver !important;
}

tr.demand-flagged td {
    background-color: #ED7976 !important;
    color: black !important;
}

tr.offer-flagged td {
    background-color: #ED7976 !important;
    color: black !important;
}

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%;
}

.table-striped > tbody > tr:nth-child(odd).important td,
.table-striped > tbody > tr:nth-child(odd).important th {
	font-weight: bold;
	background-color: #b5d4f1 !important;
}

.table-striped > tbody > tr:nth-child(even).important td,
.table-striped > tbody > tr:nth-child(even).important th {
	font-weight: bold;
	background-color: lightblue !important;
}

.table-striped > tbody > tr:nth-child(odd).important > td.bestValue, .table-striped > tbody > tr:nth-child(odd).important > th.bestValue {
	font-weight: bold;
	background-color: lightsteelblue !important;
}

table-striped > tbody > tr:nth-child(even).important td.bestValue, .table-striped > tbody > tr:nth-child(even).important th.bestValue {
	font-weight: bold;
	background-color: red !important;
}

.enteredForSupplier {
    border: 3px solid gray !important;
}

tr.red td
{

	color:red !important;
}
