﻿.tooltip.top .tooltip-inner {
    background-color: #D65C4F;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #D65C4F;
}

.tooltip.right .tooltip-inner {
    background-color: #D65C4F;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #D65C4F;
}

.tooltip.bottom .tooltip-inner {
    background-color: #D65C4F;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #D65C4F;
}

.tooltip.left .tooltip-inner {
    background-color: #D65C4F;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #D65C4F;
}





.has-error .form-control, .has-error .form-control:focus {
    border-color: #d65c4f !important;
    box-shadow: none;
    background-color:#ffffff !important;
}
