#cboxOverlay { opacity: 0.5 !important; }
.fl-r{float: right;}
.fl-l{float: left;}
.click-dis{pointer-events: none;cursor: default;}
a.back-link{display: none;}
.ds-n{display: none;}
.ds-n-i{display: none !important;}
.req-focus{
  border: solid 1px #ee3e3e;
  box-shadow: 0px 0px 4px 0px #ee3e3e;
}
.clr{clear: both;}
.pdl-0{
  padding-left: 0px !important;
}
.pdr-0{
  padding-right: 0px !important;
}
.zp-color-green { color: green; }
.zp-color-red { color: red; }
.zp-text-center,
.text-center {
    text-align: center;
}

.ccg-warning-text,
.labelstyle .ccg-warning-text {
    font-size: 12px;
    color: #ff0000 !important;
}

.zp-no-padding,
#zportals .zp-no-padding {
    padding: 0px !important;
}

.zp-no-padding-lr,
#zportals .zp-no-padding-lr {
  padding-left: 0px;
  padding-right: 0px;
}

.zp-ml-10 {
    margin-left: 10px;
}

.zp-mr-10 {
    margin-right: 10px;
}

.zp-mrbt-20 {
    margin-bottom: 20px;
}

.zp-pd-tb-15 {
  padding: 15px 0px;
}

.zp-height-0 {
    height: 0px;
}
.zp-display-none{display: none;}
#zportals-wrapper #zportals button,    
#zportals-wrapper #zportals a{    
    cursor: pointer;
}

#zportals-wrapper #zportals .leftarrow_section {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    z-index: 1;
}

#zportals-wrapper #zportals .rightarrow_section {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    z-index: 1;
}

#zportals-wrapper #zportals .cus_setting_btn {
    list-style: none;
    margin: 0px;
}

#zportals-wrapper #zportals .cus_tm_div_title {
    float: left;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}

#zportals-wrapper #zportals button.leftarrow,
#zportals-wrapper #zportals button.rightarrow {
    /* background-color: #2B9CF2; */
    border: none;
    padding: 8px 15px;
    margin: 0px;
    /* color: #FFFFFF; */
}

#zportals-wrapper #zportals button.leftarrow {
    margin-right: 6px;
    border-radius: 5px 0px 0px 5px;
}

#zportals-wrapper #zportals button.rightarrow {
    margin-left: 6px;
    border-radius: 0px 5px 5px 0px;
}

#zportals-wrapper #zportals button.leftarrow .cus_arrow_left_img,
#zportals-wrapper #zportals button.rightarrow .cus_arrow_right_img {
    height: 36px;
}

#zportals-wrapper #zportals .active-plan-details {
    text-align: center;
    margin-top: -15px;
}

#zportals-wrapper #zportals button.remove.remove-exfile {
    background: #FF8499;
    color: #fff;
    border: solid 2px #FF8499;
    border-radius: 4px;
    padding: 5px;
    height: auto;
    line-height: 23px;
}

#zportals-wrapper #zportals .alert {
    width: 100%;
    margin: 0px auto !important;
    font-weight: bold !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#zportals-wrapper #zportals .alert strong {
    font-weight: 700;
    color: #6F8392;
}

#zportals-wrapper #zportals .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    font-size: 16px;
    margin:10px;
}
#zportals-wrapper #zportals .alert-success hr {
    border-top-color: #c9e2b3;
}
#zportals-wrapper #zportals .alert-success .alert-link {
    color: #2b542c;
}
#zportals-wrapper #zportals .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
#zportals-wrapper #zportals .alert-info hr {
  border-top-color: #a6e1ec;
}
#zportals-wrapper #zportals .alert-info .alert-link {
  color: #245269;
}
#zportals-wrapper #zportals .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  margin:10px;
  width: calc(100% - 20px);
  text-align: center;
}
#zportals-wrapper #zportals .alert-warning hr {
  border-top-color: #f7e1b5;
}
#zportals-wrapper #zportals .alert-warning .alert-link {
  color: #66512c;
}
#zportals-wrapper #zportals .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  margin:10px;
}
#zportals-wrapper #zportals .alert-danger hr {
  border-top-color: #e4b9c0;
}
#zportals-wrapper #zportals .alert-danger .alert-link {
  color: #843534;
}

