body.mobile {
    position:fixed !important;
    overflow:hidden !important;
}

div.systemPopup
{
    font-family: "Segoe UI", "Open Sans", Arial !important;
    border:0px !important;
    text-align: left;
    height: auto;
    width: 420px;
    min-width: 30%;
    max-width: 70%;
    -webkit-user-select: none;
    overflow: hidden;
    /*visibility: hidden;*/
    box-shadow: 0 0 10px black;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color:#6BADF6 !important;
    padding:0px 8px 8px 8px;
}

    div.systemPopup .title
    {
        margin:0px;
        padding:0px;
        color: #000;
        position: relative;
        top: 0px;
        height: 28px;
        line-height: 18px;
        padding: 0px;
        border-bottom: solid 1px #CCC;
        width: 100%;
        text-align: center;
        background-color: #6BADF6;
        font-size: 12pt;
    }
        div.systemPopup .title span {
            margin: 3px;
            line-height: 12px;
            vertical-align: middle;
            text-transform: capitalize;
            cursor: default;
            top:4px;
            position:relative;

        }

        div.systemPopup .title .closeBtn
        {
            display: inline-block;
            margin: 0px;
            padding: 0px;
            margin-left: 3px;
            top: 0px;
            bottom: 0px;
            background-image: url(../images/core/btnclose.png);
            background-repeat: no-repeat;
            right: 0px;
            position: absolute;
            background-position: 15px 0px;
            background-color: #AA4040;
            width: 47px;
            text-align:center;
            max-height:22px;
            margin-right:-5px;
        }

        div.systemPopup .title .closeBtn:hover {
            background-color: #CC0000;
        }


    div.systemPopup .body
    {
        margin:0px;
        padding:0px;
        background-color:#fff;
        width:100%;
        min-height:158px;
        height:auto;
        position:relative;
        padding-top:16px;
    }
        div.systemPopup .body .inputContainer
        {
            width:100%;
            height:auto;
            min-height:110px;
            padding:0px;
            position:relative;
        }
            div.systemPopup .body .inputContainer .row
            {
                display: inline-flex;
                display: -webkit-inline-flex;
                display: -ms-flexbox;

                font-size:8pt;
                width:96%;
                margin:2px 1% 1px 1%;
                padding:0px 5px 0px 5px;

                min-height:24px;
                height:auto;
                float:left;
                clear:both;
                position:relative;
            }
                div.systemPopup .body .inputContainer .row .label
                {
                    text-align:right;
                    width:90px;
                    min-width:90px;
                    padding:0px;
                    margin:0px;
                    color:#303030;
                    float:left;
                    padding-right:10px;
                    line-height:24px;
                    font-weight:500;
                    font-size:10pt;
                    position:relative;
                }

                div.systemPopup .body .inputContainer .row .textField
                {
                    text-align:left;
                    width:100%;
                    height:20px;
                    padding:0px;
                    margin:0px;
                    color:#303030;
                    float:left;
                    margin-right:3px;
                    position:relative;
                    border:1px solid #b5b5b5;
                    padding-left:3px;
                    padding-right:3px;
                }

                div.systemPopup .body .inputContainer .row .fileContainer
                {
                    -webkit-user-select:auto;
                    width:100%;
                    height:auto;
                    min-height:33px;
                    border:0px;
                    padding-bottom:15px;
                    margin-top:-12px;
                }
                    div.systemPopup .body .inputContainer .row .fileContainer p
                    {
                        font-size:13px;
                    }

                    div.systemPopup .body .inputContainer .row .fileContainer a
                    {
                        font-size:13px;
                        margin-bottom:10px;
                    }

                 div.systemPopup .body .inputContainer .row .link
                {
                    -webkit-user-select:auto;
                    width:100%;
                    height:20px;
                    border:0px;
                    z-index:999999;
                    cursor:default;
                    line-height:20px;
                    padding:0px;
                    padding-top:2px;
                    margin:0px;
                    font-size:14px;
                }


                div.systemPopup .body .inputContainer .row .error
                {
                    padding: 0px;
                    font-size: 12px;
                    color: #FF0000;
                    overflow: hidden;
                    height: 14px;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    border:0px;
                }

                div.systemPopup .body .inputContainer .row .cmbFilter
                {
                    padding:0px;
                    height:24px;
                }

                div.systemPopup .body .inputContainer .row .fileselector
                {
                    background-image:url("../images/core/fileselector.png");
                    background-repeat:no-repeat;
                    background-position:right center;
                    border:1px solid #b5b5b5;
                    height:22px;
                }

                div.systemPopup .body .inputContainer .row .progressContainer
                {
                    height:auto;
                    min-height:20px;
                    border:0px !important;
                    padding:0px;
                    margin:-1px 0px -1px 0px;
                    position:relative;
                }

                div.systemPopup .body .inputContainer .row textarea
                {
                    min-height:36px;
                }

                div.systemPopup .body .inputContainer .row textarea.subject
                {
                    height:36px;
                }

                div.systemPopup .body .inputContainer .row textarea.description
                {
                    height:72px;
                }
                div.systemPopup .body .inputContainer .row textarea.details
                {
                    color:#848484;
                    height:22px;
                    -webkit-transition:height 0.5s;
                       -moz-transition:height 0.5s;
                        -ms-transition:height 0.5s;
                         -o-transition:height 0.5s;
                            transition:height 0.5s;
                }
                div.systemPopup .body .inputContainer .row textarea.expand
                {
                    height:176px;
                }

                div.systemPopup .body .inputContainer .row .terms
                {
                    font-size:7pt;
                    color:#606dc7;
                    height:36px;
                    white-space:initial;
                    text-align:left;
                    word-wrap:initial;
                }

        div.systemPopup .body .buttonsContainer
        {
            width:100%;
            height:50px;
            padding:0px;
            background-color:#f0f0f0;
            border-top:1px solid #ccc;
            position:relative;
            bottom:0px;
            text-align:right;
            overflow:hidden;
            white-space:nowrap;

            /*width:100%;
            height:50px;
            padding:0px;
            position:relative;
            margin-bottom:0px;
            bottom:0px;
            border-top:1px solid #ccc;
            background-color:#f0f0f0;
            display:table-cell;
            vertical-align:middle;*/
        }
            div.systemPopup .body .buttonsContainer a
            {
                font-weight:normal;
                color:#333;
                margin-right:6px;
                display:inline-block;
                min-width:48px;
                text-align:center;
            }
            div.systemPopup .body .buttonsContainer a:last-child {
                margin-right:15px;
            }

            div.systemPopup .body .buttonsContainer .button {
                position: relative;
                border-style: solid;
                border-width: 1px;
                border-color: #999;
                border-radius: 4px;
                -moz-border-radius: 4px;
                -webkit-border-radius: 4px;
                background: -moz-linear-gradient(#FFFFFF,#EFEFEF);
                background: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#EFEFEF));
                background-color: #F7F7F7;
                color: #555;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 11px;
                font-weight: bold;
                text-decoration: none;
                padding: 5px 15px 5px 15px;
                top: 13px;
                margin: 0px 6px;
                white-space: nowrap;
                min-width:70px;
            }

            div.systemPopup .body .buttonsContainer .button:hover, div.systemPopup .body .buttonsContainer .button:visited, div.systemPopup .body .buttonsContainer .button:active {
                color: #000;
                text-decoration: none;
            }

            div.systemPopup .body .buttonsContainer .button:hover
            {
                background: -moz-linear-gradient(#FFFFFF,#cfddea);
                background: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#cfddea));
                background-color: #cfddea;
                color: #000;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 11px;
                font-weight: bold;
            }

            div.systemPopup .body .buttonsContainer .footerContainer
            {
                float:left;
                clear:both;
                height:20px;
                width:70%;
                margin-top:15px;
                margin-left:5px;
            }
                div.systemPopup .body .buttonsContainer .footerContainer .checkbox
                {
                    float:left;
                    clear:both;
                }
                div.systemPopup .body .buttonsContainer .footerContainer .label
                {
                    float:left;
                    line-height:0px;
                }

#touchkbd {
    border: none;
    color: transparent;
    text-shadow: 0 0 0 gray;
    font-size: 0.1px;
}



#_ipbs_
{
    left:0px;
    top:0px;
    margin:0px;
    padding:0px;
    background-color:transparent;
    position:absolute;
    width:100%;
    height:100%;
    z-index:0;
    overflow:hidden;
    border:0px;
}
    #_ipbs_ body
    {
        overflow:hidden;
    }

#printDialogBackground-block
{
    position:absolute;
    width:100%;
    height:100%;
    background-color:#000;
    opacity:0.6;
    z-index:99;
    cursor:none;
    display:none;
    margin:0px;
    padding:0px;
    left:0px;
    top:0px;
    bottom:0px;
    right:0px;
}

#printDialogPreviewContainer
{
    font-family: Arial, Helvetica, sans-serif;
    display: inline;
    margin: 0px;
    padding: 0px;
    position: absolute;
    display: block;
    height: auto;
    width: 60%;
    min-width:440px;
    max-width:1000px;

    background-color: #f0f0f0;
    box-shadow: 5px 5px 20px #8E8DB3;
    text-align: center;
    z-index: 9999999;
    padding:10px;
    display:none;
    z-index:99999999;
}

    #printDialogPreviewContainer .title
    {
        font-family: Arial, Helvetica, sans-serif;
        text-align:left;
        margin-top:3px;
        height:18px;
        line-height:14px;
        width:100%;
        float:left;
        border:0px;
        font-weight:bold;
        color:#6E6C6C;
        border-bottom:1px solid #e5e5e5;
    }

    #printDialogPreviewContainer .bodyContainer
    {
        margin-top:10px;
        clear:both;
        float:left;
        background-color:transparent;
        height:auto;
        width:100%;

    }
        #printDialogPreviewContainer .bodyContainer #printDialogSafariIOSIframeContainer {
            overflow: auto;
            overflow-x: hidden;
            -webkit-overflow-scrolling:touch;
        }
        #printDialogPreviewContainer .bodyContainer iframe
        {
            width: 100%;
            min-height:250px;
            max-height:700px;
            border: 0px;
            background-color: transparent;
        }

        #printDialogPreviewContainer .bodyContainer div
        {
            height:auto;
            border: 0px;

        }
            #printDialogPreviewContainer .bodyContainer div img
            {
                background-color: transparent;
                background-repeat:no-repeat;
                background-position:center center;
                border:0px;
                margin-bottom:5px;
            }
            #printDialogPreviewContainer .bodyContainer div img.generic
            {
                width:128px;
                height:128px;
                background-image:url('/images/pdf-icon.png');
            }
            #printDialogPreviewContainer .bodyContainer div img.adobe
            {
                margin-top:30px;
                width:158px;
                height:39px;
                background-image:url('/images/GetAdobeFlashPlayer.png');
            }

    #printDialogPreviewContainer #printDialogModeContainer
    {
        text-align:right;
        margin-top:3px;
        clear:both;
        float:left;
        background-color:transparent;
        min-height:20px;
        width:100%;
        margin-right:20px;
        padding:0px;
        line-height:20px;
        font-size:12px;
    }
        #printDialogPreviewContainer #printDialogModeContainer span:last-child
        {
            margin-right:20px;
        }

    #printDialogPreviewContainer .buttonsContainer
    {
        margin-top:10px;
        float:right;
        margin-right:11px;
    }
         #printDialogPreviewContainer .buttonsContainer .button
         {
            width:100px;
            height:22px;
            font-size:14px;
         }

        #printDialogPreviewContainer .buttonsContainer input:first-child {
            margin-right:5px;
        }

    #printDialogPreviewContainer .footer
    {
        text-align:left;
        clear:both;
        float:left;
        background-color:transparent;
        min-height:11px;
        width:auto;
        max-width:60%;
        font-size:11px;
        line-height:11px;
        margin-top:-22px;
    }

     #printDialogPreviewContainer .footer input:first-child
     {
         margin-left:2px;
     }

     #printDialogPreviewContainer .footer input.value
    {
        background-color: transparent;
        border-color: #cecece;
        border-style: solid;
        border-width: 1px;
        width: 50px;
        text-align: right;
        margin-left:5px;
    }

    #printDialogPreviewContainer .footer .button
    {
        float:right;
        margin-top:10px;
        z-index:99999999;
        cursor:pointer;
    }

    #printDialogPreviewContainer .footer .disabled {
        color:#808080;
    }

