.no-employees-list {
    display: inline-block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 110px;
    text-align: center;
}

.respondents-processing {
    display: inline-block;
    position: absolute;
    margin: auto;
    top: 124px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    text-align: center;
}

.bubble {
    height: 60px;
    border: 2px solid #949494;
    border-radius: 50px;
    width: 60px;
    display: inline-block;
}
.bubble span {
    height: 30px;
    font-size: 18px;
    font-weight: normal;
    top: 14px;
    position: relative;
}

.bubble-text {
    font-size: 10px;
}

.bridge-lines {
    height: 2px;
    background: gray;
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.anchor-link {
    color: #1D8FD6 !important;
    cursor: pointer;
    font-weight: bold !important;
}

.employee-guideline-dialog {
    max-width: 800px !important; 
}

.survey-invitation-body {
    border: 1px solid #DBDBDB;
    box-shadow: 1px 3px 4px 0px #ededed;
    margin: 30px;
    padding: 0px;
}
.survey-invitation-body-logo img{
    height: 30px;
}

#begin-survey{
    width: 95px;
    margin-bottom: 10px;
}

.ul-widget6__item--table.respondents-table-view {
    height: 470px !important;
}

.ul-widget6__item--table.survey-list-table-view {
    height: 470px !important;
}


#survey-list-table_wrapper {
    height: 85% !important;
}
#respondent-list{
    overflow-y: auto;
    max-height: 400px;
}

#sendReminderLoader {
    margin-left: 42px;
    position: absolute;
    margin-top: -3px;
}

.survey-item-box {
    line-height: 1.4;
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: -3px;
}

.survey-item-box p {
    line-height: 1.7;
/*     text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-height: 8rem;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
 */}

@media only screen and (min-width: 780px) {

    .dataTables_paginate {/*
      position: absolute !important;
      left: 0 !important;
      margin: auto -65% !important;*/
    }
}




/****   TEAM SURVEY   *****/
#survey-list-current-report thead tr th, #survey-list-past-report thead tr th{
    background: #1D8FD6;
    color: white;
}

#survey-list-current-report td,  #survey-list-past-report td {
    /*width:20% !important;*/
}

#survey-list-current-report th,  #survey-list-past-report th {
    /*width:20% !important;*/
}

.btn-transparent-primary {
    background: transparent;
    color: #003473;
}

.team-survey-custom-progress {
    display: inline-block;
    height: 15px;
}

.accordion .ul-collapse__right-icon a:before {
    color: #1D8FD6;
    width: 19px;
}

.survey-online-summary-tab, .survey-online-results-tab {
    border-bottom: 1px solid #214778;
}

.title-back-arrow {
    margin-right: 20px;
    vertical-align: -3px;    
}

.arrow-column {
    display: inline-block;
    position: relative;
    text-align: center;
    color: white;
    width: 102px;
}
.position-center {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 5px;
    right: 0;
    margin: auto;
}

.survey-list-body{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 28px;
}

.text-answers-block {
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 0px;
}

.text-answers-block-header {
    height: 65px;
    border-bottom: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 12px;
    position: relative;
}

.text-answers-block-header-icon {
    height: 29px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 10px;
}

.text-answers-block-body {
    padding: 10px;
}

.ul-widget__chart-info {
    padding: 20px !important;
}

.heading{
    margin: 0px !important;
}

.scoreCanvas{

  width:500px !important;
  height:300px !important;

}

.scores_card{
    padding-bottom: 35px !important;
}

#respondents-table_paginate .paginate_button {
    padding: 0  !important;
  }
/*TO REMOVE WEIRD BLUE COLOR IN THE SURVEY DROPDOWN LIST*/

.breadcrumb ul li:after{
    background: #ffffff !important;
}

/* Dashboard specific styles */

.breadcrumb.dropdown {
    display: block;
    width: fit-content;
    margin-right: 35px;
    margin-top: 6px;
    float: left;
}

.breadcrumb.dropdown a.dropdown-toggle {
    padding-right: 31px;
}

/* Status card */
.card-status {
    height: 100%;
}

/* Chart info styles */
.ul-widget__chart-info {
    background: #F7F7F7;
}

/* Respondent table styles */
.respondents-table-view {
    overflow-y: auto;
    height: auto !important;
    margin-top: 25px;
    margin-bottom: 30px !important;
}

#respondents-table {
    color: black;
    width: 95%;
    margin: auto;
    margin-bottom: 35px;
}

/* Button styles */
.download-btn {
    margin-top: 31px;
    background-color: #4caf50;
    margin-left: 51px;
}

.reminder-btn {
    margin-top: 31px;
    margin-left: 19px;
}

.search-container {
    position: absolute;
    right: 63px;
    top: 60px;
    width: fit-content;
}

/* Height utilities */
.height-100 {
    height: 100px;
}

.height-200 {
    height: 200px;
}

.height-300 {
    height: 300px;
}

.height-400 {
    height: 400px;
}

/* Text utilities */
.text-12 {
    font-size: 12px;
}

.text-22 {
    font-size: 22px;
}

/* Card utilities */
.scores_card {
    padding: 15px;
}

.scoreCanvas {
    display: block;
    margin: auto;
    width: 500px;
}
