/********** Google Font **********/
@import url('../../front/css/line-awesome.min.css');
.red{color:red !important; font-size: 14px !important;}

.center{
    text-align: center
}
.small{
    font-size: 14px;
}
.error-mess{
    font-size: 14px;
    display: block;
}

.heading-title{
    border-bottom: 1px solid #dee2e6;
    padding-bottom:5px;
}

.w-20{width: 20px;}
.w-40{width: 40px;}
.w-60{width: 60px;}
.w-170{width: 170px;}
.w-175{width: 175px;}
.w-180{width: 180px;}
.w-185{width: 185px;}
.w-190{width: 190px;}

tbody#applicationFilterData tr td button.btn {
    padding: 0.375rem 0.675rem;
}

.admin-side-form .form-control {
    background-color: transparent;
    border-color: white;
    color: #fff !important;
    font-size: 14px;
    height: 40px;
}

.admin-side-form textarea.form-control{
    resize: none;
    height: 110px;
    background-color: transparent;
} 
.admin-side-form .form-control:focus{
    background-color: transparent;
    box-shadow: none;
    border-color: #fff;
}

.bg-4693cc{
    background-color: #4693cc !important;
}

.bg-ED7D31 {
    border-color: #ae5a21!important;
    background-color: #ED7D31 !important;
    border-radius: 0;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}
input::placeholder{
    color: #333333 !important;
}
/********** Custom Css **********/
body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    color: #767676;
    font-size: 14px !important;
    line-height: 26px !important;
    word-wrap: break-word; 
    font-family: 'Roboto', sans-serif;
}
section{
    padding: 70px 0px ;
    position: relative;
}
a {
    text-decoration: none;
    transition: all 0.6s;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none; 
    box-shadow: none !important;
    color: inherit;
}
h1, h2, h3, h4, h5, h6 {
    color: #333333;
    margin: 0 0 12px;
}
.body{
    background-position: center;
    background-size: cover;
}
.main-body {
    padding-bottom: 50px;
}
header {
    background-color: #4693cc;
}
.main-header a img {
    width: 50%;
}
.main-header .navbar-nav li a {
    color: #b0e1ff !important;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
.main-header .navbar-nav li a.active{
    color: #fff !important;
}
.main-header .navbar-nav li {
    padding-right: 25px;
}
.user-info-top ul li{
    border-radius: 35px;
    border: 4px solid #dee5eb;
}
.user-info-top ul li:nth-child(1) {
    background-color: #47b9b8;    
    width: auto;
    text-align: left;
    padding: 8px 50px 8px 15px !important;
}
.user-info-top ul li:nth-child(2) {
    background-color: #4b97c3;
    width: auto;
    margin-left: -64px;
    text-align: left;
    padding: 8px 50px 8px 15px !important;
}
.user-info-top ul li:nth-child(3) {
    background-color: #4b64ac;
    /*width: 200px;*/
    text-align: left;
    margin-left: -60px;
}
.user-info-top ul li:nth-child(3) span {
  padding-right: 15px;
}
#formCopyChecks select{
    background-image: url(../../admin/img/down-arrow.svg);
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: auto 25%;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 9px 37px 9px 8px;
    height: 40px !important;
}
#formCopyChecks select:focus{
  box-shadow: none;
}
.user-info-top ul li:nth-child(4){
    margin-left: -70px;
}

#setMessBytime,
.login-txt p {
    color: #4f4f4f;
    font-size: 38px;
}
.login-txt p span{    
    font-size: 16px;
    color: #4693cc;
}
.Applications span{
    font-size: 47px;
    color: #4693cc;
}
.Applications {
    background-color: #f5f4f4;
    border: 4px solid #dee5eb;
    border-radius: 17px;
    min-height: 159px;
    height: auto;
}
.Applications img{
    width: 79%;
}
.Applications p {
    font-size: 18px;
    color: #4f4f4f;
}

.history-new,
.history{
    background-color: #f5f4f4;
    border: 4px solid #dee5eb;
    border-radius: 17px;
}
.history-new p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.mb-5px{
    margin-bottom: 5px;
}

