@charset "utf-8";
* {
    font-family: 'Lato', sans-serif;
    font-weight:500;
}
h1,h2,h4,h4,p,label,span,a,li,ol,div,.tooltip,table, tr, td{
    font-family: 'Lato', sans-serif !important;
    font-weight:500;
}
#page_wrapper{
    overflow: hidden;
    margin: 10px;
}

#map-canvas {
    height:300px;
}
.noTitleStuff{
    border-top: 4px solid #24557e;
}
.noTitleStuff .ui-button-icon-space{
    display: none;
}
#page_wrapper label.maplabel{
    display: block;
    padding-bottom: 0px;
    margin: 0px;
    color:#333;

}

.dialog_close{
    position: fixed;
     top: -3px;
    left: 2px;
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 20px;
}
.mapinfo-close i{
    font-size: 20px;
}
.textInput{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #767676;

}
textarea{
    width: 100%;
    height: 120px;
    border-radius: 4PX;
}
a:not(.btn):hover{
    background: #24557e!important;
    cursor: pointer;
    color: #fff;
}
.pull-right{float:right;}
.map-info{
 padding: 4px;
}
.ui-dialog {
    border:0px !important;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    line-height: 20px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    text-decoration: none;

    border-radius: 4px;
    outline: none;
    font-size: 12px;
    padding: 3px 10px;
    font-weight: 500;
}
#map_check_option, .select_vmp_id{
    height: 28px;
    margin-right: 10px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    padding: 0px 10px;
    position: relative;
    top: 4px;
    font-size: 12px;
}
.select_vmp_id{
    top:0px;
}

.pm_btn_primary {
    margin-left: 10px;
    background: #fff;
}
#vmpSaveBtn{
background: #FC8C2E !important;
BORDER: 1PX SOLID #FC8C2E !important;
COLOR: #FFF;
BOX-SHADOW: NONE;
WIDTH: 69px;
HEIGHT: 26PX;
TOP: 1PX;
POSITION: RELATIVE;
}
.pm_btn_green{
    border: 1px solid #64A843;
    background: #64A843;
    color:#fff;
}

.textInput.read_only{
    padding: 0px 10px;
    font-size: 13px;
    color: #454545;
    background: #eeee;
}

.f_name{
    background: #DBDBDB;
    padding: 6px 12px;
    border-radius: 4px;
    color: #333;
    text-transform: capitalize;
}
.f_name_empt i{
    font-size: 20px;
    color: #24557e;
}
.form-section{
    margin-bottom:6px;
}
.map-info .row{
    margin: 0px;
    padding: 0px;
}
label{
    color:#000;
    margin-bottom: 2px;
    font-size: 12px;
}

.maplabel {
    color:#000;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 600;
}
.ve_induction{
    padding-top:10px;
}
.fa.fa-xs{
    font-size: 1.3em;
}
.fa.fa-sm{
    font-size: 1.5em;
}
.text-blue{
    color: #24557E;
}