@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300&subset=cyrillic-ext,latin);

html,
body {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
}

.navbar-fixed-top {
    border: 0;
}

.full-first-bg {
    background-image: url("../images/getndfl_1200.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

.paper-bg {
    background: url("../images/lined_paper_@2X.png") repeat top center;
    font-size: 16px;
    line-height: 1.86;
    padding: 5px 15px 1em;
}
.paper-bg:hover{
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.navbar {
    min-height: 64px;
}

.navbar-brand {
    padding: 5px 15px;
    height: 74px;
}

.navbar-nav > li > a {
    padding-top: 25px;
}

.navbar-brand > img {
    height: 64px;
    width: 64px;
}

.navbar-default {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 89px 15px 20px;
}

.ya_share_container {
    margin: 30px auto 10px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron h1, .jumbotron .h1 {
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.jumbotron p.lead {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-block;
    padding: 10px;
    text-shadow: 0 0 2px #000;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.ndfl-process-step {
    margin: 50px 0 40px;
    position: relative;
}

.ndfl-process-step__number {
    background-color: #96c7ed;
    border-radius: 50%;
    color: #caffff;
    display: block;
    font-size: 54px;
    font-weight: bold;
    height: 64px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 0 #80a9ca, 2px 2px 0 #80a9ca, 3px 3px 0 #80a9ca, 4px 4px 0 #80a9ca, 5px 5px 0 #80a9ca, 6px 6px 0 #80a9ca, 7px 7px 0 #80a9ca, 8px 8px 0 #80a9ca, 9px 9px 0 #80a9ca, 10px 10px 0 #80a9ca, 11px 11px 0 #80a9ca, 12px 12px 0 #80a9ca, 13px 13px 0 #80a9ca, 14px 14px 0 #80a9ca, 15px 15px 0 #80a9ca, 16px 16px 0 #80a9ca, 17px 17px 0 #80a9ca, 18px 18px 0 #80a9ca, 19px 19px 0 #80a9ca, 20px 20px 0 #80a9ca, 21px 21px 0 #80a9ca, 22px 22px 0 #80a9ca, 23px 23px 0 #80a9ca, 24px 24px 0 #80a9ca, 25px 25px 0 #80a9ca, 26px 26px 0 #80a9ca, 27px 27px 0 #80a9ca;
    top: -50%;
    width: 64px;
}

.ndfl-process-step__title {
    margin-left: 90px;
}

.ndfl-service-block {
}

.ndfl-service-block__title {
}

.ndfl-service-block__edit {
}

.panel-ndfl-edit {
}

.ndfl-service-block__upload {
}

.ndfl-service-block__upload--title {
}

.ndfl-service-block__upload--file {
}

.form-group-hide-label label {
    display: none;
}

.popover {
    max-width: 440px;
}

.agreement-container > h5 {
    font-weight: bold;
    margin-bottom: 1.4em;
}

.agreement-container > p {
    font-style: italic;
}
.bonus_code_widgt {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.bonus_code_widgt--item {
    display: inline-block;
    margin: 8px 16px 8px 0;
}
.bonus_code_widgt--item__code {
    background-color: #ffb79b;
    border: 2px dashed #ffd6c6;
    color: #fffaf8;
    font-weight: normal;
    padding: 8px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.bonus_code_widgt--item__code::selection {
    background: #FF8555;
}
.bonus_code_widgt--item__code::-moz-selection {
    background: #FF8555;
}