@import url('base.css');
@import url('structure.css');
@import url('sidebar.css');
@import url('ip-tables.css');
.calibraion_top span {
    font-weight: normal;
}

.ftab-section {
    display: none;
}

.ftab-section.active {
    display: block;
}

.emp_audit_history {
    color: var(--ip-primary);
    cursor: pointer;
}
.emp_audit_history:hover {
    text-decoration: underline;
}
.emp_audit_history.badge {
    display: inline-flex;
    width: 160px;
    display: -ms-inline-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin: 5px auto;
    padding: 0;
    overflow: hidden;
    border-radius: 4px;
    /* padding: 3px 8px; */
}
.emp_audit_history.gamma {
    color: inherit;
    justify-content: initial;
    -ms-flex-pack: initial;
}
.emp_audit_history.badge:hover {
    text-decoration: none;
}
.badge.gamma.emp_audit_history:before {
    top: 10px;
}
.emp_audit_history.badge .badge-text {
    padding: 3px 5px 3px 8px;
}
.emp_audit_history.badge .badge-count {
    border-radius: 0;
    min-width: 30px;
}
.dataTable thead .fb-status, .dataTable tbody .fb-status {
    min-width: 520px;
}
.status-card{
    padding:15px;
    border-radius: 6px;
    min-height: 68px;
    border: transparent;
}

.status-heading {
    font-size: 12px;
}

.status-count {
    font-weight: 800;
    font-size: 24px;
}
button.chart-back-btn{
    position: absolute;
    bottom: 10px;
}
button.chart-back-btn:hover{
   color:#19a0da;
}
.chart-card{
   background-color:#ffffff;
   box-shadow: 0 0 16px rgb(0 0 0 / 15%);
   position: relative;
}
.chart_contents{
    height: 225px;
}
.toggle_chart{
    height: 235px;
}
.chart_zoomin_btn {
    background-image: url(../images/zoomin_icon.png);
    display: block;
}
.chart_zoomout_btn {
    background-image: url(../images/zoomout_icon.png);
    display: none;
}
.chart_zoomin_btn, .chart_zoomout_btn {
    vertical-align: middle;
    padding: 0;
    background-color: transparent;
    background-size: 100% auto;
    border: 0px solid transparent;
    line-height: 1;
    font-size: 0px;
    height: 18px;
    width: 18px;
    opacity: 0.8;
    cursor: pointer;
}
:not(:root):fullscreen .chart_zoomin_btn {
    display: none;
}
:not(:root):fullscreen .chart_zoomout_btn {
    display: block;
}
textarea.resize-none{
   resize:none;
}

legend {
    width: auto;
}

.modal-dialog {
    max-width: 100%;
    margin: 10vh auto;
    width: 640px;
}
.modal-fullwidth-small .modal-dialog {
    width:30vw;
    max-width: 100%;
}

.modal-fullwidth .modal-dialog {
    width: 70vw;
    max-width: 100%;
}

.modal-fullwidth-large .modal-dialog {
    width: 85vw;
}

.modal-fullwidth-large .modal-body{
    height:35vw;
    max-height: 100%;
    overflow-y: scroll;
}