#zportals-wrapper #zportals .alert-dismissible .close {
    position: relative;
    top: 0px;
    right: -8px;
    color: inherit;
}
#zportals-wrapper #zportals .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
#zportals-wrapper #zportals button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

/* page heading css */

#zportals-wrapper #zportals .zp-border-bottom {
    border-bottom: 1px solid rgb(112 112 112 / .18);
}

#zportals-wrapper #zportals .zp-content-section .js-elapse-collapse{
    float: left;
    cursor: pointer;
    margin-right: 15px;
    font-size: 18px;
}
#cboxLoadedContent #portal-cotenier .zp-content-section .all-elapse-collapse,
#zportals-wrapper #zportals .zp-content-section .all-elapse-collapse{
    float: left;
    cursor: pointer;
    margin-right: 10px;
    font-size: 16px;
    line-height: normal;
}
#zportals-wrapper #zportals .zp-content-section.title-description-section .zp-page-title {
    font-size: 22px;
    float: left;
    width: calc(100% - 40px);
    font-family: inherit;
    font-weight: bold;
    padding-bottom: 10px;
}

#zportals-wrapper #zportals .zp-content-section.title-description-section .zp-page-description {
    margin-top: 15px;
}

#zportals-wrapper #zportals .zp-content-section.title-description-section .zp-page-description .pre-desc {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    font-weight: normal;
    font-family: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: none;
}
/* page heading css end */

#zportals-wrapper #zportals .zp-content-section.sct-single .right-section{
    display: none;
}
#zportals-wrapper #zportals .zp-content-section.sct-single .left-section{
    width: 100%;
    padding: 0px;
}
#zportals-wrapper #zportals .zp-content-section {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 8px;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

#zportals-wrapper.public #zportals .zp-content-section{
    background: #FFFFFF;
    padding: 20px;
    border-radius: 8px;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
#cboxLoadedContent #portal-cotenier .zp-content-section.sectionHalfWidth,
#zportals-wrapper #zportals .zp-content-section.sectionHalfWidth{
    float: left;
    display: block;
    width: calc(50% - 10px);
}
#cboxLoadedContent #portal-cotenier .zp-content-section.sectionHalfWidth.half-count-1,
#zportals-wrapper #zportals .zp-content-section.sectionHalfWidth.half-count-1 {
    margin-right: 10px;
}
#cboxLoadedContent #portal-cotenier .zp-content-section.sectionHalfWidth.half-count-2,
#zportals-wrapper #zportals .zp-content-section.sectionHalfWidth.half-count-2 {
    margin-left: 10px;
}

.sectionFullWidth,
#zportals-wrapper #zportals .zp-content-section.sectionFullWidth {
    width: 100%;
    padding-bottom: 20px;
}

#zportals-wrapper #zportals .zp-content-section .section-header-right,
#zportals-wrapper #zportals .zp-attachment-upload-section .section-header-right {
    float: right;
}

#zportals-wrapper #zportals .zp-content-section .section-header-text,
#zportals-wrapper #zportals .zp-attachment-upload-section .section-header-text {
    font-size: 22px;
    float: left;
    font-family: inherit;
    font-weight: bold;
    margin-top: 0px;
    cursor: pointer;
}
#zportals-wrapper #zportals .zp-content-section .section-header-container.have-button .section-header-text{
    width: calc(50% - 10px);
}

#zportals-wrapper #zportals .zoho-wd-page .zp-content-section.zwd-document-list-iframe .section-header-container {
    margin: 0px;
}

#zportals-wrapper #zportals .zoho-wd-page .zp-content-section.zwd-document-list-iframe .section-header-right {
    margin-bottom: 20px;
}

#zportals-wrapper #zportals #portal-cotenier table.crm-records-list td.record-col .action-icons{
    display: inline-flex;
}

