/*
@font-face {
    font-family: 'HPSimplified';
    src: url("../fonts/hps-euro-regular-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/hps-euro-regular-woff.woff") format("woff"), url("../fonts/HPSimplified_Rg.ttf") format("opentype"), url("../fonts/hps-euro-regular-ttf.ttf") format("truetype");
}
*/
@font-face{font-family:'gt-walsheim-regular';src:url('../fonts/GT-Walsheim-Regular.svg') format('svg'),url('../fonts/GT-Walsheim-Regular.woff') format('woff');font-weight:normal;font-style:normal}
@font-face{font-family:'gt-walsheim-bold';src:url('../fonts/GT-Walsheim-Bold.svg') format('svg'),url('../fonts/GT-Walsheim-Bold.woff') format('woff');font-weight:bold;font-style:normal}


body {
    overflow: auto;
    font-family: gt-walsheim-regular;
    padding: 0;
    margin: 0;
    color: #000;
    background-color: #fcfcfc;
    font-size: 90%;
}


/* Milesh. This background color is used in the normal style for tables as well 
    body * {
        font-family: gt-walsheim-regular, Arial;
    }
        */
#companyLogo {
    float: left;
    margin-left: 20px;
	margin:5px 0 0 15px !important;
	height:auto !important;
}
#companyLogo1 {
    float: left;
    margin-left: 20px;
	margin:20px 0 0 15px !important;
	height:auto !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body * {
        font-family: gt-walsheim-regular, Arial;
    }
}

:focus {
    outline: 0;
}

a {
    padding: 3px;
    font-family: gt-walsheim-regular;
    text-decoration: none;
    color: #000;
}
    /* Milesh. No underlines for links. The color of the links is set to the body color as above */
    a:hover {
        cursor: pointer;
        text-decoration: none;
    }

    a:focus {
        outline: 0;
        border-style: none;
    }




/* Common styles */

.main {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FFF;
}

.titleHeader {
    float: left;
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #0096D6;
}

.titleAlign {
    margin: 0 auto;
    position: relative;
    width: 95%;
}

.logo {
    float: left;
    position: relative;
    width: 2%;
    height: 60px !important;
}

.titlebar {
    float: left;
    position: relative;
    width: 96%;
    height: 60px;
}

.lblTitle {
    width: auto;
    display: table;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
}

.article {
    float: left;
    position: relative;
    width: 100%;
    height: inherit;
}

/*HP color #0096D6*/

table {
    border-collapse: separate;
    border-spacing: 0px; /* Keerthi. changed border-spacing from 1px to 0px*/
}



#tdImage { /* Milesh. Set width for the image cell */
    width: 100%;
    white-space: nowrap;
    padding-left: 4px;
    padding-right: 4px;
}

.buttons {
    padding: 5px 5px 5px 5px;
    float: left;
}

td.hideDiv {
    display: none;
}

td.fieldName {
}

.input_disabled {
    background-color: #dddddd;
    color: #000000;
    cursor: default;
}


/*
#tdEdit4 {
    white-space: nowrap;
}
*/


.normal {
    padding-top: 7px;
    padding-bottom: 7px;
    border-color: black;
    border: 0px;
    border-style: solid;
    border-spacing: 1px;
    background-color: #f8f8f8;
}

.alternate {
    padding-top: 7px;
    padding-bottom: 7px;
    border-color: black;
    border: 0px;
    border-style: solid;
    border-spacing: 1px;
    background-color: #ececec;
}

#divImageOnly {
    overflow: hidden;
    height: 750px; /* Milesh. Moved style="HEIGHT: 750px" from DMSWorkItem.ascx */
}

    #divImageOnly:hover {
        overflow: auto;
    }

input {
    border-color: none;
	border:1px solid #ddd;
	padding:6px;
    border-radius: 4px;
    margin: 2px;
    font-family: gt-walsheim-regular;
}

textarea {
    border-color: #ededed;
    border-radius: 4px;
    margin: 2px;
    overflow: auto;
}
/* overflow:auto to remove scrollbars in IE 

when no data present */
select {
    border-color: #ededed;
    border-radius: 4px;
    margin: 2px;
}

/* Milesh. Moved this inline style block from DMSWorkItem.ascx into the CSS file */
div.hideDiv {
    display: none;
}

input.hideDDL {
    display: none;
}

div.showGrid { /* Milesh. Used in user lookup grid. Removed FONT-FAMILY: Arial;. */
    position: absolute;
    margin: auto;
    visibility: visible;
}
/* End of moved style block */


.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary {
    color: #000;
    background-color: #aaadae;
    /* margin-left: 5px; Milesh. Added to base css for additional space */
    margin-right: 5px; /* Milesh. Added to base css for additional space */
}

.btn-primarywq {
    color: #ffffff;
    background-color: #2c3e50;
    border-color: #2c3e50;
}

.btn-primary .badge {
    color: #2c3e50;
    background-color: #ffffff;
}

.btn-success {
    color: #ffffff;
    background-color: green;
    border-color: #18bc9c;
    margin-right: 20px; /* Milesh. Added to base css for space between buttons; note that there is no left margin */
}

