@font-face {
    font-family: 'FuturaPT';
    src: url('../fonts/FuturaPT-Medium.woff') format('woff');
    font-weight: normal;
    font-weight: normal;
}

html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

html body, table.table {
    color: #0e2b45 !important;
    font-size: 18px !important;
    font-family: 'FuturaPT', sans-serif !important;
}

/*---------BUTTONS---------*/
.btn-success {
    box-shadow: 0 4px 0 #095E00;
    transition: .3s;
}

.btn-success:hover {
    background: #28a745e0;
}

.btn-danger {
    box-shadow: 0 4px 0 #7d3545;
    transition: .3s;
}

.btn-danger:hover {
    background: #dc3545e0;
}

.btn-primary {
    box-shadow: 0 4px 0 #007b7c;
    transition: .3s;
}

.btn-primary:hover {
    background: #007bffd6;
}

.fish-btn, .fish-btn-outline {
    font-family: 'FuturaPT', sans-serif !important;
    -webkit-tap-highlight-color: white;
    box-sizing: border-box;
    margin: 0px 15px;
    overflow: visible;
    text-transform: none;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #0a2240 !important;
    padding: 5px 0px;
    width: 150px;
    color: #ffffff;
    cursor: pointer;
    width: 200px;
}

/*.not-set {
    color: #ff3333;
}*/
.fish-btn-outline {
    background-color: #ffffff !important;
    border: solid #0a2240 !important;
    color: #0a2240 !important;
}

.fish-btn:hover {
    background-color: #002451 !important;
    color: white;
}

/*---------BUTTONS---------*/
.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: '\1F8A7';
}

.logo {
    width: 90px;
    height: 40px;
}

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

.footer .container .text {
    text-align: center !important;

}

.wrap > .container {
    padding: 0px 0px 0px !important;
}

.select2 * {
    font-size: 16px !important;
}