html,
body {
    height: 100%;
    font-size: 16px;
    color: #000000;
    background-color: #ccffcc;
    text-align: center;
    font-family: Verdana;
}
body.login {
    background-color: #e0e0e0;
    margin: 0;
}
.bold {
    font-weight: bold;
}
.client-login {
    width: 500px;
    margin: 50px auto;
    padding: 5px;
    background-color: #d4d4d4;
    border: solid #EBE8E8 2px;
    border-collapse: collapse;
    color: #13007c;
    font-size: 12px;
}
.client-login .row {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
}
.client-login .row label {
    margin-bottom: 0;
    padding-top: 7px;
    font-weight: normal;
}
.client-login .row .company {
    font-size: 22px;
    padding-top: 10px;
}
.client-login .row img {
    margin-bottom: 10px;
    width: 300px;
}
.client-login .row .field-loginform-rememberme label {
    vertical-align: top;
    margin-top: -2px;
}
.client-login .row .ipAddress {
    margin-top: 20px;
}
.panel_cookie {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 53px;
    z-index: 100002;
    background: rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .8);
    padding: 0;
}
.panel_cookie p {
    color: #ffffff;
    font-size:14px;
    line-height:53px;
    margin:2px 0 0;
}
.panel_cookie p a{
    color:#f07241;
    text-decoration:underline;
    background:none;
}
.panel_cookie a:hover, .panel_cookie a:active, .panel_cookie a:focus{
    text-decoration:none;
    background:none;
}
.panel_cookie input:hover, .panel_cookie input:focus, .panel_cookie input:active{
    background-color:#f07241;
}
.panel_cookie input {
    border:none;
    color:#fff;
    font-size:30px;
    height: 53px;
    width: 53px;
    line-height:53px;
    background: url("../images/close-st1.png") no-repeat 50% #060606;
    display:block;
    float:right;
    padding:0;
    margin:0;
    cursor:pointer;
    text-indent:-999em;
}
.panel_cookie .content {
    float:left;
    margin:0 0 0 10%;
    max-width: 75%;
    width: 75%;
}

