﻿.form-control.input-validation-error {
    border: 1px solid #e80c4d;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

span.field-validation-error {
    color: #d56161;
    font-size: 11px;
    font-style: normal;
    line-height: 15px;
    margin-top: 6px;
    padding: 0 1px;
}

.validMonth {
    background-color: #3FC380;
}

.invalidMonth {
    background-color: #F9BF3B;
}

.readonlyMonth {
    background-color: #F9BF3B;
}

aside {
    background: linear-gradient(to right, #2f3742 93%, #232a33 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.bold {
    font-weight: bold;
    color: #000000;
    vertical-align: middle; 
}

.bold-red {
    color: red;
}

.segmentlabel {
    width:108px;
    display:inline-block;
}

#ribbon {
    background-color: rgb(73,105,73);
}

.jarviswidget > header {
    background-color: rgb(73,105,73);
    border-color: #007f00 !important;
    color: #fff;
}

    .jarviswidget .nav-tabs li:not(.active) a, .jarviswidget > header > .jarviswidget-ctrls a {
        color: #fff !important;
    }


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload{
    display: block;
    width: 300px;
    height: 300px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}



@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}


.spinnerLayoutClass {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 90%;
    left: 50%;
    -webkit-filter: none !important;
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 22222;
    overflow: auto;
    position: absolute;
}

.untouchable:not(.spinnerLayoutClass) {
    pointer-events: none;
    -webkit-filter: blur(0.5px);
}

.input-validation-error-message{
    color:red;
}

.has-success .form-control {
    border-color:#cccccc;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label{
    color:black;
}