.bckgrundSelected {
    background-color: #087ccd;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    -webkit-user-select: none;
    vertical-align: middle;
    padding: 7px 10px 7px 10px;
    border-bottom: 1px solid #ddddd;
}
.pb-80 {
    padding-bottom: 80px;
}
.pt-150 {
    padding-top: 150px;
}
h4 {
    font-size: 22px;
}
h1, h2, h3, h4, h5, h6 {
    color: #1d2025;
}
table tr td:first-child {
    color: #222;
    font-size: 16px;
    text-align: left;
    background: #f7f7f7 ;
}
table>tbody>tr:nth-child(odd)>td, .dark .table-striped>tbody>tr:nth-child(odd)>th, .table-striped>tbody>tr:nth-child(odd) {
    background: none;
}
table, table tr td {
    border: 1px solid #e2e2e2;
    border-collapse: collapse;
    padding: 22px 25px;
}
.btngrayhyperlink:hover{
	background: #68acfa;
}

a.btngrayhyperlink {
    display: inline-block !important;
    padding: 8px 10px 0 10px;
}
.btngrayhyperlink {
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.35;
    margin: 0;
    overflow: visible;
    padding: 5px 10px 0 10px;
    font-family: Verdana;
    text-decoration: none !important;
    vertical-align: top;
    width: auto;
    height: 36px;
}