.growlUI {
    font-family: Arial, Helvetica, sans-serif;
    padding:2px;
    padding-top:5px;
}
.growlUI .title
{
    font-size:16px;
    /*color:#fafafa;*/
}

.growlUI .msg
{
    font-size:13px;
    /*color:#f7f1f1;*/
}

.growlUI #printGrowUIOptions {
    margin:0px;
    padding:0px;
    margin-top:10px;
    padding-top:10px;
    height:20px;
    width:215px;
    margin:auto;
    position:relative;
}
    .growlUIError #printGrowUIOptions{
        width:295px;
    }

    .growlUI #printGrowUIOptions .msg {
        font-size:13px;
        position:relative;
        padding-top:3px;
    }

    .growlUI #printGrowUIOptions .option
    {
        width:50px;
        height:15px;
        border-radius: 4px;
        position:relative;
        float:right;
        margin-top:0px;
        padding-top:4px;
        font-size:11px;
        /*background: -moz-linear-gradient(#b5adad,#615f5f);
        background: -webkit-gradient(linear,left top,left bottom,from(#b5adad),to(#615f5f));*/
        color:#7a7a7a;
        background-color: #a3a4a6;
        border: 1px solid #a2a2a2; /*79b5da;*/
        /*opacity: 0.35;*/
        /*filter: alpha(opacity=35);*/

    }

    .growlUI #printGrowUIOptions .active {
        /*border-left:0px;
        border-top-left-radius:0px;
        border-bottom-left-radius:0px;*/

        -webkit-transition: background-color 300ms linear;
        -moz-transition: background-color 300ms linear;
        -o-transition: background-color 300ms linear;
        -ms-transition: background-color 300ms linear;
        transition: background-color 300ms linear;
        background-color: #a0d0ff;
        border:1px solid #719dca;
        color: #000;
    }

     .growlUI #printGrowUIOptions .inactive {
        /*border-right:0px;
        border-top-right-radius:0px;
        border-bottom-right-radius:0px;*/

        -webkit-transition: background-color 300ms linear;
        -moz-transition: background-color 300ms linear;
        -o-transition: background-color 300ms linear;
        -ms-transition: background-color 300ms linear;
        transition: background-color 300ms linear;
        color:#505050;
        background-color: #a5a4a4;
        border: 1px solid #929292;
    }

    .growlUI #printGrowUIOptions .selected
    {
        opacity: 1;
        -webkit-transition: background-color 300ms linear;
        -moz-transition: background-color 300ms linear;
        -o-transition: background-color 300ms linear;
        -ms-transition: background-color 300ms linear;
        transition: background-color 300ms linear;
    }

    .growlUI #printGrowUIOptions .option:hover
    {
        -webkit-transition: background-color 300ms linear;
        -moz-transition: background-color 300ms linear;
        -o-transition: background-color 300ms linear;
        -ms-transition: background-color 300ms linear;
        transition: background-color 300ms linear;
    }


@media only screen and (max-width: 640px)
{

}

@media only screen and (max-width: 440px)
{
    #printDialogPreviewContainer
    {
        max-width: 100%;
        min-width: 100%;
        border: solid 1px #A0A0A0;
        box-sizing: border-box;
    }
    #printDialogPrintMethodLabel
    {
        font-size: 90%;
    }
    #printDialogPreviewContainer .bodyContainer #printDialogSafariIOSIframeContainer {
        overflow-x: auto;
    }
}