/*================================================================================
	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.  */
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,600);
html {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: normal;
    line-height: 1.5;
    color: #6b6f82;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: #333;
}

p {
    font-family: 'Montserrat', sans-serif;
}

.navbar .notification-badge {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    top: -20px;
    right: 5px;
    margin: 0 -.8em;
    padding: 2px 5px;
    color: #fff;
    border-radius: 50%;
    background-color: #ff4081;
    box-shadow: 0 0 10px 0 #ff4081;
}

#breadcrumbs-wrapper.breadcrumbs-inline .breadcrumbs-title {
    padding-right: 20px;
    border-right: none;
}

.login-bg {
    background-image: none; 
    background-repeat: no-repeat;
    background-size: cover;
}

.btn, .btn-large, .btn-small {
    cursor: pointer;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    text-align: center;
    text-decoration: none;
    letter-spacing: .5px;
    color: #303f9f !important;
    background-color: #81d4fa !important;
}

button, input, optgroup, select, textarea {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

#cs_loader {
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color: black;
    position: fixed;
    opacity: 0.5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: none;
}

.cs_disabled {
    background-color: #DFDFDF !important;
    box-shadow: none !important;
    color: #9F9F9F !important;
    cursor: default !important;
}

.card-alert {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.card-alert button {
    padding-top: 10px;
}

.cs-bold {
    font-weight: bold;
}

.cs-text-info {
    font-size: 14px;
    font-weight: bold;
}

.cs-text-info-curr {
    font-size: 14px;
    font-weight: bold;
}

.cs-tab {
    height: 35px;
    /*width: 200px;*/
    /*padding: 5px;*/
    /*margin: 5px;*/
    text-align: center;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
}

.cs-tab-disabled {
    background-color: grey;
    border: solid 1px silver;
    color: darkgray;
}

.cs-tab-enabled {
    background-color: white;
    border: solid 1px silver;
    color: black;
}

.cs-mat-image {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 65px;
    background-color: transparent !important;
    min-width: 0 !important;
    /*width: 200px !important;*/
    height: 175px !important;
}

.cs-mat-image-container {
    border: solid 1px silver;
    height: 250px;
    background-color: #757575;
}

.cs-mat-image-container-selected {
    border: solid 4px #0d47a1;
    background-color: #2196f3;
}
.token.operator {
    background: none !important
}
.cs-panel-header {
    background-color: #81d4fa !important;
    padding: 8px;
    font-size: 24px;
    font-weight: 300;
    color: #303f9f;
    margin-bottom: -15px !important;
}

.time-range {
    font-weight: 600 !important;
    font-size: 12px !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
    margin-top: 13px !important;
}

.time-range-realtime {
    font-weight: 600 !important;
    font-size: 12px !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
    margin-top: 13px !important;
}

div .caption{
    margin-top: -15px;
}