﻿.glyphicon-info-sign:before {
    content: "\e086";
}

body {
    background-color: #444;
}

.alignMiddle {
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    height: 265px;
}

#tooltip {
    text-align: center;
    color: #fff;
    background-color: #000;
    position: absolute;
    z-index: 100;
    padding: 10px;
    border-radius: 5px;
}

    #tooltip:after {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #0096d6;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }

    #tooltip.top:after {
        border-top-color: transparent;
        border-bottom: 10px solid #0096d6;
        top: -20px;
        bottom: auto;
    }

    #tooltip.left:after {
        left: 10px;
        margin: 0;
    }

    #tooltip.right:after {
        right: 10px;
        left: auto;
        margin: 0;
    }

.inpError {
    border: 1px solid red;
}

.customBlueBtn, .customBlueBtn:hover {
    background-color: #000;
    color: #ffffff !important;
    cursor: pointer;
    margin-left: 0px;
    text-transform: capitalize;
    padding: 4px 14px;
    border: 0 none;
    border-radius: 0;
    font-size: 12px;
    font-weight: 500;
    border-color: transparent;
}

.orangeLink, .orangeLink:hover, .orangeLink:focus {
    color: #ED640E;
    text-decoration: underline;
}

.blueColor {
    color: #0096d6;
}

.font-size-16 {
    font-size: 14px;
}