th{
    text-align: center;
}

.brand-logo img {
    width: 45%;
}

nav {
    background-color: #333;
}

body{
    position: relative;
    font-family: 'Open Sans Condensed', sans-serif;
}
.loader-container {
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 100;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    display: none;
}


.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}


.nav-extended {
    padding: 10px 30px;
}

form {
    margin: 0;
}

button {
    background: none;
    border: none;
}

button:focus {
    background: none;
    border: none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.datepicker-date-display,.datepicker-table td.is-selected{
    background-color: #01579b;
}

.choosable {
    cursor: pointer;
}

.choosable:hover i {
    color: green;
}

.download-file {
     cursor: pointer;
 }

.download-file:hover i {
    color: blue;
}

td {
    text-align: center;
}