.wrap {
}
.wrap > .container {
    width: 100%;
    padding: 0;
}
.wrap .loading {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    color: #ffffff;
    background-color: #ff0000;
}
.wrap .container .title {
    background: #fffe92;
    background: -moz-linear-gradient(top,  #fffe92 0%, #fffeab 100%);
    background: -webkit-linear-gradient(top,  #fffe92 0%,#fffeab 100%);
    background: linear-gradient(to bottom,  #fffe92 0%,#fffeab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffe92', endColorstr='#fffeab',GradientType=0 );
}
.wrap .container .title .blue {
    color: blue;
}
.admin .button {
    line-height: 17px;
    width: 140px;
    font-size: 12px;
    padding: 0;
}
 .footer .container {
    height: 22px;
    width: 980px;
    font-family: verdana;
    color: #ffffff;
    font-size: 9px;
    font-style: italic;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid black;
    padding: 0;
    background: #aecee1;
    background: -moz-linear-gradient(top,  #aecee1 0%, #53a1cd 100%);
    background: -webkit-linear-gradient(top,  #aecee1 0%,#53a1cd 100%);
    background: linear-gradient(to bottom,  #aecee1 0%,#53a1cd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aecee1', endColorstr='#53a1cd',GradientType=0 );
 }
.footer .container div {
    display: inline-block;
}
.footer .cookies {
    float: left;
    vertical-align: middle;
    border-right: 1px solid black;
}
.footer .logout, .footer .print {
    float: right;
    border-left: 1px solid black;
}
.footer .button {
    cursor: pointer;
    height: inherit;
    margin-top: -1px;
    padding: 5px 15px;
    width: 65px;
}
.footer .button:hover {
    font-weight: bold;
}
.footer .info {
    float: left;
    padding-top: 1px;
    width: 773px;
    font-size: 12px;
}
.footer .info a {
    text-decoration: none;
}
.footer .info a.email {
    color: #ffffff;
    text-decoration: underline;
}
.footer .info img {
    margin: 0 5px;
    height: 18px;
}
.footer .print {
    padding-top: 1px;
}
.footer form#logout {
    display: none;
}
.main_frame {
    background-color: #ffffe0;
    width: 980px;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 1px;
}
.main_frame #content {
    overflow: auto;
    height: 781px;
    position: relative;
}
.main_frame .ajax_loader {
    background-color: #ff0000;
    color: #ffffff;
    height: 25px;
    display: none;
}
.main_frame .foot {
    background-color: #e0e0e0;
    height: 10px;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid black;
}
select#customers {
    font-size: 15px;
}
.tabs_frame {
    width: 980px;
    margin: 0 auto;
}
.tabs1 {
    margin-top: 5px;
}
.tabs1{
    display: block;
}
.tabs2 {
    display: flex;
    justify-content: space-around;
}
.tabs1 > div > div {
    display: inline-block;
}
.tabs1 > div {
    position: relative;
    padding-top: 5px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: inline-block;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.tabs1 .t1a {
    color: #000000;
    background: #fefffc;
    background: -moz-linear-gradient(top,  #fefffc 0%, #ced0cc 100%);
    background: -webkit-linear-gradient(top,  #fefffc 0%,#ced0cc 100%);
    background: linear-gradient(to bottom,  #fefffc 0%,#ced0cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefffc', endColorstr='#ced0cc',GradientType=0 );
}
.tabs1 .t1b {
    color: #ffffff;
    background: #B6B8B5;
    background: -moz-linear-gradient(top,  #B6B8B5 0%, #8B8685 100%);
    background: -webkit-linear-gradient(top,  #B6B8B5 0%,#8B8685 100%);
    background: linear-gradient(to bottom,  #B6B8B5 0%,#8B8685 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B6B8B5', endColorstr='#8B8685',GradientType=0 );
}
.tabs1 .t1c {
    color: #ffffff;
    background: #FFA6A6;
    background: -moz-linear-gradient(top,  #FFA6A6 0%, #D00017 100%);
    background: -webkit-linear-gradient(top,  #FFA6A6 0%,#D00017 100%);
    background: linear-gradient(to bottom,  #FFA6A6 0%,#D00017 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA6A6', endColorstr='#D00017',GradientType=0 );
}
.tabs1 .circle {
    position: absolute;
    right: 5px;
}
.tabs1 > div.t1a:hover, .tabs2 > div.t5a:hover {
    color: #ff9a21;
}
.tabs2 > div.t2a:hover {
    color: #fffe8f;
}
.tabs2, .tabs3 {
    background-color: #8b8685;
}
.tabs2 div, .tabs3 div {
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
    max-width: calc(100% - 35px);
}
.tabs_frame .t2a {
    background: #2D8EC5;
    background: -moz-linear-gradient(top, #AECEE1 0%, #2D8EC5 100%);
    background: -webkit-linear-gradient(top, #AECEE1 0%, #2D8EC5 100%);
    background: linear-gradient(to bottom, #AECEE1 0%, #2D8EC5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AECEE1', endColorstr='#2D8EC5', GradientType=0);
}
.tabs_frame .t2b, .tabs_frame .t5b {
    background: #777976;
    background: -moz-linear-gradient(top, #9EA09D 0%, #777976 100%);
    background: -webkit-linear-gradient(top, #9EA09D 0%, #777976 100%);
    background: linear-gradient(to bottom, #9EA09D 0%, #777976 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9EA09D', endColorstr='#777976', GradientType=0);
    color: #ffffff;
}
.tabs_frame .t5a {
    background: #fefffc;
    background: -moz-linear-gradient(top, #fefffc 0%, #ced0cc 100%);
    background: -webkit-linear-gradient(top, #fefffc 0%, #ced0cc 100%);
    background: linear-gradient(to bottom, #fefffc 0%, #ced0cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefffc', endColorstr='#ced0cc', GradientType=0);
}
.tabs_frame .t2a, .tabs_frame .t2b, .tabs_frame .t5a, .tabs_frame .t5b {
    position: relative;
    margin: 2px -1px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.tabs_frame .t2a span, .tabs_frame .t2b span {
    display: block;
    line-height: 14px;
}
.tabs2 .circle_small {
    margin-right: 2px;
    position: absolute;
    top: 8px;
    right: 2px;
}
.tabs_frame .width7 {
    width: 136px;
}
.tabs_frame .width6 {
    width: 160px;
}
.tabs_frame .width5 {
    width: 192px;
}
.tabs_frame .width4 {
    width: 240px;
}
.tabs_frame .width3 {
    width: 322px;
}
.tabs_frame .width2 {
    width: 485px;
}
.tabs_frame .width1 {
    width: 700px;
}
.align_left {
    text-align: left;
}
.tabelaPrognoz {
    background-color: #ffffe0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    text-align: left;
    border: 1px outset black;
}
.main_frame #content .tabelaPrognoz td {
    border: 1px inset black;
}
.archiveDates {
    float: right;
    font-size: 9px;
    cursor: pointer;
    background-color: #ff0000;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 0;
}
.archiveDates .header {
    background-color: #f29f2d;
    cursor: default;
}
.archiveDates .current {
    background-color: #ff7e7e;
}
.archiveDates > div {
    border-bottom: 1px solid #c0c0c0;
}
.calendar {
    margin: 20px 2px 2px;
    font-size: 0;
    border: 1px solid black;
}
.calendar > div {
    display: block;
}
.calendar .t_row > div {
    display: inline-block;
    padding: 8px;
    font-size: 14px;
    vertical-align: bottom;
}
.calendar .t_row > div:first-child {
    width: 30%;
}
.calendar .t_row > div:nth-child(1n+2) {
    width: 35%;
}
.calendar .t_row {
    border-bottom: 1px solid black;
}
.calendar .times > div:last-child {
    border: 0;
}
.calendar .times > div:nth-child(3) {
    color: yellow;
}
.calendar .times > div:nth-child(4) {
    color: white;
}
.calendar .t_row > div:nth-child(2) {
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.calendar .names {
    background: #2D8EC5;
    background: -moz-linear-gradient(top, #AECEE1 0%, #2D8EC5 100%);
    background: -webkit-linear-gradient(top, #AECEE1 0%, #2D8EC5 100%);
    background: linear-gradient(to bottom, #AECEE1 0%, #2D8EC5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AECEE1', endColorstr='#2D8EC5', GradientType=0);
}
.calendar .times {
    background: #F9FAFA;
    background: -moz-linear-gradient(top, #F9FAFA 0%, #4A4A4A 100%);
    background: -webkit-linear-gradient(top, #F9FAFA 0%, #4A4A4A 100%);
    background: linear-gradient(to bottom, #F9FAFA 0%, #4A4A4A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9FAFA', endColorstr='#4A4A4A', GradientType=0);
}
.actualHeader {
    background: #919191;
    background: -moz-linear-gradient(top, #919191 0%, #5E5F5E 100%);
    background: -webkit-linear-gradient(top, #919191 0%, #5E5F5E 100%);
    background: linear-gradient(to bottom, #919191 0%, #5E5F5E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#919191', endColorstr='#5E5F5E', GradientType=0);
    font-size: 16px;
    color: white;
}
.actualHeader .hour {
    font-size: 20px;
    color: red;
    font-weight: bold;
    margin-right: 10px;
}
.actualHeader .small {
    font-size: 9px;
}
.actualHeader .leftHour, .actualHeader .rightHour {
    display: inline-block;
    font-size: 11px;
}
.actualHeader .leftHour {
    margin-right: 50px;
}
.circleBase {
    border: 1px solid black;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin-top: 4px;
    width: 8px;
}
.actualHeader .spacer {
    background-color: #e0e0e0;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid black;
    height: 10px;
}
.redBackColor {
    background-color: red;
}
.yellowBackColor {
    background-color: #ffde00;
}
.imgwInfo {
    font-size: 10px;
}
.cisnienieBlue {
    color: blue;
    font-weight: bold;
}
.width40 {
    width: 40px;
}
.width45 {
    width: 45px;
}
.width60 {
    width: 60px;
}
.width70 {
    width: 70px;
}
.width80 {
    width: 80px;
}
.width110 {
    width: 110px;
}
.width120 {
    width: 120px;
}
.width130 {
    width: 130px;
}
.width140 {
    width: 140px;
}
.width150 {
    width: 150px;
}
.width220 {
    width: 220px;
}
.width240 {
    width: 240px;
}
.pointer {
    cursor: pointer;
}
.actualTable {
    width: 100%;
    border: 1px outset #7e7e7e;
    font-size: 12px;
    font-weight: normal;
}
.actualTable .header {
    font-weight: bold;
}
.actualTable th, .actualTable td {
    border: 1px inset #7e7e7e;
    padding-left: 1px;
}
.actualTable th {
    text-align: center;
}
.actualTable .imgwRegion {
    background: #9EA09D;
    background: -moz-linear-gradient(top, #9EA09D 0%, #7E8386 100%);
    background: -webkit-linear-gradient(top, #9EA09D 0%, #7E8386 100%);
    background: linear-gradient(to bottom, #9EA09D 0%, #7E8386 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9EA09D', endColorstr='#7E8386', GradientType=0);
    font-size: 12px;
    color: white;
    text-align: left;
    text-transform: uppercase;
    height: 20px;
    line-height: 19px;
}
.actualTable .imgwRegion td {
    padding-left: 5px;
}
.actualTable .afterPhenomena {
    width: 100%;
}
.actualTable .afterPhenomena > div {
    display: inline-block;
}
.actualTable .afterPhenomena > div:first-child {
    float: left;
}
.actualTable .afterPhenomena img {
    margin-left: 3px;
}
.actualTable .imgwRow {
    background-color: #e0e0e0;
}
.actualTable .imgwCity {
    background-color: #ffffe0;
}
.actualTable .imgwdeszcz {
    background-color: #12ff00;
}
.actualTable .imgwmgla {
    background-color: #ffff00;
}
.actualTable .imgwsnieg {
    background-color: #00ffff;
}
.actualTable .imgwburza {
    background-color: #ff6347;
}
.actualTable .circleBaseHeader {
    border: 1px solid black;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin-top: 2px;
    width: 8px;
}
.actualTable.imgw tr td:first-child {
    text-align: left;
}
.actualMap {
    padding-top: 10px;
    height: 760px;
    position: relative;
}
.actualMap img.map {
    display: block;
}
.actualMap .city, .actualMap .tempPositive, .actualMap .tempNegative, .actualMap .icon, .actualMap .icon2 {
    position: absolute;
}
.actualMap .city {
    font-weight: bold;
    font-size: 10px;
    color: white;
    text-align: left;
}
.actualMap .tempPositive {
    font-weight: bold;
    font-size: 20px;
    color: yellow;
}
.actualMap .tempNegative {
    font-weight: bold;
    font-size: 20px;
    color: #43e3ee;
}
.actualMap .icon {
    width: 40px;
}
.actualMap .icon2 {
    width: 25px;
}
.gddkiaBlockade {
    color: #ff0000;
    font-size: 20px;
    font-weight: bold;
}
.actualTable .gddkiaCounty {
    background: #919191;
    background: -moz-linear-gradient(top, #919191 0%, #6B6B6B 100%);
    background: -webkit-linear-gradient(top, #919191 0%, #6B6B6B 100%);
    background: linear-gradient(to bottom, #919191 0%, #6B6B6B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#919191', endColorstr='#6B6B6B', GradientType=0);
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    padding-left: 3px;
    text-align: center;
    color: white;
    height: 36px;
}
.actualTable .gddkiaCounty .temps {
    text-align: left;
}
.actualTable .gddkiaCounty .temps > div {
    display: inline-block;
}
.actualTable .gddkiaCounty .temps .idx {
    font-size: 10px;
}
.actualTable .gddkiaCounty .temps .t2 {
    font-weight: bold;
}
.actualTable .gddkiaCounty .temps .temp1 {
    margin-right: 30px;
}
.actualTable .gddkiaCounty .temps img {
    vertical-align: top;
}
.actualTable .gddkiaCounty .icon {
    background-color: white;
}
.actualTable .nameCam {
    font-size: 16px;
}
.actualTable .nameCam > div {
    display: inline-block;
}
.actualTable .nameCam .cam, .actualTable .name .cam {
    float: right;
    margin-right: 3px;
    cursor: pointer;
}
.actualTable .gddkiaCounty .wind {
    text-align: right;
    padding-right: 3px;
}
.actualTable .gddkiaCounty .wind .warning {
    color: red;
}
.actualTable .gddkiaRegion {
    background-color: #ffff99;
    cursor: pointer;
}
.actualTable .gddkiaRegion.avgRain {
    background-color: #00ff00;
}
.actualTable .gddkiaRegion.avgSnow {
    background-color: #00ffff;
}
.actualTable .gddkiaRegion .alarm {
    background-color: #ff0000;
    color: white;
    font-weight: bold;
}
.actualTable .gddkiaRegion .name {
    text-align: left;
}
.actualTable .gddkiaRegion .name > div, .actualTable .gddkiaStation .name > div {
    display: inline-block;
}
.actualTable .gddkiaRegion .cam, .actualTable .gddkiaStation .cam {
    float: right;
}
.actualTable .gddkiaRegion .hot {
    background-color: #ffcc99;
}
.actualTable .gddkiaRegion .cold {
    background-color: #ccffff;
}
.actualTable .gddkiaStation .name {
    text-align: left;
    padding-left: 15px;
}
.actualTable .gddkiaStation .name a {
    color: black;
    text-decoration: none;
}
.actualTable .gddkiaStation .hot, .actualTable .gddkiaStation .warning {
    color: red;
}
.actualTable .gddkiaStation .cold {
    color: blue;
}
.actualTable .gddkiaRoad {
    background: #FFFFFF;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #A8A7A7 100%);
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #A8A7A7 100%);
    background: linear-gradient(to bottom, #FFFFFF 0%, #A8A7A7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#A8A7A7', GradientType=0);
    cursor: pointer;
    text-align: center;
    color: white;
    height: 32px;
}
.actualTable .gddkiaCountyRoad {
    background: #919191;
    background: -moz-linear-gradient(top, #919191 0%, #6B6B6B 100%);
    background: -webkit-linear-gradient(top, #919191 0%, #6B6B6B 100%);
    background: linear-gradient(to bottom, #919191 0%, #6B6B6B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#919191', endColorstr='#6B6B6B', GradientType=0);
    font-size: 16px;
    font-weight: normal;
    padding-left: 3px;
    text-align: center;
    color: white;
    height: 22px;
}
.closeFrame {
    width: 980px;
    background-color: #FDFEDE;
    border: 0;
    border-radius: 8px;
    margin: 5px auto;
    padding: 3px 0;
}
.cameraContent {
    width: 980px;
    background-color: #FDFEDE;
    margin: 0 auto;
    font-size: 12px;
    border: 1px solid black;
    padding: 1px;
}
.cameraContent table {
    width: 100%;
    border: 1px solid black;
}
.cameraContent table td {
    border: 1px solid black;
    text-align: center;
    padding: 3px;
    width: 50%;
}
.cameraContent img {
    width: 352px;
}
div#map_container {
    text-align: left;
}

.panel-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    padding: 8px 18px;
    background: linear-gradient(to bottom, #f3fff3 0%, #d4efd4 100%);
    border-bottom: 1px solid #8fbf8f;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
}
.panel-toolbar-left {
    min-width: 0;
    text-align: left;
    justify-self: start;
}
.panel-toolbar-title {
    justify-self: center;
    text-align: center;
    padding: 6px 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.35;
    white-space: nowrap;
    background: linear-gradient(to bottom, #fffe92 0%, #fffeab 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7), 0 1px 2px rgba(0, 0, 0, .08);
}
.panel-toolbar-title .blue {
    color: #0033cc;
    font-weight: 700;
}
.panel-toolbar .btn-logout {
    justify-self: end;
}
.panel-toolbar .admin {
    font-size: 13px;
}
.panel-toolbar .admin-actions {
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.panel-toolbar select#customers {
    border: 1px solid #7a8a98;
    border-radius: 6px;
    padding: 5px 8px;
    background: linear-gradient(to bottom, #fff 0%, #e8eef4 100%);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .12), 0 1px 0 rgba(255, 255, 255, .7);
}

.btn-3d,
input.button,
button.button,
a.button,
.button,
.client-login button {
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border: 1px solid #6a7a88;
    border-radius: 7px;
    padding: 7px 16px;
    margin: 0;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    color: #1a2a38;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(to bottom, #ffffff 0%, #e4eaf0 45%, #c9d3de 55%, #eef3f8 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .9),
        inset 0 -1px 0 rgba(0, 0, 0, .08),
        0 2px 0 #7e8b98,
        0 4px 8px rgba(0, 0, 0, .16);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .65);
    transition: transform .08s ease, box-shadow .08s ease, filter .08s ease;
}
.admin .button {
    width: auto;
    min-width: 140px;
    line-height: 1.2;
    font-size: 13px;
    padding: 7px 16px;
}
.btn-3d:hover,
input.button:hover,
button.button:hover,
a.button:hover,
.button:hover,
.client-login button:hover {
    color: #0d3a5c;
    filter: brightness(1.04);
    background: linear-gradient(to bottom, #ffffff 0%, #eef3f8 45%, #d5dee8 55%, #f7fafc 100%);
}
.btn-3d:active,
input.button:active,
button.button:active,
a.button:active,
.button:active,
.client-login button:active {
    transform: translateY(2px);
    filter: none;
    box-shadow:
        inset 0 2px 5px rgba(0, 0, 0, .2),
        0 0 0 #7e8b98;
}

.btn-logout {
    flex-shrink: 0;
    color: #fff;
    border-color: #1d5a82;
    background: linear-gradient(to bottom, #62b0dc 0%, #2f82bc 45%, #1f6a9e 55%, #3d96cc 100%);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .28);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .35),
        0 2px 0 #163e5c,
        0 4px 8px rgba(0, 0, 0, .22);
}
.btn-logout:hover {
    color: #fff;
    filter: brightness(1.08);
    background: linear-gradient(to bottom, #73bee6 0%, #3b90c8 45%, #2878ac 55%, #4ea3d6 100%);
}
.btn-logout:active {
    color: #fff;
    transform: translateY(2px);
    box-shadow:
        inset 0 2px 5px rgba(0, 0, 0, .28),
        0 0 0 #163e5c;
}

.footer {
    position: sticky;
    bottom: 0;
    z-index: 20;
}
.footer .container {
    height: auto;
    min-height: 48px;
    width: auto;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 8px 8px 0 0;
}
.footer .container div,
.footer .cookies,
.footer .logout,
.footer .print {
    float: none;
    border: none;
}
.footer .button,
.footer .btn-logout {
    height: auto;
    width: auto;
    margin-top: 0;
    padding: 7px 16px;
}
.footer .button:hover {
    font-weight: 700;
}
.footer .info {
    float: none;
    width: auto;
    flex: 1;
    padding-top: 0;
}