﻿
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*    max-width: 280px;*/
}

.modalwip {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.clsInputField {
    font-family: Arial, Helvetica, sans-serif;
    lblAppVersion font-size: 12px;
    text-decoration: none;
    color: black;
}

.clsInputFieldEmail {
    color: black;
}

.dataClassRH {
    text-align: right;
}

.dataClassCEN {
    text-align: center;
}

#imgTrv {
    width: 15px;
    height: 12px;
    padding-left: 6px;
    opacity: 0.3;
}

.table_class tbody tr {
    text-align: center !important;
}

    .table_class tbody tr th {
        text-align: center !important;
    }


.btnInput {
    border: 1px solid Black;
    padding-right: 5px;
    width: 100%;
    position: relative;
    text-align: right;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    cursor: hand;
}

.helpButton {
    border: 1px solid black;
    font-size: 10px;
    font-family: Arial,helvetica,sans-serif;
    cursor: pointer;
    background-color: #D0D0D0;
    color: navy;
    background-repeat: no-repeat;
    top: -2px;
    left: -2px;
    padding-left: 20px;
    background-position: 5px;
    /*  HIDEFOCUS: true;*/
}

.clsButton {
    border: 1px solid black;
    font-size: 10px;
    font-family: Arial,helvetica,sans-serif;
    cursor: pointer;
    background-color: #D0D0D0;
    color: navy;
    background-repeat: no-repeat;
    top: -2px;
    left: -2px;
    padding-left: 20px;
    background-position: 5px;
    background-image: url(../images/GreenDot_Tiny.gif);
    /*  HIDEFOCUS: true;*/
}

.clsButtonDisabled {
    border: 1px solid black;
    font-size: 10px;
    font-family: Arial,helvetica,sans-serif;
    cursor: pointer;
    background-color: #D0D0D0;
    color: lightslategray;
    background-repeat: no-repeat;
    top: -2px;
    left: -2px;
    padding-left: 20px;
    background-position: 5px;
    background-image: url(../images/GreenDot_Tiny.gif);
    /*  HIDEFOCUS: true;*/
}


.clsButtonChk {
    border: 1px solid black;
    font-size: 10px;
    font-family: Arial,helvetica,sans-serif;
    cursor: pointer;
    background-color: #D0D0D0;
    color: navy;
    background-repeat: no-repeat;
    top: -2px;
    left: -2px;
    padding-left: 5px;
    background-position: 5px;
}

/*
.btndrp {
    border: 1px solid black;
    font-size: 10px;
    font-family: Arial,helvetica,sans-serif;
    cursor: pointer;
    background-color: #D0D0D0;
    color: navy;
    background-repeat: no-repeat;
    top: -2px;
    left: -2px;
    padding-left: 5px;
    background-position: 5px;
}*/

.btnoption {
    position: relative;
    display: inline-block;
}

.btnoption-content {
    border: 1px solid black;
    font-size: 10px;
    font-family: Arial,helvetica,sans-serif;
    cursor: pointer;
    background-color: #D0D0D0;
    color: navy;
    background-repeat: no-repeat;
    padding-left: 5px;
    background-position: 5px;
    display: none;
    position: absolute;
    background-color: #D0D0D0;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .btnoption-content label {
        color: black;
        padding: 10px 16px;
        font-size: 10px;
        font-family: Arial,helvetica,sans-serif;
        text-decoration: none;
        display: block;
    }

/*        .btnoption-content label:hover {
            background-color: #f1f1f1
        }*/

.btnoption:hover .btnoption-content {
    display: block;
}

.btnoption:hover .btndrp {
    background-color: #3e8e41;
}

.CursorHand {
    cursor: hand;
}


.loadingwip {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}


.clsPageBody {
    border: double;
    border-color: black;
    border-width: 2px;
    overflow-y: auto;
    position: relative;
    top: 2px;
    right: 3px;
    background-color: #FFF5CC;
    margin-left: 5px;
    height: 850px;
    /*765px*/
}


