
/*
    Default style
================================*/
.asterisk {
    color: red;
}

.bold{
    font-weight: bold !important;
}
.circle{
    border-radius: 50% !important;
}
.label-sm {
    font-size: 11px;
}

.login-logo a img{
    width: 300px;
    display: table;
    margin: 0 auto;
}


.company-logo img{
    width: 150px !important;
}

.image > a > img{
    width: 50px !important;
    display: block;
    overflow: hidden;
}

.custom-button i {
    margin-left: 5px;
}

.scrollme {
    overflow-y: auto;
}

.custom-btn{
    color: #fff !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: left !important;
    font-size: 13px;
    font-weight: bold;

}

.btn-right {
    float: right;
}

.custom-pagination{
    float: right;
}

.map-marker{
    color: #D32F2F;
}

.custom-url{
    text-align: end;
	margin-left: 10px;
    overflow: hidden;
    font-size: 18px;
}

.icon-download{
    color: #1565C0;
}

.x-axis {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}


.siku{
    width: 70px;
}

#map1, #map2 {
    height: 400px;
}

.error-red {
    color: #D32F2F;
    display: none;
}


/*
    model header information
================================*/
.modal-header {
    background-color: #0b58a2;
    color: #fff !important;
}

.modal-title {
    font-size: 20px !important;
    text-transform: capitalize;
}

.close {
    color: #fff !important;
}


/*      SEARCH INFORMATION
================================*/
div#buoyTable_filter{
    float: right;
}

input.form-control.input-sm {
    margin-left: 10px;
}


.fade-alert {
    background-color: #4CAF50 !important;
}




/*      CUSTOM MODAL
=====================================*/
@media (min-width: 768px) {
    .modal-xl {
        width: 95%;
        max-width:1200px;
    }
}


/*
        LOADING ICON
=======================================*/

.reportLoading {
    margin: 0 auto;
    display: table;
}

#overlay{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.is-hide{
    display:none;
}


.widget-user-username {
    font-weight: bold !important;
}


.custom-summary-box {
    margin-top: 20px !important;
}

.nav.nav-stacked > li.maximum {
}
.nav.nav-stacked > li.minimum {
}


.nav.nav-stacked > li.minimum > a > .badge-minimum {
    background-color: #4DB6AC !important;
}

.nav.nav-stacked > li.maximum > a > .badge-maximum {
    background-color: #EF5350 !important;
}


.nav.nav-stacked > li.minimum > a > .badge-minimum,
.nav.nav-stacked > li.maximum > a > .badge-maximum,
.nav.nav-stacked > li > a > .badge,
.nav.nav-stacked > li > a {
    font-size: 15px !important;
}

.nav.nav-stacked > li > a > .badge {
    padding: 7px;
}


.widget-user-2 .widget-user-header {
    padding: 5px !important;
}

.widget-user-2 .widget-user-username, .widget-user-2 .widget-user-desc {
    margin-left: 20px !important;
}

.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #00BED5 !important;
}

.report-box-body {
    background-color: #FAFAFA;
}



/* ================================================================
                            REPORT JS
===================================================================*/
.summary-group {
    text-align: center;
}

.summary-group > i {
    font-size: 50px;
}

.summary-group > h4.summary-title {
    font-size: 25px;
    line-height: 0.5;
}

.summary-group > p.summary-subtitle {
    font-weight: bold;
}
