.ccfFieldSets.ccfFieldSets-res {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    box-sizing: border-box;
}
.ccfFieldSets.ccfFieldSets-res > fieldset{
    width: calc(100% / 2 - 62px);
    margin: 0;
    flex: initial;
}
.ccfFieldSets.ccfFieldSets-res fieldset.loginFieldset {
    margin-right: 10px;
}

.ccfFieldSets.ccfFieldSets-res fieldset.signupFieldset {
    margin-left: 10px;
}


.ccfFieldSets.ccfFieldSets-res > fieldset {
    width: calc(100% / 2 - 10px);
    height: auto; 
    box-sizing: border-box;
}

div#bodyPad.fieldset-two-form {
    padding: 20px 40px;
}

.ccfFieldSets.ccfFieldSets-res .loginFormContainer {

    min-width: auto;

}

.interviewSummaryLink {
    word-break: break-all;
}

#exportBar.exportBar-wrapper > *{
    margin-bottom: 10px;
}
.exportGrids-wrapper-box div#exportGrids > div {
    width: 100%;
}
.loginFieldset .field input {
    padding-right: 20px;
    box-sizing: border-box;
    height: 1.9em;
}

/******************************/


.dashboard-grid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.welcomeMsgPanelwrapper .welcomeMsgPanel {
    width: 40%;
    background-color:#d1eaff;
    padding: 15px;
}

.welcomeMsgPanelwrapper .formCountPanel {
    width: 60%;
    padding: 5px;
}

.welcomeMsgPanelwrapper {
    background-color: #ffffff;
    overflow: hidden;  
    border: 1px solid #bdbdbd;
    box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.4);
    border-radius: 10px;
    
}
.dashboard-wrapper-container *{
    box-sizing:border-box;
    margin:0px;
    padding:0px;
}
.welcome-box-below {
    margin-top: 20px;
}
.welcomeMsgPanel p {
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: bold;
}
.dashboard-grid-align-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.dashboard-grid-align-bottom {
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}
.dashboard-grid-justify-flex-end {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.welcomeMsgPanelwrapper .formCountPanel > div {
    width: calc(100% / 4);
    text-align: center;
    padding: 5px;
}

.welcomeMsgPanelwrapper .formCountPanel > div span {
    display: block;
    padding: 0 5px;
}
.welcomeMsgPanelwrapper .formCountPanel > div span:first-child {
    font-size:2.3rem;
    min-height: 60px;
}
.welcomeMsgPanelwrapper .formCountPanel > div.completedFormsCount span a:first-child{
    color:#00b050;
    text-decoration: none;
}
.welcomeMsgPanelwrapper .formCountPanel > div.incompletedFormsCount span a:first-child{
    color:#ff0000;
    text-decoration: none;
}
.welcomeMsgPanelwrapper .formCountPanel > div.notStartedFormsCount span a:first-child{
    color:#ff0000;
    text-decoration: none;
}
.welcomeMsgPanelwrapper .formCountPanel > div.pendingSignatureFormsCount span a:first-child{
    color:#ffc000;
    text-decoration: none;
}
.dashboard-grid-justify-flex-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.dashboard-grid-justify-flex-space-around {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.dashboard-grid-column{
    flex-direction: column;
}
.welcomeMsgPanelwrapper .formCountPanel > div > div {
        border: 1px solid #d0d0d0;
        padding: 10px 5px;
        border-radius: 10px;
        min-height: 110px;
}

.form-status-wrapper-box > div {
    width: calc(100% / 2);
    text-align: center;
    padding: 10px;
}

.form-status-wrapper-box > div > div {
    min-height: 160px;
    padding: 10px;
    border: 1px solid #d0d0d0;
}

.form-status-wrapper-box {
    background-color: #ffffff;
    border: 1px solid #bdbdbd;
    margin: 20px 0;
    box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.4);
    border-radius: 10px;
    
}

.form-status-wrapper-box h4.title {
    font-size: 1rem;
    line-height: 1.5;
}

.form-status-wrapper-box .form-graph{
    min-height: 100px;
}

span.form-status-value {
    font-size: 3rem;
    color: #0060af;
}
ul.graph-below-section {
    font-size: 0.5rem;
}

.last-days-selector li.active a {
    background-color: #006fcc;
    color: #ffffff;
}

.last-days-selector li a {
    color: #006fcc;
    padding: 6px 12px;
    display: inline-block;
    border-right: 1px solid #93bbdd;
    font-weight: bold;
}
.last-days-selector li a:hover {
    text-decoration: none;
}
ul.last-days-selector {
    border: 1px solid #93bbdd;
    border-right: none;
    margin-bottom: 20px;
}

.graph-below-section span{
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #0060af;
    border-radius: 100%;
    margin-right: 5px;
}
.welcomeMsgPanelwrapper .formCountPanel > div span + span {
    font-size: 0.9rem;
}


#menu li ul {
    display:none;
}
#customSearchButtons {
    width: 100%;
}
.searchDateError {
    color:red;
}
#customSearchButtons .x-form-field-wrap {
    width: 30% !important;
    display: inline-block;
    min-height: auto;
    padding: 0px;
    border:0px;
}
#customSearchButtons .x-form-field-wrap .x-form-trigger{
    height: 20px;
}
#customSearchButtons .x-form-field-wrap .dateInput{
    width: 94% !important;
    border-radius: 0px;
}
.formCountPanel > div, .formCompletedCountPanel, .formCompletedHrsCountPanel {
    cursor: pointer;
}
.loader {
    border: 0;
    background: none;
    color: #00ABEB;
    font-size: 20px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 99;
    left: 0px;
    right: 0px;
    margin: auto;
}
#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
#completedSessionListPanel_wrapper {
    padding-top:10px;
}
table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px !important;
}


