
@import url('https://fonts.googleapis.com/css?family=Source Sans Pro:400,500,600,700');

body {
    font-family: "Source San Pro", sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
}

.app-header-dark, .auth-header {
    background-image: linear-gradient(45deg, #03045e, #023e8a, #0077b6, #0096c7, #00b4d8, #48cae4, #90e0ef);
    color: rgba(255, 255, 255, 0.8);
}
.dark-skin .app-header-dark, .dark-skin .auth-header {
    background-color: #0b1720;
    color: rgba(255, 255, 255, 0.8);
}

.text-white{ color: #ffffff!important; }
.app-footer{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 3.5rem;
    margin:0;
    z-index: 1030;
    box-shadow: 0 0 0 1px rgb(20 20 31 / 5%), 0 1px 3px 0 rgb(20 20 31 / 15%);
}
.app-footer .btn{
    color:rgba(255,255,255,0.7);
    background-color: rgba(255,255,255,0.0)!important;
}
.app-footer .btn:hover{
    color:rgba(255,255,255,0.7);
    background-color: rgba(255,255,255,0.2)!important;
}
.app-footer .btn.btn-outline-light{
    background-color: rgba(255,255,255,0.2)!important;
}

.bg-teal{ background-color:#008080!important; }
.bg-grey-dark{ background-color:#505e66!important; }

.card.nocm{
    margin-bottom:0;
}

.flatpickr-current-month {
    font-size:1rem;
}

.switcher-control-success .switcher-input+.switcher-indicator, .switcher-control-success .switcher-input+.switcher-indicator:before {
    border-color: #ea6759;
}
