﻿@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.brand-link {
    background-color: white;
    padding: 5px 5px 5px 5px;
}

.sidebar-dark-primary {
    background-color: #005762;
}

.primary {
    background-color: #005762;
}

.card-primary:not(.card-outline) > .card-header {
    background-color: #005762;
}

.btn-primary {
    background-color: #005762;
    border-color: #005762;
}

a {
    color: #005762;
}

a:hover {
    color: #17a2b8;
}

li.nav-header {
    text-transform: uppercase;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 87, 98,.075)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 87, 98,.2)
}

th {
    background-color: #005762;
    color:#fff;
    font-weight: normal;
}

.page-item.active .page-link {
    background-color: #005762;
    border-color: #005762;
}

.page-link {
    color: #005762;
}

.row-padding {
    padding-bottom: 5px;
}

.grdDataTable, .grdNoDataTable {
    font-size: 0.8em;
}

.loader-container {
    top: 00px;
    position: absolute;
    width: 100%;
    height: 500%;
    background-color: #d6d8d9;
    opacity: 0.8;
    z-index: 5000;
    display: none;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #005762;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    background-color: #d6d8d9;
    z-index: 10000;
    display: none;
}

span.form-control {
    border: 0 solid #000;
}

span.form-control > label {
    font-weight: normal !important;
    padding-left: 5px;
}

.code {
    font-family: 'Courier New';
    font-size: 8pt;
}

td > .badge {
    font-size: 100% !important;
}

a > .badge {
    font-size: 100% !important;
}

.info-box {
    min-height: 70px;
}

.info-box .info-box-icon
{
    width: 60px;
}

body {
    line-height: 1.4;
}

.box-empty {
    height:300px;
}

.content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

table {
    border-color: #005762;
}

.box-empty p {
    line-height:3;
}

.small-box .progress {
    background-color: rgba(0,0,0,.125);
    height: 2px;
    margin: 5px 0;
}

.small-box .progress .progress-bar {
    background-color: #fff;
}

.small-box .progress-description {
    text-align: center;
    display: block;
    font-size: 0.8em;
}

.progress-group .progress {
    height: 10px;
    margin: 0 0;
}

.grdDataTable, .grdNoDataTable {
    width: 100% !important;
}

.upload-box {
    width:750px;
}