/*************************/
.welcomeMessage {
    position: relative;
    height: auto;
}

#menu li ul {
    display:none;
}

.welcomeMessage.welcomeText {
    background-color: transparent;
}

.welcomeMessage.welcomeText p {
    background-color: #F0F8FF;
    display: inline-block;
    padding: 5px;
}

.tabButtonWrapper button {
    border: none;
    padding: 5px 30px;
    background-color: #d0d0d0;
    cursor: pointer;
    transition: 0.5s;
    border: 1px solid #bdbdbd;
    border-radius: 5px 5px 0px 0px;
}
.tabButtonWrapper button:hover {
    background-color: #d0d0d0;
}
.tabButtonWrapper button.active {
    background-color: white;
    color: inherit;
}
.tabButtonWrapper .active {
    background-color: white;
}
.tabWrapper .content {
    display: none;
    padding: 10px 20px;
}
.tabWrapper .content.active {
    display: block;
}
.tabWrapper .contentWrapper {
    background-color: #ffffff;
    border: 1px solid #bdbdbd;            
    box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.4);
    border-radius: 0px 10px 10px 10px;
}
.filterPlaceHolder {
    margin-bottom: 30px;
}
.filterPlaceHolder > div > div {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.filterPlaceHolder select {
    border: none;
    border-bottom: 1px solid black;
    padding: 10px !important;
    min-width:225px;
}
#yourReportPanel_wrapper .buttons-csv.buttons-html5 {
    display: none;
}
.filterPlaceHolder select:focus {
    background-color: buttonface;    
}
.export_button {
    margin-bottom: 20px !important;
}

@media (min-width:992px) and (max-width: 1280px){
    #menu a{
        padding: 0 13px;
    }
    .help-button {
        width: 25px;
    }
}
@media (min-width:992px) and (max-width: 1200px){
    #menu li.activePage a {
        font-size: 12px;
    }
    #menu a{        
        font-size: 12px;
    }
}

/* waqar add css */
@media (max-width: 1024px){
    .table-wrapper-custom-box {
        width: 100%;
        overflow: auto;
    }
    .table-wrapper-custom-box > div {
        min-width: 1200px;
    }
    .welcomeMsgPanelwrapper .formCountPanel > div {
        width: calc(100% / 2);
    }

    #menu a{
        padding: 0 10px;
    }
}

