/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.chartcenter {
    margin:auto;
}

.progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #cccccc;
    height: unset !important;
    top: 0px;
    left: 10px;
    margin-bottom: 0px;
    max-width: 96%;
    border-radius: 10px;
}

.bg-warning {
    background-color: #f0ad4e !important;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    -o-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 1rem 1rem;
    background-size: 1rem 1rem;
}

.progress-bar {
    height: 1rem;
    color: #fff;
    background-color: #0275d8;
    border-radius: 10px;
}

.tomahawk-login {
    max-width: 500px !important;
    position: absolute !important;
    top: 40px !important;
    left: 50px !important;
}

#lblusername {
    padding-left: 0px !important;
}

.username-out {
    padding-left: 0px !important;
}

#breadcrumbs-wrapper {
    background: #2c323f;
}

@media only screen and (max-width: 700px) {

    .tomahawk-login {
        max-width: 500px !important;
        left: unset !important;
        position: absolute !important;
        top: 0px !important;
    }

}

@media only screen and (max-width: 992px) {


    #lblusername {
        padding-left: 0px;
    }
}

#main {
    max-width: 1920px;
}

.navbar .navbar-light {
    max-width: 1920px;
}

.swal2-modal .caret {
    display: none;
}