﻿
.field-validation-error {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    line-break: auto;
    display: block;
    margin: 0px auto;
    /*min-width: 97.5%;*/
    font-family: 'Droid Arabic Kufi', Tahoma !important;
    max-width: 100%;
    padding: 5.5px 8px;
    color: #fff;
    text-align: center;
    background-color: #dd4b39;
    border-radius: 4px;
    position: absolute;
    z-index: 980;
    margin-top: -69px;
    /*height:24px;*/
}

.field-validation-error2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    line-break: auto;
    display: block;
    margin: 0px auto;
    min-width: 97.5%;
    font-family: 'Droid Arabic Kufi', Tahoma !important;
    max-width: 100%;
    padding: 5.5px 8px;
    color: #fff;
    text-align: center;
    background-color: #dd4b39;
    border-radius: 4px;
    position: absolute;
    z-index: 980;
    margin-top: -82px;
    /*height:24px;*/
}



.tooltip.error .tooltip-inner {
    background: #dd4b39;
    width: 100%;
}

.tooltip.error.top .tooltip-arrow {
    border-top-color: #dd4b39;
}

.tooltip.error.top-left .tooltip-arrow {
    border-top-color: #dd4b39;
}

.tooltip.error.top-right .tooltip-arrow {
    border-top-color: #dd4b39;
}

.tooltip.error.right .tooltip-arrow {
    border-right-color: #dd4b39;
}

.tooltip.error.left .tooltip-arrow {
    border-left-color: #dd4b39;
}

.tooltip.error.bottom .tooltip-arrow {
    border-bottom-color: #dd4b39;
}

.tooltip.error.bottom-left .tooltip-arrow {
    border-bottom-color: #dd4b39;
}

.tooltip.error.bottom-right .tooltip-arrow {
    border-bottom-color: #dd4b39;
}
