/* stylowanie formularza szafki */
/* kolor krono: #00559c */

.panel-heading a{
    text-decoration: none;
    color: #00559c;
}

#corp_form .button_predefined_value {
    width: 45px;
    height: auto;
    margin-right: 5px;
    /*margin-top: 10px;*/
    border-radius: 20px;
    border: 1px #f4f4f4 solid;
    box-shadow: inset 0 32px 24px -24px hsla(0, 0%, 100%, .3), 2px 2px 4px 0 rgba(0, 0, 0, .2);
    background: #f4f4f4;
}

#corp_form .button_predefined_value.active {
    background: #00559c !important;
    color: #fff !important;
}

#corp_form .input_value {
    height: 30px !important;
    width: 70px !important;
    /*margin-top: 5px !important;*/
    border-radius: 20px !important;
    border: 1px solid #e5e5e5 !important;
}

#corp_form .select:not([multiple]) {
    height: 30px !important;
    padding-left: 5px;
    border-radius: 20px !important;
    border: 1px solid #e5e5e5 !important;
}

#corp_form .input_value:focus-visible {
    outline: none;
    border-color: #00559c !important;
    box-shadow: none;
}

#corp_form .select:focus-visible {
    outline: none;
    border-color: #00559c !important;
    box-shadow: none;
}

#corp_form .select:focus {
    outline: none;
    border-color: #00559c !important;
    box-shadow: none;
}

.tooltipster_corp_form{
    height: auto !important;
    border: 1px solid #e5e5e5 !important;
    margin-right: 5px;
    border-radius: 10px;
}


.btn_material_choose{
    box-shadow: inset 0 32px 24px -24px hsla(0, 0%, 100%, .3), 2px 2px 4px 0 rgba(0, 0, 0, .2);
    color: #fff;
    background-color: #00559c;
    border-color: #00559c;
    font-weight: 700;
    border-radius: 20px;
    width: auto !important;
    height: 30px !important;
    border: 1px !important;;
    
    padding-left: 15px;
    padding-right: 15px;
}