.btn-danger {
    color: #ffffff;
    background-color: red;
    border-color: #e74c3c;
    margin-right: 20px; /* Milesh. Added to base css for space between buttons; note that there is no left margin */
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 18px 27px;
    font-size: 19px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 3px 3px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

.lbtn-sm,
.btn-group-sm > .btn {
    padding: 6px 6px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    input[type="submit"].btn-block,
    input[type="reset"].btn-block,
    input[type="button"].btn-block {
        width: 100%;
    }

/* End */
/*tr {border-color: black; border-width: 0px; border-style: solid;border-spacing: 2px;background-color: white;}*/



/* Login page styles */

.signinBox {
    position: relative;
    width: auto;
    display: table;
    margin: 0 auto;
}

.lblSignIn {
    float: left;
    position: relative;
    clear: both;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0px 10px 0px;
}

.txtUserId {
    float: left;
    position: relative;
    clear: both;
    padding: 10px 0px 10px 0px;
}

.errorRow {
    float: left;
    position: relative;
    clear: both;
    padding: 5px 0 5px 0;
}

.txtPwd {
    float: left;
    position: relative;
    clear: both;
    padding: 10px 0px 10px 0px;
}

.divBorder {
    float: left;
    position: relative;
    border: 1px solid #CCC;
}

.inputTxtUserId {
    font-size: 14px;
    font-weight: normal;
    padding: 0px 5px 5px 10px;
    color: #767676;
    border: none;
    font- family:gt-walsheim-regular;
    width: 250px;
    height: 30px;
}

.inputTxtPwd {
    font-size: 14px;
    font-weight: normal;
    padding: 0px 5px 5px 10px;
    color: #767676;
    border: none;
    font- family:gt-walsheim-regular;
    width: 250px;
    height: 30px;
}

.divPadding {
    float: left;
    position: relative;
    padding-bottom: 20px;
}

.butnLogin {
    float: left;
    position: relative;
    clear: both;
    width: auto;
    position: relative;
    height: 26px;
    padding-top: 5px;
    padding- left:20px;
    padding-right: 20px;
    text-align: center;
    color: #000;
    background-color: #D7410B;
    border-bottom-left-radius: 5px;
    border-top- right-radius:5px;
    cursor: pointer;
    font-weight: bold;
}
#ContentPlaceHolder1_login1 span {
	font-weight:normal !important;
	font-size:14px !important;
	color:#000 !important;
}
table td span, table th span {
	font-weight:normal !important;
}
table td img {
	margin-right:10px;
	margin-bottom:3px;
}
.lnkForgotPwd {
    float: right;
    position: relative;
    padding-top: 5px;
    color: #000;
    cursor: pointer;
}
.lnkForgotPwd:hover, #ContentPlaceHolder1_lblContactBPS:hover {
	//text-decoration:underline;
	//text-decoration-color:#feed00;
}

/* Forgot Password page styles */

.forgotPwdBox {
    position: relative;
    width: auto;
    display: table;
    margin: 0 auto;
}

.lblforgotPwd {
    float: left;
    position: relative;
    clear: both;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0px 10px 0px;
}

.lblforgotPwdTwo {
    float: left;
    position: relative;
    clear: both;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 0px 10px 0px;
}

.txtEmailId {
    float: left;
    position: relative;
    clear: both;
    padding: 10px 0px 10px 0px;
}

.inputTxtEmailId {
    font-size: 14px;
    font-weight: normal;
    padding: 0px 5px 5px 10px;
    color: #767676;
    border: none;
    font- family:gt-walsheim-regular;
    width: 250px;
    height: 30px;
}

.fpSubmit {
    float: left;
    position: relative;
    clear: both;
    width: auto;
    position: relative;
    height: 26px;
    padding-top: 5px;
    padding- left:20px;
    padding-right: 20px;
    text-align: center;
    color: #FFF;
    background-color: #D7410B;
    border-bottom-left-radius: 5px;
    border-top- right-radius:5px;
    cursor: pointer;
    font-weight: bold;
    top: 10px;
}

.fpCancel {
    float: left;
    position: relative;
    width: auto;
    position: relative;
    height: 26px;
    padding-top: 5px;
    padding-left: 20px;
    padding- right:20px;
    text-align: center;
    color: #FFF;
    background-color: #767676;
    border-bottom-left-radius: 5px;
    border-top-right- radius:5px;
    cursor: pointer;
    font-weight: bold;
    left: 20px;
    top: 10px;
}

/* Home(Approve Work Queue) page styles */

.menu {
    float: left;
    position: relative;
    width: 2%;
    height: 60px;
}

.menuDropDown {
    float: right;
    position: absolute;
    width: 120px;
    height: 150px;
    background-color: #FFF;
    border: 1px solid #CCC;
    top: 45px;
    right: 15px;
    z-index: 200;
    display: none;
}

.menuAlign {
    float: right;
    width: auto;
    position: relative;
}

.menuBar {
    float: left;
    width: 100px;
    position: relative;
    height: 16px;
    border-bottom: 1px solid #CCC;
    clear: both;
    padding: 10px;
    font- size:14px;
    color: #767676;
    cursor: pointer;
}

