/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18.11.2015, 10:17:37
    Author     : luchkinds
*/
.table_result {
    margin-top: 20px
}

.form-inline {
    margin-bottom: 50px;
    min-height: 200px;
}

.reg_num {
    font-size: 18px;
    margin-bottom: 24px;
    margin-top: 12px;
}
.form-group:has(.btn-primary){display:flex;align-items: center;gap: 8px;flex-wrap: wrap;margin:8px 0}

.btn-primary {
    border: 1px solid rgb(254, 101, 7);
    color: rgb(254, 101, 7);
    border-radius: 5px;
    background: transparent;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding: 10px 24px;
    cursor:pointer
}

.btn-primary:hover {
    background: rgb(254 101 7 / 10%);
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.form-group input[type="search"]{margin-top:0}

@media (min-width: 768px) {
    .form-inline .form-control {
        display:inline-block;
        width: auto;
        vertical-align: middle
    }
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}