.history p {
    font-family: 'Roboto', sans-serif;
    color: #4693cc;
    font-size: 26px;
    padding: 11px 15px 0;
}
.container {
    max-width: 1256px;
}
.failed-checks span, .project-bosch span {
    font-size: 16px;
    color: #4f4f4f;
}
.send-alert {
    color: #4f4f4f;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
.number-color {
    color: #4693cc !important;
    font-size: 34px !important;
    float: right;
}
.project-bosch span img {
    width: 17%;
    padding-left: 10px;
}



.project-bosch p {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    width: 100%;
    padding-top: 14px;
    margin: 0;
    text-align: right;
}
span.color-black {
    color: #000 !important;
}
.table-application table tbody td p {
    font-size: 13px !important;
    font-family: 'Roboto', sans-serif;
    color: #353535;
    margin: 0;
    line-height: 18px;
    padding: 0px 0px 0;
}
.table-application table tbody tr td:first-child {
    text-align: center;
}
.table-application thead th, .table-application table tbody td ul li {
    font-size: 14px;
    font-weight: 500;
    /*white-space: nowrap;*/
    font-family: 'Roboto', sans-serif;
    color: #353535;
}
.table-application ul{
        white-space: nowrap;
}
.table-application table tbody td p span {
    color: #919191;
    font-size: 12px;
}
.table-application  .table-striped tbody tr:nth-of-type(odd) {
    background-color: #efefef;
}
.table-application table td:not(:last-child), .table-application thead th:not(:last-child) {
    border-right: 2px solid #dee5eb;
}
.table-application table tbody td p:last-child {
    padding-top: 0;
}
.no-border{border: 0px;}

.table-application table tbody td p span.float-right, .table-application table tbody td p.text-right {
    color: #4693cc;
    font-size: 12px !important;
}
.table-application table td img {
    width: 43%;
}
.table-application table tbody td {
    padding: 4px 7px 5px;
    vertical-align: middle;
    /*white-space: nowrap;*/
}
.scroll-height {
    height: 562px;
    overflow-y: scroll;
}
.project-select span {
    font-size: 18px;
    padding: 0 12px 0 0;
    vertical-align: middle;
}
.project-select select {
    background-color: #fff;
    color: #4f4f4f !important;
    text-shadow: 0 0;
    padding: 0 7px;
}


.header-auto-size,
.login-txt {
    margin-top: 54px;
    padding-top: 25px;
}
.user-img {
    position: absolute;
    z-index: 1;
    top: 0;
    text-align: right;

    /*right: 25px;
    width: 158px;*/
    width: 140px;
    right: 36px;
}

.user-info-top {
    position: absolute;
    right: 9%;
    top: 65px;
}

.scrollbar::-webkit-scrollbar
{
    width: 12px;
    border-radius: 0 20px 20px 0;
}
.scrollbar::-webkit-scrollbar-thumb
{
    background-color: #cccccc;
    overflow: hidden;
    border-radius: 0 20px 20px 0;
}
.scrollbar {
    /*height: 521px;*/
    min-height: 521px;
    max-height: 670px;
    overflow-y: scroll;
}

.login-txt #dashboard_auto_reload {
    width: 22px;
    color: transparent;
}

.login-txt #dashboard_auto_reload option {
    color: 
    #4b97c3;
}