.queueBar {
    float: left;
    width: 100%;
    position: relative;
    height: auto;
    border-bottom: 1px solid #CCC;
    clear: both;
    font- size:14px;
    color: #767676;
    cursor: pointer;
}

.queueLeft {
    float: left;
    position: relative;
    width: 80%;
}

.queueLeftInner {
    float: left;
    position: relative;
    width: 100%;
    font-size: 16px;
    color: #0096D6;
    padding: 15px 0px 15px 20px;
}

.queueRight {
    float: right;
    cursor: pointer;
    max-width: 80px;
    position: relative;
    width: 40px;
}

.queueRightInner {
    cursor: pointer;
    max-width: 80px;
    position: relative;
    width: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.queueRightAlign {
    height: 30px;
    width: 40px;
}

/* Messaging Work Queue page styles */

.prev {
    float: left;
    position: relative;
    width: 2%;
    cursor: pointer;
    height: 60px;
}

#articleMessagingQueue {
    background-color: #EAEAEA;
    float: left;
    position: relative;
    width: 100%;
}

.mqList {
    background-color: #EAEAEA;
    float: left;
    position: relative;
    width: 100%;
}

.messagingQueueBar {
    display: table;
    position: relative;
    height: auto;
    border: 1px solid #CCC;
    clear: both;
    font- size:14px;
    color: #767676;
    background-color: #FFF;
    width: 95%;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.messagingQueueSearchBar {
    display: table;
    position: relative;
    height: auto;
    border: 1px solid #CCC;
    clear: both;
    font- size:14px;
    color: #767676;
    background-color: #FFF;
    width: 95%;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.staticDetails {
    float: left;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.messagingQueueRow1Left {
    float: left;
    position: relative;
    width: 75%;
    font-size: 16px;
    font- weight:bold;
    color: #0096D6;
    padding: 10px;
    max-width: 171px;
}

.messagingQueueRow1Right {
    float: right;
    position: relative;
    color: #D7410B;
    font-size: 14px;
    padding: 10px;
    max-width: 80px;
}

.messagingQueueRowRestLeft {
    float: left;
    position: relative;
    width: 85%;
    font-size: 16px;
    color: #0096D6;
    clear: left;
}

.messagingQueueRowRestRight {
    float: right;
    cursor: pointer;
    max-width: 80px;
    position: relative;
    width: 40px;
}

.messagingQueueRowRestRightInner {
    cursor: pointer;
    max-width: 80px;
    position: relative;
    width: 40px;
    display: table-cell;
    vertical- align: middle;
    text-align: center;
}

.messagingQueueRowRestRightAlign {
    height: 40px;
    width: 40px;
    display: inline-block;
}

.messagingQueueRow2 {
    float: left;
    position: relative;
    width: 95%;
    font-size: 16px;
    color: #767676;
    padding: 5px 0px 0px 10px;
    clear: both;
}

.messagingQueueRow3 {
    float: left;
    position: relative;
    width: 95%;
    font-size: 16px;
    color: #767676;
    padding: 5px 0px 0px 10px;
    clear: both;
}

.messagingQueueRow4 {
    float: left;
    position: relative;
    width: 95%;
    font-size: 16px;
    color: #767676;
    padding: 5px 0px 10px 10px;
    clear: both;
}

.searchIcon {
    float: right;
    position: relative;
    color: #D7410B;
    font-size: 14px;
    padding: 7px 10px 0 0;
    width: 20px;
    cursor: pointer;
}

.messagingQueueRowApproveBar {
    float: left;
    width: 100%;
    height: 40px;
    background-color: #EEEEEE;
}

.divideAction {
    float: left;
    width: 33%;
    position: relative;
    border-right: 1px solid #CCC;
    height: 40px;
}

    .divideAction:hover {
        float: left;
        width: 33%;
        position: relative;
        border-right: 1px solid #CCC;
        height: 40px;
        background- color:#767676;
        color: #FFF;
        cursor: pointer;
    }

.divideActionBorderLess {
    float: left;
    width: 33%;
    position: relative;
    height: 40px;
}

    .divideActionBorderLess:hover {
        float: left;
        width: 33%;
        position: relative;
        height: 40px;
        background- color:#767676;
        color: #FFF;
        cursor: pointer;
    }

.action {
    float: left;
    padding: 10px 0 10px 5px;
}

.actionImg {
    float: left;
    position: relative;
    padding-left: 5px;
    padding-top: 3px;
}

.actionText {
    float: left;
    position: relative;
    padding-left: 8px;
    padding-top: 1px;
    color: #767676;
    font-size: 16px;
}

/* Overlay */
.overlayer {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #000000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha (Opacity=50)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    text- align:center;
    display: none;
}

.vAlign {
    width: 100%;
    position: absolute;
    top: 50px;
    margin: 0 auto;
}

.popCenter {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 6000;
    top: 20%;
    left: 0;
    display: none;
    margin: 0 auto;
}

.approveContainer {
    width: 300px;
    position: relative;
    z-index: 6500;
    margin: 0 auto !important;
    height: auto;
    background-color: #FFF;
    - webkit-transition:all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    -moz-transition: all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    -o- transition:all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    transition: all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    padding: 15px 0 0 0;
}

.approveHeader {
    margin: 0 auto;
    background-color: #FFF;
    color: #767676;
    width: 100%;
    height: 35px;
    font-size: 20px;
    position: relative;
}

.approveArticle {
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
    padding-bottom: 20px;
}

.approveTxt {
    float: left;
    position: relative;
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #767676;
}

.actionField1 {
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #767676;
    padding: 15px 0 0 10px;
}

.actionField2 {
    float: left;
    position: relative;
    width: 75%;
    font-size: 16px;
    color: #0096D6;
    padding: 0 0 10px 10px;
    max- width:200px;
    clear: both;
    font-weight: bold;
}

.approveContent {
    float: left;
    position: relative;
    font-size: 14px;
    padding: 10px 0 20px 10px;
    color: #767676;
}

.rejectContainer {
    width: 300px;
    position: relative;
    z-index: 6500;
    margin: 0 auto !important;
    height: auto;
    background-color: #FFF;
    - webkit-transition:all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    -moz-transition: all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    -o- transition:all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    transition: all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    padding: 15px 0 0 0;
    display: none;
}

.rejectHeader {
    margin: 0 auto;
    background-color: #FFF;
    color: #767676;
    width: 100%;
    height: 35px;
    font-size: 20px;
    position: relative;
}

.rejectArticle {
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
    padding-bottom: 20px;
}

.rejectTxt {
    float: left;
    position: relative;
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #767676;
}

.actionField1 {
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #767676;
    padding: 15px 0 0 10px;
}

.actionField2 {
    float: left;
    position: relative;
    width: 75%;
    font-size: 16px;
    color: #0096D6;
    padding: 0 0 10px 10px;
    max- width:200px;
    clear: both;
    font-weight: bold;
}

.rejectContent {
    float: left;
    position: relative;
    font-size: 14px;
    padding: 10px 0 20px 10px;
    color: #767676;
}

.reassignContainer {
    width: 300px;
    position: relative;
    z-index: 6500;
    margin: 0 auto !important;
    height: auto;
    background-color: #FFF;
    - webkit-transition:all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    -moz-transition: all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    -o- transition:all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    transition: all 200ms cubic-bezier(.4,.1,.4,1) 200ms;
    padding: 15px 0 0 0;
    display: none;
}

.reassignHeader {
    margin: 0 auto;
    background-color: #FFF;
    color: #767676;
    width: 100%;
    height: 35px;
    font-size: 20px;
    position: relative;
}

.reassignArticle {
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
    padding-bottom: 20px;
}

.reassignTxt {
    float: left;
    position: relative;
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #767676;
}

.actionField1 {
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #767676;
    padding: 15px 0 0 10px;
}

.actionField2 {
    float: left;
    position: relative;
    width: 75%;
    font-size: 16px;
    color: #0096D6;
    padding: 0 0 10px 10px;
    max- width:200px;
    clear: both;
    font-weight: bold;
}

.reassignContent {
    float: left;
    position: relative;
    font-size: 14px;
    padding: 10px 0 20px 10px;
    color: #767676;
}

.closeBtn {
    float: right;
    position: relative;
    right: 5px;
    cursor: pointer;
    background: url(../images/closeBtn.svg) no-repeat top left;
    background-size: contain;
    width: 25px;
    height: 22px;
}

.mqSubmit {
    float: left;
    position: relative;
    clear: both;
    width: auto;
    position: relative;
    height: 26px;
    padding-top: 5px;
    padding- left:20px;
    padding-right: 20px;
    text-align: center;
    color: #FFF;
    background-color: #D7410B;
    border-bottom-left-radius: 5px;
    border-top- right-radius:5px;
    cursor: pointer;
    font-weight: bold;
    left: 10px;
}

.mqCancel {
    float: left;
    position: relative;
    width: auto;
    position: relative;
    height: 26px;
    padding-top: 5px;
    padding-left: 20px;
    padding- right:20px;
    text-align: center;
    color: #FFF;
    background-color: #767676;
    border-bottom-left-radius: 5px;
    border-top-right- radius:5px;
    cursor: pointer;
    font-weight: bold;
    left: 20px;
}

/* Help Screen */

.paramSections {
    width: 95%;
    margin: 0 auto;
    position: relative;
    display: table;
    height: auto;
    overflow: hidden;
    padding: 15px 0 15px 0;
}

.headerE {
    width: 95%;
    margin: 0 auto;
    position: relative;
    display: table;
    height: 20px;
    color: #767676;
    cursor: pointer;
    padding: 15px 0 15px 0;
}

.paramHeaderPaddingTxt {
    float: left;
    position: relative;
    font-size: 16px;
    color: #767676;
    width: 50%;
    font-weight: bold;
}

.paramHeaderPaddingImg {
    float: right;
    position: relative;
}

.articleHelp {
    float: left;
    position: relative;
    width: 100%;
}

.divider {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #CCC;
}


/* Detail View */
.articleDetail {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
}

.resetDivStyle {
    float: left;
    position: fixed;
    height: 50px;
    clear: both;
    background-color: #EEE;
    width: 100%;
    bottom: 0px;
}

.detailDivideAction {
    float: left;
    width: 33%;
    position: relative;
    border-right: 1px solid #CCC;
    height: 50px;
}

    .detailDivideAction:hover {
        float: left;
        width: 33%;
        position: relative;
        border-right: 1px solid #CCC;
        height: 50px;
        background- color:#767676;
        color: #FFF !important;
        cursor: pointer;
    }

.detailDivideActionBorderLess {
    float: left;
    width: 33%;
    position: relative;
    height: 50px;
}

    .detailDivideActionBorderLess:hover {
        float: left;
        width: 33%;
        position: relative;
        height: 50px;
        background- color:#767676;
        color: #FFF;
        cursor: pointer;
    }

.detailAction {
    float: left;
    padding: 10px 0 10px 5px;
}

.detailActionImg {
    float: left;
    position: relative;
    padding-left: 5px;
    padding-top: 7px;
}

.detailActionText {
    float: left;
    position: relative;
    padding-left: 10px;
    padding-top: 4px;
    color: #767676;
    font-size: 16px;
}

.detailImageView {
    display: table;
    position: relative;
    height: auto;
    clear: both;
    font-size: 14px;
    color: #767676;
    background- color:#FFF;
    width: 95%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Detail View Vendor Details */

.dv2row {
    float: left;
    position: relative;
    width: 100%;
    padding: 5px 0 5px 0;
}

.inputTxtArea {
    width: 96%;
    height: 100px;
    resize: none;
}

.inputTxt {
    width: 96%;
    height: 30px;
}
#ContentPlaceHolder1_login1 span.error {
    float: left;
    position: relative;
    width: 100%;
    color: #F00 !important;
    font-size: 14px;
}
.error {
    float: left;
    position: relative;
    width: 100%;
    color: #F00;
    font-size: 14px;
}


.genSelectDiv {
    float: left;
    position: relative; /*height:60px;width:226px;*/
}

.genSelectDivInner {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.genSelectStyle {
    float: left;
    position: relative;
    width: 100%; /*background:#fff url(../images/dropdown.jpg) no-repeat scroll right 

center;border:2px solid #b9b8bb;width:216px;height:36px;*/
    font-size: 14px;
}

    .genSelectStyle:hover {
        position: relative;
        width: 100%; /*background:#fff url(../images/dropdown.jpg) no-repeat scroll right 

center;border:2px solid #767676;width:216px;height:36px;*/
        font-size: 14px;
    }

.checkStyle {
    padding-bottom: 0;
    margin: 0;
    padding-left: 0;
    width: 100%;
    padding-right: 0;
    display: block;
    float: left;
    clear: both;
    padding- top:10px;
    margin-bottom: 5px;
    font-size: 14px;
}

.checkLabel {
    position: relative;
    bottom: 2px;
    font-size: 14px;
    color: #000;
}

.radioStyle {
    position: relative;
    padding-bottom: 0;
    margin: 0;
    padding-left: 0;
    width: 100%;
    padding- right:0;
    display: block;
    float: left;
    clear: both;
    padding-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.radioLabel {
    position: relative;
    bottom: 2px;
    font-size: 14px;
    color: #000;
}



/* Image View */
.detailView {
    display: table;
    position: relative;
    height: auto;
    font-size: 14px;
    color: #767676;
    background-color: #FFF;
    width: 95%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #EAEAEA;
}

.selectDiv {
    float: left;
    position: relative; /*width:90px;height:50px*/
}

.selectDivInner {
    float: left;
    width: 100%;
    position: relative;
}

.selectStyle {
    float: left;
    position: relative;
    width: 100%; /*background:#fff url(../images/dropdown.jpg) no-repeat scroll right 

center;border:2px solid #b9b8bb;width:80px;height:30px;*/
    font-size: 14px;
}

    .selectStyle:hover {
        position: relative;
        width: 100%; /*background:#fff url(../images/dropdown.jpg) no-repeat scroll right 

center;border:2px solid #767676;width:80px;height:30px;*/
        font-size: 14px;
    }

.imageAction {
    float: left;
    padding: 20px;
    position: relative;
    cursor: pointer;
}

.imageFooter {
    float: left;
    position: fixed;
    height: 65px;
    clear: both;
    background-color: #EAEAEA;
    width: 100%;
    bottom: 0px;
}

/* Media queries */

@media only screen and (max-width:319px) {
    body {
        display: none;
    }
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
    /* Detail View Main Details */

    .dvrow1 {
        float: left;
        position: relative;
        width: 100%;
        padding: 5px 0 5px 0;
    }

    .dvfield1 {
        float: left;
        position: relative;
        text-align: left;
        color: #767676;
        font-size: 14px;
    }

    .dvfield2 {
        float: right;
        position: relative;
        text-align: right;
        color: #767676;
        font-size: 14px;
    }

    .dvfield3 {
        float: left;
        position: relative;
        text-align: left;
        color: #0096D6;
        font-size: 18px;
        width: 100%;
        padding: 0px 0 5px 0;
    }

    .dvfield4 {
        float: left;
        position: relative;
        text-align: left;
        color: #767676;
        font-weight: bold;
        font-size: 16px;
        padding: 0px 0 5px 0;
        width: 100%;
    }

    .dvfield5 {
        float: left;
        position: relative;
        text-align: left;
        font-size: 14px;
        padding: 0px 0 5px 0;
        clear: both;
    }

    .dvlabel5 {
        float: left;
        position: relative;
        text-align: left;
        font-size: 14px;
        padding: 0px 0 5px 0;
        clear: both;
    }

    .inputTxtSearch {
        font-size: 16px;
        font-weight: normal;
        color: #767676;
        border: none !important;
        font-family: gt-walsheim-regular;
        width: 200px;
    }

    .txtSearch {
        float: left;
        position: relative;
        width: 80%;
        font-size: 16px;
        color: #0096D6;
        padding: 5px 0 5px 10px;
        max-width: 300px;
    }
}

@media only screen and (min-width : 481px) {
    /* Detail View Main Details */

    .dvrow1 {
        float: left;
        position: relative;
        width: 100%;
        padding: 5px 0 5px 0;
    }

    .dvfield1 {
        float: left;
        position: relative;
        text-align: left;
        color: #767676;
        font-size: 14px;
    }

    .dvfield2 {
        float: right;
        position: relative;
        text-align: right;
        color: #767676;
        font-size: 14px;
    }

    .dvfield3 {
        float: left;
        position: relative;
        text-align: left;
        color: #0096D6;
        font-size: 18px;
        width: 100%;
        padding: 0px 0 5px 0;
    }

    .dvfield4 {
        float: left;
        position: relative;
        text-align: left;
        color: #767676;
        font-weight: bold;
        font-size: 16px;
        padding: 0px 0 5px 0;
        width: 100%;
    }

    .dvfield5 {
        float: left;
        position: relative;
        text-align: left;
        font-size: 14px;
        padding: 0px 0 5px 10px;
    }

    .dvlabel5 {
        float: left;
        position: relative;
        text-align: left;
        font-size: 14px;
        padding: 0px 0 5px 0;
        clear: both;
    }

    .inputTxtSearch {
        font-size: 16px;
        font-weight: normal;
        color: #767676;
        border: none !important;
        font-family: gt-walsheim-regular;
        width: 100%;
    }

    .txtSearch {
        float: left;
        position: relative;
        width: 90%;
        font-size: 16px;
        color: #0096D6;
        padding: 5px 0 5px 10px;
    }
}

.header {
    width: 100%;
    height: auto;
    clear: both;
    /*font-family: 'HP Simplified';*/
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000000;
	border:1px solid #dcdcdc;
}

.headerText {
    color: #ffffff;
    font-family: 'HP Simplified';
    display: block;
    line-height: 16px;
    font-weight: bold;
    margin-top: 28px;
    margin-left: 25px;
    float: left;
    z-index: 15;
    text-align: center;
}

.footerText {
    text-align: center;
    color: #5a5a5a;
    padding-top: 4px;
    font-size: 14px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-right: auto;
}

#CDMSLeftNavigation {
        list-style-type: none;
    float: left;
    margin-left: 5px;
    /* margin-left: -26px; */
    width: 97%;
	margin-top:10px;
}

    #CDMSLeftNavigation a {
       line-height: 22px;
padding-bottom: 5px;
padding-top: 5px;
padding: 5px;
color: #000;
padding-left: 5px;
list-style-type: none;
cursor: pointer;
direction: ltr;
text-decoration: none;
float: left;
width: 100%;
font-size: 15px;   
    }
#QuickLaunchMenu {
	width:100%;
}
#QuickLaunchMenu ul {
    list-style: none;
    width: 100% !important;
    /* margin: 0; */
    padding: 0;
    /* width: auto; */
    /* list-style-type: none; */
    float: left;
    /* margin-left: -35px; */
}

    #CDMSLeftNavigation li {
        clear: both;
    }

