/* Default CSS Stylesheet for a new Web Application project */


.generalText
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    }
.generalText1
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}
.reportText
{
    font-family: Free 3 of 9 Extended;
    font-size: .20em;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}
.inputText
{
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}
.headText
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    vertical-align: middle;
    text-align: center;
    color: Black;
}
.title-1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #330000;
    text-decoration: none;
    text-align: right;
    letter-spacing: 1px;
}
.logintxt
{
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}
.copyright
{
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #0066CC;
    text-decoration: none;
}
.label-nm
{
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}
.txt-box
{
    font-family: tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #990000;
    text-decoration: none;
    background-color: #e5e5e5;
    height: 18px;
    width: 150px;
    border: 1px solid #A7A7A7;
}

.tr-height
{
    height: 32px;
}
.GridHeaderStyle
{
    background-color: #a9a9a9;
    color: White;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.contentBold
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    text-decoration: none;
}
.link
{
    font-family: tahoma;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
a.link:hover
{
    color: #CC3300;
}
.box
{
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #999999;
    border-left-color: #999999;
}
.dontshowPromt
{
    display: none;
}
.popupControl
{
    background-color: White;
    position: absolute;
    visibility: hidden;
}
.buttonbg
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    border: 1px #000000 solid;
    cursor: hand;
    background-image: url('images/button_bg.gif');
}
.modalBackground
{
    background-color: Gray;
   /* filter: alpha(opacity=40);
    opacity: 0.5; */
    
    width:100%;
    height:auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity =50)"; /*MS proprietary for IE8*/ 
   -moz-opacity: 0.5;    
}
.panel
{
    position: absolute;
    top: 10px;
    padding: 0px 0px 0px 0px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #F0F8FF;
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
}
.AutoExtender /*Property Name : CompletionListCssClass*/
{
    font-size: 12px;
    font-weight: normal;
    border-top-color: #0e771d;
    border-top-width: 50px;
    border: solid 1px #6d970c;
    line-height: 25px;
    padding: 0px;
    background: White;
    margin-left: 0px;
    white-space: pre-wrap;   
    white-space: pre-wrap;
                position:relative;
    width: 245px !important;
    -moz-box-shadow: 1px 1px 3px #555;
    -webkit-box-shadow: 1px 1px 3px #555;
    box-shadow: 1px 1px 3px #555;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 1000000 !important;
    background-color: black;
}

.AutoExtenderList /*Property Name : CompletionListItemCssClass*/
{
    padding: 1px;
    text-align: left;
    border-bottom: dotted 1px #006699;
    cursor: pointer;
    color: Black;
    background: White;
    z-index: 1000000 !important;
}
.AutoExtenderHighlight /*Property Name : CompletionListHighlightedItemCssClass*/
{
    color: White;
    background-color: #a4b664;
    cursor: pointer;
    padding: 1px;
    text-align: left;
    white-space: normal;
    z-index: 1000000 !important;
}/*Modified by Jayashree N on 22aug2016*/
 .autocomplete_completionListElement
        {            margin: 0px !important;
             background-color: white;
            color: windowtext;
            border: buttonshadow;
            border-width: 1px;
            border-style: solid;
            cursor: 'default';
               height: expression( this.scrollHeight > 200 ? "200px" : "auto" ); 
           overflow:expression( this.scrollHeight > 200 ? "auto" : "none" ); 
            overflow-x:expression( this.scrollHeight > 200 ? "auto" : "hidden" ); 
                white-space: nowrap;
                position:relative;
            text-align: left;
            list-style-type: none;
        }



 /*Popup*/
.popup-box {
    background: white !important;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.trigger {
    text-align: center;
    padding: 7px 13px;
    background: #3e3e3e;
    color: #fff;
    font-size: 15px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-family: cursive;
}

.sn-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

#snoozetable th, #snoozetable td {
    padding: 10px;
}

#snooze-head {
    background: #a8c34b !important;
}

#btnskip {
    color: #f2f2f2;
    font-weight: 600;
    border-color: black;
    padding: 5px 13px 6px;
    border-radius: 5px;
    background-image: linear-gradient(to top, #646464, #6d6d6d, #767676, #808080, #898989);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    white-space: nowrap;
    font-family: tahoma !important;
    font-size:12px;
}

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

    .close-button:hover {
        background-color: darkgray;
    }

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.Snooze-Content {
    line-height: 19px;
    border: 1px solid black;
    text-align:center;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

#dvtarget{
    display:flex !important;
    justify-content:center !important;
}

.pagination > li {
    display: inline
}

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

            .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
                z-index: 2;
                color: #444444;
                /*background-color: #eee;*/
                /*background-color: #ff405f;*/
                background: linear-gradient(to bottom, #cccccc 0%,#cccccc 100%);
                border-color: #ddd
            }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #444444;
        cursor: default;
        /*background-color: #337ab7;*/
        /*background-color: #ff405f;*/
        background: linear-gradient(to bottom, #cccccc 0%,#cccccc 100%);
        border-color: #337ab7
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #444444;
        cursor: not-allowed;
        /*background-color: #fff;*/
        /*background-color: #ff405f;*/
        background: linear-gradient(to bottom, #cccccc 0%,#cccccc 100%);
        border-color: #ddd
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
