html,
body {
    height: 100%;
}

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

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

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

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

.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;
}

.checkbox.min34 {
    min-height: 34px;
    padding-bottom: 7px;
}

/* Загрузка файла */
.upload_progress {
    clear: both;
    display: none;
    margin-top: 10px;
}

.file_uploader input[type="file"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 0 0 100px 200px;
    cursor: pointer;
    direction: ltr;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-200px, 0pt) scale(4);
}

/*.upload {
    margin-top: 10px;
}*/
.upload_progress_container{
    float:inherit;
}
.upload_progress {
    clear: both;
    display: none;
    margin-top: 10px;
}

.upload_progress_filename, .upload_progress_cancel {
    line-height: 19px;
}
.upload_progress_filename, .upload_progress_bar_container, .upload_progress_cancel {
    float: left;
}

.upload_progress_bar_container {
    border: 1px solid #000000;
    margin-left: 10px;
    padding: 2px;
    width: 150px;
}

.upload_progress_bar {
    background-color: green;
    height: 14px;
}

.upload_progress_cancel, .file_uploaded_cancel {
    margin-left: 10px;
}
.file_uploaded_cancel span,
.remove_old_file {
    top: 3px;
    cursor: pointer;
}

.file_uploader div.addfile_block {
    float: left;
    margin: 12px 0;
    overflow: hidden;
    position: relative;
}

.addfile_container .upload_hint {
    color: #666666;
    float: left;
    font-size: 14px;
    line-height: 32px;
    margin: 12px 0 12px 5px;
}


.file_uploaded {
    overflow: hidden;
}
.file_uploaded_filename, .file_uploaded_filesize, .file_uploaded_cancel {
    float: left;
}
.file_uploaded_filesize {
    margin-left: 5px;
}
.upload_progress_cancel, .file_uploaded_cancel {
    margin-left: 10px;
}
.upload_progress_cancel a, .file_uploaded_cancel a {
    text-decoration: underline;
}
/* Конец загрузки файла */

/*Loader*/
.popup_container {
    background: url("/img/popup_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
/*Конец лоадера*/

.img_logo {
    width: 49px;
    margin-top: -10px;
}

.download:hover {
    cursor: pointer;
    color: #3c763d;
}
.download_kvartal {
    margin-top: 24px;
}

.task_list thead tr {
    background-color: #FFFFFF;
}
.table.task_list > thead > tr > th,
.table.task_list > tbody > tr > th,
.table.task_list > tfoot > tr > th,
.table.task_list > thead > tr > td,
.table.task_list > tbody > tr > td,
.table.task_list > tfoot > tr > td {
    padding: 8px 0;
}

.search_hint_row {
    margin: 0 -15px;
    padding: 0 15px;
}
.search_hint_row:hover {
    background-color: #E0E0E0;
    cursor: pointer;
}

.mbc_paginator .pagination {
    margin: 0;
    float: left;
}