#form, #wrapper, body, html {
    min-height: 100%;
    height: 100%;
    width: 100%;
    margin: 0;
}

header {
    height: 70px;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    color: #fff;
}


#appTitle {
    margin: 15px;
    font-size: 32px;
    font-weight: 200;
    float: left;
    color: #000;
    /*margin-right:700px;*/
}

.loginbox {
    width: 100px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

* {
    box-sizing: border-box;
}

#loginInfo {
    float: right;
    margin: 24px 15px;;
    font-size: 15px;
    font-weight: 200;
    position: relative;
color:black;
}

    #loginInfo a {
        color: #000;
    }

#loginStatus {
    margin-left: 20px;
}

#DMSMain_lbTitleURL {
    font-size: 20px;
    font-weight: bold;
}


.lg {
    font-size: large;
}

.transparent {
    background-color: #f8f8f8;
    zoom: 1;
    filter: alpha(opacity=90);
    opacity: 0.9;
    border-style: none;
}

.fixedCenter {
    width: 50%;
    margin: auto;
    position: fixed;
    height: 150px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.center {
    margin: 0 auto;
}

.buttonPanel {
    display: block;
    width: 100%;
    height: 50px;
    clear: left;
}


/* eForms styles start here */

.ajax__tab_yuitabview-theme .ajax__tab_header {
    font-family: gt-walsheim-regular;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 1.5;
}

    .ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab {
        color: #012b3e;
        padding: 0.35em 0.75em;
        margin-right: 0.01em;
        background-color: rgba(204, 204, 204, 1);
    }


.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab {
    color: #ffffff;
    background-color: #2c3e50;
}

.ajax__tab_yuitabview-theme .ajax__tab_body {
    font-family: gt-walsheim-regular;
    font-size: 10pt;
    padding: 0.25em 0.5em;
    background-color: rgb(248,248,248); /*#edf5ff;*/
    /*border: solid 1px white;*/
    border-top-width: 0px;
}

/*.LabelHeadings {
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
}*/

.LabelContent {
    border-style: ridge;
    border-width: thin;
    font-size: 10pt;
    font-family: gt-walsheim-regular;
}

.ErrorMessage {
    font-family: gt-walsheim-regular;
    font-size: 10pt;
    font-weight: bold;
    color: Red;
}

.SectionHeadings {
    font-family: gt-walsheim-regular;
    font-size: 11pt;
    font-weight: bold;
    /*background-color: #ececec;*/
    text-align: left;
    margin-left: 8px;
}

.SaveSuccess {
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: Green;
}

.LabelHeadings {
    font-family: gt-walsheim-regular;
    font-size: 10pt;
    /*font-weight: bold;*/
    text-align: left;
}

.printArea {
    background-color: #D1DCE9;
}

.printMessage {
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    color: #0000FF;
}

.updateProgress {
    border-width: 1px;
    border-style: solid;
    background-color: #CCCCCC;
    width: 230px;
    height: 100px;
    position: absolute;
    z-index: 10;
    left: expression((this.offsetParent.clientWidth/2)-(this.clientWidth/2)+this.offsetParent.scrollLeft);
    top: expression((this.offsetParent.clientHeight/2)-(this.clientHeight/2)+this.offsetParent.scrollTop);
}

.updateProgressMessage {
    margin: 3px;
    font-family: Trebuchet MS;
    font-size: small;
    vertical-align: middle;
}

#lbTitleURL, .lbTitleURL {
    font-size: 20px;
    font-weight: bold;
}

