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;
}
.topMenu{
    padding-bottom: 80px;
}
.container {
    width: 90%;
}
.menu-widget {

}
/*
.navbar {
    //background-color: #136f46;
    background-color: #126741;
    color: #fff;
}
.navbar .navbar-brand {
    color: white;
}
.navbar-brand:hover {
    color:white;
}
.navbar-brand:focus {
    color:white;
}
.navbar .navbar-nav > li > a {
    color: white;
}
.navbar .navbar-nav > li > a :hover{
    color: black;
}
.navbar .navbar-nav > li > a :focus{
    color: black;
}
.navbar .navbar-nav > li > a :active{
    color: black;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #DCDCDC;
    border-color: #337ab7;
}

.navbar .navbar-nav :hover{
    color: black;
}
.navbar-nav >li:hover {
    color:black;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #0f5636;// #23527c; //136f46
}
*/
.btn-success {
     color: #fff;
     background-color: #136f46;
     border-color: #136f46;
 }
.btn-success:hover {
    color: #fff;
    background-color: #105637;
    border-color: #136f46;
}
h1 {
    margin:0 0 20px;
    text-align:center;
}
.center{
    text-align:center;
}
.newsBlock {
    background-color: #f9f9f9;
    padding:20px;
    margin:20px;
}
.detail1-view {

}
tbody {
    background-color: white
}
a{
    color:black;
}
@media print {
    body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
    .container {background:none;}
    hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
    hr.space {background:#fff;color:#fff;visibility:hidden;}
    h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
    code {font:.9em "Courier New", Monaco, Courier, monospace;}
    a img {border:none;}
    p img.top {margin-top:0;}
    blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
    .small {font-size:.9em;}
    .large {font-size:1.1em;}
    .quiet {color:#999;}
    .hide {display:none;}
    a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
    a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}
    .noPrint{display: none;}
    a {display: none;}
    .pagination {display: none;}

}
/* ширина столбцов в просмотре тренировки и игры */
.report-training-view table.detail-view th, 
.report-game-view table.detail-view th{
        width: 35%;
}
.report-training-view table.detail-view td,
.report-game-view table.detail-view td{
        width: 65%;
}
.stat-year {
    background-color:#dff0d8!important
}
.white{
    background-color: white;
}
.border-1{
border:1px solid black!important;
}
.border-2{
    border:0.5px solid gray!important ;
    margin:5px 3px
}
.program-content {
    font-size:90%;
}
.match-stat {
    background-color: #b2dba1
}

.btn-group.btn-xs ul {
    min-width: 100px;
    font-size: 12px;
    padding: 3px;
}

.btn-group.btn-xs ul li a {
    padding: 1px 5px;
}

.btn-group.btn-xs ul li.divider {
    margin: 3px 0;
}

.selection-view .summary-table {
    font-size: 12px;
    text-align: center;
}

.selection-view .summary-table thead tr th {
    text-align: center;
    vertical-align: middle;
}

.selection-view .summary-table tbody tr th {
    text-align: right;
}

.selection-view .removed td {
    text-decoration: line-through;
}

.selection-view .flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.selection-view .alert {
    width: calc( 100% - 1px);
    position: absolute;
    display: none;
    z-index: 1;
    top: 38px;
}

.selection-view .example {
    display: none;
}

.selection-view table thead tr:first-child th:first-child {
    width: 1%;
}

.selection-view table tbody tr td:first-child {
    text-align: center;
}

.rental table .input-sm,
.rental .nav .input-sm {
    height: 26px;
    padding: 2px 8px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.rental .table > tbody > tr.js-stats-row > td {
    padding: 5px;
}

.rental #minutes_for_match {
    padding: 8px;
}

.rental .btn-xs {
    width: 26px;
    height: 26px;
    margin: 0;
    padding: 0;
    font-size: 14px;
}