﻿.required {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #BB1019;
    vertical-align: middle;
}
#apiManagement{
    padding-left:50px;
}
.inputnote{
    font-size:10px;
    color:grey;
}
.requiredapi {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #BB1019;
    vertical-align: middle;
    font-weight: bold;
}

.msgError {
    color: Red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.msg {
    color: #0000ff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}


    .textfield[readonly] {
        background: #E5E5E5;
        background-image: none;
        color: #575757;
        border: 1px solid #d8d8d8;
        padding: 3px;
    }

    .textfield[disabled] {
        background: #E5E5E5;
        background-image: none;
        color: #575757;
        border: 1px solid #d8d8d8;
        padding: 3px;
    }

.capturebutton {
    cursor: pointer;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: #0183C0;
    border: none;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    height: 23px;
    padding: 0px 12px 1px 12px;
    overflow: visible;
    font-weight: bold;
}

    .capturebutton[disabled] {
        background: #d8d8d8;
        cursor: default;
    }

.capturebuttongreen {
    cursor: pointer;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: #b8ecaf;
    border: none;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    height: 23px;
    padding: 0px 12px 1px 12px;
    overflow: visible;
    font-weight: bold;
}

.popupBackgroundFader {
    display: none;
    position: absolute;
    width: 2000px;
    height: 2000px;
    left: 0px;
    top: 0px;
    background-color: #FFFFFF;
    filter: alpha(opacity=80);
    -moz-opacity: .80;
    opacity: .80;
    z-index: 100;
}

.popupForm {
    width: 700px;
    display: none;
    border: solid black 2px;
    background-color: #FFFFFF;
    position: absolute;
    z-index: 200;
    top: 100px;
    left: 130px;
}

.popupMemoForm {
    width: 70%;
    display: none;
    border: solid black 2px;
    position: absolute;
    z-index: 200;
    top: 70px;
    left: 100px;
    right: 100px;
}

.popupForm2 {
    border: solid black 2px;
}

    .popupForm td.popupFormToolbar, .popupForm2 td.popupFormToolbar {
        color: White !important;
    }

.popupFormToolbar {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    height: 25px;
    color: White !important;
    background-color: #222277;
}

.popupFormFooter {
    width: 100%;
    height: 25px;
    color: White;
    background-color: #666666;
}

.popupFormBody {
    padding: 20px;
    background-color: #EEEEEE;
}

.popupBackgroundFader {
    display: none;
    position: absolute;
    width: 2000px;
    height: 2000px;
    left: 0px;
    top: 0px;
    background-color: #FFFFFF;
    filter: alpha(opacity=80);
    -moz-opacity: .80;
    opacity: .80;
    z-index: 100;
}

.openCloseArea {
    width: 100%;
    padding: 5px;
    display: none;
    border: solid 1px #CCCCCC;
    background-color: #D6E0ED;
}

.tblreport {
    /*width: 275px;*/
    width: 500px;
}

    .tblreport td {
        padding: 9px;
        font-size: 17px;
        color: #555555;
    }

/*Master Page CSS Class*/

.masterMaindiv {
    width: 100%;
    padding: 20px 0 12px 0;
    margin-left: auto;
    margin-right: auto;
}

.logodiv {
    float: left;
    margin-right: 42px;
}

.masternavigation {
    float: left;
    height: 42px;
    padding: 21px;
}

/*Report CSS*/

/*S4 Desktop main Overview CSS*/

.reportmenu {
    position: absolute;
    z-index: 99;
    display: none;
    width: 205px;
    font-size: 13px;
    border: 1px solid #EBEBEB;
    padding: 6px;
    line-height: 24px !important;    
}

.lnkclass {
    text-decoration: none;
}

.rptmainoverviewdiv {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.rptmainoverviewinner {
    float: left;
    padding: 3%;
    width: 45%;
    height: 400px;
    border-right: 1px solid #EBEBEB;
}

.rptmainoverviewdvreport {
    overflow: auto;
    overflow-y: hidden;
    border-width: 0px;
    /*width: 385px;*/
    width: 510px;
}

.fntSize10 {
    font-size: 10px;
}

.lstInactiveUsersDiv {
    height: 64px;
    font-size: 12px;
    overflow-y: scroll;
}

.catrefoverviewdiv {
    float: left;
    padding: 3%;
    width: 25%;
    height: 400px;
    border-right: 1px solid #EBEBEB;
}

.refandactionbyusersdiv {
    float: right;
    padding: 3%;
    
    width: 41%;
    height: 400px;
    overflow-y: scroll;
}

.monthsearchtrend {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.monthsearchtrendinnerdiv {
    float: center;
    width: 83%;
    margin-left: auto;
    margin-right: auto;
}

.button {
    border-style: none;
    border-color: transparent;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: left;
    font:inherit;
    text-transform: uppercase;
    vertical-align: middle;

}


.modal {
    display: none; /* Hidden by default */
    background: #0083C0 none repeat scroll 0% 0%;
    border: 1px solid #F4F4F4;
    color: #FFF;
    width: 336px;
    position: absolute;
    left: 100%;
    top: 0px;
    width: 386px; /* Full width */
    height: auto; /* Full height */
    
    margin-left: 9px;
    z-index: 900;
    overflow: visible;
}

/* Modal Content */
.modal-content {
    font-size: 11px;
    line-height: 18px;
    padding: 20px 22px 20px 26px;
    text-transform: uppercase;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.h2 {
    font-size: 14px;
    font-weight: bold;
}
/*popup style*/
.referal-popup1 {
    display: none; /* Hidden by default */
    background: #fff;
    border: 1px solid #F4F4F4;
    color: #000;
    width: 336px;
    position: absolute;
    left: 350px;
    right: auto;
    top: 0;
    width: 620px; /* Full width */
    height: 500px; /* Full height */
    top: 50px;
    margin-left: 9px;
    z-index: 100;
    overflow: visible;
}

.feedback-popup1 {
    display: none; /* Hidden by default */
    background: #fff;
    border: 1px solid #F4F4F4;
    color: #000;
    width: 336px;
    position: fixed;
    left: 350px;
    right: auto;
    top: 0;
    width: 620px; /* Full width */
    height: 435px; /* Full height */
    top: 50px;
    margin-left: 9px;
    z-index: 900;
    overflow: visible;
}

    .referal-popup1 .btn-close,
    .feedback-popup1 .btn-close {
        background: url(../images/btn-close.png) no-repeat;
        height: 31px;
        overflow: hidden;
        position: absolute;
        right: -10px;
        text-indent: -9999px;
        top: -15px;
        width: 30px;
    }

    .referal-popup1 .heading,
    .feedback-popup1 .heading {
        margin: 0 0 29px;
        overflow: hidden;
        padding: 0 15px 0 0;
    }

    .referal-popup1 .t,
    .referal-popup1 .b,
    .feedback-popup1 .t,
    .feedback-popup1 .b {
        background: url(../images/bg-popup.png) no-repeat;
        height: 34px;
        overflow: hidden;
        width: 100%;
    }

    .referal-popup1 .b,
    .feedback-popup1 .b {
        background-position: -1316px 0;
    }

    .referal-popup1 .c,
    .feedback-popup1 .c {
        background: url(../images/bg-popup.png) repeat-y -658px 0;
        float: left;
        position: relative;
        width: 100%;
    }

        .referal-popup1 .c:after,
        .feedback-popup1 .c:after {
            content: '';
            display: block;
            clear: both;
        }

    .referal-popup1 .content,
    .feedback-popup1 .content {
        margin: 0 0 -14px;
        padding: 16px 26px 0;
    }

    .referal-popup1 .heading,
    .feedback-popup1 .heading {
        margin: 0 0 29px;
        overflow: hidden;
        padding: 0 15px 0 0;
    }

.referal-popup1 .action-list {
    float: right;
    padding: 6px 0 0;
}

    .referal-popup1 .action-list li {
        float: left;
    }

    .referal-popup1 .action-list a {
        float: left;
        margin: 0 0 0 10px;
        padding: 0 0 0 0px;
        text-indent: 23px;
        height: 25px;
        text-decoration: none;
    }

        .referal-popup1 .action-list a:hover {
            text-decoration: underline;
        }

.action-list .copy {
    background: url(../images/ico01.png) no-repeat;
}

.action-list .remove {
    background: url(../images/ico04.png) no-repeat;
}

.referal-popup1 .txt-referal-summary,
.feedback-popup1 .txt-feedback,
.feedback-popup1 .txt-feedback-spanish {
    background: url(../images/txt-referal-summary.png) no-repeat;
    font-size: 1px;
    height: 25px;
    line-height: 1px;
    margin: 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 298px;
}

.referal-popup .list-heading {
    overflow: hidden;
    padding: 0 8px 1px 0;
}
/*style for popup "refferal symmary"*/
.referal-popup1 .bigger {
    margin: 0 0 38px;
}

    .referal-popup1 .bigger h4 {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 7px;
    }

    .referal-popup1 .bigger li {
        margin: 0 0 21px;
    }

.referal-popup1 .form-email,
.feedback-popup1 .form-feedback {
    background: url(../images/bg-form-email.png) no-repeat;
    margin: 0 0 0 -27px;
    overflow: hidden;
    padding: 19px 48px 21px 35px;
    width: 537px;
}

.form-email .text,
.form-feedback1 .row2 .text {
    background: url(../images/bg-text.png) no-repeat;
    float: left;
    padding: 2px;
    width: 301px;
}

    .form-email .text input,
    .form-feedback1 .row2 .text input {
        background: none;
        border: 0;
        float: left;
        height: 22px;
        padding: 7px 9px 8px;
        width: 283px;
    }

.form-email .btn-send,
.form-feedback1 .btn-submit {
    background: url(../images/btn-send.png) no-repeat;
    border: 0;
    float: right;
    font-size: 1px;
    height: 39px;
    line-height: 1px;
    margin: 2px 0 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 222px;
}

    .form-email .btn-send:hover,
    .form-feedback1 .btn-submit:hover,
    .form-login .btn-login {
        cursor: pointer;
    }

.feedback-popup1 .txt-feedback {
    background: url(../images/txt-feedback_new.png) no-repeat;    
    margin: 0 0 34px;
}

.feedback-popup1 .txt-feedback-spanish {
    background: url(../images/txt-feedback-spanish.png) no-repeat;
    margin: 0 0 34px;
}

.feedback-popup1 .form-feedback {
    background: url(../images/bg-form-feedback.png) no-repeat 0 100%;
    padding: 0 0 0 51px;
    width: 569px;
}

.form-feedback1 .row {
    margin: 0 0 14px;
    overflow: hidden;
}

.form-feedback1 .checkb {
    float: left;
    height: 15px;
    margin: 2px 8px 0 0;
    width: 15px;
}

.form-feedback1 label {
    color: #000000;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

.textarea {
    background: url(../images/bg-textarea.png) no-repeat 0 100%;
    margin: 0 0 38px -2px;
    overflow: hidden;
    padding: 7px 2px 2px;
    width: 484px;
}

    .textarea textarea {
        background: none;
        border: 0;
        color: #ccc;
        float: left;
        font-size: 16px;
        line-height: 18px;
        margin: 0;
        padding: 9px 0 0 22px;
        max-height: 75px;
        max-width: 462px;
        min-height: 75px;
        min-width: 462px;
        overflow: auto;
    }

.form-feedback1 .row2 {
    margin: 0 0 0 -16px;
    overflow: hidden;
    padding: 20px 0 13px;
    width: 568px;
}

    .form-feedback1 .row2 .text {
        margin: 0 0 8px;
    }

.form-feedback1 .txt {
    float: right;
    padding: 3px 0 0;
    text-align: center;
    width: 234px;
}

    .form-feedback1 .txt span {
        color: #fff;
        display: block;
        font-size: 18px;
        font-style: italic;
        font-weight: bold;
        line-height: 22px;
        margin: 0 0 12px;
    }

.form-feedback1 .btn-submit {
    background: url(../images/btn-submit.png) no-repeat;
    display: block;
    float: none;
    margin: 0 0 0 15px;
}

.main-holder {
    padding: 14px 1px 19px;
}

.coutn1 {
    background: url(../images/ico05.png) no-repeat 0px 0px,url(../images/btn-referral-summary.png) no-repeat 57px 5px;
    background-size: 22px,auto;
    float: right;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    padding: 2px 9px 10px;
    width: 205px;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    border: 0px;
    border-style: none;
    padding-right: 135px;
}

.popup-header {
    color: #06AF6E;
    font-size: 24px;
    font-style: italic;
    line-height: 26px;
    margin: 0px;
    text-transform: lowercase;
}

/* The Modal (background) */
.Copymodal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 5px; /* Location of the box */
    left: 28%;
    top: 12%;
    width: 44%; /* Full width */
    height: 35%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #fff; /* Fallback color */
    z-index: 200;
    /* Black w/ opacity */
}
/* Modal Content */
.Copymodal-content {
    background-color: #000;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.copyclose {
    background: url(../images/btn-close.png) no-repeat;
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
        /*margin-top: -22px;
    margin-right: -10px;*/
}

    .copyclose:hover,
    .copyclose:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.txtinputbox {
    /*background: url(../images/bg-text3.png) no-repeat;*/
    background: url(../images/bg-body.gif) no-repeat;
    margin: 0 0 17px 12px;
    overflow: hidden;
    width: 188px;
}

.textbox {
    background: #fff;
    border: 1px solid #848484;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    outline: 0;
    height: 26px;
    width: 195px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px;
}

.feedbacklabel {
    color: #000;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

.ddlLangStyle {
    font-size: 12px;
    font-style: italic;
    text-transform: none;
    color: #2b7369;
    background-color: pink;
}



body.inner.modal-fadein::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100vh;
    overflow: hidden;
    position: fixed;
    width: 100vw;
    z-index: 100;
    -moz-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    display: block;
}

body.inner::before {
    background: rgba(0,0,0,0);
    content: "";
    height: 100vh;
    overflow: hidden;
    position: fixed;
    width: 100vw;
    z-index: 0;
    display: none;
    -moz-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.txtbyzip-enUS {
    background:url(../images/txt-by-zip.png)no-repeat 50% 50%;
}

.txtbyzip-spanish {
    background:url(../images/txt-by-zip-esp.png)no-repeat 50% 50%;
}

.aside-holder { padding-top: 10px; }
.filter-list li table th { display: none }
#tab2{ height: 60px; }

input::-webkit-input-placeholder {
    padding-left:10px;
    color:#000000;
}
input::-moz-placeholder {
    padding-left:10px; 
    color:#000000; 
}
input:-moz-placeholder {
    padding-left:10px; 
    color:#000000; 
}
input:-ms-input-placeholder { /* IE 10+ */
    padding-left:10px;
    color: #000000;
 
}
td.details-control {
    background: url('../S4Images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../S4Images/details_close.png') no-repeat center center;
}


 .mytable {
      border-collapse: collapse;
      width: 100%;
      background-color: white;
    }
    .mytable-head {
      border: 1px solid black;
      margin-bottom: 0;
      padding-bottom: 0;
    }
    .mytable-head td {
      border: 1px solid black;
    }
    .mytable-body {
      border: 1px solid black;
      border-top: 0;
      margin-top: 0;
      padding-top: 0;
      margin-bottom: 0;
      padding-bottom: 0;
    }
    .mytable-body td {
      border: 1px solid black;
      border-top: 0;
    }
    .mytable-footer {
      border: 1px solid black;
      border-top: 0;
      margin-top: 0;
      padding-top: 0;
    }
    .mytable-footer td {
      border: 1px solid black;
      border-top: 0;
    }

    