.pgDefHeight {
    height: 100%;
    /*height: calc((100vw/2 - 15px) * 0.85);*/
}

.clsInputTable {
    color: Navy;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}


.clsInputChkbx {
}



.CtInpSearch {
    height: 25px;
    width: 45px;
}

.CtInpSearchVal {
    height: 25px;
    width: 200px;
}

.ItmInpSearch {
    height: 25px;
    width: 45px;
    margin-left: 20px;
}

.ItmInpSearchVal {
    height: 25px;
    width: 200px;
    margin-left: 20px;
}

.CtInpMandtSearch {
    /*    background-color: lightcyan;
*/ border-color: darkgoldenrod;
}

.CtInpMandtSearVal {
    height: 25px;
    width: 200px;
    /*    background-color: lightcyan;
*/ border-color: darkgoldenrod;
}

.CtInpMandtSearList {
    /*    background-color: lightcyan;
*/ border-color: darkgoldenrod;
}

.loginbox {
    border: black thin solid;
    /*padding: 10px 5px 10px 5px;*/
    height: 130px;
    width: 280px;
}
.merchloginbox {
    border: black thin solid;
    /*padding: 10px 5px 10px 5px;*/
    height: 130px;
    width: 480px;
}
.clsImg {
    border: thin outset;
}

.clsPageTitle {
    color: Navy;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    text-align: left;
    margin: 2px 2px 2px 2px;
}

.tabMnuBtnDefault {
    border: 2px solid black;
    border-radius: 4px 4px 4px 4px;
    height: 40px;
    float: left !important;
    cursor: pointer !important;
    padding: 10px 19px !important;
    transition: 0.3s !important;
    text-shadow: 0 0 1px black;
    background-color: lightgrey;
    font-size: initial;
}


/*.tabMnuBtnSelected {
    border: 2px solid black;
    border-radius: 10px 10px 0px 0px;
    height: 40px;
    float: left !important;
    cursor: pointer !important;
    padding: 10px 19px !important;
    transition: 0.3s !important;
    text-shadow: 0 0 1px gray;
    background-color: #d2f8d2;
    font-size: initial;
}
*/


.tabMnuBtnSUDefault {
    border: 2px solid black;
    border-radius: 5px 5px 0px 0px;
    height: 46px;
    float: left !important;
    cursor: pointer !important;
    padding: 10px 19px !important;
    transition: 0.3s !important;
    text-shadow: 0 0 .5px black;
    background-color: lightgrey;
    font-size: initial;
}

.clsAssignControlHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: White;
    background-color: #636563;
    padding-left: 5px;
}

.tabMnuBtnSelected {
    border: 2px solid black;
    border-radius: 4px 4px 4px 4px;
    height: 40px;
    float: left !important;
    cursor: pointer !important;
    padding: 10px 16px !important;
    transition: 0.3s !important;
    font-weight: bold;
    text-shadow: 0 0 1px gray;
    background-color: #d2f8d2;
    font-size: initial;
}


.clsDisplayNone {
    display: none;
}

.DvGreyOut {
    opacity: 0.4;
    margin-bottom: -342px;
}



.clsStatusShowLine {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-top: solid 1px navy;
    font-size: 1px;
    width: 99.8%;
}

.clsCommandBar {
    padding-top: 4px;
    text-align: right;
}

.clsPageLabel {
    color: Navy;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    margin: 2px 2px 2px 2px;
}

.shiftBtn {
    font-weight: 100;
    font-size: 11px;
    color: black;
}

.clsPageInstructions {
    color: Navy;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    /*    font-style: italic;
*/ font-size: 12px;
    text-align: left;
    margin: 2px 2px 2px 2px;
}

.clsImageButton {
    cursor: pointer;
}

#txtQueryText {
    margin-top: 8px;
}

.clsPageSeparator {
    border-top: 2px solid #999999;
    width: 99%;
    /*    margin-left: 10px;
*/
}

.dvMarginLRPX {
    margin-left: 10px;
    /*margin-left: 5px;*/
}

.siteusrGrid {
    border: 1px solid black;
}

