﻿
.field-validation-error {
    color: #e80c4d;
    font-size: 12px;
    margin-top: 3px;
    display: block;
}
.form-control-area .field-validation-error{
    position: absolute;
    bottom: -20px;
    left: 39px;
}
.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
    background-color: #faebe7;

}
input:-webkit-autofill {
    color: #fff !important;
} 
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset !important; /* Change the color to your own background color */
    -webkit-text-fill-color: #333 !important;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset !important;
    -webkit-text-fill-color: #333 !important;
} 
select.input-validation-error {
    border: 1px solid #e80c4d;
    background-color: #faebe7;
}

span.input-validation-error {
    border: 1px solid #e80c4d !important;
    background-color: #faebe7 !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

input[type="span"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.popup-header {
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
    text-transform: uppercase;
    background: #073052;
    color: #ffffff;
}

#myModalaa {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: lightgray;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#mask {
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

.popupBox .window {
    position: fixed;
    width: 440px;
    display: none;
    z-index: 9999;
}

.popup-disable {
    cursor: default;
    pointer-events: none;
    /*Button disabled - CSS color class*/
    color: #c0c0c0;
}

.content {
    overflow: auto;
    /*position: relative;*/
    padding: 10px;
    background: #333;
    margin: 2px auto;
    height: auto;
}

    .content li {
        margin: 0 4px;
    }

        .content li a {
            display: block;
            border: 7px solid rgba(255,255,255,.1);
        }

#content-1 {
    padding: 10px 60px;
    background-color: transparent;
    left: -11%;
}

    #content-1 .mTSButtonIcon {
        fill: gray;
    }

    #content-1 .mTSButton .mTSButtonIcon {
        opacity: 1;
    }

    #content-1 .mTSButton:hover .mTSButtonIcon {
        opacity: 1;
    }

.button {
   
}

.disable {
    opacity: 0.65;
    cursor: not-allowed;
}
