html,
body {
    height: 100%;
    color: #696969;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.body-site {
    background: url(
        https://photogora.ru/img/product/big/3489/1473674174617663489.jpg
    ) repeat-y;

    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    /* background-color: #fff; */
}

body.modal-open {
  position: fixed;
}

.footer {
    height: 60px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    color: #9d9d9d;
    background-color: #222;
        border-color: #000;
}
.footer:hover {
    color: #fff;
    background-color: #222;
}

/*--------------------------------------------------------------------------------------------*/


.nav-pills > li.active > a, .nav-pills > li.active > a:focus {
    color: #9d9d9d;
    background-color: #222;
}
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #222;
}

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

/*----------------------------------------------------------------------------------------------*/

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

.wrap > .container {
    padding: 70px 15px 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
    background: #FFE4E1;
}

/* .jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
} */

.not-set {
    color: #c55;
    font-style: italic;
}

.social {
    position: fixed;
    z-index: 10000;
    top: 200px;
    left: 10px;
    width: 40px;
    border: none;

}

.right-panel {
    position: fixed;
    z-index: 10000;
    bottom: 120px;
    left: 0px;
    width: 50px;
    padding: 5px 5px 5px 5px;
    border: none;
    border-radius: 0px 5px 5px 0px;
    background: #b2bdca5e;
}


.navbar-navbar-brand-margin {
    margin: 10px 0px 0px 0px;
}
@media(min-width:576px) and (max-width: 992px) {
    .navbar-navbar-brand-margin {
        margin: 50px 0px 20px 0px;
    }
}

@media(min-width:768px) {
    .nav-default-dropplace-sm {
        position: fixed;
        top: 50px;
        padding-left: 10%;
        padding-right: 10%;
        /* left: 3%;
        right: 3%; */
        /* width: 94%; */
    }
}

.well-lite {
    padding: 25px 15px;
    box-shadow: inset 0 15px 25px -15px #fff , inset 0 -15px 25px -15px #fff;
}
.well-lite-body {
    padding: 5px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}
.well-lite-cell-img {
    padding: 20px 5px;
}
.well-lite-cell-body {
    padding: 15px 5px;
    text-align: center;
}
.well-lite-body h1, .well-lite-body h2, .well-lite-body h3, .well-lite-body h4, .well-lite-body h5, .well-lite-body h6,
.well-lite-cell-body h1, .well-lite-cell-body h2, .well-lite-cell-body h3, .well-lite-cell-body h4, .well-lite-cell-body h5, .well-lite-cell-body h6 {
    text-align: center;
    margin: 5px -10px;
    padding: 10px;
    box-shadow: inset 0 15px 25px -20px #fff, inset 0 -15px 25px -20px #fff;
}
.well-lite-body p, .well-lite-cell-body p {
    text-align: justify;
    margin: 5px -10px;
    padding: 10px;
    box-shadow: inset 0 15px 25px -20px #fff , inset 0 -15px 25px -20px #fff;
}
.well-lite-cell-body-a {
   text-align: center;
   margin: 5px -10px;
   padding: 10px;
   box-shadow: inset 0 15px 25px -20px #fff , inset 0 -15px 25px -20px #fff;
}
.well-lite-img {
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    width: 100%;
}


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