﻿.customtolltip2 {
    display: none !important;
    padding: 0 !important;
    z-index: 1000;
}

.error {
    color: red;
    display: block;
    font-size: 11px;
    position: relative;
    font-weight: normal;
    padding-top: 0px;
    margin-bottom: 0px;
}

.error-remove {
    display: none;
}

small.customtolltip_top.fa.fa-info-circle {
    position: absolute;
    top: -10px;
    right: -10px;
    vertical-align: top;
    padding: 0 !important;
    display: inline-block !important;
}

small.customtolltip_top.fa-info-circle:before {
    content: "\f05a";
    color: #127bf3;
}

small.customtolltip_top:hover .customtolltip2 {
    display: block !important;
    width: 250px;
    padding: 10px !important;
    background: #127bf3;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    border-radius: 3px;
    margin-left: -125px;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Poppins', sans-serif;
}

.customtolltip2:after {
    border-left: transparent solid 10px;
    border-right: transparent solid 10px;
    border-top: #127bf3 solid 10px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

.locatmapBx {
    height: 300px;
}

.uploadBx > span {
    position: absolute;
    right: 0;
    top: 0px;
    width: 80px;
    padding-right: 0 !important;
}

.browseBtn {
    background: #0172f4;
    width: 80px;
    height: 38px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    float: right;
}
.uploadBx .browseBtn {
    height: 34px;
}
    .modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: 'Helvetica' !important;
    font-size: 10pt;
    display: none !important;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
}
.loading img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}