﻿div#PopupToolTip, div#PopupMessage
{
    /* The status info & tooltip in the top of the page */
    z-index: 999999;
    display: none;
    min-height:30px;
    max-height: 31px;
    overflow-y: auto;
    position: fixed;
    top: 10px;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    background: #37040C;
    opacity: 0.9;
    border-top: none!important;
    border-radius: 6px;
    box-shadow: 1px 4px 8px 0px #265F04;
    padding: 5px 0;
    text-align: center;
    color: #FFF;
    
    
}

#PopupMessage.error
{
    background:#F00;
}

#PopupMessage.success
{
    background: #088E1E;
}

div#PopupMessage #MessageText
{
    margin: 5px 0px;
    font-size: 110%;
    padding: 0 5px;
    font-family:serif;
}
/*
@media screen and (max-width:900px)
{
    body
    {
        font-family: 'Arial Rounded MT';
    }

    .mainMenu
    {
        width: 100%;
        background-color: white;
    }

    .leftContent
    {
        float: left;
        width: 100%;
    }

    .rightContent
    {
        float: right;
        width: 100%;
    }

    .ui-controlgroup > a
    {
        font-size: .75em;
        height: 45px;
    }

    .footerLink
    {
        width: 49%;
        float: left;
        margin-bottom: 2px;
        margin-right: 1px;
    }

    .footerLink a
    {
        background: url(/content/images/mobileArrow.png) no-repeat scroll right center transparent;
        display: block
        margin: -2px 0;
        word-wrap: break-word;
    }
}*/

/*
@media screen and (max-width:510px)
{
    body
    {
        font-family: 'Arial Rounded MT';
    }

    .mainMenu .ui-controlgroup
    {
        display: block;
        height: auto;
    }

    .ui-controlgroup > a
    {
        font-size: .75em;
        width: 50%;
        min-width: 50%;
        padding: 0 0;
    }

    .footerLink
    {
        width: 99%;
        float: left;
        margin-bottom: 2px;
        margin-right: 1px;
    }
}
*/
.textbox_reqdfield
{
border-right: 1px solid #F00!important;
}
.dropdwn_required
{
border-right: 1px solid #F00!important;
}

.cellquater
{
	width: calc(100% - 125px)!important;
  margin-right: 14px!important;
}


/* ----- Loading Animation Styles Starts Here ----- */

.animatediv
{
    background: #E0E5FF url('../../Images/Loading.gif') no-repeat;
    padding-left: 40px;
    height: 32px!important;
    font-size: 13px;
    line-height: 32px;
    position: fixed;
    bottom: 6px;
    left: 0;
    /*margin-left: -146px;*/
    width: 250px;
    z-index: 99999;
    box-shadow: 0px 0px 10px 0px #7F92C0;
    border-radius: 0px 6px 6px 0px;
    opacity: 0.85;
    border: 1px solid #E3E3E3;
}

/* ----- Loading Animation Styles Ends Here ----- */

.UpdtPrgrs-Wrapper
{
    display:none;
}

.UpdtPrgrs-Back-Full
{
    position: fixed;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    z-index: 99999999999999999997;
    background: #FFF;
    opacity: 0.3;
}

.UpdtPrgrs-Back
{
    height: 40px;
    width: 150px;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -75px;
    z-index: 99999999999999999998;
    background: #9AF3F5;
    filter: alpha(opacity=20);
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
}

.UpdtPrgrs
{
    height: 32px;
    width: 110px;
    position: fixed;
    top: 0;
    margin-top: 4px;
    left: 50%;
    margin-left: -45px;
    z-index: 99999999999999999999;
}

    .UpdtPrgrs .UpdtImg
    {
        float: left;
        height:32px;
        width:32px;
        background:url('../../Images/Loading.gif');
    }

    .UpdtPrgrs .UpdtMsg
    {
        margin-top: 9px;
        margin-left: 5px;
        float: left;
    }
