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: "\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;
}
/* #2196f3 - светлый синий оттенок */
/* #1e88e5 - средний синий оттенок */
/* #1565c0 - темный синий оттенок */
/* #0d47a1 - темный синий оттенок с небольшим примесью черного*/
.navbar-inverse {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.navbar-inverse .navbar-nav > li > a {
    color: #e2e2e2;
}
.navbar-inverse .navbar-brand {
    color: #e2e2e2;
}
.navbar-inverse .btn-link {
    color: #e2e2e2;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #39879d;
}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #39879d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-inverse .navbar-brand {
    color: #ffffff;
}

/* 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;
}
/* message/index */
a.btn-user {
    display: block;
    text-align: left;
}
@media (max-width: 991px) {
    a.btn-user {
        width:90%;
    }
}
.container h1 {
    margin-bottom: 40px;
}
.one-message {
    position: relative;
    display: inline-block;
    padding: 15px;
    margin-bottom: 30px;
    width: 80%;
    border:1px solid #eee;
    border-radius: 5px;
}
.current-user {
    margin-left:20%;
}
.companion-user {
    margin-right:20%;
}
a.delete-message-btn {
    position: absolute;
    top: -14px;
    right: -14px;
}
.messages-wrap-place {
    border: 1px solid #eee;
    padding: 20px 20px 15px 20px;
    border-radius: 5px;
    box-shadow: 3px 4px 5px 0px rgb(140 140 140 / 75%);
}
a.file-link {
    color:#fff;
}
a.file-link:hover,
a.file-link:focus,
a.file-link:visited{
    color: #eea209;
}
.btn-xxs{
    padding: 1px 5px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
}
.wrap-delete-all {
    margin-bottom: 20px;
}

.wrap-uploads-file {
    min-height: 200px;
    margin-top:20px;
    margin-bottom:20px;
}

.btn-have-message {
    -webkit-box-shadow: 2px 2px 2px 0px rgb(217, 82, 79);
    -moz-box-shadow: 2px 2px 2px 0px rgb(217, 82, 79);
    box-shadow: 2px 2px 2px 0px rgb(217, 82, 79);
}

.panel-vitbase{
    border-color: #5bc0de;
}

.panel-vitbase > .panel-heading {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.bg-info {
    background-color: #5abfdd;
    color: #fff;
}
.badge-sm {
    font-size: 11px;
    font-weight: normal;
}

