﻿.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee !important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

#myTitle{
    padding-top: -10px;
}

#top-link {
    opacity: 0.4;
    z-index: 99999;
    display: none;
    position: fixed;
    right: 5px;
    bottom: 5px;
    color: green;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid green;
    background: Lightgreen;
    padding: 20px;
}


input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label {
        padding-left: 34px;
        height: 25px;
        display: inline-block;
        line-height: 25px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 15px;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 -25px;
    }

label.css-label {
    background-image: url('../img/cssCheckbox25.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.example {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
}

    .example input[type=checkbox]:not(old),
    .example input[type=radio ]:not(old) {
        width: 28px;
        margin: 0;
        padding: 0px;
        opacity: 0;
    }

        .example input[type=checkbox]:not(old) + label,
        .example input[type=radio ]:not(old) + label {
            display: inline-block;
            margin-left: -28px;
            padding-left: 28px;
            background: url('../img/cssExampleCheckbox.png') no-repeat;
            background-position: 0px 0px;
            line-height: 24px;
            font-size: 14px;
        }

        .example input[type=checkbox]:not(old):checked + label {
            background-position: 0 -24px;
        }

        .example input[type=radio]:not(old):checked + label {
            background-position: 0 -48px;
        }

    label.examplelabel {
        background-image: url('../img/cssExampleCheckbox.png');
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    border: 1px solid #323232;
    padding: 2px;
    background-color: #323232;
    color: #ffffff;
    opacity: 0.90;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 250px;
    height: 120px;
    vertical-align:middle;
    text-align: center;
    z-index: 100000;
}

.tdlabel-header
{
    font-weight: bold;
    text-align:center;
    background-color: #D9D9D9;
    color: black;
    border: 2px solid #CCCCCC;
    outline: 1px solid #BFBFBF;
}

#sticky.stick {
    opacity: 0.9;
    position: fixed;
    bottom: 5px;
    z-index: 10000;
    border-radius: 0 0 0.5em 0.5em;
}

tr.selected {
    color: #FFF;
}

tr.selected > td {
    background-color: #428bca !important;
}

.footer-total {
    font-family: "Helvetica Neue", "Helvetica, Arial", "sans-serif";
    font-size: 14px;
    font-weight: bold;
    text-align:right;
}

label.control-label.text-info:after {
    content: " *";
}

#divTop {
    padding-top: 80px;
}

@media (min-width: 768px) {
    #divTop {
        padding-top: 26px;
    }
}

@media (min-width: 802px) {
    #divTop {
        padding-top: 50px;
    }
}

@-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: 3rem;
    height: 3rem;
    vertical-align: text-bottom;
    border: .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: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    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
}

.change-placeholder-color-input::placeholder {
    color: #3a87ad;
}

.change-placeholder-color-input-dropdown {
    border-bottom: thin solid #3a87ad ;
}