﻿html {
    background-color: #e7e7e7;
    margin: 0px 3% 0 3%;
}
body {
    font-size: 1.7em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    min-height: 99vh;
}
.panel-heading {
    padding: 0 0 0 1% !important;
}

.navbar-brand {
    font-size: 3em;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 4px;
    line-height: 1;
    font-size: 14px;
    border: 1px solid #ddd;
}
/*.table {
    width:0%;
}*/
a {
    color: red;
}
table a:not(.btn), .table a:not(.btn) {
    text-decoration: none !important;
}

#lnkOdjava {
    background-color: #E7E7E7;
    border-style: outset;
    text-decoration: none;
    /*padding: 3px;*/
    border-radius: 5px;
    display: inline-block;
    float: right;
}
.btn-lg, .btn-group-lg>.btn {
    font-size: 14px!important;
}
@media only screen and (max-width:767px) {
     .navbar-brand {
    font-size: 2em;
}
    }
@media (min-width: 768px){
.navbar-right .dropdown-menu {
    left: auto;
    right: auto;
    }
}
@media (max-width: 1024px) and (orientation: portrait){
	html {
        margin:0;
        background-color: white;
	}
}

@media (min-width: 1600px) and (orientation: landscape){
	html {margin:0px 10% 0 10%;
        
	}
}
@media (max-width: 991px) { 
	html {
        margin:0;
        background-color: white;
	}
}
