﻿/* Loading Cover*/
.cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0.5;
    filter: alpha(opacity=50);
    border: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    zoom: 1;
}

#ifrPageCover {
    display: none;
}

/* Please wait progress bar */
.progress {
    background: url(../images/progress/back.png) no-repeat top left;
    height: 16px;
    width: 281px;
    margin: 5px 0 0 0;
    display: none;
}

    .progress .slider {
        background: url(../images/progress/slider.png) repeat-x top left;
        height: 16px;
        width: 0px;
        display: inline-block;
        float: left;
    }

    .progress .slider_l {
        background: url(../images/progress/slider_l.png) no-repeat top left;
        height: 16px;
        width: 7px;
        display: inline-block;
        float: left;
    }

    .progress .slider_r {
        background: url(../images/progress/slider_r.png) no-repeat top left;
        height: 16px;
        width: 7px;
        display: inline-block;
        float: left;
    }

.progress_inf {
    background: url(../images/progress/wait.gif) no-repeat top left;
    height: 16px;
    width: 281px;
    margin: 5px 0 0 0;
    float: left;
}

/*Default page popups*/
.popupplacer {
    position: fixed;
    top: 30%;
    left: 50%;
    z-index: 999999;
    text-align: center;
    display: none;
}

/*Default page popups*/
.popupplacerauth {
    position: fixed;
    top: 30%;
    left: 45%;
    margin-top: -50px;
    margin-left: -100px;
    z-index: 999999;
    text-align: center;
    display: none;
}

/* Used to centre pop-ups that are not the standard size */
.centrePopup {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    height: 50%;
    z-index: 9999999;
    margin: 0 0 0 0 !important;
    display: none;
}

.centreTopPopup {
    display: none;
    position: absolute;
    z-index: 9999999;
    width: calc(100% - 50px);
    vertical-align: middle;
    top: 65px;
}

.centreTopPopup .popup-container {
    text-align: center;
    height: auto;
    display: table-cell;
}

.centreTopPopup .popup-container .popup, .centreTopPopup .popup-container .confirm-popup  {
    margin: 0px;
    display: inline-table;
    white-space: nowrap;
}

.centreTopPopup .popup-container .popup input, .centreTopPopup .popup-container .confirm-popup input{
    margin: 0 0 0 5px;
    width: 96%;
}

.popup-container {
    width: 100%;
    height: 100%;
    position: absolute;
}

    .popup-container .popup, .popup-container .confirm-popup {
        width: 320px;
        text-align: left;
        padding-bottom: 8px;
        background-color: white;
        -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
        -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
        box-shadow: 0px 0px 5px rgba(0,0,0,.3);
        -moz-border-radius: 6px 6px 6px 6px;
        -webkit-border-radius: 6px;
        border-radius: 0px 0px 0px 0px;
        margin: -57px 0 0 -150px;
        overflow: hidden;
    }

    .popup-container .confirm-popup {
        width: 500px;
    }

/* CVS - 20150618 - v4.0.0 - #16411 - Change the width of the add language popup to accommodate entire text value */
.width-small {
    width: 300px !important;
}

.width-medium {
    width: 600px !important;
}

.width-large {
    width: 900px !important;
}

.popup-container .popup .popup-head, .popup-container .confirm-popup .popup-head {
    color: #8a8a8a;
    height: 35px;
    width: 100%;
    display: inline-block;
    background-color: #f5f8fb;
    box-shadow: 0 1px 2px rgba(25,25,34,0.15);
    font-size: 16px;
    line-height: 33px;
    padding: 2px 10px;
    font-family: 'Segoe UI light','Helvetica Neue',Arial,Helvetica,sans-serif;
}

.popup-container .popup .popup-head div, .popup-container .confirm-popup .popup-head div {
    height: 22px;
}

.txtDebugId {
    float: right;
    font-size: 13.5px;
    color: #BD081D;
}

.popup-container .popup .critical, .popup-container .confirm-popup .critical {
    background-color: #CC0000 !important;
    color: white;
}

