html {
    overflow-y: scroll;
}

html,
body {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

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

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

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.logo img {
    height: 80px;
}

.social {
    margin-top: 20px;
}

.social a:hover, a:visited, a:focus {
    text-decoration: none;
}

.headerbar {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABGsAAAAMCAIAAABa9ac7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIBJREFUeNrs16ENgDAQhtErkzTdgFEwiDo086DrEBhWYhR2aEgI4b0BTvzJiS+1sQRARN72R+604zRmh2WejNDnWus/fw2AVwwmAAAAUFAAAAAKCgAAQEEBAAAoKAAAAAUFAACgoAAAAFBQAAAACgoAAEBBAQAAKCgAAIBPugUYANuRCGXgeJyOAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 35px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.btn-wrap {
    white-space: normal;
    padding: 5px;
}

.navbar-brand img {
    height: 40px;
    margin: auto;
}

.navbar-brand {
    padding: 5px;
    float: none;
}

.navbar-header  {
    text-align: center;
}

@media (min-width: 768px) {
    .navbar .container,
    .header .collapse {
        padding-left: 0;

    }

    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar {
        display: flex;
    }
}

.person-list-item img  {
    width: 100%;
}
.person-view img  {
    width: 100%;
    padding: 5px;
}

.person-list-item .thumbnail {
    margin-bottom: 0;
}

.sec-h {
    color: #9F2D20;
}

.dict {
    padding-top: 20px;
}

.sec-b, .description {
    text-align: justify;
}

.person-list-item .fullName {
    margin-top: 0;
}

.person-view .caption {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.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;
}

[class*='fa-icon-'] {
    font-family: 'FontAwesome';
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-icon-button {
    box-sizing: border-box;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #eee;
    line-height: 35px;
    color: #444;
    font-size: 18px;
    text-align: center;
}

/* Icon mapping
 ========================================================================== */
.fa-icon-lock:before {
    content: "\f023";
}

.fa-icon-facebook:before {
    content: "\f09a";
}

.fa-icon-instagram:before {
    content: "\f16d";
}

.fa-icon-twitter:before {
    content: "\f099";
}

.fa-icon-youtube:before {
    content: "\f167";
}

.fa-icon-vk:before {
    content: "\f189";
}

.gsc-adBlock {
    display: none !important;
}