table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background:transparent;
    }
table tr th, table tr td{
    padding:0px;
}
#gwt-standard-footer {background: #efefef;padding: 20px 80px;}
#regionalMap {width: 100%;height: 80vh;}
#regionalMap #highcharts-0{width:100% !important;text-align:center !important;}
#fileContainer {height: 100vh;width: 100vw;background: rgba(8, 8, 8, 0.75);position: fixed;top: 0px;left: 0px;z-index: 1000;display: none;align-items: center;-webkit-align-items: center;-moz-align-items: center;-ms-align-items: center;justify-content: center;-webkit-justify-content: center;-moz-justify-content: center;-ms-justify-content: center;}
#filePopUp {height: auto;min-width: 90vw;max-width: 90vw;border-radius: 10px;}
#filePopUp .titleBar {background: #051344;padding: 10px 15px;margin: 0px;border-top-left-radius: 3px;border-top-right-radius: 3px;color: #fff;font-family: Georgia, sans-serif;}
#filePopUp .titleBar::after {clear: both;display: block;content: '';}
#filePopUp .titleBar h1 {display: inline;float: left;font-size: xx-large !important;color: #fff;text-transform: capitalize;font-family:Helvetica, sans-serif;margin-bottom: 0px;}
#filePopUp .titleBar span {float: right;text-align: right;}
#filePopUp .titleBar button {background: #e3e3e3;border-radius: 5px;border: none;padding: 7px;margin: 0px;}
#filePopUp .titleBar button:hover {background: #f4f4f4; cursor:pointer;}
#filePopUp .titleBar button .fa {color: #051344;}
#filePopUp .search, #filePopUp .options{
    border-right:2px solid #051344;
    border-left:2px solid #051344;
    background:#fff;
    padding: 7px 15px;
    font-family: Helvetica, sans-serif;
}
#filePopUp .options{
    padding-top:15px;
}
#filePopUp .options a{
    text-decoration:none;
    display:inline-block;
    padding:5px 7px;
    border: 1px solid #ed3406;
    font-weight:100;
    margin-left: -1px;
    color: #ed3406;
    font-weight:100;
    transition: all 0.35s ease;
}
#filePopUp .options a:hover{
    background:#ed3406;
    color:#fff;
}

#filePopUp .search{
    padding:0px;
}
#filePopUp .search div{
    padding: 7px 15px;
    border-bottom:1px solid #ddd;
}
#filePopUp .search button{
    background: #051344;
    border-radius:3px;
    color:#fff;
    padding: 9px;
    border:none;
    transition: all 0.35s ease;

}
#filePopUp .search button:hover{
    cursor:pointer;
    box-shadow: 0px 0px 7px #4e4e4e;
}
#filePopUp .search input#search-projects{
    margin:0px;
    display: inline-block;
    width: auto;
}
#filePopUp .table-container {
    height: 60vh;
    border: none;
    overflow: auto;
    background:#fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-family:Helvetica, sans-serif;
    border-right:2px solid #051344;
    border-left:2px solid #051344;
    border-bottom:2px solid #051344;
    padding:20px;
    }
#filePopUp .table-container table{
    margin:7px 0px;

}

#filePopUp .table-container>table{
    border-collapse:collapse;
    border-radius:3px;
    font-size:0.8em;
    border: 1px solid #ed3406;
    margin:0px;
}
#filePopUp .table-container>table table{
    background:transparent;
    padding:0px;
    border:none;
    display: block;
}
#filePopUp .table-container>table>tbody>tr>th table tr{
    background:#ed3406;
}
#filePopUp .table-container>table>tbody>tr:nth-of-type(odd){
    background: rgba(237,52,6,0.25);
}
#filePopUp .table-container>table>tbody>tr:nth-of-type(odd):hover{
    background: rgba(237,52,6,0.4);
}

#filePopUp .table-container>table>tbody>tr{
    transition: all 0.35s ease;
}
#filePopUp .table-container>table>tbody>tr:hover{
    background:rgba(240,240,240,0.85)
}
#filePopUp .table-container>table>tbody>tr>th{
    background:#ed3406;
    text-align:left;
    color:#fff;
    font-size:1.2em;
    float: none;
}
#filePopUp .table-container>table>tbody>tr>th:first-of-type{
    padding:10px;
}
#filePopUp .table-container>table>tbody>tr>th td{
    color:#fff;
    padding:0px;
}
#filePopUp .table-container>table>tbody>tr>td:first-of-type>table>tbody>tr:nth-of-type(1) td{
    font-weight:900;
    color:#ed3406;
    display:inline-block;
    margin-top:5px;
    margin-left:10px;
}
#filePopUp .table-container>table>tbody>tr>td:nth-of-type(1)>table>tbody>tr>td{
    padding: 0px 15px 0px 25px;
}
#filePopUp .table-container>table>tbody>tr>td>table>tbody>tr:nth-of-type(1)>td{
    padding:0px;
}

.column-1, .column-2, .column-3, .column-4{
    margin:0px;
    padding:0px;

}
.column-1{
width:60%;
}

.column-2{
width:15%;
}

.column-3{
width:15%;
}

.column-4{width:10%;}