/*eForms styles end here*/

.errorText {
    color: #ff0000;
}

.outerMargin {
    padding: 5px;
}

.btn-disabled {
    color: #f8f8f8;
    background-color: rgba(204, 204, 204, 1);
    border-color: rgba(204, 204, 204, 1);
    margin-right: 5px;
}

.successText {
    color: #298A08;
}


a.btn-disabled {
    cursor: not-allowed;
}

.fixedCenter table td {
    text-align: center;
}

.fieldName {
    padding-left: 3px;
    padding-right: 3px;
}

.headerSection {
    padding-left: 3px;
    cursor: pointer;
    margin-top: 0.2em;
    margin-bottom: 0.1em;
    font-weight: bold;
}

    .headerSection:hover {
        background-color: #ececec;
    }

.boldIcon {
    font-size: 1.3em;
    font-weight: bold;
}

#divEditLineItemLink, #divAddAttachmentLink, #divLinks {
    margin-top: 0.5em;
}

#divLinks {
    margin-bottom: 0.5em;
}

#propertiesTable {
    width: 100%;
    padding: 3px;
}

.actionPanel {
    margin-top: 0.7em;
}

.contentSection, .leftPad {
    padding-left: 4px;
}

.orgLeftPad {
    padding-left: 10px;
}

.bgColor {
    background-color: #f8f8f8;
}