.style-droop-down-arraow{
    color:#4b97c3;
    outline: none;
    background-image: url(../../admin/img/down-arrow.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 36%;
    border: none;
    padding: 1px 17px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

#failedCheckOption, 
#overallQuality {
    background: transparent;
    color:#4b97c3;
    outline: none;
    background-image: url(../../admin/img/down-arrow.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 36%;
    border: none;
    padding: 1px 17px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

#project_selection {
    outline: none;
    background-image: url(../../admin/img/down-arrow.svg);
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: auto 25%;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0px 23px 0px 7px;

}


#dashboard_auto_reload{
    background: transparent;
    color: #4b97c3;
    outline: none;
    width: 44px;
    background-image: url(../../admin/img/down-arrow.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 40%;
    border-radius: 2px;
    border: none;
    padding: 0 24px 0 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.force-overflow
{
    min-height: 450px;
}
.main-header ul.navbar-nav {
    margin-left: 21%;
}
.recheck_disabled{
    cursor: not-allowed;
}
.table_last_history th{
    vertical-align: top;
    width:100px;
    padding-top: 4px;
}
.check_detail_header{
    word-break: break-all;
    border-bottom: 1px solid #dee5eb;
}
.check_detail_header_main {
    margin-top: 15px;
    border: 1px solid #dee5eb;
}
.check_detail_header_main .heading-title, .check_detail_header_main div{
    padding: 2px 7px;
}

.check_detail_header_main strong.text-highlight.server{
    color: #116cff;
}
 .check_detail_header_main strong.text-highlight{
    color: orange;
} 
strong.match_text_highlight, span.match_text_highlight, .check_detail_header_main .text-highlight:not(.set-cookie, .server){
    color:green;
}


.check_detail_header_main .heading-title {
    background: #dee5eb;
}
@media (max-width: 320px){
    .history p {
        font-size: 20px;
    }
    .table-application table td img {
        width: 100%;
    }
    .login-txt p{
        font-size: 39px;
    }
    .login-txt p span{
        font-size: 13px;
    }
    .project-bosch{
        margin-bottom: 10px;
    }
    .main-header ul.navbar-nav {
        margin-left: 0%;
    }
    .user-img{
        position: unset;
    }
    .user-info-top ul li:nth-child(1), .user-info-top ul li:nth-child(2), .user-info-top ul li:nth-child(3){
        width: 100%;
        margin: 0;
    }
    .user-info-top {
        right: 0;
        background-color: #ececec;
        position: unset;
        padding-top: 13px;
    }   
    .login-txt{
        padding: 0;
    }
    .project-select {
        margin-top: 22px;
    }

}
@media (max-width: 767px){
    .history p {
        font-size: 20px;
    }
    .table-application table td img {
        width: 100%;
    }
    .login-txt p{
        font-size: 18px !important;
    }
    .login-txt p span{
        font-size: 13px;
    }
    .project-bosch{
        margin-bottom: 10px;
    }
    .main-header ul.navbar-nav {
        margin-left: 0%;
    }
    .user-img{
        position: unset;
    }
    .user-info-top ul li:nth-child(1),
     .user-info-top ul li:nth-child(2), 
     .user-info-top ul li:nth-child(3){
        width: 100%;
        margin: 0;
    }
    .user-info-top {
        right: 0;
        background-color: #ececec;
        position: unset;
        padding-top: 13px;
    }   
    .login-txt{
        padding: 0;
    }
    .project-select {
        margin-top: 22px;
    }
}

@media (max-width: 1499px){
    .main-header ul.navbar-nav {
        margin-left: 0%;
    }
    .user-info-top {
        right: 10%;
    }
}

/* New CSS */
.cursor-pointer{
    cursor: pointer;
}

.select-graph:focus,
.select-graph{
    border:none;
}
.img-w-25{
    width:25px;
}
.img-w-20{
    width:20px;
}


/* Graph Css */
canvas{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
#chartjs-tooltip-week tr,
#chartjs-tooltip tr{
    border-bottom: 1px solid #fff;
}

#chartjs-tooltip-week table,
#chartjs-tooltip table{clear: both}

#chartjs-tooltip-week,
#chartjs-tooltip {
    opacity: 1;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    /*pointer-events: none;*/
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    z-index: 999;
}

.chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}
button.button-delete:nth-child(1) {
    float: right;

}
button.button-delete {
    float: left;
    border: 0;
    background: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    outline: none;
}

.customTooltips {
    height: 241px;
    overflow-y: auto;
    clear: both;
    margin: 41px 7px 17px;
    display: block;
}

#custom-tooltip::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#custom-tooltip::-webkit-scrollbar{
    width: 12px;
}

#custom-tooltip::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #3b3f42;
}

/* Project Page CSS*/
.add-button-pro {
    background-color:#fff;
    color:#4f4f4f;
    padding: 2px 33px 2px 19px;
    border-radius: 18px;
    border: 4px solid #dee5eb;
    font-size: 15px;
    text-shadow: 0 0;
}

