Mini Kabibi Habibi

Current Path : C:/Program Files/McAfee/WebAdvisor/MFW/packages/builtin/
Upload File :
Current File : C:/Program Files/McAfee/WebAdvisor/MFW/packages/builtin/wa-checklist.css

@import "file:///[WA_FILES]/MFW/packages\\builtin\\wa-font.css";

body {
    margin: 0px;
}

/* Layout Columns */
#wa-checklist > div {
    display: table-cell;
    vertical-align: middle;
}

#wa-column-one {
    white-space: nowrap;
}

#wa-column-three {
    width: 175px;
    text-align: center;
}

#wa-column-four {
    width: 24px;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
}

#wa-column-three.checklist-col-three {
    width:163px;
}

#wa-column-four.checklist-col-four {
    width:36px;
}

/* CheckList */
#wa-checklist-wrapper {
    font-family: "Poppins";
    position: relative;
    bottom: 47px;
    height: 0px;
}

#wa-checklist {
    display: table;
    width: 100%;
    height: 45px;
    background-color: #F0F5F9;
    position: relative;
    z-index: 1000;
    border-bottom: solid 2px #52b600;
}

#wa-checklist.checklist {
    background-color:#FFFFFF;
    border-bottom: 1px solid #DBDBDB;
}

/* CheckList Title */
#wa-title-img {
    vertical-align: middle;
    margin: 0px 20px 0px 20px;
    width: 182px;
}

#wa-title-text {
    font-size: 17px;
    color: #808080;
    white-space: nowrap;
    margin-right: 16px;
}


/* CheckList State */
#wa-state {
    padding-left: 16px;
    padding-right: 16px;
    white-space: nowrap;
    color: white;
}

.threat > #wa-state {
    padding-left: 8px;
    padding-right: 10px;
}

.wa-state-threat-content {
    height: 45px;
    width: 100%;
    cursor: pointer;
    display: table;
}

.wa-state-threat {
    vertical-align: middle;
    display: table-cell;
}

.wa-state-threat-img {
    vertical-align: top;
    padding-right: 12px;
}

.wa-state-threat-text {
    padding-right: 16px;
    background: url('sacore:white_downchevron.png') no-repeat right;
}

.wa-state-img {
    vertical-align: middle;
    padding-right: 4px;
}

.wa-state-img-threat {
    vertical-align: middle;
    padding-right: 6px;
    position: relative;
    bottom: 2px;
}

#wa-state-text-wrapper {
    display: inline-block;
}

#wa-state-text {
    font-size: 14px;
}

#wa-state-text-sub {
    text-align: left;
    font-size: 10px;
}

/* CheckList Message */
#wa-message-wrapper {
    margin-right: 16px;
    font-size: 14px;
    float: right;
}

#wa-message {
    white-space: nowrap;
    margin-right: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right;
    color: #53565A;
}

#wa-message-img {
    color: #53565A;
}

#wa-close {
    cursor: pointer;
    vertical-align: middle;
    margin-left: 9px;
}

#wa-message.checklist-message {
    color:#000000;
    font-family:'Poppins';
    font-weight:400;
    font-size:14px;
    line-height:20px;
}

#wa-message-img.checklist-message-img {
    color:#000000;
}

#wa-close.checklist-close-img {
    border-left: 1px solid #d4d3cf; 
    padding-left: 10px; 
    padding-right: 17px;
    margin-left: 20px;
}

/* Dialog */
#wa-dialog {
    width: 370px;
    height: auto;
    color: #53565a;
    background-color: #fff;
    position: relative;
    float: right;
    right: 24px;
    bottom: 75px;
    font-size: 12px;
    border-right: solid 1px #b1babf;
    border-bottom: solid 1px #b1babf;
    border-left: solid 1px #b1babf;
}

#wa-dialog-header {
    background-color: #fff;
    padding: 16px 14px 0px 16px;
    font-weight: 600;
    font-size: 16px;
}

#wa-dialog-content {
    background-color: #fff;
    color: #53565a;
    padding: 16px 16px 16px 16px;
    font-size: 13px;
    line-height: 18px;
}

#wa-dialog-options {
    margin-top: 16px;
}

#wa-dialog-buttons {
    float: right;
    padding: 8px 16px 16px 0px;
}

.wa-button {
    min-width: 92px;
    width: auto;
    height: 24px;
    border: solid 0px #ffffff;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}

#wa-dialog-button-ok {
    margin-left: 10px;
    height: 32px;
    min-width: 118px;
    border-radius: 2px;
    background-color: #4258FF;
}

#wa-dialog-button-cancel {
    margin-left: 10px;
    height: 32px;
    min-width: 118px;
    border: 1px solid #4258FF;
    border-radius: 2px;
    background-color: #fff;
    color: #4258FF;
}

#wa-dialog-content input {
    vertical-align: -2px;
}

#wa-dialog-dw-content {
    list-style-type: none;
    padding: 0px;
}

.wa-dialog-dw-bold {
    font-weight: bold;
}

#wa-dialog.checklist-dialog {
    color: #454545; 
    background-color: #FFFFFF; 
    right: 68px; 
    border-right: solid 1px #DBDBDB; 
    border-bottom: solid 1px #DBDBDB; 
    border-left: solid 1px #DBDBDB; 
    display: flex; 
    flex-direction: column; 
    justify-content: space-around;
}

.checklist-dialog > #wa-dialog-header {
    background-color: #FFFFFF;
    font-size: 20px;
    line-height: 32px;
}

.checklist-dialog #wa-dialog-content {
    background-color: #FFFFFF;
    color: #454545;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.checklist-dialog #wa-dialog-buttons {
    padding: 8px 24px 16px 0px;
    display: flex;
    justify-content: end;
    font-size: 16px; 
    line-height: 24px;
}

.checklist-dialog .wa-button {
    font-size: 16px;
    font-weight: 600;
}

.checklist-dialog #wa-dialog-button-ok {
    height: 44px;
    min-width: 160px;
    border-radius: 32px;
    padding: 0 16px;
}

.checklist-dialog #wa-dialog-button-cancel  {
    height: 44px;
    min-width: 160px;
    border-radius: 32px;
    background-color: #FFFFFF;
    padding: 5px 16px;
}

.threat {
    background-color: #FF1C1C;
    color: #FF1C1C;
}

.info {
    background-color: #4258FF;
    color: #4258FF;
}

.feedback-text {
    background-color: unset;
}

.feedback-text #wa-state {
    padding: 0px;
}

.feedback-text #wa-state-text {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #000000;
}

.green {
    background-color: #00AEEF;
    color: #27AE60;
}

.nps-input-field {
    width:288px;
    height:48px;
    border:1px solid #6E6E6E;
    border-radius:8px;
    display:flex;
    align-items:center;
    padding:0 14px;
}
.nps-input-field:hover {
    border: 1px solid #A5B0FF !important;
    box-shadow: 0px 0px 8px 0px #0046F966;
}



//A0A6B6B12D2CC805709B3D95B926EBCB0052BD11D0676D1FDC6CD5A08C7B22C448F6578B2A06A5B8B2583E5B2E5F06C1CE8C6BB8CFF5A08CE609398CF454875E++