@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

html, body {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
}

.card {
    margin-top: 20px;
    margin-bottom: 20px;
}

.card .card-title {
    background-color: #292b2c;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}

.hand {
    cursor: pointer;
}

.hidden {
    display: none;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn {
    cursor: pointer;
}

/*.btn-primary {*/
    /*background-color: #00cc99 !important;*/
    /*border: none !important;*/
/*}*/

/*.btn-primary:hover {*/
    /*background-color: #00cc99 !important;*/
    /*border: none;*/
    /*color: #191919 !important;*/
/*}*/

.icon-in-button {
    vertical-align: -6px;
    margin-left: 8px;
    font-size: 24px !important;
}

.table-rounded {
    margin-top: 5px;
    border-radius: 5px;
    border-collapse: initial;
    width: 100%;
    /*background-color: rgba(0, 0, 0, .05);*/
}

.table-rounded th, .table-rounded td {
    padding: 0;
}

.table-rounded th {
    font-size: 50%;
    vertical-align: bottom;
}

.table-rounded th, .table-rounded td {
    margin: 0;
    padding: 2px;
}

.table-rounded tr {
    background-color: #FFFFFF;
}

.table-rounded tr:first-child {
    /*background-color: rgba(0, 0, 0, .05);*/
}

.table-rounded .material-icons {
    font-size: 12px;
}

table hr {
    margin-top: 6px;
    margin-bottom: 6px;
}

.nowrap {
    white-space: nowrap;
}

.profile-image {
    width: 60px;
    height: 60px;
}

.icon-in-button {
    vertical-align: -6px;
    margin-left: 8px;
    font-size: 24px !important;
}

.margin-row {
    margin-bottom: 10px;
}

.border-red {
    border-color: #F00000 !important;
}

.red {
    color: #F00000 !important;
}

.green {
    color: #00a418 !important;
}
.bg-white{
    background-color: #FFF;
}

.img-info {
    max-height: 120px;
}

.txt-info {
    font-size: 110%;
    font-weight: bold;
}

.info-in-table {
    margin-bottom: 5px;
    border-radius: 2px;
    border: 1px solid #0275d8;
    padding: 5px;
    line-height: 12px;
}

.info-in-table .title {
    font-size: 70%;
    font-weight: bold;
}

.info-in-table .txt {
    font-size: 85%;
}

.btn-toolbar-centered {
    text-align: center;
}

.btn-toolbar-centered .btn-group {
    float: none !important;
}
.pre-scrollable::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.pre-scrollable::-webkit-scrollbar
{
    width: 7px;
    background-color: #F5F5F5;
}

.pre-scrollable::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #E7E7E7;
}
.d-hotline.h-btn {
    right: 20px;
}

.bg-inverse {
    background-color: #445B76 !important;
}

.table-inverse {
    background-color: #445B76 !important;
}