#zportals-wrapper #zportals .zoho-books-list .zp-content-section .section-header-container.have-button .section-header-text{
    width: 100%;
}
/* table responsive css */
@media only screen and (max-width: 768px)  {
    #portal-cotenier {
        padding-top: 20px;
    }
    #portal-cotenier .addButton {
        margin-top: 14px;
    }
    #portal-cotenier table.table.table-hover .tbodyBorder td {
        border-radius: 0px;
    }

    table, thead, tbody, th, td, tr { 
        display: block; 
    }
    thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr { border: 1px solid #ccc;margin-bottom: 8px; }

    td { 
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
    }

    td:before { 
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        float: left;
        text-align: left;
        font-weight: 600;
    }
    #portal-cotenier table.table.table-hover td {
        color: rgb(0, 0, 0);
        border-top: 1px solid rgb(221, 221, 221);
        border-left: 0px;
        border-right: 0px;
        text-align: left;
        padding: 15px;
        line-height: 30px;
        padding-top: 30px;
        padding-left: 5px;
    }
}

#zportals-wrapper #zportals .zp-float-left {
    float: left;
}

#zportals-wrapper #zportals .left-section,
#zportals-wrapper #zportals .right-section {
    padding: 0px;
}

#zportals-wrapper #zportals .zp-float-right {
    float: right;
}
#zportals-wrapper #zportals .zp-clr-height-10 {
    height: 10px;
}
#zportals-wrapper #zportals .zp-clr-height-20 {
    height: 20px;
}
#zportals-wrapper #zportals .zp-height-0 {
    height: 0px;
}
#zportals-wrapper #zportals .zp-clr-height-30 {
    height: 30px;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {
    margin: 50px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgb(255, 255, 255);
    border-right: 1.1em solid rgb(255, 255, 255);
    border-bottom: 1.1em solid rgb(37, 134, 208);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    margin-top: 20%;
}


@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loadingDiv {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    z-index: 999999;
    background-color:#00000024;
}
#ccgclientportal-content .loading-one,
#ccgclientportal-content .loading-att-sldr{
    position:absolute;;
    top:0;
    left:0;
    width:100%;
    /*z-index: 9999;*/
    background-color:#00000024;
}

/*
  LOADER 2
*/


/* start overlay-loader */
.overlay-loader,
.overlay-loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.overlay-loader {
    margin: 0 auto ;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgb(255, 255, 255);
    border-right: 1.1em solid rgb(255, 255, 255);
    border-bottom: 1.1em solid rgb(37, 134, 208);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: ovloader 1.1s infinite linear;
    animation: ovloader 1.1s infinite linear;
    margin-top: 20%;
}
@-webkit-keyframes ovloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes ovloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#overlay-div {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    z-index: 999;
    background-color:#00000024;
}
/* overlay-loader */

/*
  Survey Modal Design Start
*/
#userSurveyForm .user_survey_form_title {
    text-align: left;
    font-family: inherit;
    font-size: 18px;
    font-weight: bold;
    color: rgb(22, 44, 65);
}

#userSurveyForm label.queslabel {
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    color: rgb(22, 44, 65);
    line-height: 20px;
    margin-bottom: 10px;
}

#userSurveyForm .rating-icons-container {
  min-height: 50px;
}

#userSurveyForm i.rating-icons {
  font-size: 40px;
  line-height: 40px;
  margin: 5px;
  cursor: pointer;
}

#userSurveyForm i.rating-icons.active-rating,
#userSurveyForm i.rating-icons:hover,
#userSurveyForm i.rating-icons:active,
#userSurveyForm i.rating-icons:focus {
  font-size: 50px;
  margin: 0px;
}

#userSurveyForm i.rating-icons.rating-frown-open.active-rating,
#userSurveyForm i.rating-icons.rating-frown-open:hover,
#userSurveyForm i.rating-icons.rating-frown-open:active,
#userSurveyForm i.rating-icons.rating-frown-open:focus {
  color: #FE7B7C;
}

