body
{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #555;
    line-height: 18px;
}

a, a:hover
{
    color:#555;
    text-decoration:underline;
}

.st_clear_all
{
    font-size: 0px;
    line-height: 0%;
    clear: both;
}

header
{
    display: block;
    border-bottom: none;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.header span
{
    font-size: 10pt;
    color: #ccc;
    font-style: italic;
}

.header
{

    padding: 10px 0px 10px 17px;
}

h1, header h1, header h1 a, header h1 a:hover
{
    display: block;
    margin: 0px;
    font-size: 20px;
    color: #000;
}

header h1 a
{
    text-decoration: none;
}

.st_admin-actions
{
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
}

.st_admin-actions:last-child {
    margin-bottom: 0;
}

.st_admin-actions.inline {
    display: inline-flex;
}

.st_admin-actions.align-right {
    justify-content: flex-end;
}

.st_admin-actions .version-check-in-progress {
    background-image: url(/images/update/red/icons/indicator.gif);
    background-position: 92% center;
    padding-right: 40px;
}

#frame_update {
    background: #f8f8f8;
    border-left: 1px solid rgba(45, 45, 45, .05);
    border-right: 1px solid rgba(45, 45, 45, .05);
    padding: 15px 15px 0;
    overflow: hidden;
}

#st_version
{
    text-align:right;
    padding: 13px 20px;
    background: #f8f8f8;
    border-left: 1px solid rgba(45,45,45, .05);
    border-right: 1px solid rgba(45,45,45, .05);
    border-bottom: 1px solid rgba(45,45,45, .05);
    border-top: none;
    min-height: 16px;
}

#soteshop-version-refresh
{
    margin-left: 5px;
    transition-property: transform;
    transition-duration: 0.8s;
}

#soteshop-version-refresh img
{
    position: relative;
    top: -1px;
}

#soteshop-version-refresh:hover
{
    transform:rotate(45deg);
}

#sf_fieldset_adresy_powrot__w_i_raport__w_slide .form-row label
{
    width:250px;
}

#sf_fieldset_adresy_powrot__w_i_raport__w_slide .form-row .content
{
    width:580px;
    margin-left:250px;
}

.frame_content
{
    padding: 15px;
    min-height: 300px;
}

#content_right
{
    background: #fff;
    min-height: 204px;
    padding: 13px;
}

#st_update_main_menu {
    display: flex;
    margin-bottom: 15px;
}

#st_update_main_menu .item {
    text-align: center;
    margin-right: 15px;
    box-shadow: 0 2px 14px rgb(0 0 0 / 2%);
    background: #fff;
    display: flex;
    flex-direction: column;
    flex: 0 0 106px;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 3px solid #fff;
}

#st_update_main_menu .label[data-count]:not([data-count="0"]):after {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    content: attr(data-count);
    color: #fff;
    background: #555;
    font-size: 10px;
    border-radius: 3px;
    margin-left: 3px;
    line-height: 10px;
    padding: 4px;
    min-width: 10px;
}

#st_update_main_menu .item:hover {
    border-color: #999;
}

#st_update_main_menu .item.selected {
    border-color: #555;
}

#st_update_main_menu .label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 10px 10px 10px;
    height: 100%;
}

#st_update_main_menu .image {
    margin-top: 15px;
    min-height: 40px;
}

#st_update_main_menu img {
    max-height: 40px;
}


.font_normal span
{
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    padding: 6px 5px 13px;
    color: #555;
    display: table-cell;
    vertical-align: middle;
    width: 96px;

}

.subhead_txt_module
{
    margin-top: 0px;
    margin-bottom: 10px;
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
}

.error_message
{
    font-size: 13px;
    background-color: red;
    color: white;
    padding: 5px 10px;
}

.ok_message
{
  margin-bottom: 10px;
  background-color: #73B65A;
  padding: 5px 10px;
  color: white;
  font-weight: bold;
}

.breadcrumbs
{
    font-size: 11px;
    color: #000;
    padding-bottom: 15px;
}

.breadcrumbs a
{
    font-size: 11px;
}

.breadcrumbs span
{
    font-size: 8px;
}

.content_update
{
    border: 1px solid #ccc;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 8px;
}

.download-content {
    margin: 64px auto 0px;
    width: 316px;
}

.themes .form_row
{
    padding: 0px;
}

#menu_left
{
    float: left;
    width: 180px;
    border-right: 1px solid #bfc0bf;
    padding-top: 20px;
    text-align: right;
}

#menu_left a, #menu_left a:hover
{
    text-decoration: none;
    display: block;
}

#menu_left a
{
    padding: 5px 17px;
}

#menu_left .selected a, #menu_left a:hover
{
    background: #fff;
    margin-right: -1px;
    color: #000;
    margin-top: -1px;
    margin-left: -10px;
    border-width: 1px 0px 1px 1px;
    border-color: #ccc;
    border-style: solid;
    position: relative;
}

#menu_left a:hover
{
    padding-right: 18px;
    padding-bottom: 4px;
}

#menu_left .selected a:hover
{
    padding-right: 17px;
    padding-bottom: 5px;
}

.title
{
    font-size: 20px;
    font-weight: 500;
    padding: 16px 0;
}

.box_content, .frame_content
{
    background: #fff;
    box-shadow: 0 2px 14px rgba (0,0,0, 0.5);
    padding: 13px;
}

#frame_login input {
    height: 34px;
    padding: 0px 10px;
}

#frame_login input[type="submit"] {
    padding: 0px 20px
}

#frame_login .prevue-wrapper {
    width: 100% !important;
}