.popup .roundbox-content {
    background-color: white;
    padding: 10px 10px 0 10px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.popup .popupboxlabel {
    font-weight: 400;
    color: #999;
    padding-top: 10px;
    padding-left: 10px;
    text-align: left;
    height: 19px;
}

.confirm-popup .roundbox-content {
    background-color: white;
    padding: 10px 10px 0 10px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

    .popup .roundbox-content .alert, .confirm-popup .roundbox-content .alert {
        width: 100%;
        min-height: 20px;
        text-align: center;
        padding: 6px 0 10px 0;
        white-space: pre;
    }

    .popup .roundbox-content .alert{
        white-space: normal;
    }

#pswd_info {
    background-color: #bebebe;
    color: #BD081D;
    padding: 0px 12px;
    margin: 20px -1px 7px -1px;
    border: 1px solid rgba(34,36,38,.15);
    border-width: 1px 0px 1px 0px;
}

    #pswd_info ul {
        padding-left: 0;
    }

    #pswd_info::before {
        position: absolute;
        top: -12px;
        left: 45%;
        font-size: 14px;
        line-height: 14px;
        color: #ddd;
        text-shadow: none;
        display: block;
        list-style-type: none;
        padding: 0;
    }

#btnPasswordSave {
    margin: 1px 0px 11px 9px !important;
}
#btnPasswordCancel {
    margin: 1px 0px 11px 9px !important;
}

.invalid {
    list-style-type: none;
    padding: 0;
    background: url(../images/checkbox/chk_no.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    list-style-type: none;
    padding: 0;
    background: url(../images/checkbox/chk_on.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

/* Removed as fix for center popup. Call ID : Version 4 defects Record #: 106
#divChangePassword {
    width: 400px;
}*/

.hdnTableRow {
    display: none;
    border-collapse: collapse;
}

/* ===== Tipsy ===== */
.tipsy {
    padding: 4px;
    font-size: 10px;
    position: absolute;
    /* CVS - 20150811 - v4.0.0 - #17664 - Changed the z-index for the "tipsy"-object */
    /* CRC - 20171201 - v4_4_0 - Changed to appear above Popups */
    z-index: 9999999;
}

.tipsy-inner {
    padding: 5px 10px 5px 10px;
    background-color: #1d1d1d;
    color: white;
    max-width: 200px;
    text-align: center;
}

.tipsy-inner {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.tipsy-arrow {
    position: absolute;
    width: 9px;
    height: 5px;
    background: url('../images/tooltip/tipsy.gif');
}

.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    background-position: bottom left;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    background-position: bottom left;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    background-position: bottom left;
}

.tipsy-e .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 5px;
    height: 9px;
    background-position: top right;
}

.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px;
}

.disablediv {
    pointer-events: none;
    opacity: 0.4;
}

#isowatermark{
    top: calc(50% - 35px);
    left: 0px;
    position: absolute;
    opacity: 0.02;
    z-index: 3;
    display: none;
}

#divWait #txtWait{
    position: absolute;
    width: 100%!important;
    color: #999;
}

#divWaitError.error .ui.loader:before, #divWaitError.error .ui.loader:after{
    left: 50%;
    width: 1em!important;
    font-size: 14px;
}

#divWaitError.error .ui.loader:after{
    top: .6em;
}

#divWaitError.error .ui.loader:before{
    top: -4em;
}

#divWaitError.error .ui.loader{
    top: calc(50% - 50px);
    font-size: 18px;
    font-family: 'Segoe UI light','Helvetica Neue',Arial,Helvetica,sans-serif;
}

/*Org page : Views popup*/
#manageOrg_ManageViewsPopup .barButton.right.med{
    color: rgba(255, 255, 255, 0.8);
    background-color: #006395;
}

#manageOrg_ManageViewsPopup .barButton.right.med:hover{
    background: #c03a9a;
    color: rgba(255,255,255,1);
    transition: 0.3s;
}
#manageOrg_ManageViewsPopup .whead{
    padding: 1px;
}
#editViews{
    width: 100% !important;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}
#tbManageViewAdd{
    width: 100%;
    display: inline-table !important;    
}

#tbManageViewAdd .icon.cross{
    color: #BD081D;
    padding: 3px 0px 0px 3px;
    font-size: 13px;
    margin-top: 1px;
}

#editViews > thead{
    display: block;
}

#editViews > thead > tr{
    display: inline-table;
    width: 100%;
}
#editViews > thead > tr > td{
    display: block;
    width: 100%;
}

#viewsHeadingLeft{
    display: inline-block;
    text-align: center;
    width: 50%;
    margin-left: 20px;
    margin-top: 5px;
}
#viewsPopupActionButtons{
    border-bottom: 1px solid #dfdfdf;
}

.licenceDetailHeader {
    padding: 4px 9px 4px 11px;
}

.grLicenceDetails {
    width: 100%;
    background-color: white;
    /*line-height: 22px;*/
    border-collapse: collapse;
    
}
    .grLicenceDetails tbody td {
        white-space: nowrap;
        height: 20px;
        vertical-align: middle;
        padding: 4px 0px 2px 6px;
        font-size: 11px;
    }
        