﻿body {
    padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}

@media all and (max-width: 980px) {
    body {
        padding-top: 0px;
    }
}

form {
  margin: 0;
}

.t-widget, .t-widget .t-input, .t-widget .text-box, .t-button {
    font-size: 95%;
}

.t-header, .t-header .t-link {
    font-size: 11px;
    font-weight: bold;
}

.t-header, .t-grid-header {
    background: none repeat scroll 0 0 #CDCDCD;
    border-color: #AAAAAA;
}

.t-footer-template td {
    background: none repeat scroll 0 0 #CDCDCD;
    border-color: #AAAAAA;
}

.t-alt {
    background-color: #EFEFEF;
}

.t-grid td {
    border-color: #cdcdcd;
}

.t-toolbar, .t-grouping-header, .t-grid-pager, .t-widget .t-status {
    background-color: #fcfcfc;
    border-color: #AAAAAA;
}

label {
    display: inline;
    margin-bottom: 5px;
}
/*obludne velke toolbary*/
.t-grid-toolbar .t-button {
    padding: 6px 12px;
}

.t-grouping-header, .t-grid-toolbar {
    padding: .75em;
}
/*end - obludne velke toolbary*/


.fixed-submenu {
    background-color: #fff;
    background-image: none;
    padding: 20px 20px 0;
}

.t-button, button.t-button.t-state-disabled:hover, a.t-button.t-state-disabled:hover, .t-state-disabled .t-button:hover {
    background: url("/Content/images/sprite.png") repeat-x scroll 0 -560px #E7ECF5;
    border-color: #C2CEDB;
}

.t-icon {
    background-image: url("/Content/images/sprite.png");
}

.t-export {
    background-image: url("/Content/images/export-sjetina.png");
}

.t-export-all {
    background-image: url("/Content/images/export-all.png");
}

.t-export-invoices {
    background-image: url("/Content/images/export-invoices.png");
}

.pagination ul > li > a, .pagination ul > li > span {
    padding: 4px 3px;
}

.pagination {
    margin: 0 0;
}

label, input, button, select, textarea {
    font-size: 12px !important;
}

.t-dropdown .t-input, .t-selectbox .t-input {
    background-color: white;
}

.t-animation-container {
    z-index: 9999999 !important;
}