.modal-scroll .modal-dialog {
    max-height: 80vh;
    overflow-y: auto;
}
.modal-scroll .modal-body{
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.modal-scroll .modal-header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

/*-----Drag and Drop Start-------*/
.fc-field {
    border: 1px solid #0d9dd9;
    color: #000;
    padding: 2px 10px;
    font-size: 11px;
    display: table;
    border-radius: 50px;
    margin: 4px 0px;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
    /* white-space: nowrap; */
}
.fc-selected {
    background-color: #0d9dd9;
    color:#ffffff;
}
.fc-field-list {
    position: inherit;
    height: 150px;
    overflow-y: scroll;
}
/*.dragg_mandatory1{
    pointer-events: none;
}
.dragg_mandatory2{
    pointer-events: none;
}*/
/*-----Drag and Drop End-------*/

.addElementRow {
    position: relative;
}
.addCF, .remCF {
    margin-right: 10px;
}
.addCF:last-child {
    margin-right: 0;
}
.addCF {
    min-width: 52px;
}
.remCF {
    min-width: 64px;
}
.customRowField .addCF {
    display: none;
}
.customRowField:last-child .addCF {
    display: inline-block;
}
.form-part > .addElementRow .remCF, .multiple-fields > .addElementRow .addCF {
    display: none;
}
.multiple-fields > .addElementRow:only-child .addCF {
    display: inline-block;
}
.alert_mngt_main .multiselect-container.dropdown-menu {
    max-height: 175px;
    overflow-y: auto;
}
/* Esclation Css by shafquat */
.escalation-comments-area {
    padding: 15px;
    border: 1px solid #dcdcdc;
    margin-top: 10px;
    background-color: #fcfcfc;
    position: relative;
}
.escalation-comments-area h5 {
    background-color: #fcfcfc;
    font-size: 1.2rem;
    font-weight: 600;
    color: #646464;
    position: absolute;
    left: 5px;
    top: -17px;
    margin: 0;
    padding: 0px 10px;
    line-height: 30px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
}
.comment-status {
    display: inline-flex;
    display: -ms-inline-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    color: #fff;
    background-color: #969696;
    padding: 2px 5px;
    margin-left: 5px;
    border-radius: 3px;
    font-size: 9px;
}
.comment-status.accept {
    background-color: #43bf57;
}
.comment-status.decline {
    background-color: #ef5350;
}
.subaccordion-area .escalation-comments-area {
    margin: 10px;
}
textarea.form-control:disabled, textarea.form-control:disabled:focus {
    border-color: #e0e0e0;
}

/* alert css */
.elementRow {
    padding-right: 136px;
}
.elementrow-controls, .enterprise-controls {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 26px;
    padding: 0 5px;
}
.enterprise-controls {
    width: auto;
}
.elementrow-controls {
    width: 136px;
}
.enterprise-area .form-row {
    padding-right: 68px;
    position: relative;
}
.kpiview_detail {
    color: currentColor !important;
    text-decoration: underline !important;
}
.fusioncharts-container > svg > g + g {
    display: none;
}

/*---- KPI Start--- */
.tab-selected-primary{
    background-color: var(--ip-primary);
    border-color: var(--ip-primary);
    color:#ffffff;   
}
.tab-selected-secondary{
    background-color: var(--ip-secondary);
    border-color: var(--ip-secondary);
    color:#ffffff;   
}
/*---- KPI End--- */

.table-content-tooltip{
    display: inline-block;
    width: 150px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.profile_details ul li{
    line-height: 25px; 
    font-size: 13px;
    font-weight: 600;
}

.ip-ats .accordion .card {
    overflow: initial;
}
.suggestion-list {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 100%;
    background-color: #fff;
    min-width: 100%;
    box-shadow: 1px 2px 10px rgb(0 0 0 / 20%);
    font-size: inherit;
    box-sizing: border-box;
    color: #333333;
    max-height: 210px;
    overflow-y: auto;
    display: none;
}
.suggestion-list li {
    padding: 0.5rem 1.2rem;
    display: block;
    font-size: inherit;
    border-bottom: 1px solid #f7f7f7;
    color: #565656;
}
.suggestion-list li:last-child {
    border-bottom: 0px solid #f7f7f7;
}
.alertCheckbox .ckbCheckAll{
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.alertCheckbox .CheckAll{
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.alertCheckbox * {
    vertical-align: middle;
}
.modal-scroll-alert .modal-body {
    padding-top: 7rem;
}
.modal-content .dataTables_wrapper .dataTables_scrollBody {
    min-height: initial;
    max-height: 174px;
}
.box-contents.first-box {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #dcdcdc;
}
#alert_others .form-part {
    padding-right: 0;
    padding-left: 0;
}
.otherAlertRecieverListShow {
    max-height: 86px;
    overflow: auto;
    padding: 0 1.5rem;
}
.otherAlertRecieverListShow::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(0 0 0 / 15%);
}
.otherAlertRecieverListShow::-webkit-scrollbar-thumb {
    background-color: #969696;
    outline: 0px solid transparent;
    border-radius: 10px;
}
.otherAlertRecieverListShow::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.otherAlertRecieverListShow span {
    border: 1px solid #dcdcdc;
    padding: 3px 10px;
    border-radius: 30px;
    white-space: nowrap;
    background-color: #f7f7f7;
}
textarea.other_alert_reciever_list {
    max-height: initial;
}
.textcolor {
    color: #000 !important;
}
.rag-sum{
    display:block;
    max-width:100%;
    overflow:auto;
}

.tooltip p {
    margin-bottom: 0;
    text-align: left;
    font-size: 1.2rem;
}
.access-denied img{
    max-width:100%;
}

.access-denied p {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.img-df {
    max-width: 489px;
    margin: auto;
}
.access-denied .text-d{
    max-width: 653px;
    display: block;
    margin: auto;
}
.access-denied p span{
    color:#ee6e73;
}

.access-denied{
    padding-top: 60px;
}
.btn-primary {
    background: #0d9dd9;
    background: -webkit-linear-gradient(45deg, #0d9dd9, #0275ca);
    background: -moz- oldlinear-gradient(45deg, #0d9dd9, #0275ca);
    background: -o-linear-gradient( 45deg, #0d9dd9, #0275ca);
    background: linear-gradient(45deg, #0d9dd9, #0275ca);
    border-radius: 25px;
}