.GrdHeader {
    color: white;
    background-color: #636563;
    font-weight: bold;
    white-space: nowrap;
    text-align: center !important;
}

.GrdEvenRow {
    background-color: #BDDFA5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    padding: 0px 3px 0px 3px;
}


.GrdOddRow {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    padding: 0px 3px 0px 3px;
}


.clsListObjectSelectedRow {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    padding: 0px 3px 0px 3px;
}

.clsEmailLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}

.blink_txt {
    animation: blinker 1s linear infinite;
}



.blink_bold_txt {
    animation: blinker 1s linear infinite;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.blink_bold_txt_info {
    animation: blinker 1s linear infinite;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: cornflowerblue;
}


.blink_bold_txt_warn {
    animation: blinker 1s linear infinite;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: tan;
}


.blink_txt_danger {
    animation: blinker 1s linear infinite;
    color: #a94442;
}



.dvEmailDisplay {
    width: 99.8%;
    height: 100%;
    font-size: 14px;
    display: block;
    position: absolute;
    top: 5px;
    left: 2px;
    border: 1px solid black;
    border-radius: 6px;
    background-color: #E5E4E2;
    filter: alpha(opacity=95);
}

.dvEmailBodyDocument {
    border-radius: 23px;
    border: 2px solid rgba(183, 181, 171, 0.57);
    background-color: #FFF5CC;
    position: absolute;
    top: 30%;
    left: 40%;
    padding: 20px;
    width: 330px;
    height: 200px;
}

.dvEmailHide {
    display: none;
}

.dvProcess {
    position: absolute;
    top: -10px;
    bottom: 0;
    width: 99%;
    height: 95%;
    font-size: 14px;
    display: block;
    left: 10px;
    border: 1px solid #FFA500;
    border-radius: 50px;
    background-color: #E5E4E2;
    filter: alpha(opacity=95);
}

.dvProcessBodyDoc {
    border-radius: 80px;
    border: 2px solid rgba(183, 181, 171, 0.57);
    background-color: #FFF5CC;
    position: absolute;
    top: 25%;
    left: 25%;
    padding: 20px;
    width: 50%;
    height: 50%;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.clsStatus {
    background-color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    position: relative;
    width: 100%;
    left: -5px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.clsPageTrail {
    color: #6349AD;
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    text-align: left;
    margin: 2px 2px 2px 10px;
}

.clsPageTrailLink:link {
    color: #6349AD;
}

.clsPageTrailLink:visited {
    color: #6349AD;
}

.clsPageTrailLink:active {
    color: #6349AD;
}

.clsPageTrailLink:hover {
    color: Green;
}

div.disabled {
    pointer-events: none;
    /* for "disabled" effect */
    opacity: 0.7;
}

.dvDiaFull {
    pointer-events: none;
    /* for "disabled" effect */
    opacity: 0.7;
}


.grdResultScroll {
    width: 100%;
    height: 290px;
    overflow: auto;
    border: 1px solid black;
    overflow: auto;
}

.pgGrdSelect {
    background-color: aqua;
    font-size: 13px;
}

.csSearchCriter {
    overflow: auto;
    /*border-top: #777 1px solid;
    border-right: #777 1px solid;*/
    width: 800px;
    /*  border-bottom: #777 1px solid;
    border-left: #777 1px solid*/
}


.cssPopConfirm {
    position: absolute;
    text-align: center;
    height: 200px;
    width: 460px;
    padding-top: 30px;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    opacity: 0.9;
    border: solid;
    border-width: 2px;
    border-color: black;
    background-color: #FFF5CC;
}

.cssPopEndorsement {
    position: absolute;
    text-align: center;
    /*height: 300px;*/
    width: 400px;
    padding-top: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    opacity: 0.9;
    border: solid;
    border-width: 2px;
    border-color: black;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/*.clsListObjectHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #636563;
    text-decoration: none;
    color: White;
    margin: 0px 0px 0px 0px;
    padding: 0px 4px 0px 4px;
    border-right: 1px solid white;
    cursor: hand;
}*/
