
ul.ui-autocomplete.ui-menu-item{width:400px;
                                font-weight: 400;
                                font-family: Arial, Helvetica, sans-serif;
                              
}
/* 
    targets the first result's <a> element, 
    remove the a at the end to target the li itself 
*/
ul.ui-autocomplete.ui-menu li:first-child a{
    color:#6699CC;
}
.ui-menu-item-wrapper{
    
}
.ui-helper-hidden-accessible {
/*    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
     margin: -1px; 
    overflow: hidden;
    padding: 0;
    position: absolute;*/
    /* width: 1px; */
}
    
    
    .center-block{text-align: center;}
    .reg_logo{
        height: 40px;
        padding-bottom: 14px;
    }.LoginForm{
        margin: 0 auto !important;
        float: none;
        // text-align: center;
    }
    .error{
        color: red;
    }
    .hidden{
        display:none!important;
    }
    .Action{float:right;cursor: pointer;}
    .find{
        //  margin-left: 8px;
        cursor: pointer;
    }
    #manageFiles .fileRecord,#manageFiles .folderRecord {
        border-bottom: 1px dotted #cccccc;
        padding: 0px 8px;
        margin-bottom: 2.5rem;
        // width:100%;
    }
    .allFiles{
        line-height: 0.4 !important;
        margin-top: 15px;
    }
    .DisplayLink{
        text-decoration: none;
        cursor: pointer;
        color: black;
    }
    .DisplayPointer{
        cursor: pointer;
        color: black;
    }
    .btn-activate{
        margin-bottom: 0rem;
        height: 27px;
        line-height: 26px;
        padding: 0 20px;
    }
    .table-header{
        border-bottom: 1px solid #6699CC;
    }
    table tr:nth-child(odd) td{
        background-color: aliceblue;
    }

    .manageFolder{
        /*    border: 2px solid #d4d4d4 !important;
            padding-left: 15px;
            margin-bottom: 20px;
            border-radius: 10px;*/
        width:100%;
        display:grid;
        border: 1px solid #ccc;
        padding: 6px;
        border-radius: 6px;
        margin: 0 auto !important;
    }

    .heading{
        float: left;
    }
    .plan .disable{
        position: relative;

        line-height: 40px;
        font-size: 16px;
        font-weight: 500;
        color: white;
        text-align: center;
        text-decoration: none;
        background: lightgray;

    }
    .plan-highlight .disable{
        position: relative;

        line-height: 40px;
        font-size: 16px;
        font-weight: 500;
        color: white;
        text-align: center;
        text-decoration: none;
        background: lightgray;

    }
    .btnalign{
        margin-top: 6.5%;
    }
    .topmenu {
        text-align: right;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1500;
        background: #fff;
        padding: 4px 0px;
        margin-bottom: 24px;
        -webkit-box-shadow: 0px 3px 7px 1px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 3px 7px 1px rgba(0,0,0,0.3);
        box-shadow: 0px 3px 7px 1px rgba(0,0,0,0.3);
    }

    .topmenu .fa {color: #ccc;}
    .topmenu h4 {margin: 0px; padding: 0px;}
    .mainCTA {float: left; }
    .mainCTA .fa {color: #fff;}


    #logoFooter {text-align: center; margin-top: 20%; font-size: 84% ;}
    #logoFooter img {height: 40px;}

    #manageFiles p {
        border-bottom: 1px dotted #cccccc;
        padding: 0px 8px;
    }

    #addForms hr {
        border-bottom: 1px dotted #cccccc;
        padding: 0px 8px;
    }

    .pullRight {
        float: right;
    }

    ul.employees li {border-bottom: 1px dotted #cccccc;
                     padding: 0px 8px;}

    .fileViewPane {
        width: 100%;
        overflow: auto;
        height: auto;
        border: 1px solid #ccc;
        padding: 6px;
        border-radius: 6px;
    }
    /*.subFolder{margin-left: 12px;}*/
