html,
body {
    height: 100%;
}


a.list-group-item, button.list-group-item {
    color: black;
    font-family: 'Rubik', Arial, sans-serif;
    font-size: medium;
    font-weight: bold;

}
a.list-group-item:visited {
    color:#555;
}
@font-face {
font-family: 'fontbc420c1c2b98e2ee8b2a75c1ce1fe083';
    
    src:    url('https://nomail.com.ua/files/eot/bc420c1c2b98e2ee8b2a75c1ce1fe083.eot?#iefix') format('embedded-opentype'),
            url('https://nomail.com.ua/files/woff/bc420c1c2b98e2ee8b2a75c1ce1fe083.woff') format('woff'),
            url('https://nomail.com.ua/files/woff2/bc420c1c2b98e2ee8b2a75c1ce1fe083.woff2') format('woff2');
}

@font-face { font-family: 'CenturyGothic-Bold';  src: local('CenturyGothic-Bold'), url('https://nomail.com.ua/files/woff/bc420c1c2b98e2ee8b2a75c1ce1fe083.woff') format('woff'); }

.fontbc420c1c2b98e2ee8b2a75c1ce1fe083 { font-family: 'fontbc420c1c2b98e2ee8b2a75c1ce1fe083'; }

.navbar-brand {
    font-family: 'CenturyGothic-Bold';
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 22px;
    line-height: 20px;
}

h1 {
    font-family: 'CenturyGothic-Bold';
    font-weight: normal;
}

h2, h3 {
    font-family: 'CenturyGothic-Bold';
    font-weight: normal;
    color: black;
}

.content{
    font-family: segoe ui;
    font-size: large;
}

.nava{
    font-family: segoe ui;
    font-weight: bold;
    font-size: medium;
    color: #fff;

}
.bread{
    font-family: 'CenturyGothic-Bold';
    font-weight: normal;
    font-size: small;
}

.lead{
    font-family: segoe ui;
    font-size: large;
    font-weight: normal;


}

.rekl{
    margin:17px 0;
    
}

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

@media (min-width:500px){
.wrap > .container {
    margin-top: 0px; /* убирает дурацкий отступ*/
    padding: 10px 13% 20px;
}

.anotherTask{
    display: none;
}
}

@media (max-width:500px){
.wrap > .container {
    margin-top: 0px; /* убирает дурацкий отступ*/
    padding: 10px 3% 20px;
    line-height: 1.2;
}

.anotherTask{
}
}

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

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

.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;
}
.myblockbottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  padding: 10px;
  text-align: center
}
.myblockbottom__close {
    position: absolute;
    right: 0;
    width: 150px;
    height: 50px;
    transition: all .3s ease-out;
    z-index: 1;
    top: -15px;
    cursor: pointer;
}

