﻿.nav > li > a
{
    padding: 10px 10px;
}

#personal-data {
    font-size: 13px;
}

#personal-data .form-control {
    font-size: 13px;
}

#personal-data h4 {
    width: 100%;
    font-size: 15px;
    border-bottom: 1px solid #3F7CBD;
}

#personal-data .form-control {
    background-color: #F8F8F8;
}

#personal-data label {
    font-weight: normal;
}

.form-control.error {
    border-color: crimson;
}

.form-control.error:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 0, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 0, .6);
}

.radio-inline > .error {
    background-color: crimson;
    color: crimson;
    border-color: crimson;
}


.errorSummary {
    display: none;
}

.red {
    color: red;
}
.blue {
    color: #3F7CBD;
}

.star {
    color: crimson;
    padding: 2px 8px 0;
    margin-left: -25px;
}

.error-desc {
    margin-top: 40px;
    padding-left: 30px;
}

.error-desc h4 {
    margin-bottom: 20px;
}

.page-message {
    padding-left: 28px;
}

.back-link {
    margin-top: 20px;
    margin-left: 20px;
    cursor: pointer;
}

#preferences #counter {
    font-size: 13px;
}

#rootwizard {
    margin-left: -15px;
    margin-right: -15px;
}


#rootwizard .form-group label {
    font-weight: normal;
}

#rootwizard .form-inline
{
    margin-top: 10px;
}

#rootwizard .input-group
{
    display: table;
}


#rootwizard .ctrl-buttons {
    margin-top: 3px;
}

#rootwizard .form-control
{
    width: 100%;
}

#rootwizard .nav-pills {
    background-color: #E5E5E5;
    margin: -1px -15px 0 -15px;
}

#rootwizard .nav-pills > li > a
{
    color: black;
}

#rootwizard .nav-pills > li.active > a
{
    background-color: #A3A3A3;
    font-weight: bold;
}

#rootwizard .pager .previous {
    display: inline;
    float: left;
    margin-top: -5px;
}

#rootwizard .pager .next {
    display: inline;
    float: left;
    margin-top: -5px;
}


#rootwizard .arr .next {
    display: inline;
    float: left;
    margin-top: -5px;
}

#rootwizard .pager-navigator {
    width: 100%;
    margin: auto;
}

#rootwizard .pager .previous a {
    width: 79px;
    height: 64px;
    border-radius: 0;
    border: none;
    background-image: url('images/ico_cofnij_NA.png');
    background-size: cover;
    margin-top: -10px;
}


#rootwizard .pager .previous a:hover {
    background-image: url('images/ico_cofnij_A.png');
    background-color: transparent;
}

#rootwizard .pager .next a {
    display: table-cell;
    width: 79px;
    height: 64px;
    border-radius: 0;
    border: none;
    background-image: url('images/ico_naprzod_NA.png');
    background-size: cover;
    margin-top: -10px;
}

#rootwizard .pager .next a:hover {
    background-image: url('images/ico_naprzod_A.png');
    background-color: transparent;
}


.wizard .step
{
    display: table-cell;
    width: 96px;
    height: 40px;
    vertical-align: bottom;
    font-size: 11px;
    float: left;
}

.wizard .step > span.circle {
    background-image: url('images/ico-kroki_NA.png');
    border: none;
    display: block;
    width: 22px;
    height: 22px;
    padding: 0;
    margin: auto;
    cursor: pointer;
}

.wizard .step > span.circle.active {
    background-image: url('images/ico-kroki_A.png');
    cursor: default;
}

/*li.step:hover {
    cursor: pointer;
    opacity: 0.85;
}*/

#rootwizard .option-checkbox {
    margin-left: 20px;
    font-size: 12px;
}

#rootwizard .option-checkbox input {
    position: relative;
    top: 2px;
}

#preferences .arrows-cont {
    display: inline-block;
    margin-left: 20px;
    width: 52px;
}


#preferences .arrows-cont img {
    width: 24px;
}

#preferences .ar-delete img {
    width: 24px;
}


#preferences .pref-icon {
    width: 24px;
    padding-left: 0;
    padding-right: 0;
}
#preferences .pref-icon img{
    width: 24px;
}

.unit-item {
    padding: 5px 0 5px;
}

.unit-item .select-pref-unit {
    height: 36px;
}


#preferences .select-pref-action  {
    width:   120px;
}

.unit-item .select-pref-action  {
    width: 70px;
}


.unit-item .select-pref-action a {
    display: inline;
    font-size: 10px;
    height: 24px;
}

.unit-item .select-pref-action a img {
    width: 50px;
    height: 50px;
}


#rootwizard .hours {
    width: 75px;
}

.question {
    padding: 2px;
    font-size: 15px;
    margin-left: 6px;
}


.per-branch-label {
    min-width: 420px;
}


.p-school_doctypeselector label {
    font-size: 16px;
    font-weight: bold;
}

.basket-tabs li.active a,
.basket-tabs li.active a:hover {
    background-color: #f5f5f5;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

.actionPref.disabled {
    cursor: default;
}

.siblingsdatepicker {
    margin-bottom: 10px;
}
.birthdate-delete img {
    width: 24px;
}
