html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.container-fluid {
    width: 90%;
    padding-top: 60px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.nowraper {
    white-space: nowrap;
}

/*i.fas,*/
/*i.fab {*/
    /*color: #495057;*/
/*}*/

/*i.fas a,*/
/*i.fab a {*/
    /*color: #495057;*/
/*}*/

.img14 {
    width: 14px;
}

.img16 {
    width: 16px;
}

.img18 {
    width: 18px;
}

.img20 {
    width: 20px;
}

.img22 {
    width: 22px;
}

.img24 {
    width: 24px;
}

.img26 {
    width: 26px;
}

.img28 {
    width: 28px;
}

.img-height-34 {
    height: 34px;
}

.isLink {
    cursor: pointer;
}