html,
body {
    height: 100%;
}

.file-preview-image{
    height: 100px;
    width: 150px;
}

#pop-up-image{
    width: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 40px 0 0 0;
}
.wrap.manager{
    padding: 40px 0 120px;
}

@media (max-width : 768px) {
    .wrap.manager{
        padding: 40px 0 160px;
    }
}

@media (max-width : 640px) {
    .wrap.manager{
        padding: 40px 0 180px;
    }
}

.wrap > .container {
    padding: 50px 15px 20px;
}

.footer {
    /*height: 60px;*/
    z-index: 100;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 5px;
}

.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: "\e151";
}

a.desc:after {
    content: "\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 td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.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;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}

@media(max-width:768px) {
	.nav li > form {
	    padding: 3px;
	}
}

.nav > li > form > button:hover {
    text-decoration: none;
}

.new-result-container {
    margin-bottom: 10px;
    margin-top: 10px;
}

.hidden-element {
    display:none;
}

.detail-view-files {
    float: left;
    height: 180px;
    width: 120px;
}

#pop-up-image{
    max-height: 800px;
    max-width: 800px;
    margin: 0 auto;
}
#modalContent {
    text-align: center;
}

/*info block*/
/*.footer{*/
    /*position: fixed;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: -20px;*/
/*}*/
.bsc-info__number{
    /*color: #4cae4c;*/
    color: #000;
}
.bsc-info__number_red{
    /*color: #c12e2a;*/
    color: #000;
}
.importance-box{
    position: relative;
}
.importance{
    position: absolute;
    top: 3px;
    left: 150px;
    height: 30px;
    width: 30px;
    animation: move 3s infinite forwards;
    background: white;
    border-radius: 50%;
    z-index: 2030;
}

/*скрыть знак "!" для планшетов и мобильных*/
@media (max-width : 991px) {
    .importance{
        display: none;
    }
}
.importance:before{
    content: '';
    display: block;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    z-index: 2020;
}
.importance img{
    height: 30px;
    width: 30px;
    position: relative;
    z-index: 2030;
}
@keyframes move{
    0% { transform: translateY(0px);}
    50% { transform: translateY(-10px);}
    100% { transform: translateY(0px);}
}

.importance-grid{
    justify-content: center;
    display: flex;
    height: 30px;
    width: 100%;
    animation: move 3s infinite forwards;
}
.importance-grid img{
    height: 30px;
    width: 30px;
}


.importance-view{
    height: 30px;
    width: 100%;
    animation: move 3s infinite forwards;
}
.importance-view img{
    height: 30px;
    width: 30px;
}
.header{
    position: fixed;
    left: 0;
    right: 0;
    top: 40px;
    z-index: 1000;
    background: #fff;
}

.table-bg_green{
    background: #67E667;
}
.table-bg_yellow{
    background: #FFFF73;
}
.table-bg_red{
    background: #FF7373;
}
/*.footer-text{*/
    /*font-weight: 700;*/
    /*text-align: center;*/
    /*transform: translateY(-15px);*/
/*}*/
/* ./ info block*/

.importance-yellow{
    justify-content: center;
    display: flex;
    height: 30px;
    width: 100%;
    /*animation: move 3s infinite forwards;*/
}
/*.importance-yellow:before{*/
    /*content: '';*/
    /*display: block;*/
    /*border-radius: 50%;*/
    /*position: absolute;*/
    /*top: -2px;*/
    /*bottom: -2px;*/
    /*left: -2px;*/
    /*right: -2px;*/
    /*z-index: 2020;*/
/*}*/
.importance-yellow img{
    height: 30px;
    width: 30px;
    position: relative;
    z-index: 2030;
}

.importance-yellow img{
    height: 30px;
    width: 30px;
    position: relative;
    z-index: 2030;
}
.footer-text{
    font-weight: 700;
    text-align: center;
    transform: translateY(-15px);
}
.footer{
    position: fixed;
    left: 0;
    right: 0;
    bottom: -20px;
}

.navbar-nav .btn {
    padding: 0px 12px;
}
@media (min-width: 768px){
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.navbar-brand {
    padding: 10px 15px;
}
.navbar-brand {
    height: 39px;
}
.navbar {
    min-height: 40px;
}
.bsc-info-box .table > tbody > tr > td{
    padding: 5px;
}

/*avatar menu*/
.navbar-nav .avatar-link{
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    padding: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.navbar-nav .avatar-link img{
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    width: 100%;
    height: auto;
}

.navbar-nav .menu-text{
    color: #fff;
    padding: 9px 9px;
}

.success-page h2,
.success-page h3{
    text-align: center;
}
.success-page table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
.success-page td,
.success-page th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
.success-page tr:nth-child(odd) {
    background-color: #dddddd;
}

.success__img-box img{
    width: 100%;
    height: auto;
}