#rubberBand {
    position: absolute;
    visibility: hidden;
    width: 0px;
    height: 0px;
    border: 2px solid red;
}

.RubberBand {
    background-color: transparent;
    background-image: url(../Images/CoreDMS/icon_selzoom.gif );
    padding: 2px;
    background-position: center center;
    width: 38px;
    height: 38px;
}

#wrapper {
    min-height: 91%;
    height: auto !important;
    height: 100%;
}

aside {
    width: 200px;
    border-right: 1px solid #ECECEC;
	
}
aside #CDMSLeftNavigation:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  //border: 1px solid #dcdcdc;
  background:#dcdcdc;
  top: 0; 
  left: 199px;
  z-index:-1;
}
.welcometxt {
	padding:10px !important;
}
.welcometxt span {
	line-height:22px;
	color:#dcdcdc;
}
.welcometxt ul, .welcometxt li {
	
	color:#dcdcdc;
}
aside, section {
    padding: 2px;
    /* padding-left: 39px; */
    float: left;
    height: 100%;
    /* min-height: 100% !important; */
}

section {
    //margin-left: 176px;
  //margin-top:-267px;
  width:80%;
  border-left:1px solid #dcdcdc;
  padding-left:20px;
  margin-left:-1px;

}


    section h2 {
        //margin-top: 26px;
        //margin-bottom: 20px;
		margin-top: 20px;
    margin-bottom: 20px;
    color: #000;
    font-size: 28px;
    font-weight: 200;
    }

