.container, .container-fluid {
    font-size: 90%;
}

.navbar-obudaingatlan {
    background: mediumseagreen;
    border-radius: 0;
    min-height: 30px;
    margin-bottom: 0;
}

.navbar-obudaingatlan .navbar-toggle {
    margin: 0;
}

.navbar-obudaingatlan .navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-obudaingatlan .navbar-nav > li > a {
    color: #fff;
    text-shadow: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-obudaingatlan .navbar-nav > li > a:hover {
    color: #111;
}

.navbar-obudaingatlan .navbar-nav > li.active a {
    background: #fff;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    color: #428bca;
}

.navbar-obudaingatlan .navbar-collapse {
    margin-left: -15px;
    margin-right: 0px;
}

.breadcrumb-container {
    background: #eee;
}

.breadcrumb-container .breadcrumb {
    background: none;
    border-radius: 0;
    padding: 5px 0;
    margin-bottom: 0px;
    font-size: 9pt;
}

.breadcrumb-container .breadcrumb > .active {
    font-weight: bold;
    color: #000;
}

.h2, h2 {
    font-size: 14pt;
    margin-top: 10px;
}

.pagination {
    margin-top: 5px;
    margin-bottom: 0;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 3px 8px;
    font-size: 11px;
}

.order-active {
    color: red;
}

.form-horizontal .form-group {
    margin-bottom: 5px;
}

.flash-message {
    padding: 8px 15px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.flash-error {
    background: palevioletred;
    color: darkred;
}

.flash-notice {
    background: rgb(167, 229, 167);
    color: darkgreen;
}

.flash-message button.close {
    font-size: 15px;
}

.filter-container {
    padding: 5px;
    background: lightgrey;
    margin-bottom: 5px;
    margin-top: 5px;
}

.filter-container input[type="text"], .filter-container select {
    /*width: 100px !important;*/
}

.filter-container label {
    font-size: 12px;
}

.bg-active {
    background: palevioletred;
}

.form-error {
    color: #a94442;
    font-size: 11px;
    font-weight: bold;
}

.location-correct, .correct {
    margin-top: 10px;
    padding: 10px;
    background: mediumseagreen;
}

.location-incorrect, .incorrect {
    margin-top: 10px;
    padding-top: 10px;
    color: darkred;
}

.breadcrumb > li.right-menu:before {
    content: '    ';
}

.table {
    margin-bottom: 0;
}

.table th, .table td {
    white-space: nowrap
}

.table th.order-active {
    background: #ddd;
}

.table > thead > tr > th {
    vertical-align: top;
    font-size: 12px;
}

.table-width-auto {
    /*width: auto;*/
}

.table-container-col-1 {
    margin-right: 252px;
    overflow-x: scroll;
    position: relative;
    border: 1px solid #ccc;
    border-right: none;
}

.table-container-col-2 {
    width: 250px;
    float: right;
    /*font-size: 90%;*/
    border: 1px solid #ccc;
    border-left: none;
}

.list-item-click {
    cursor: default;
}

.navbar-text {
    margin-top: 2px;
    margin-bottom: 2px;
}

.navbar-text.addon-stats {
    font-size: 12px;
    font-weight: bold;
    background: #fff;
    padding: 4px 10px 4px 10px;
}

.floating-container {
    position: fixed;
    left: auto;
    right: 0;
}

.form-control::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #cccccc;
}

.form-control::-webkit-input-placeholder {
    color: #cccccc;
}

.table-header-filter {
    background: #ddd;
}

.table-header-filter th {
    padding: 1px !important;
}

.table > thead > tr.table-header-filter > th.active {
    background: palevioletred;
}

.table-header-filter .form-control {
    width: 100% !important;
    padding: 5px 4px;
    height: 20px;
    font-weight: 400;
}

.table-header-filter select.form-control {
    padding: 0;
}

.dropdown-menu > li > span.glyphicon {
    padding: 3px 0 0 20px;
}

.btn-action-small {
    padding: 0 2px;
    background: transparent;
    line-height: 1;
    margin-top: -4px;
}

.photo-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.photo-list li {
    list-style: none;
    margin: 3px;
    padding: 10px;
    display: inline-block;
    background: lightgrey;
    /*text-align: center;*/
    border: 1px solid #ccc;
    cursor: move;
}

.photo-list li img {
    margin-bottom: 10px;
}

.form-help {
    font-size: 11px;
}

.dropdown, .dropup {
    line-height: 1;
}

.modal-content .spinner {
    display: block;
    margin: 0 auto;
}

.opinion {
    white-space: normal !important;
}

.opinion-control {
    font-size: 15px;
}

.opinion-control a:hover {
    text-decoration: none;
}

.opinion-control a:visited {
    text-decoration: none;
}