.add-new-pro {
    background-color:#fff;
    color:#4f4f4f;
    padding: 2px 33px 2px 19px;
    border-radius: 18px;
    border: 4px solid #dee5eb;
    font-size: 15px;
    text-shadow: 0 0;
    position: relative;
    background-image: url(../../admin/img/down-arrow.svg);
    background-position: right 9px center;
    background-repeat: no-repeat;
    background-size: auto 25%;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.add-new-pro span{
    color: #4693cc;
}
.project-block {
    margin: 29px 0 0 0px;
    background-color: #fff;
    padding: 13px;
    border: 4px solid #dee5eb;
    border-radius: 20px;
}
.project-block p span {
    color: #4693cc;
    font-size: 23px;
    font-weight: 600;
}
.project-block p {
    font-size: 17px;
    color: #4f4f4f;
}
.project-block ul li img {
    width: 40px;
}
.note-button {
    padding: 0 23px;
    display: flex;
    flex-wrap: nowrap;
}
.note-button li{
    flex: auto;
}

.action-btn-label{
    background-color: #fff;
    font-weight: bold;
    border: 2px solid #bfbdbd;
    padding: 2px 10px;
    border-radius: 24px;
    transition: all 0.4s ease-in-out;
}

.action-btn,
.note-button li button {
    padding: 2px 22px;
    color: #4693cc;
    border-radius: 24px;
    transition: all 0.4s ease-in-out;
}
.note-button li:first-child button {
    background-color: #fff;
    border: 2px solid #4693cc;
}
.note-button li:first-child button:hover{
    background-color: #4693cc;
    color: #fff;
}

.action-btn{
    background-color: #fff;
    color: #4693cc !important;
    font-weight: bold;
    border: 2px solid #4693cc;
}
.action-btn:hover{
    background-color: #4693cc;
    color: #fff !important;
    border: 2px solid #fff;
}

.project-block ul li span {
    color: #4f4f4f;
    text-shadow: 0 0 0;
}
.project-block ul li h4 {
    width: 90px;
    color: #4693cc;
    font-weight: 600;
    margin: 0;
    text-align: right;
    padding-right: 10px;
}
.project-block ul li {
    display: flex;
    flex-wrap: nowrap;
    margin: 17px 0 0 0;
    align-items: center;
}
.allow_application_link {
    z-index: 9;
    opacity: 0;
    left: 2px;
    top: 6px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
    background-color: #4693cc !important;
    z-index: 9;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    z-index: 9;
}
.bg-transparent{
    background: transparent;
}

/* Scrollbar CSS */
.scrollbar-innercontent {
    min-height: 521px;
    max-height: 670px;
    /*height: calc(541px - 20px);*/
    overflow: auto;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 1;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}


/* Highlight Textarea */
.hwt-container {
  display: inline-block;
  position: relative;
  overflow: hidden !important;
  width:100%;
  background: #fff;
  -webkit-text-size-adjust: none !important;
}

.hwt-backdrop {
    position: absolute !important;
    top: 0px !important;
    bottom: 0 !important;
    /*right: -99px !important;*/
    /*left: -36% !important;*/
    padding: 0.375rem 0.75rem;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.hwt-highlights {
  width: auto !important;
  height: auto !important;
  border-color: transparent !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
  color: transparent !important;
  overflow: hidden !important;
}

.hwt-input {
  display: block !important;
  position: relative !important;
  margin: 0;
  font: inherit;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.hwt-content {
  background: none transparent !important;
}

.hwt-content mark {
  padding: 0 !important;
  color: inherit;
  background-color: #fff3b2;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.main-row {
    padding: 0 10px;
}


.project-bosch {
    background-color:#f5f4f4;
    border: 4px solid #dee5eb;
    border-radius: 17px;
    min-height: 79px;
    height: 100%;
    overflow: hidden;
}
.add-new-pro:focus {
  outline: 0;
}
body{
  background-repeat:no-repeat;
}
.password-update .form-control, #quickcheck input{
  height: 2.5em;
}
#dashboard_auto_reload::-ms-expand, #project_selection::-ms-expand,
 #failedCheckOption::-ms-expand, #overallQuality::-ms-expand, #language::-ms-expand, 
 #formCopyChecks select::-ms-expand{
  display: none;
}

.sendalertsbyemail::-ms-check {
    background-color: #0075ff;
    color: #fff;
    border: 1px solid #0075ff;
    border-radius: 3px;
}
.checkbox-left {
    padding-left: 27px !important;
    cursor: pointer;
}
.parameter-col .custom-control{
    padding-left: 0 !important;
}



/*loader css*/
.loader-main {
    background-color: rgb(0 0 0 / 70%);
    height: 100%;
    position: fixed;
    width: 100%;
    display: table;
    z-index: 9999;
}
.loader-inner {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.loader-inner img {
    max-width: 100px;
}


/*26-07-2022*/
#web_result_div{
    padding: 0;
    height: 500px;
    overflow: hidden;
    overflow-y: auto;
    max-height: 500px;
}
.web_input_header {
    background-color: #f8fcff;
}
#web_input_header {
    padding: 10px 20px;
    margin: 0;
}

