html, body {
    overflow-y: scroll;
    margin: 0;
    color: #02173C;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

a,
a:hover,
a:visited,
a:focus {
    color: #02173C;
    font-weight: bold;
    text-decoration: none;
}

h1 {
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: left;
    border-bottom: 1px solid #9fce1c;
}

h2 {
    font-size: 20px;
    font-weight: bold;
}

select {
    padding: 5px;
    width: 100%;
}

.logo {
    width: auto;
    height: 57px;
}

.flash-messages {
    margin-top: 10px;
}

.content {
    margin-top: 90px;
    width: 98%;
    margin-left: 5px;
}

.btn-centrumja,
.btn-centrumja:visited,
.btn-centrumja:focus {
    font-weight: 600;
    color: #fff !important;
    border: 3px solid #adc819 !important;
    background-color: #adc819 !important;
    padding: 7px;
    text-decoration: none;
    text-align: center;
    display: inherit;
    max-width: 300px;
}

.btn-centrumja:hover {
    font-weight: 600;
    border: 3px solid #02173C !important;
    background-color: #02173C !important;
}

.clickable {
    cursor: pointer;
}

.inline-form-error {
    color: #a94442;
    margin: 0; /* remove div margin */
    padding: 0; /* remove div padding */
}

.inline-form-error ul {
    list-style: none; /* remove bullets */
    margin: 0; /* remove ul margin */
    padding: 0; /* remove ul padding */
}

.inline-form-error li {
    display: block; /* one per line */
    margin: 3px 0 0 0; /* spacing between errors */
}

.form-group {
    margin-bottom: 20px;
}

.description {
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
    padding-right: 10px;
}

.description > strong {
    font-weight: bold !important;
}

.text-justify {
    text-align: justify;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h4 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #197dd3;
    background-color: #f2f7fb;
}

.bs-callout-primary h4 {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
    background-color: #f0ad4e26;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}

footer {
    background-color: whitesmoke;
    padding: 10px;
    line-height: 200%;
    font-size: small;
}


footer .legal {
    color: white !important;
    background-color: #263651;
    font-size: small;
    font-weight: bold;
    padding-left: 10px;
}

footer .legal a {
    color: white !important;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
   min-height: 100px;
}

.specialist-image {
    width: 110px;
    float:left;
    margin-right: 10px;
    border-radius: 5px;
}

.payment-status {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    margin-top: 10px;
}

.success {
    color: #3c763d;
    border: 1px solid #3c763d;
}

.pending {
    color: darkred;
    border: 1px solid darkred;
}

.payment-status-help {
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
}