#footer {
    width: 100%;
	float:left;
    height: auto;
    background-color: #fcfcfc;
	border-top:1px solid #dcdcdc;
	padding-top:10px;  
//margin-top:10px;	
}

#footer, .push {
    clear: both;
}
.footer-left {
	float:left;
	width:27%;
	margin:10px;
}
.footer-right {
	width:69%;
	float:left;
	margin:0px;
}
.footer-btm {
	    width: 70%;
    float: left;
    margin: 0px;
    text-align: center;
}
html, body form {
    min-height: 100%;
    height: 100%;
}
#footer #footerPrivStmnt a:hover {
    //text-decoration: underline;
    //text-decoration-color: #feed00;
}
#footerServicePrv {
    float: left;
    margin: 10px 5px 0px 11px;
    font-weight: normal;
}

#footerImage {
   float: left;
    margin: 3px 0 0 5px !important;
    height: 33px !important;
}

#footerMakIt {
    float: left;
    margin: 35px 0px 0px 5px; /*23px 0px 0px 5px;*/
    font-size: 0.8em;
    font-weight: bold;
}

/*-----------------------------------------------------*/
#footerNavigation {
        float: left;
    margin: 0;
    position: relative;
}
/*-------------------------------------------------------*/

#footerPrivStmnt {
       float: left;
    margin: 5px 5px 0px 5px;
    position: relative;
    width: 90%;
}