.web_input_body {
    background: rgb(197 0 0 / 3%);
    padding: 10px 20px;
    margin: 0;
}

.web_input_search {
    background: rgb(0 126 42 / 5%);
    padding: 10px 20px;
    margin: 0;
}

.web_input_output {
    background: #f7ffff;
    padding: 10px 20px;
    margin: 0;
}
#web_result_div mark {
    background-color: #fff3b2;
}
#web_result_div pre{
    margin-bottom: 0;
}

/* Canvas Graph into application details page */
#applicationFilterData tr td:nth-child(2){
    max-width: 270px;
}
.canvas_graph_outer {
    display: flex;
    flex-wrap: wrap;
}
.canvas_graph_outer .canvas_graph {
    width: 200px;
    display: flex;
    border-left: solid 1px #c3c3c3;
    border-bottom: solid 1px #c3c3c3;
}
.canvas_graph_outer .canvas_graph canvas {
    align-self: flex-end;
}
.canvas_graph_outer .canvas_result{
    width: calc(100% - 200px);
    padding-left: 5px;
}

.canvas_graph_outer .canvas_result p {
    display: block;
    line-height: 14px;
    color: #000;
    font-size: 12px !important;
    padding: 0 0 0;
    margin-bottom: 0px;
}
.canvas_graph_outer .canvas_result p span{
    font-size: 12px;
    color: #000000;
}

/*certificate-details-check popup css strat 28-10-2022*/
.certificate-details-check .partnersec{
    max-width: 700px;
    margin: 0 auto;
}
.certificate-details-check .partnersec .simplebar-content{
    padding-top: 35px !important;
}
.certificate-details-check .partnersec #results p {
    font-size: 14px;
    margin-bottom: 5px;
}
.certificate-details-check .partnersec #results #CertDetails > p{
    margin-bottom: 0px;
    line-height: 24px;
}
.certificate-details-check .partnersec #results #CertDetails{
    margin-bottom: 10px;
}
.certificate-details-check .partnersec #results > h3 {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    color: #007EC4;
}

.audit-icon{
    display: inline-flex;
}

.audit-icon a img {
    width: 50%;
}

.user-info-top ul li{
    position: relative;
}
.user-info-top ul li ul.onlineUserList {
    display: none;
}
.user-info-top ul li:hover ul.onlineUserList {
    display: block;
    position: absolute;
    list-style: none;
    background: #4693cc;
    padding: 4px 14px;
    margin: 0;
    left: 10px;
    top: 44px;
    z-index: 9;
    border-radius: 4px;
}
.user-info-top ul li > span#totalMemberOnline {
    padding: 0;
    background: #47b9b8;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: solid 2px #dee5eb;
    line-height: 23px;
}
.user-info-top ul li ul.onlineUserList li {
    border: 0;
    padding: 3px 5px !important;
    background: transparent !important;
    font-size: 14px;
    margin: 0;
    border-bottom: solid 1px #74b2df;
    border-radius: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.user-info-top ul li ul.onlineUserList li:last-child{
    border-bottom: none;
}

.blink:before {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #3cc133;
    border-radius: 50%;
    margin: 0px 6px 0 0;
    border: solid 2px #ddd;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}


#search_applications{
    color:#000;
}
#search_applications::placeholder {
  color: #a7a7a7 !important;
}

#search_applications:-ms-input-placeholder { 
  color: #a7a7a7 !important;
}

#search_applications::-ms-input-placeholder { 
  color: #a7a7a7 !important;
}


/* 16-08-2023  */