#userSurveyForm i.rating-icons.rating-frown.active-rating,
#userSurveyForm i.rating-icons.rating-frown:hover,
#userSurveyForm i.rating-icons.rating-frown:active,
#userSurveyForm i.rating-icons.rating-frown:focus {
  color: #FDAB24;
}

#userSurveyForm i.rating-icons.rating-meh.active-rating,
#userSurveyForm i.rating-icons.rating-meh:hover,
#userSurveyForm i.rating-icons.rating-meh:active,
#userSurveyForm i.rating-icons.rating-meh:focus {
  color: #FFCA00;
}

#userSurveyForm i.rating-icons.rating-smile.active-rating,
#userSurveyForm i.rating-icons.rating-smile:hover,
#userSurveyForm i.rating-icons.rating-smile:active,
#userSurveyForm i.rating-icons.rating-smile:focus {
  color: #7EE3DB;
}

#userSurveyForm i.rating-icons.rating-smile-beam.active-rating,
#userSurveyForm i.rating-icons.rating-smile-beam:hover,
#userSurveyForm i.rating-icons.rating-smile-beam:active,
#userSurveyForm i.rating-icons.rating-smile-beam:focus {
  color: #75D6A1;
}

#userSurveyForm .form-control {
    border-radius: 5px;
    border: 1px solid rgb(217, 227, 241);
}

#userSurveyForm input.form-control {
    min-height: 45px;
}

#userSurveyForm .btn.save_survey,
#userSurveyForm .btn.cancel_survey {
    height: 45px;
    font-size: 16px;
    font-weight: bold;
    font-family: inherit;
    padding: 10px 25px;
    text-transform: capitalize;
    border: 1px solid rgb(3, 74, 166);
}

#userSurveyForm .btn.save_survey {
  float: right;
  background: rgb(3, 74, 166);
  color:rgb(255 255 255);
}

#userSurveyForm .btn.cancel_survey {
  float: right;
  background: transparent;
  color:rgb(3, 74, 166);
  margin-right: 10px;
}

@media only screen and (max-width: 550px) and (min-width: 320px) {
  #userSurveyForm .save_btn_cs { margin: 0px auto; }
  #userSurveyForm .btn.save_survey, #userSurveyForm .btn.cancel_survey { float: unset; }
  #userSurveyForm .btn.save_survey { margin-bottom: 10px; }
}
/*
Survey Modal Design End
*/


/* tooltip css */
.tooltip,
#zportals .tooltip,
.zportals .tooltip{
    position:absolute;
    z-index:1070;
    display:block;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style:normal;
    font-weight:400;
    line-height:1.42857143;
    line-break:auto;
    text-align:left;
    text-align:start;
    text-decoration:none;
    text-shadow:none;
    text-transform:none;
    letter-spacing:normal;
    word-break:normal;
    word-spacing:normal;
    word-wrap:normal;
    white-space:normal;
    font-size:12px;
    filter:alpha(opacity=0);
    opacity:0;
}

/* This create design issue in Admin > Customization > Settings > WebTab*/
/* .zportals .webTabsList .tooltip {
  left: 1575px !important;
  top: 1375px !important;
} */


.tooltip.in,
#zportals .tooltip.in,
.zportals .tooltip.in{
    filter:alpha(opacity=90);
    opacity:.9;
}

.tooltip.top,
#zportals .tooltip.top,
.zportals .tooltip.top{
    padding:5px 0;
    margin-top:-3px;
}

.tooltip.right,
#zportals .tooltip.right,
.zportals .tooltip.right{
    padding:0 5px;
    margin-left:3px;
}

.tooltip.bottom,
#zportals .tooltip.bottom,
.zportals .tooltip.bottom{
    padding:5px 0;
    margin-top:3px;
}

.tooltip.left,
#zportals .tooltip.left,
.zportals .tooltip.left{
    padding:0 5px;
    margin-left:-3px;
}

.tooltip.top .tooltip-arrow,
#zportals .tooltip.top .tooltip-arrow,
.zportals .tooltip.top .tooltip-arrow{
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-width:5px 5px 0;
    border-top-color:#000;
}

