.canvasjs-chart-credit {
    display: none;
}

.bg-amero{background-color:#e9e9e9}

[v-cloak] {
	display: none;
}

.border-custom{
	border-color: #f5f5f5;
}

.number {    
	background: #EEEEEE;
    border-color: #DDDDDD;
    border-radius: 1px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    font-family: monospace;
    font-size: 13px;
    min-width: 100%;
    padding: 2px 3px;
    text-align: right;}

    .w-5{width:5%!important}
    .w-10{width:10%!important}
    .w-15{width:15%!important}
    .w-20{width:20%!important}
    .w-30{width:30%!important}
    .w-35{width:35%!important}
    .w-40{width:40%!important}

    .mb-1 {
        margin-bottom: 10px;
    }
    .border {
        border: 1px solid black;
    }

    .command-border {
        border: 1px solid black;
        border-bottom: 0;
    }

    .command-border:last-of-type {
        border-bottom: 1px solid black;
    }

    .bg-white {
        background-color: white;
    }

    .bg-grey {
        background-color: #f7f7f9;
    }

    .bg-ameroblue {
        background-color: #22395d;
    }

    .border-medium {
        border-color: #dddddd !important;
    }

    .navbar {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    }

    .text-color-muted-light {
        color:      white;
        opacity:    0.35;
    }

    .text-color-muted-medium {
        color:      white;
        opacity: 0.6;
    }

    .text-color-muted {
        color:      white;
        opacity: 0.85;
    }

    .text-on-hover-effect:hover {
        cursor: pointer;
        text-decoration: underline;
    }

    .bg-color-darkened {
       background-color:rgba(0, 0, 0, 0.1);
   }

   .text-monospaced {
    font-family: Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-warning {
 background-color: #f0ad4e
}

.sub-jumbo {
    border-top: 1px solid rgba(0,0,0,.125);
}


@media (min-width: 1200px) {
    .container {
        /*width: 1400px;*/
        width: 1500px;
    }
}


.card {
    border: 1px solid rgba(0,0,0,0.180);
}

.navbar-inverse .navbar-nav .nav-link{
    color: white;
}

.podio-bg {
    background-color: #4b89b2;
    color: #ffffff;
}

.w-20 {
    width: 20%;
}

.border-top {
    border-top: 1px solid rgba(0,0,0,.125);
}

.border-bottom {
    border-bottom: 1px solid rgba(0,0,0,.125);
}
/*input[type="date"]::-webkit-calendar-picker-indicator,*/
input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button{
    display: none;
}

.monospaced {
    font-family: 'Roboto Mono', monospace;
    font-size: 12px;
}

.modal-xl {
    max-width: 1600px;
}

.modal-toolbar {
    border-bottom: 1px solid #f5f5f5;
}

.bg-color-0 {
    background-color: #1bc98e; 
}
.bg-color-1 {
    background-color: #007bff;
}
.bg-color-2 {
    background-color: #dc3545;
}
.bg-color-3 {
    background-color: #17a2b8; 
}
.bg-color-4 {
    background-color: #007bff;
}

#pac-input {
    height: 30px;
    width: 150px;
}

.fit {
    object-fit: cover;
}

.btn, .form-control {
    transition:none;
}

#obs>p {
    margin-bottom: 0;
}