.application-section .container-fluid{
    padding: 0 40px;
}
.application-header{
    padding: 20px 0 40px;
}
.application-header h1{
    font-size: 36px;
    font-weight: 500;
    color: #4f4f4f;
    margin-bottom: 7px;
}
.detail-cnt{
    display: flex;
}
.cnt-text{
    display: flex;
    align-items: flex-start;
}
.cnt-text .span-light{
    font-size: 14px;
    font-weight: normal;
    color: #4f4f4f;
}
.cnt-text .span-dark{
    font-size: 14px;
    font-weight: normal;
    color: #000;
}
.right-text-item{
    margin-left: 20px;
    margin-top: 20px;
}
.cnt-text .text-18{
    font-size: 18px;
}
.cnt-text .text-18.span-dark {
    color: #4693cc;
    font-weight: 600;
}
.btn-design{
    background: none;
    color: #000;
    font-size: 14px;
    padding: 0;
}
.btn-design img{
    width: 30px;
}
.application-blocks{
    position: relative;
}
.application-card{
    position: relative;
    background-color: #f5f4f4;
    border: 4px solid #dde4eb;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.application-card .application-card-header{
    padding-right: 50px;
}
.application-card .application-card-header h4{
    font-size: 18px;
    color: #4f4f4f;
    font-weight: 500;
    margin-bottom: 8px;
}
.application-card .application-card-header h4 span{
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    padding: 1px 5px;
    display: inline-flex;
    font-size: 17px;
    align-items: center;
    font-weight: 600;
}
 span.bg-dns{
    background: rgb(234,105,28);
    background: linear-gradient(90deg, rgba(234,105,28,1) 0%, rgba(253,198,16,1) 100%);
}
 span.bg-header{
    background: rgb(0,173,214);
    background: linear-gradient(90deg, rgba(0,173,214,1) 0%, rgba(147,210,231,1) 100%);
}
 span.bg-ssl{
    background: rgb(0,149,58);
    background: linear-gradient(90deg, rgba(0,149,58,1) 0%, rgba(165,201,86,1) 100%);
}
span.bg-waf{
    background: rgb(237,114,24);
    background: linear-gradient(90deg, rgba(177,24,46,1) 0%, rgba(237,114,24,1) 100%);
}
 span.bg-uptime{
    background: rgb(0,132,255);
    background: linear-gradient(90deg, rgba(0,132,255,1) 0%, rgba(102,204,255,1) 100%);
}

.application-card--wide{
    width: 100%;
}

.application-card--wide .flex-row-item{
    flex-wrap: wrap;
}

.application-card--wide .action-btns{
    background: #f5f4f4;
    border: 1px solid #dde4eb;
}

.application-card--wide .action-btns a{
    border-color: #cbd5e0;
}

.http-check-wrapper .history{
    border-radius: 17px;
}

.http-check-link-row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.http-link-btn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid #dde4eb;
    border-radius: 8px;
    background: #ffffff;
    color: #2d3748;
    font-weight: 500;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.http-link-btn:hover{
    background: #eef2f7;
    border-color: #c5d2e2;
    text-decoration: none;
}

.http-link-btn img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.application-action-stack{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px;
    width: auto;
}

.application-action-stack__group{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px 8px 22px;
    border-radius: 10px;
    background: #f8fbff;
    border: 1px solid #d7e1ef;
    box-shadow: 0 16px 36px -28px rgba(15, 32, 77, 0.45);
    position: relative;
    width: auto;
}

.application-action-stack__group::before{
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    bottom: 6px;
    width: 4px;
    border-radius: 3px;
    background: #2563eb;
}

.application-action-stack__group--primary::before{
    background: #2563eb;
}

.application-action-stack__group--secondary::before{
    background: #0ea5e9;
}

.application-action-stack__group--link::before{
    background: #f59e0b;
}

.application-action-stack__button{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 36px;
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid #d7e1ef;
    background: #ffffff;
    color: #1f2937;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.application-action-stack__button img{
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.application-action-stack__button:hover{
    background: #eef4ff;
    border-color: #c1d4ff;
    color: #0f172a;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.1);
}

.application-action-stack__button--primary{
    color: #1d4ed8;
    border-color: rgba(29, 78, 216, 0.35);
}

.application-action-stack__button--danger{
    color: #b91c1c;
    border-color: rgba(185, 28, 28, 0.35);
}

.application-action-stack__button--muted{
    color: #475569;
    border-color: #d7e1ef;
}

.application-action-stack__button--muted:disabled,
.application-action-stack__button--muted.disabled{
    opacity: 0.45;
    cursor: not-allowed;
}

@media (max-width: 991.98px){
    .application-action-stack{
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px){
    .application-action-stack{
        flex-direction: column;
        align-items: stretch;
    }

    .application-action-stack__group{
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .application-action-stack__button{
        flex: 1 1 100%;
        justify-content: center;
    }
}

.application-card-header .outputtext{
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
}
.application-card-header .outputtext span{
    color: #4693cc;
    font-size: 14px;
}
.type-application{
    position: absolute;
    right: -8px;
    top: -20px;
    z-index: 1;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
}
.type-application img {
    width: 60px;
}
.round-bar{
    position: relative;
    display: flex;
    flex-direction: column;
}


.round-bar input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  /* margin: -4.1px 0; */
  background: transparent;
}
.round-bar input[type=range]:focus {
  outline: none;
}
.round-bar input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  background: transparent;
  border-radius: 50px;
  border: 1px solid #a8a8a8;
}
.round-bar input[type=range]::-webkit-slider-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #4693cc;
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  margin-top: -0.2px;
}

