html,
body {
    height: 100%;
}

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

}

.wrap > .container {
    padding: 70px 15px 20px;
    background:rgba(255,255,255,0.8);
    height: auto;
    margin-top: 30px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;

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

}

.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 > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}
.navbar {
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.site-index {
    background: url('../images/Ekaterinburg2.jpg') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
.thumbnail {
    height: 200px;
    text-align: center;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
    box-shadow: 0 0 5px 2px rgba(122,122,122,0.5);
    cursor: pointer;
    font: normal Arial, Helvetica, sans-serif;

}
.thumbnail:hover{
    box-shadow: 10px 0 0 7px #5B94C5;
    }
.item-block {
    display: block;
    background: #ffffff;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
    box-shadow: 0 0 5px 2px rgba(122,122,122,0.5);
    min-height: 175px;
    padding: 0 25px;
}


.title {
    margin-left: 12px;
    margin-top: 12px;
    font-weight:bold;
}
.radio-list {
    padding: 0 15px;
}
.logo {
    float: left;
    padding: 5px 0 5px 0;
    position: relative;
    z-index: 2;
    width: 100px;
}
.navbar-header{
    width: 600px !important;
}
.button-nav {
    margin-top: 17px;
}
.step-done {
    color: #fff;
    background-color: #5cb85c;
    border-color: rgba(122,122,122,0.5);
}
.block-buttons {
    text-align: right;
}
.label-class {
    padding-top: 10px;
}
.table > thead > tr > th {
    vertical-align: top;
    border-bottom: 2px solid #ddd;
    text-align: center;
}
ul {
    padding-left: 20px;
}
.content-body {
    background: #ffffff;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
    border: 1px solid rgba(122,122,122,0.5);
    display: none;
}
.content-for-picture {
    display: none;
    text-align: center;
}
.activeBlock {
    display: block;
}
.disactiveBlock {
    display: none;
}
.table-color {
    background: #ffffff;
    text-align: left;
    border: 1px solid rgba(122,122,122,0.5);
}
.list-results {
	cursor: pointer;
}	
.list-results li:hover {
   
	background:#F5F5F5;
	z-index:10;
}
.main-button {
	margin-right: 10px;
}
ul.speshial-list {
    list-style-image: url('../images/list-item.png');
   }
ul.clear-format {
	list-style-image: none;
	}	