/* --------------------------- layout --------------------------- */

#header.panel-autora .header-bot-mid {
  display: flex;
  align-items: center;
  justify-content: start;
}

#header.panel-autora .header-bot-right {
  padding: 15px;
}

#header.panel-autora .header-bot {
  margin: 0;
}

.panel-autora .autor-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.panel-autora .autor-box-left {
  text-transform: none;
}

.panel-autora .autor-box-left .autor-name {
  font-size: 16px;
  font-weight: 600;
}

.panel-autora .autor-box-left .logout {
  border-top: 1px solid #ddd;
  cursor: pointer;
}

.panel-autora .autor-box-left .logout a {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.panel-autora .autor-box-right img {
  margin: 5px 5px 5px 15px;
  width: 43px;
}

.panel-autora .ribbon {
  border-bottom: 3px solid var(--lightblue);
  width: 100%;
}

.panel-autora .ribbon span.goTo {
  color: #2e7baf;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  padding: 20px;
  text-align: center;
}

.panel-autora .ribbon span.goTo a {
  color: #444;
}

.panel-autora h2 {
  border-bottom: 1px solid var(--lightblue);
  font-size: 32px;
  font-weight: 300;
  padding: 0 0 10px 0;
  width: 100%;
}

.panel-autora .ustawienia .title {
  border-bottom: 1px solid var(--lightblue);
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
  width: 100%;
}

.panel-autora .dostep{
  font-weight: 600;
  margin: 0 0 8px 0;  
}
.panel-autora .dostep span {
  font-weight: 300;
  width: 110px;
  display: inline-block;
}

.panel-autora .ustawienia span.pseudo {
  font-size: 20px;
  font-weight: 300;
}

/* --------------------------- logowanie --------------------------- */

.panel-autora .loginForm {
  padding: 100px 0;
  width: 480px;
  margin: 10px auto;
  max-width: 650px;
  min-width:370px;  
}

.loginForm input {
    background: #fff;
    border-radius: 5px;
    border: 1px solid transparent;
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin: 1px;
    padding: 8px 14px;
    width: 100%;
    line-height: 1rem;
}

.panel-autora .loginFormTop {
    background: var(--darkblue);
    border-radius: 0;
    padding: 40px 40px 120px;
    text-align: center;
}

.panel-autora .loginFormTop h3 {
  color: #40b1fd;
  font-size: 20px;
  font-weight: 300;
  margin: 30px 0;
}

.panel-autora .loginFormTop h4 {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 30px 0;
}

.panel-autora .loginFormTop label {
    color: #fff;
    text-align: left;
    width: 100%;
    margin: .5rem .3rem .3rem;
    font-size: 12px;
    font-weight: 100;    
}

.panel-autora .loginFormTop button {
    background: var(--greyblue);
    border-radius: 5px;
    border: 1px solid var(--darkblue);
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 1rem;
    font-weight: 400;
    margin: 30px 0 0 0px;
    padding: 6px;
    width: 100%;
}

.panel-autora .loginFormBot {
  background: #fff;
  border: none;
  padding: 0;
}

.panel-autora a.button {
    background: #fff;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: var(--darkblue);
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.errormsg {
  display: block;
  font-size: 18px;
  font-weight: 300;
  padding: 60px 0;
  text-align: center;
  width: 100%;
}

/* --------------------------- dane kontaktowe --------------------------- */

.box {
  width: 100%;
}

.editForm .formHolder {
  position: relative;
}

.editForm .formHolder input {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 8.5px;
  width: 100%;
}

.editForm .formHolder .response {
  color: #df6c6c;
  font-size: 12px;
  position: absolute;
  right: 12px;
  top: 12px;
}

#nameConf {
  background: var(--darkblue);
  border-radius: 0px;
  border: 1px solid var(--darkblue);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding: 8px 0;
  transition: 250ms;
  width: 160px;
}

.editForm .cbx {
  display: flex;
  justify-content: start;
  margin: 30px 0 0 0;
}

.editForm .cbx .formHolder {
  display: flex;
  align-items: center;
}

.editForm .cbx label {
  color: #444;
  margin: 0
}

.editForm .cbx input {
  height: 20px;
  width: 20px;
}

::placeholder {
  color: #ccc;
  font-size: 13px;
}

span.konto_response {
  border: 1px solid #ddd;
  bottom: -35px;
  font-size: 12px;
  font-weight: 300;
  height: 30px;
  left: 1px;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

span.konto_response:empty {
  display: none;
}

.panel-autora .editForm {
  background: #fff;
  margin: 0;
  padding: 0;
}

.panel-autora .editForm label {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 1px;
}

.panel-autora .editForm input {
  border: 1px solid var(--lightblue);
  border-radius: 3px;
}

.panel-autora .editForm input.error {
  border: 1px solid var(--error);
}

.panel-autora .select .formHolder {
  border: 1px solid var(--lightblue);
  border-radius: 3px;
  padding: 8.5px;
}

.panel-autora select#zagranica {
  background: #fff;
  border: none;
  height: 100%;
  width: 100%;
}

.panel-autora select {
  outline: none;
}

/* --------------------------- pozycje wydawnicze --------------------------- */

.lista.lista-1 {
  background: var(--lightblue);
  border-radius: 5px;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
}

.lista.lista-1 .items.scrollbar {
  padding: 0;
}

.lista.lista-1 .items .item {
  border: none;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid var(--lightblue);
  padding: 30px 30px 70px 30px;
}

.lista.lista-1 .items .item:nth-child(3n + 3) {
  border-right: none;
}

.lista.lista-1 .item .type {
  color: var(--darkblue);
}

.panel-autora .lista.lista-1 {
  background: #fff;
}

.panel-autora .lista.lista-1 .item {
  display: flex;
  position: relative;
  width: auto;
}

.panel-autora .lista.lista-1 .item .left,
.panel-autora .lista.lista-1 .item .right {
  width: 150px;
}

.panel-autora .lista.lista-1 .item .right {
  margin: 0 0 0 10px;
}

.panel-autora .lista.lista-1 .item .title {
  font-size: 16px;
  font-weight: 500;
  height: 70px;
}

.panel-autora .lista.lista-1 .item .type {
  font-size: 14px;
  font-weight: 300;
}

.panel-autora .lista.lista-1 .item .type span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.panel-autora .lista.lista-1 .item .price {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/* --------------------------- rachunki --------------------------- */

.tabela-rachunki table {
  width: 100%;
}

.tabela-rachunki table tr th {
  background: #919cac;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  padding: 16px 24px;
  text-align: center;
}

.tabela-rachunki table tr td {
  background: #f1f4f6;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #8a97a8;
  font-size: 16px;
  font-weight: 300;
  padding: 12px 24px;
  text-align: center;
}

.tabela-rachunki table tr th:first-of-type,
.tabela-rachunki table tr td:first-of-type {
  text-align: left;
  width: 40%;
}

.tabela-rachunki table tr th:last-of-type,
.tabela-rachunki table tr td:last-of-type {
  border-right: none;
}

.tabela-rachunki .download img {
  margin: 0 10px 0 0;
  width: 14px;
}

.tabela-rachunki .download a {
  color: #323232;
}

/* --------------------------- sprzedaz --------------------------- */
#rachForm {padding-bottom:10px;}
#rachForm > div {margin-bottom:0.5rem;min-width: 425px;}
#body_run #rachForm label {min-width: 85px;}
#rachForm input {min-width:300px; line-height:30px; font-size: .75rem; padding-left: 4px;}
#rachForm i {color: var(--darkblue);}

.tabela-rachunki.sprzedaż table tr td {
  background: #fff;
  border-bottom: 1px solid #8a97a8;
}

.desc button {
  background: var(--darkblue);
  border-radius: 0px;
  border: 1px solid var(--darkblue);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 0 calc(100% - 160px);
  padding: 12px 24px;
  transition: 250ms;
  width: 160px;
}

#doRach button {
  background: var(--darkblue);
  border-radius: 5px;
  border: 1px solid var(--darkblue);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 8px 18px;
  transition: 250ms;
  margin-top:10px;
}

/* --------------------------- footer --------------------------- */

#footer.panel-autora {
  background: var(--lightblue);
  border-top: 5px solid var(--darkblue);
  font-size: 14px;
  font-weight: 300;
  padding: 0 0 30px 0;
}

#footer.panel-autora a {
  color: #323232;
}

#footer.panel-autora .title {
  margin: 30px 0 15px 0;
}

#footer.panel-autora .line span {
  font-weight: 600;
}

#footer.panel-autora .space {
  margin: 0 0 15px 0;
}

#footer.panel-autora .vert {
  display: flex;
}

#footer.panel-autora .vert img {
  margin: 0 5px 0 0;
  width: 40px;
}

.row.right {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
}
