body {
    margin: 75px 0 0 0;
    background: url(pattern.jpg);
    font-size: 14px;
}
.datepicker-orient-bottom {
    margin-top: 80px;
}
.table {
    width: 100%;
    background: #333;
    margin: 20px 0 ; /* 50px */
    box-shadow: 0 0 14px #aaa;
}
.table.table-bordered td {
    padding: 6px 6px 6px 15px;
    background: #fff;
}
.table.table-bordered th {
    padding: 6px 6px 6px 15px;
    background: #ccc;
}
.table tr td:first-child {
    text-align: left;
}
.table tr:nth-child(odd) td {
    background: #eee;
}
a {
    text-decoration: none; /* Отменяем подчеркивание у ссылки */
}
.auth {
    font-family: Arial, serif;
    border: solid 2px #ccc;
    padding: 20px;
    display: inline-block;
    background: #eee;
    box-shadow: 0 0 8px #aaa;
    margin: 25px 0 0 25px;
}
.auth label {
    display: block;
    font-weight: bold;
}
.auth .text {
    display: block;
    margin: 10px 0;
    outline: none;
    padding: 5px;
}
.auth .button {
    display: block;
    padding: 5px;
    cursor: pointer;
}

/* здесь будут стили для печати */
@media print {
    body {
        background: none;
        margin: 0;
    }
    .head-menu {
        display: none;
    }
    .table.table-bordered th {
        padding: 6px 6px 6px 15px;
    }
    .table.table-bordered td {
        padding: 4px 4px 4px 15px;
    }
    .hide-print {
        display: none;
    }
}

/* - */
.btn-default {
    background: #eee;
}
/* link */
.link {
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
}
.link:focus, .link:hover {
    color: #23527c;
    text-decoration: underline;
}
.link._dotted {
    border-bottom: dotted 1px #337ab7;
    outline: none;
}
.link._dotted:hover {
    text-decoration: none;
}
/* иначе появляются "ушки" на тени */
.btn-group {
    border-radius: 5px;
}
/* заголовок панели жирным */
.panel-heading {
    font-weight: bold;
}
/* цвета таблицы по-умолчанию */
.table th {
    background: #eee;
}
.table td {
    background: #fff;
}
.table-striped tr:nth-of-type(odd) td {
    background: #f9f9f9;
}
/* последний нижний отступ лишний */
.well > *:last-child,
.modal-body > *:last-child,
.panel-body > *:last-child {
    margin-bottom: 0;
}
/* компактные алерты */
.alert {
    padding: 10px 15px 10px 15px;
}
/* шрифт пояснения чуть меньше */
.help-block {
    font-size: 90%;
}
/* верх и низ модального окна серым */
.modal-header {
    background: #eee;
    border-radius: 4px 4px 0 0;
}
.modal-footer {
    background: #eee;
    border-radius: 0 0 4px 4px;
}
/**/
.hand {
    cursor: pointer;
}
/**/
.legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: normal;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
.form-control + .input-group-addon {
    border-left: none;
}
.input-group-addon + .form-control {
    border-left: none;
}
