﻿.divFLPMenu {
    float: left;
    width: 47%;
    height: 55px;
}

.divFLPDataFileName {
    float: left;
    width: 75px;
    height: 45px;
    margin-top: 10px;
}

.divFLPDataFileDropDown {
    float: left;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    margin-top: 5px;
    width: 40%;
}

.importHeader {
    border-radius: 25px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 0px;
    height: 35px;
    width: 450px;
    vertical-align: middle;
    /*  background-color: lightsteelblue; */
}

.importStateLAR {
    border-radius: 25px;
    margin-left: 20px;
    margin-bottom: 8px;
    margin-right: 0px;
    margin-top: 0px;
    vertical-align: middle;
    /*  height: 35px; 
    background-color: lightsteelblue;   */
}

.importContents {
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.importItems {
    margin-left: 30px;
    margin-bottom: 10px;
}

.importItemsRight {
    margin-right: 30px;
}

.importItemsCol1 {
    float: left;
    width: 47%;
}

.importItemsCol2 {
    float: left;
    width: 45%;
}

.importItemText {
    font-size: 14px;
}

.importItemText:before {
    content: "• ";
}

.menuHeaderText {
    clear: both;
    display: inline-block;
    margin-left: 15px;
    padding-top: 10px;
    color: black;
    font-size: 14px;
    font-weight: bold;
}

.bcolor1 {
    background-color: white;
    /*  background-color: aliceblue; */
}

.dxm-popup {
    white-space: nowrap !important;
    color: black;
    font-family: Verdana;
    font-size: 10px;
    padding: 8px;
}
