body
{
    background-color: rgba(247, 246, 244, 1);
}

.login-data h4
{

    float:       right;
    padding-top: 4px;
}

.login-data h4 small
{

    color: white;
}

.login-data
{
    text-align: right;
}

#service-container
{

}

#appointment-search-form fieldset
{
    padding-bottom: 10px;
}

.a-bread a
{

}

.a-bread a:hover
{
    text-decoration: underline;
}

.alert-info-custom
{
    font-size:   15px;
    margin:      20px;
    padding:     14px;
    font-weight: bold;
}

.control-group
{
    padding-top: 10px;
}

select
{
    font-size: 16px;
    height:    30px;
    width:     450px;
}

#contractor-select
{
    width: 150px;
}

#patient-select
{
    width:       450px;
    margin-left: 5px;
    margin-top:  4px;
}

#terms-results
{
    font-size: 15px;
}

.navigation
{
    margin-left: 10px;
}

#terms-container
{
    padding-bottom: 10px;
}

.content-right h3
{
    padding-left:  20px;
    border-bottom: 1px solid #A3B6D2;
    line-height:   43px;
}

#terms-stats
{
    border-bottom:  1px solid #A3B6D2;
    margin-left:    0;
    padding-bottom: 10px;
    margin-bottom:  10px;
}

#terms-stats h4
{
    color: white;
}

#terms-table
{
    background-color: #ffffff;
}

#user-form fieldset
{
    margin-left:  20px;
    margin-right: 5px;
}

#user-form .span8
{
    margin-left: 5px;
}

#password-form fieldset
{
    margin-left:  20px;
    margin-right: 5px;
}

#password-form .span8
{
    margin-left: 5px;
}

.poradnia-sel-opt
{
    letter-spacing: 10px;
    width:          100%;
    text-align:     center;
    color:          black;
}

#faktura
{
    margin-left: 20px;
}

.form-inline .control-group
{
    float:         left;
    margin-top:    10px;
    margin-left:   10px;
    margin-right:  10px;
    margin-bottom: 0px;
}

fieldset#faktura
{
    margin-left:   20px;
    margin-top:    -15px;
    margin-bottom: 15px;
}

p.help-block
{
    margin-left: 0px;
}

#pay_form_home_nr, #pay_form_flat_nr, #patient_form_home_nr, #patient_form_flat_nr, #edit_form_home_nr, #edit_form_flat_nr
{
    width: 50px;
}

#pay_form_post_code2, #patient_form_post_code2, #edit_form_post_code2
{
    width: 40px;
}

#pay_form_post_code3, #patient_form_post_code3, #edit_form_post_code3
{
    width: 40px;
}

#street-control-group
{
    clear: both;
}

.pnot
{
    margin-left:  20px;
    margin-right: 20px;
}

.show-patient-change
{
    width:            500px;
    position:         absolute;
    left:             -425px;
    background-color: white;
    display:          none;
    border:           1px solid #295491;
    color:            black;
    text-align:       left;
    z-index:          99;
}

.p-list
{
    margin:        10px;
    margin-bottom: 0px;
    text-align:    center;
}

#search-patient
{
    width:     450px;
    height:    25px;
    font-size: 15px;
}

#count_appointment
{
    height:       10px;
    padding-top:  0px;
    padding-left: 0px;
    margin-top:   5px;
}

.showhide
{
    float:        right;
    margin-right: 370px;
}

#terms-results-calendar table
{
    text-indent: 0px;
}

#terms-results-calendar table th
{
    text-align:     center;
    vertical-align: middle;
}

.subkonta
{
    color:            white;
    background-color: #295491;
    font-size:        16px;
    text-align:       center;
    margin-bottom:    0px;
    border:           1px solid white;
    padding: 17px;
}

.menu li
{
    background-color: #1CC6EA;
    margin-right:     5px;
}

div.login_title h2
{
    color: black
}

#PacjentAgent
{

}

#PacjentAgent tr td
{
    padding-right: 10px;
    padding-top:   5px;
}

div.screenMask
{
    position:         fixed;
    left:             0px;
    top:              0px;
    width:            100%;
    height:           100%;
    z-index:          1000;
    background-color: #000000;
    opacity:          0.7;
    filter:           alpha(opacity=70);
}

ol li
{
    float:       left;
    text-align:  left;
    line-height: 20px;
}

.select2-results__options li
{
    float:      none;
    text-align: left;
}

.select2-search__field
{
    height: 30px !important;
}

.checkbox-place
{
    padding:       5px;
    border:        1px solid rgb(46, 87, 144);
    border-radius: 5px;
    margin-right:  5px;
    font-weight:   bold;

}

.checkbox-place:hover
{
    background-color: rgb(46, 87, 144);
    color:            white;
    cursor:           pointer;
}
.checkbox-place-checked
{
    background-color: rgb(46, 87, 144);
    color:            white;
    cursor:           pointer;
}