.holder
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    transition: background-color 0.3s ease 0s;
    z-index: 1000;
}

.content
{
    position: fixed;
    text-align: center;
    z-index: 1001;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 0.2cm;
}

.close
{
    position: absolute;
    right: 0;
    top: 0;
    width: 0.8cm;
    height: 0.8cm;
    background: red;
    border-radius: 5px;
    font-size: 10px;
    cursor: pointer;
    line-height: 0;
}

.veryLongTextField { width: 15cm; }

#content_DirectionDetail
{
    background-color: #ffde7b;
    top: 3cm;
    bottom: 2cm;
    left: 5cm;
    right: 10cm;
    overflow-x: hidden;
    overflow-y: scroll;
}

#content_Saving
{
    background-color: #ffcc00;
    top: 5cm;
    bottom: 4cm;
    left: 7cm;
    right: 12cm;
}

#content_Searching
{
    background-color: #f6f6f6;
    top: 5cm;
    bottom: 4cm;
    left: 7cm;
    right: 12cm;
}