/* tabulka - admin */

body {
    margin:10px 63px;
    max-width: 1150px;
}

section {
    margin: 20px 0;
}


/* customized pager */
.pager {
    margin: 10px 0;
}

/* workaround to have a working modal with Bootstrap 3
- see http://blog.corveloper.com/2013/08/angularjs-with-ui-bootstrap-fix-dialog-boxes/
  and http://stackoverflow.com/questions/18150629/angular-dialog-directives-with-bootstrap-3
*/

.modal {
    display: block;
}

/* all links have a cursor pointer */
a {
    cursor: pointer;
}

/* this was supposed to be in Bootstrap */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* isn't this supposed to be defined in Bootstrap? */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/css/fonts/glyphicons-halflings-regular.eot');
    src: url('/css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/css/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

/* highlight text */
.highlight {
    display: block-inline;
    background-color: #f2dede;
}

/* login field style */
.login-field {
    width: 400px;
}