@media (min-width:992px){
    .mobTitle {
        display: none;
    }
    .menu-toggle{
        display: none;
    }
}
@media (max-width:991px){
    .ccfFieldSets.ccfFieldSets-res > fieldset {
        width: calc(100% / 1 - 0px);
    }
    .ccfFieldSets.ccfFieldSets-res fieldset.loginFieldset {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .ccfFieldSets.ccfFieldSets-res fieldset.signupFieldset {
        margin-left: 0px;
        margin-bottom: 20px;
    }
    body {
        min-width: auto;
    }
    .field textarea{
        width: 100%;
    }
    .interviewContent {
        padding-top: 25px;
    }
    button.largeButton {
        padding: 10px 16px;
        font-size: 14px;

    }
    .exportGrids-wrapper-box #exportSelect {
        margin: 7px 0px 10px 0px;
    }
    .exportGrids-wrapper-box div#exportGrids {
        overflow: initial;
    }
    .exportGrids-wrapper-box {
        overflow: auto;
        width: 100%;
    }
    .exportGrids-wrapper-box #exportGrids .leftCol,
    .exportGrids-wrapper-box #exportGrids .rightCol {
        width: 100%;
        float: left;
    }
    *{
        box-sizing: border-box;
    }
    #whichPage {
        text-align: right;
    }
    div.interviewSummaryLink {
        font-size: 15px;
    }
    #menu a {
        padding: 0 10px;
    }
    #menu a {
        line-height: 35px;
    }
    #menu li, #menu li.account-menu, #menu {
        height: 35px;
        min-height: 35px;
    }
    .exportGrids-wrapper-box #exportGrids {
        background-size: 0px auto;
    }
    #menu li, #menu li.account-menu, #menu {
        height: auto;
        min-height: auto;
        float: none;
    }
    .menu-toggle {
        text-align: right;
        padding: 15px;
    }
    .menu-toggle img{
        cursor: pointer;
    }
    .optionsBar.optionsBar-box >input {
        margin-bottom: 20px;
    }

    .signatureBox {
        width: 95% !important;
        right: 0;
        left: 0 !important;
        margin: 0 auto;
        max-width: 500px;
    }
    
    .warningBox {
        width: 360px !important;  /*  add waqar */
        right: 0 !important;
        left: 0 !important;
        margin: 0 auto;
    }
   
    ul#menu {
       display: none;
    }
    .menu-hamberger-icon i.fas.fa-bars {
        font-size: 25px;
    }
    .menu-hamberger-icon{
        display: inline-block;
        cursor: pointer;
    }

    select.postlogin-select {
        width: 100%;
        padding-right: 15px;
    }
    .overviewsummary-box .x-panel-body.x-panel-body-noheader,
    .overviewsummary-box .x-panel-body.x-panel-body-noheader > div{
        height: auto  !important;
    }
    
    .overviewsummary-box .x-grid3-scroller{
       min-height: 172px;
    }
    legend {
        font-size: 1.5em;
    }
    body {
        font-size: 62.5% !important;
    }
    #content {
        width: 100%  !important;
    }
    .x-window-dlg.signatureBox .x-window-body{
        width: 100% !important;
    }
  
    div#bodyPad.fieldset-two-form {
        padding: 15px;
    }
    #signUp fieldset{
        width: 100%;
    }
    #resetPasswordBlockMessage.resetpasswordtxt {
        width: 100%;
    }
   
    .integration-text-alignment #integrationsList dd {
        margin: 10px 0 0 170px;
    }
    .welcomeMsgPanelwrapper .welcomeMsgPanel {
        width: 100%;
    }
    .welcomeMsgPanelwrapper .formCountPanel {
        width: 100%;
    }
    .form-status-wrapper-box h4.title {
        font-size: 0.9rem;
       
    }
    .container_16 .grid_14 {
        width: 100%;
    }
    #menu li, #menu li.account-menu, #menu{
        float: none !important;
        text-align: right;
        width: auto;
    }
    .select-center-menu a {
        max-width: 100%;
    }
    .webTitle {
        display: none;
    }
    .mobTitle {
        display: block;
    }
}
@media (min-width:767px) and (max-width:991px){
    #customSearchButtons .x-form-field-wrap .dateInput {
        width: 88% !important;
    }
}
@media (max-width:767px){
    

.grid-two{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.grid-align-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.grid-align-bottom {
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.grid-justify-flex-end {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.grid-space-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}


.grid-justify-flex-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.grid-justify-flex-space-around {
    -webkit-justify-content: space-around;
    justify-content: space-around
}
.grid-column{
    flex-direction: column;
}
.ml-auto{
    margin-left: auto;
}

.mr-auto{
    margin-right: auto;
}

.grid-float:before, .grid-float:after {content: "";display: block;clear: both;}

/***********************/


    #mainBody.body-responsive{
         min-width: auto;
         margin: 0;
    }
    ul#menu {
        height: auto;
    }
    .no-padding-right{
        padding-right: 0 !important;
    }
    .no-padding-left{
        padding-left: 0 !important;
    }
    #mainBody.body-responsive div#bodyPad {
        margin-right: 0;
        padding-right:20px;
        padding-left:20px;
        width: 100%;
    }
    #mainBody.body-responsive #container {
        width: 90%;
        min-height: auto;
        height: auto;
    }
    h1.pageHeader {
        margin: 0px;
        max-width: initial;
        word-break: break-all;
        width: auto;
        padding: 20px;

    }
    
    .container_16 .grid_16 {
        margin-left: 0;
        margin-right: 0;
    }
    .resumeContainer {
        height: auto;
    }
    #resumeTitle {
        margin: 0 0 20px 0;
        line-height: 1.5;
    }
    .leftGridButtonPanel > * {
        margin-bottom: 15px !important;
    }
    .overviewMargin {
        margin-top: 0;
    }
    .overviewNavigation {
        height: auto;

    }
    #overviewList.noInterviewDescription {
        margin: 15px 0;
    }
    h4 {
        line-height: 1.5;
    }
    #overviewTitle.noInterviewDescription {
        margin-bottom: 15px;
    }
    .field input[type=text], .field input[type=password]{
        
    }
    .field input[type=date] {
        
    }
    .repeatableElement button.addButton {
        margin-top: 15px;
    }
  
    #bodyPad {
        margin-left: 0;
        /* min-height: 400px; */
        margin-top: 0;
        margin-bottom: 10px;
    }
    .repeatableElementForm{
        min-height: 60px !important;
    }
    .field select.list, .field select.dropdown {
        
    }
    .repeatableElement p.notAllowedMessage {
        height: auto;
        line-height: 1.5;
    }
    .repeatableElement button.addButton {
        float: none;
        margin-right: 0px;
        display: block;
    }
    .full-with-box{
        width: 100% !important;
    }
    .ccfFieldSets.ccfFieldSets-res #createAccountButton {
        margin-left: 0px;
    }
    .interviewDescription.interviewDescription-res {
        height: auto;
        position: static;
        margin-bottom: 15px;
    }
    .container_16 .prefix_1 {
        padding-left: 20px;
    }
    .container_16 .suffix_1 {
        padding-right: 20px;
    }
    #loginFormContainer .icon {
        padding: 4px;

        right: 3px;

    }
    
    .gridButtonPanel.exportBar-wrapper select{
        width: 100%;
    }
    .help-button {
        width: 35px;
    }
    .table-wrapper-custom-box{
        width: 100%;
        overflow: auto;
    }
    .table-wrapper-custom-box > div{
        min-width: 1200px;
    } 
    .table-wrapper-custom-box .x-panel {
        border:none;
    }
    .table-wrapper-custom-box {
        border: 1px solid #636466;
        margin-bottom: 10px;
    }
    .overviewsummary-box, #interviewPageList {
        height: auto;
   
    }
    input#file-upload{
        height: 1.9rem;
    }
    .loginFieldset .field input {
    
        height: 1.43em;
    }

    /***************dashboard page*******/

    ul.last-days-selector {
        border: none;
        margin-bottom:10px;
        justify-content: center;
    }
    .last-days-selector li a {
        border: 1px solid #93bbdd;
        margin-bottom: 10px;
    }
    
    .welcomeMsgPanelwrapper .formCountPanel > div, .form-status-wrapper-box > div {
        width: calc(100% / 1);
       
    }
    .form-status-wrapper-box > div > div, .form-status-wrapper-box .form-graph, .welcomeMsgPanelwrapper .formCountPanel > div span:first-child {
        min-height: auto;

    }
    .welcomeMsgPanel p {    
        text-align: center;
    }
    .welcomeMessage {  /* waqar */
        width: 55%;
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        z-index: 999;
        position: relative;
        background-color: #F0F8FF;
        border: 0;
        border-radius: 4px;
        right: 18px;
        margin-bottom: 10px;
    }
    #customSearchButtons .x-form-field-wrap {
        width: 100% !important;
    }
    .field input, .textInput, .dateInput {
        width: 100%;
    }
}


@media (max-width:400px){

    .field.dropdown-res-list select.dropdown, .form-box-wrapper .field input[type=text], .form-box-wrapper .field select.list, .form-box-wrapper .field input[type=password], #signUp .field input[type=text], #signUp .field input[type=password], .forgot-password-wrpper-box input[type=text]{
        width: 90%;
    }
    

    .form-box-wrapper input[type=date], #signUp .dateInput {
        width: 90% !important;
        min-width:190px;
    }
    #menu a {
        padding: 0 10px;
    }
    #menu a {
        padding: 0 6px;
        font-size: 12px;
    }
    #menu li.activePage a {
        font-size: 12px;
    }
    .signatureBox .bv_mainselect .bv_atual{
        width:50% !important;
    }

}

@media (min-width:992px) and (max-width:1078px) {
    #menu a {
        padding: 0 10px;
    }
    #menu .account-menu a, #menu .help-button a, #menu .select-center-menu a {
        padding: 0 5px;
    }
}
@media (max-width:1200px) {
    #menu a{
        padding: 0 10px;
    }
}