.tooltip.top-left .tooltip-arrow,
#zportals .tooltip.top-left .tooltip-arrow,
.zportals .tooltip.top-left .tooltip-arrow{
    right:5px;
    bottom:0;
    margin-bottom:-5px;
    border-width:5px 5px 0;
    border-top-color:#000;
}

.tooltip.top-right .tooltip-arrow,
#zportals .tooltip.top-right .tooltip-arrow,
.zportals .tooltip.top-right .tooltip-arrow{
    bottom:0;
    left:5px;
    margin-bottom:-5px;
    border-width:5px 5px 0;
    border-top-color:#000;
}

.tooltip.right .tooltip-arrow,
#zportals .tooltip.right .tooltip-arrow,
.zportals .tooltip.right .tooltip-arrow{
    top:50%;
    left:0;
    margin-top:-5px;
    border-width:5px 5px 5px 0;
    border-right-color:#000;
}

.tooltip.left .tooltip-arrow,
#zportals .tooltip.left .tooltip-arrow,
.zportals .tooltip.left .tooltip-arrow{
    top:50%;
    right:0;
    margin-top:-5px;
    border-width:5px 0 5px 5px;
    border-left-color:#000;
}

.tooltip.bottom .tooltip-arrow,
#zportals .tooltip.bottom .tooltip-arrow,
.zportals .tooltip.bottom .tooltip-arrow{
    top:0;
    left:50%;
    margin-left:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#000;
}

.tooltip.bottom-left .tooltip-arrow,
#zportals .tooltip.bottom-left .tooltip-arrow,
.zportals .tooltip.bottom-left .tooltip-arrow{
    top:0;
    right:5px;
    margin-top:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#000;
}

.tooltip.bottom-right .tooltip-arrow,
#zportals .tooltip.bottom-right .tooltip-arrow,
.zportals .tooltip.bottom-right .tooltip-arrow{
    top:0;
    left:5px;
    margin-top:-5px;
    border-width:0 5px 5px;
    border-bottom-color:#000;
}

.tooltip-inner,
#zportals .tooltip-inner,
.zportals .tooltip-inner{
    max-width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    background-color:#000;
    border-radius:4px;
}

.tooltip-arrow,
#zportals .tooltip-arrow,
.zportals .tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
}
/* tooltip css end */

/*Notes css Start*/
.commentList .commentText {
    float: left;
    width: calc(100% - 0px);
    margin: 0px;
}

.commentList .note-actions {
    position: absolute;
    right: 10px;
    float: left;
    width: 70px;
    height: 35px;
    border: 1px solid #cccccc;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
}

.commentList .note-actions span i.edit-icon {
    color: rgb(0, 72, 135);
}
.commentList .note-actions span i.delete-icon {
    color: rgb(217 83 79);
}

.commentText .drive-wrapper .drive-item {
    margin: 10px!important;
    margin-left: 0px;
    display: inline-block!important;
    background: #f5f5f5!important;
    height: 100px!important;
}

.commentText .zp-zwd-file-name{
    text-align: center!important;
}
.commentText .drive-wrapper .drive-item-thumb{
    margin: 0px auto!important;
}
.commentText .drive-wrapper .drive-item-inner {
    padding: 0px!important;
    min-height: 120px!important;
}

.commentText .drive-wrapper .drive-item{
    min-height: 162px!important;
}

@media only screen and (min-width: 769px) {
    .commentText .drive-wrapper .drive-item {
    width: calc(calc(100% / 5) - 10px) !important;
    }
}

@media only screen and (max-width: 768.99px) and (min-width: 451px) {
    .commentText .drive-wrapper .drive-item {
        width: calc(calc(100% / 3)- 10px) !important;
    }
}

@media only screen and (max-width: 450.99px) and (min-width: 320px) {
    .commentText .drive-wrapper .drive-item {
        width: calc(100% - 10px) !important;
    }
}
/*Notes css end*/
#cboxLoadedContent #showDialogLookup .cmrModuleList table.lookuptable {
    width: 100%;
}

#cboxLoadedContent #showDialogLookup .cmrModuleList table.lookuptable tbody.module-list td {
    text-align: center;
}
