﻿

.modalContainer
{
    /*display: inline-block;*/
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 700px;
    border-bottom: 1px solid #888888;
    padding-left:40px;
    padding-right:40px;
}


.modalEntContainer
{
    /*display: inline-block;*/
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 700px;
    border-bottom: 1px solid #888888;
    /*padding-left:40px;
    padding-right:40px;*/
}

.backgroundWhite
{
    background-color:white !important;
}

.showFront
{
    z-index: 10000 !important;
}
[disabled].form-control
{
    cursor:auto;
}

.showPointer
{
    cursor:auto !important;
}

.selectedBorder
{
    border-left: 3px solid #abb9d3 !important;
    /*border-bottom: 3px solid #888 !important;*/
}
.selectedBackground
{
    background-color:#abb9d3 !important;
}

.background-lightGray
{
    background-color:ButtonFace
}

/*[readonly].form-control, fieldset[disabled] .form-control
{
    This goes with the above style. The other sets the mouse to the arrrow for form controls that are disabled.
}*/