﻿.new-request-modaldlg
{
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.new-request-modaldlg-caption
{
    color: rgba(0,0,0,0.68);
    font-family: Arial;
    font-size: 1.38em;
    line-height: 1.67em;
    text-align: center;
    display: table-row;
}

.new-request-modaldlg-content
{
    margin: auto;
    width: 411px;
    border-radius: 12px;
    background-color: #FFF;
    box-shadow: 0 0 50px 0 rgba(119,116,116,0.5);
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 60px;
    padding-bottom: 30px;
    position: relative;
    display: table;
}

.new-request-modaldlg-closeBtn
{
    position: absolute;
    z-index: 1001;
    height: 27px;
    width: 27px;
    background: url('./Images/Close.png') no-repeat scroll center center;
    right: 39px;
    top: 32px;
    cursor: pointer;
}

.new-request-modaldlg-request
{
    display: table-row;
    text-align: center;
    color: #366;
    font-size: 1.37em;
    line-height: 1.68em;
    text-align: center;
}

    .new-request-modaldlg-request textarea
    {
        width: 520px;
        margin-top: 10px;
        margin-bottom: 10px;
        box-sizing: border-box;
        border: 1px solid #aaa;
        border-radius: 3px !important;
        padding-left: 5px;
        padding-right: 5px;
    }

.new-request-modaldlg-request-buttons
{
    padding-top: 25px;
    text-align: center;
    display: table-row;
}

.new-request-modaldlg-button-ok.disabled
{
    color: #999;
    cursor: default;
}

.new-request-modaldlg-button-ok
{
    height: 33px;
    min-width: 111px;
    border-radius: 3px;
    background-color: #68B8D3;
    color: #FFF;
    font-family: Verdana;
    font-size: 1em;
    line-height: 1.21em;
    border: 1px solid transparent;
    cursor: pointer;
    margin-right: 10px;
}

    .new-request-modaldlg-button-ok:not(.disabled):hover
    {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.new-request-modaldlg-button-cancel
{
    height: 33px;
    min-width: 111px;
    border-radius: 3px;
    background-color: #FFF;
    border: 1px solid #8C9999;
    font-family: Verdana;
    font-size: 1em;
    line-height: 1.21em;
    cursor: pointer;
}

    .new-request-modaldlg-button-cancel:hover
    {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }






.new-request-modaldlg #drop-area
{
    border: 2px dashed #ccc;
    border-radius: 20px;
    width: 480px;    
    margin: 10px auto;
    padding: 20px;
}

    .new-request-modaldlg #drop-area.highlight
    {
        border-color: purple;
    }

.new-request-modaldlg p
{
    margin-top: 0;
}

.new-request-modaldlg .my-form
{
    margin-bottom: 10px;
}

.new-request-modaldlg .button
{
    display: inline-block;
    padding: 10px;
    background: #ccc;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;
}

    .new-request-modaldlg .button:hover
    {
        background: #ddd;
    }

.new-request-modaldlg #fileElem
{
    display: none;
}
