.btn-primary {
    color: #fff;
    background-color: #0083A5;
    border-color: #0083A5;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}

.btn-primary:hover {
    background-color: rgba(0, 131, 165, 0.75) !important;
    border-color: rgba(0, 131, 165, 0.75) !important;
}

.btn-link {
    color: #0083A5;
    font-size:medium;
}

.btn-link:hover {
    color: #0083A5;
}

a {
    color: #0083A5;
}

a:hover {
    color: #0083A5;
}

.login {
    width: 300px;
    margin: 0 auto;
    float: none;
}

.bg-light {
    background-color: rgba(0, 131, 165, 0.1) !important;
}

.list-group-item.active {
    background-color: rgba(0, 131, 165, 0.1) !important;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: rgba(0, 131, 165, 0.1) !important;
}

table.dataTable.stripe tbody tr.even, table.dataTable.display tbody tr.even {
    background-color: rgba(123, 190, 210, 0.1) !important;
}

table.dataTable tbody tr.odd {
    background-color: rgba(0, 131, 165, 0.1) !important;
}

table.dataTable tbody tr.even {
    background-color: rgba(123, 190, 210, 0.1) !important;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

select.my_dropdown {
    width:auto;
}

/*IE FIX */
select#my_dropdown {
    width:100%;
}

select:focus#my_dropdown {
    width:auto\9;
}
