﻿.bookmarks {
    left: 10px;
    position: fixed;
    bottom: 20px;
    z-index: 999999999;
}

.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 20px !important;
    line-height: 40px;
}

.watsapp-mobile {
    background: #25D366 !important;
}

.phone-mobile {
    background: #f89f37 !important;
}

.mail-mobile {
    background: #00a8fb !important;
}
.viber-mobile {
    background: #6e468f !important;
}
.telegram-mobile {
    background: #32afed !important;
}

.btn-floating {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 50%;
    font-size: 14px;
    outline: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.icon-index {
    margin-bottom: 20px;
}
a.index-text {
    margin-left: 10px;
    font-size: 21px;
    display: inline-block;
}

table.table {
    margin-bottom: 0px !important;
}

table.table > tbody > tr > td , table.table > tbody > tr >  th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6 !important;
}

.grey .table tbody > tr > td:first-child {
    text-align: right;
    font-weight: bold;
    font-size:16px;
}

.grey .table tbody > tr > td{
    border-bottom: 1px dotted #ccc;
}