#footerVersionStmt {
     float: left;
    margin: 5px;
    position: relative;
    width: 90%;
}

.lookupLayer {
    position: absolute;
    /*width:350px;50px;*/
    /*height:150px;/*120px;*/
    top: 0px;
    left: 0px;
    border: none;
    display: block;
    z-index: 20;
}

#propertiesTable {
    width: 100%;
    padding: 3px;
}

#tblLineItems td {
    padding: 3px;
    text-align: center;
}

#tblLineItems {
    margin-bottom: 10px;
}

.noWrap {
    white-space: nowrap;
}

.standardGridView td, standardGridView th {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.gridNumberCell {
    text-align: right;
}

.gridCellLink {
    text-align: center;
}

.gridCellAmount {
    text-align: right;
}

/* Basavaraju*/

#loginStatus {
    margin-left: 20px;
}

#DMSMain_lbTitleURL {
    font-size: 20px;
    font-weight: bold;
}

/*#CDMSLeftNavigation a:hover {
    background-color: #feed00;
    text-decoration: none;
    border-left: 2px solid #0096D6;
}*/

#CDMSLeftNavigation a:hover {
    background-color: #feed00;
    color:#000 !important;
    text-decoration: none;
    border-left: 0px solid gray;
}


#Welcome {
    width: 800px;
}

#WelcomeLeft {
    float: left;
    width: 238px;
}

#WelcomeRight {
    /*float: left;*/
    /*width: 285px;  */
    /*margin-top:-35px;*/
    padding-left: 200px;
    padding-top: 0px;
}

    #WelcomeRight ul {
        margin-left: 17px;
        margin-top: 0px;
    }

    #WelcomeRight span {
        color: #5b5b5b;
    }

/*End of Welcome user conrol*/



/*Contact BPO*/
#ContactBPO {
    height: 400px;
}

.ContactBPOGridView {
    border: 0px;
    width: 100%;
}


    .ContactBPOGridView td {
        border: 0px;
        padding: 3px,10px,0px,0px;
        font-size: 8pt;
        font-family: gt-walsheim-regular;
        color: #4c4c4c;
    }

    .ContactBPOGridView th {
        border: 0px;
        color: #b2b2b2;
        text-align: left;
        font-size: 8pt;
        font-family: gt-walsheim-regular;
        BACKGROUND-COLOR: #f2f2f2;
    }
/*End of Contact BPO*/

/*Access Denied Page*/

#AccessDenied {
    height: 400px;
}

/*End of Access Denied Page*/
.wrapMain {
    width: 800px;
    padding-top: 0px;
    margin-left: 170px;
}

.CDMSLeftNavigationNode2 {
    background-color: rgb(236, 236, 236);
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    white-space: nowrap;
    font-size: 1em;
    font-weight: bold;
    width: 180px;
}

.ms-listviewtable .HyperLink1 {
    margin-top: 5px;
    margin-left: 5px;
}

.ms-WPTitle {
    //font-weight: bold;
    //padding: 2px 5px 6px 9px;
   /// padding-left: 0px;
    /font-size: 16px;
	margin-top: 15;
    margin-bottom: 15px;
    color: #000;
    font-size: 26px;
	    float: left;
    width: 100%;
    font-weight: 200;
}
.ms-WPUTitle {
    //font-weight: bold;
    //padding: 2px 5px 6px 9px;
   /// padding-left: 0px;
    /font-size: 16px;
	margin-top: 15px;
    margin-bottom: 15px;
    color: #000;
    font-size: 26px;
    font-weight: 200;
	    float: left;
    width: 100%;
}

.ms-WPTitlesub {
    padding: 5px;
    font-size: 14px;
	line-height:22px;
    padding-left: 0px;
	border-spacing:0px !important;
}
.ms-WPTitlesub th {
	background:#111;
	border:1px solid #444;
}
.ms-WPTitlesub td {
	border:1px solid #444;
}
.ms-gridesub {
    font-size: 16px;
    padding-left: 0px;
}

.IPAddress {
    font-size: 13px;
}
/* Forgot Password */
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}
