.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: #003473 !important;
    cursor: pointer;
}

.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 {
    height: 140px;
    line-height: 1.4;
    overflow: hidden;
    border-radius: 7px;
    border: 1px solid #214778;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 11px;
    margin-bottom: -3px;
    padding-bottom: 11px;
        cursor: pointer;
}

.survey-item-box p {
    color: #214778;
    height: 72px;
    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: #397DD6;
    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: #397DD6;
    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;
}
