/**
 * @file
 * Основные стили
 */
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;
}

/** Panel */
.panel-table .panel-body{
    padding:0;
}

.panel-table .panel-body .table-bordered{
    border-style: none;
    margin:0;
}

.panel-table .panel-body .table-bordered > thead > tr > th:first-of-type {
    text-align:center;
    width: 100px;
}

.panel-table .panel-body .table-bordered > thead > tr > th:last-of-type,
.panel-table .panel-body .table-bordered > tbody > tr > td:last-of-type {
    border-right: 0px;
}

.panel-table .panel-body .table-bordered > thead > tr > th:first-of-type,
.panel-table .panel-body .table-bordered > tbody > tr > td:first-of-type {
    border-left: 0px;
}

.panel-table .panel-body .table-bordered > tbody > tr:first-of-type > td{
    border-bottom: 0px;
}

.panel-table .panel-body .table-bordered > thead > tr:first-of-type > th{
    border-top: 0px;
}

.panel-table .panel-footer .pagination{
    margin:0;
}

/*
used to vertically center elements, may need modification if you're not using default sizes.
*/
.panel-table .panel-footer .col{
    line-height: 34px;
    height: 34px;
}

.panel-table .panel-heading .col h3{
    line-height: 30px;
    height: 30px;
}

.panel-table .panel-body .table-bordered > tbody > tr > td{
    line-height: 34px;
}

.panel-table .panel-body > form{
    margin-top: 30px;
}

.search-period .inner-inline-block > .input-filter-group{
    width: 170px;
}
.search-period .inner-inline-block > .input-filter-group > input[type=number] {
    border-radius: 2px;
    padding: 6px 52px 6px 6px;
    display: table-cell;
    position: relative;
    width: 100%;
    margin-bottom: 0;
}
.multiple-input-not-bordered .multiple-input table.table .list-cell__button {
    display: table-cell;
}

.multiple-input-not-bordered .multiple-input .table.multiple-input-list.table-condensed > tbody > tr > td,
.multiple-input-not-bordered .multiple-input .table > thead,
.multiple-input-not-bordered .multiple-input .table tr,
.multiple-input-not-bordered .multiple-input .table td,
.multiple-input-not-bordered .multiple-input .table th {
    border: none!important;
}

.classroom-index-top {
    padding-top: 30px;
    padding-bottom: 20px;
    max-width: 40px;
    padding-left: 20px;
}

.classrooms-simulators {
    border-right: 1px solid rgb(191, 191, 191);
}

.login-form .social-auth > div {
    float: right;
}

@media (min-width: 768px){
    .modal-dialog {
        width: 600px;
        margin: 80px auto;
    }
}

.fileinput-button {
    position: relative;
    overflow: hidden;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}
.medical-device-label {
    cursor: pointer;
}
.medical-device-icon {
    cursor: pointer;
    padding-left: 15px;
}

#medicalDeviceCheckErrors {
    padding-left: 20px;
    margin-top: 10px;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}
.action-buttons {
    margin-left: 10px;
}

.import-log {
    list-style: none;
}
.import-log li {
    list-style: none;
    font-size: 17px;
    line-height: 30px;
}

#reporting-medical-device-filter {
    line-height: 14px;
    border-bottom: solid 1px #DCE1E5;
    padding-bottom: 34.5px;
    margin-bottom: 34.5px;
    margin-right: 15px;
}