.round-bar input[type=range]::-moz-range-track {
    width: 100%;
    height: 15px;
    cursor: pointer;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #a8a8a8;
}
.round-bar input[type=range]::-moz-range-thumb {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #4693cc;
    cursor: pointer;
    -webkit-appearance: none;
    border: none;
    margin-top: -0.2px;
}
.round-bar input[type=range]::-ms-track {
    width: 100%;
    height: 15px;
    cursor: pointer;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #a8a8a8;
}

.flex-row-item{
    /* display: flex;
    align-items: stretch; */
    margin-bottom: 5px;
}
.custom-col{
    flex-shrink: 0;
}
.action-btns {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px;
    background: #f5f4f4;
    min-width: 190px;
    margin: 0 auto 4px;
    border-radius: 4px;
    border: 1px solid #dde4eb;
}
.action-btns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dde4eb;
    width: 51px;
    height: 51px;
    border-radius: 3px;
    transition: all 0.3s ease-in;
}
.action-btns a:hover{
    background: #dde4eb;
}
.action-btns a:not(:last-child){
    margin-right: 10px;
}
.action-btns a img{
    width: 30px;
}
.card-info-list{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.card-info-list li{
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #cbdae6;
    padding: 5px;
}
.card-info-list li:last-child{
    border-bottom: none;
}
.card-info-list li .img-action .sount_mute_unmute{
    cursor: pointer;
}

.card-info-list li .img-action{
    width: 25px;
    flex-shrink: 0;
}

.card-info-list li span.dark-txt{
    color: #000;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    margin-top: 3px;
    word-break: break-all;
}
.card-info-list li span.light-txt{
    color: #4f4f4f;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    margin-top: 3px;
    word-break: break-all;
}

.custom-card{
    position: relative;
    background-color: #f5f4f4;
    border: 4px solid #dde4eb;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 30px;
}
.custom-card .custom-card-header h4 {
    font-size: 20px;
    color: #4f4f4f;
    font-weight: 500;
    margin-bottom: 20px;
}
.custom-card .custom-card-links a{
    font-size: 13px;
    color: #4f4f4f;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    margin-left: 10px;
    align-items: center;
}
.custom-card .custom-card-links a img{
    width: 30px;
}
.table-headerpart{
    border-bottom: 2px solid #dde4eb;  
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.table-headerpart h4{
    font-size: 20px;
    color: #4f4f4f;
    font-weight: 500;
    margin-bottom: 0;
}
.card-tabledesign table {
    width: 100%;
}
.application-section .btn:focus{
    outline: none !important;
    box-shadow: none;
}
.card-tabledesign table,.card-tabledesign table th, .card-tabledesign table td{
    border: none;
}
.card-tabledesign table th{
    font-size: 12px;
    font-weight: normal;
    color: #000;
}
.card-tabledesign table th{
    font-size: 12px;
    font-weight: normal;
    color: #000;
    padding: 5px;
}
.card-tabledesign table td{
    font-size: 12px;
    font-weight: normal;
    color: #353535;
    padding: 5px;
        vertical-align: middle;
}
.card-tabledesign .table-striped tbody tr:nth-of-type(odd){
    background:#efefef;
}
.card-tabledesign .check-image{
    width: 40px;
    align-self: center;
}
.card-tabledesign .td-actions .btn {
    font-size: 12px;
    transition: all 0.3s ease-in;
}
.card-tabledesign .td-actions .btn.deleteCheck {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M424 64h-88V48c0-26.51-21.49-48-48-48h-64c-26.51 0-48 21.49-48 48v16H88c-22.091 0-40 17.909-40 40v32c0 8.837 7.163 16 16 16h384c8.837 0 16-7.163 16-16v-32c0-22.091-17.909-40-40-40zM208 48c0-8.82 7.18-16 16-16h64c8.82 0 16 7.18 16 16v16h-96zM78.364 184a5 5 0 0 0-4.994 5.238l13.2 277.042c1.22 25.64 22.28 45.72 47.94 45.72h242.98c25.66 0 46.72-20.08 47.94-45.72l13.2-277.042a5 5 0 0 0-4.994-5.238zM320 224c0-8.84 7.16-16 16-16s16 7.16 16 16v208c0 8.84-7.16 16-16 16s-16-7.16-16-16zm-80 0c0-8.84 7.16-16 16-16s16 7.16 16 16v208c0 8.84-7.16 16-16 16s-16-7.16-16-16zm-80 0c0-8.84 7.16-16 16-16s16 7.16 16 16v208c0 8.84-7.16 16-16 16s-16-7.16-16-16z" fill="%23fff" data-original="%23fff" class=""></path></g></svg>');
    font-size: 0;
    height: 28px;
    width: 35px;
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
}
.card-tabledesign .td-actions .btn.bg-4693cc{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" width="512" height="512" x="0" y="0" viewBox="0 0 528.899 528.899" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="m328.883 89.125 107.59 107.589-272.34 272.34L56.604 361.465l272.279-272.34zm189.23-25.948-47.981-47.981c-18.543-18.543-48.653-18.543-67.259 0l-45.961 45.961 107.59 107.59 53.611-53.611c14.382-14.383 14.382-37.577 0-51.959zM.3 512.69c-1.958 8.812 5.998 16.708 14.811 14.565l119.891-29.069L27.473 390.597.3 512.69z" fill="%23ffffff" data-original="%23000000" class="" opacity="1"></path></g></svg>');
    font-size: 0;
    height: 28px;
    width: 33px;
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;

}
.card-tabledesign .td-actions .btn:hover{
    color: #000;
}
.card-tabledesign .btn-centergroup {
    /* display: flex;
    justify-content: flex-end; */
    width: 130px;
}
.card-tabledesign .btn-centergroup .btn{
    padding: 2px !important;
    margin-left: 2px !important;
    flex-shrink: 0;
}
.card-tabledesign .btn-centergroup .btn img{
    width: 20px;
}
.card-tabledesign .canvas_graph_outer{
   flex-wrap: nowrap;
}

.card-tabledesign .check-inputdesign input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.card-tabledesign .check-inputdesign label{
    position: relative;
    margin: 0;
}
.card-tabledesign .check-inputdesign label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #dde4eb;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    background: #fff;
}
  
.card-tabledesign .check-inputdesign input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #4693cc;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
  
.card-tabledesign .check-inputdesign input:checked + label::before{
    border-color: #4693cc;
}
.card-tabledesign #applicationFilterData tr td:nth-child(2) {
    min-width: 250px;
}


@media(max-width:1199px){
    .application-section .container-fluid {
        padding: 0 15px;
    }
    .application-card .application-card-header {
        padding-right: 50px;
    }
    .application-card .application-card-header h4 {
        font-size: 16px;
    }
    .application-card .application-card-header h4 span {
        font-size: 14px;
    }
    
    
}
@media(max-width:991px){
    .application-section .container-fluid {
        padding: 0 15px;
    }
    .application-header h1{
        font-size: 30px;
    }
    .cnt-text .span-light{
        font-size: 13px;
    }
    .cnt-text .span-dark{
        font-size: 13px;
    }
    .cnt-text .text-18{
        font-size: 14px;
    }
    .right-text-item {
        margin-left: 15px;
        margin-top: 12px;
    }
}
@media(max-width:767px){
    .application-header {
        padding: 0px 0 40px;
    }
    .detail-cnt{
        flex-direction: column;
    }
    .right-text-item{
        margin-top: 10px;
        margin-left: 0;
    }
    .cnt-text {
        flex-direction: column;
    }
    .cnt-text .span-dark{
        margin-left: 0 !important;
    }
    .table-headerpart h4{
        margin-bottom: 10px;
    }

}

/* 16-08-2023  */
