﻿rect {
    fill: #00767f
}

.datepicker{
    width:100%;
}

.datepicker-dropdown{
    width :25%;
}

.m-widget1 .m-widget1__item .m-widget1__desc {
    font-size: 0.89rem !important;
}

.m-demo-icon .m-demo-icon__preview i{
    font-size:1.5rem !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.m-header {
     height: auto;
}

.form-control-feedback{
    color:red;
}
.disabled .day {
    background: darkgrey !important;
    color: white !important;
}
@media screen and (min-width:2000px) and (-webkit-min-device-pixel-ratio:0) {
    .m-body {
        margin-top: 100px !important;
    }
}

@media screen and (min-width:1500px) and (max-width:1999px) and (-webkit-min-device-pixel-ratio:0) {
    .m-body {
        margin-top: 80px !important;
    }
}

input,select,textarea{
    outline:1px solid darkgray;
}

.btn-info {
    background-color: #40c2cc !important;
}

@media (max-width: 768px) {
    .navbar.bg-light {
        display: table;
    }
}
.formsetup2buttontopmove {
    margin-bottom: 15px;
}