html,
body {
    height: 100%;
}

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

/*.wrap > .container {
    padding: 20px 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;
}

/* 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;
    }
}


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

.nav > li > form > button.logout:focus {
    outline: none;
}
#vk_comments,#vk_comments iframe{width:100% !important;}
.checkbox label {margin-left:33px;}
input.checkbox, .checkbox input{vertical-align:top;margin:0 3px 0 0;width:17px;height:17px;}
input.checkbox, .checkbox input{cursor:pointer;}
input.checkbox:not(checked), .checkbox input:not(checked){position:relative;padding:0 0 0 60px;display:inline-block;width:0px;}

.checkbox input:not(checked):before{margin-left:-33px;}
input.checkbox:not(checked):before, .checkbox input:not(checked):before{content:'';position:absolute;top:-6px;left:0px;width:50px;height:26px;border-radius:13px;background:#CDD1DA;box-shadow:inset 0 2px 3px rgba(0,0,0,.2);}

.checkbox input:not(checked):after{margin-left:-33px;}
input.checkbox:not(checked):after, .checkbox input:not(checked):after{content:'';position:absolute;top:-4px;left:2px;width:22px;height:22px;border-radius:10px;background:#FFF;box-shadow:0 2px 5px rgba(0,0,0,.3);transition:all .2s;}

input.checkbox:checked:before, .checkbox input:checked:before{background:#993DE5;}
input.checkbox:checked:after, .checkbox input:checked:after{left:26px;}
input.checkbox:focus:before, .checkbox input:focus:before{box-shadow:0 0 0 3px rgba(255,255,255,.5);}


.video {position:relative;padding-bottom:56.25%;/*пропорции видео 16:9 */padding-top:0px;height:0;box-shadow: 0 0 10px rgba(0,0,0,0.4);}
.video iframe {position:absolute;top:0;left:0;width:100%;height:100%;}
