﻿
.navbutton-container{
    width:32px;
    text-align: center;
    font-size:20px;
}
.month-container{
    text-align: left;
    width:200px;
    margin-left: 20px;
    cursor: pointer;
}

.region-selector{
    color:#2d7f9a;
    cursor: pointer;
}

.region-heading{
    font-size: 42px;
}

.date-heading{
    font-size: 24px;
}

.date-heading:hover{
    opacity: 80%;
}

h1.region-heading{
    margin-top:0;
}

.selector-pin-medium{
    font-size:14px;
    vertical-align: middle;
}
.selector-pin-small{
    font-size:10px;
    vertical-align: middle;
}

.region-selector:hover{
    opacity: 80%;
}

.nav-highlight{
    border-radius: 50%;
    background-color: transparent;
    padding-bottom: 4px;
}

.nav-highlight:hover{
    background-color: #e8e8e8;
}

.btn{
    cursor: pointer;
}

@media (max-width: 768px){
    .month-container{
        margin-left: 0;
        margin-right: 60px;
        width:180px;
    }
}

@media (min-width: 768px){
    .bankrupcy-date-indicator{
        min-height: 40px;
    }
}

h2{
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.43px;
    text-align: center;
}

.table tr td:first-child{
    padding-left: 16px !important;
    padding-top: 14px !important;
    padding-bottom: 17px !important;
    font-size: 16px;
    font-weight: bold;
}

.table-holder{
    border: solid 1px #e1e1e1;
}

@media (min-width: 769px){

    .table tr td:first-child{
        padding-left: 20px !important;
    }

    h2{
        font-size: 32px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: -0.39px;
        text-align: left;
        color: #49494a;
    }

    .table-holder{
        border-radius: 6px;
    }

    table{
        border-radius: 6px;
        overflow: hidden;
    }

}

.bankrupt-clickable-row:hover{
    cursor: pointer;
}
.bankrupt-clickable-row:hover .bankrupt-clickable-row-hovering{
    text-decoration: underline;
}
.table-striped tbody tr:nth-of-type(even){
    background-color:#f5f6f7;
}

.table-striped tbody tr:nth-of-type(odd){
    background-color:white;
}


table tr:first-child td{
    border-top:0;
}

.table th, .table td{
    border-bottom:0;
}

/*table tr:last-child td{*/
/*    border-bottom:0;*/
/*}*/
