.p-toast .p-toast-message .p-toast-message-content .p-toast-summary,
.p-toast .p-toast-message .p-toast-message-content .p-toast-detail,
.p-toast .p-toast-message .p-toast-message-content .pi,
.p-toast .p-toast-message .p-toast-icon-close .pi {
    font-size: 1.4rem;
}

.cursor-pointer {
    cursor: pointer;
}

.userList .leftSide ul li span {
    padding-left: 10px;
}

.p-dialog.p-confirm-dialog .p-confirm-dialog-message,
.p-dialog .p-dialog-footer button {
    font-size: 1.4rem;
}

.userList-main table tr td .StatusDetail {
    justify-content: unset;
}

.p-colorpicker-preview {
    width: 100% !important;
}

/* select Style start here */
.form-group select.selectpicker,
.formSection .form-group select,
.formrow select {
    background: #FFFFFF;
    border-color: rgb(204 204 204 / 0.5);
    width: 100%;
    height: 2.6rem;
    outline: none;
    z-index: 999;
    padding: 1px 5px;
    font-size: 1.3rem;
    font-family: "OpenSans-Regular";
    border: 1px solid rgba(204, 204, 204, 0.5);
    color: #333;
    appearance: none;
}

.formSection .form-group select option,
.formrow select option {
    font-size: 1.3rem !important;
    font: -moz-pull-down-menu;
}

.formSection .form-group .icon-down1 {
    padding: 5px;
    top: 2.75rem;
    right: 0px;
    z-index: 9;
    pointer-events: none;
}

/* select style end here */

/* primeng tooltip start here */

.p-tooltip-text {
    font-size: 1.4rem;
}

/* primeng tooltip end here */

/* primeng Color Picker start here */

.p-colorpicker-preview {
    border: 1px solid #5d5d5d;
}

/* primeng Color Picker start here */

/* table default design start*/

.userList-main .p-datatable .p-datatable-tbody>tr>td {
    border: 0;
    padding: 1rem;
    word-break: break-word;
}

.userList-main .p-datatable .p-datatable-thead>tr>th {
    background: transparent;
    color: #395672;
    font-weight: normal;
    position: relative;
}

/* table default design end*/

/* custom css new */

.userList .rightSide .form-group select,
.folder-drop select {
    border: 0;
    background: transparent;
    padding-left: 7px;
    appearance: none;
    outline: none;
    min-width: 100px;
    cursor: pointer;
    font-size: 1.2rem;
    appearance: none;
}

.userList-main .p-paginator-bottom.p-paginator.p-component {
    margin-top: 20px;
    border: 0;
}

.userList-main .p-datatable .p-datatable-thead>tr>th:hover,
.userList-main .p-datatable .p-datatable-thead>tr>th:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
}

.userList-main .p-datatable .p-datatable-thead>tr>th .p-sortable-column-icon {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.userList-main .p-datatable .p-datatable-thead>tr>th:hover .p-sortable-column-icon {
    visibility: visible;
    opacity: 1;
}

.userList-main table thead tr th .checkbox span {
    background: transparent;
    font-size: inherit;
}

.userList-main table thead tr th .p-checkbox .p-checkbox-box span {
    visibility: hidden;
}

.userList-main table thead tr th .p-checkbox .p-checkbox-box.p-highlight span {
    visibility: visible;
    color: #395672;
    opacity: 1;
}

.userList-main tr td .p-checkbox-box {
    visibility: hidden;
    opacity: 0;
}

.userList-main tr:hover td .p-checkbox-box {
    visibility: visible;
    opacity: 1;
}

.userList-main tr td .p-checkbox-box.p-highlight {
    visibility: visible;
    opacity: 1;
}

.userList-main table td .editsIcon span:last-child {
    margin-right: 0;
}

.formSection .formrow label i {
    color: #ED1C24;
}

.inline-block {
    display: inline-block !important;
}

/* tel input */

.iti {
    width: 100%;
    border-radius: 3px;
}

.iti .iti__selected-flag {
    background: transparent;
}

.iti input[type=tel] {
    width: 100%;
}

.error-msg {
    color: #ED1C24;
    font-size: 1.2rem;
}

.clear-both {
    clear: both;
}

.padding-0 {
    padding: 0 !important;
}

/* Primeng multi select */

.p-multiselect {
    width: 100%;
    border-radius: 0;
    border-color: rgb(204 204 204 / 0.5) !important;
}

.p-multiselect .p-component,
.p-multiselect .p-multiselect-label {
    font-size: 1.3rem;
}

.p-multiselect-label-container {
    height: 2.6rem;
}

p-multiselect .p-multiselect .p-multiselect-label.p-placeholder {
    color: #dbdbdb;
}

/* P -calendar */

.p-datepicker table,
.p-datepicker .p-datepicker-header,
.p-datepicker table td>span, .p-datepicker span {
    font-size: 1.3rem !important;
    white-space: inherit;
    margin: 0;
}

.p-calendar {
    width: 100%;
}

.p-datepicker table th,
.p-datepicker table td {
    text-align: center;
    padding: 0.5rem;
}
.p-datepicker table td>span{
    display: inline-flex;
}

/*timepicker css*/

.timepicker__header {
    height: inherit;
}

.margin-right-5 {
    margin-right: 5px;
}

.p-paginator {
    justify-content: flex-end !important;
}

/* sort by list */

.userList .leftSide ul li {
    display: inline-block;
}

/*custom config*/

.cutom-item {
    position: relative;
}

.custom-left {
    background: #f9f9f9;
    min-height: 385px;
}

.cutom-tittle {
    font-size: 1.5rem;
    font-family: "OpenSans-Semibold";
    color: #000;
    margin: 15px 0;
    display: inline-block;
    width: 100%;
}

.cutom-item .static_fields {
    background: #fff;
    padding: 8px 12px;
    margin: 0 0 7px;
    border: 1px solid #e8e8e8;
    font-size: 1.3rem;
    font-family: "OpenSans-Regular";
    text-align: left;
}

.custom-count {
    width: 28px;
    height: 28px;
    background: #808080;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    display: inline-flex;
    margin-right: 10px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-family: "OpenSans-Regular";
}

.custom-right .availableBoxInner {
    padding: 0;
}

.custom-right {
    width: 100%;
    display: inline-block;
    padding: 0 20px 20px;
    border: 1px solid #ddd;
    margin-left: 15px;
}

#CustomViewContainer .edit_panel,
.custom-body {
    display: inline-flex;
    width: calc(100% - 50px);
    transition: all 0.5s;
}

.custom-right .static_fields {
    display: inline-block;
    width: calc(100% - 100px);
    margin-bottom: 15px;
    overflow: visible;
}

#CustomViewContainer .custom-right .custom-icon .Icons,
#CustomViewContainer .custom-right .custom-icon .Icons1 {
    position: inherit;
    float: left;
    width: auto;
}

.draggedItem .custom-icon {
    display: none;
}

.custom-icon {
    position: absolute;
    right: 60px;
    top: 0
}

#CustomViewContainer .custom-right .icon-search {
    right: 11px
}

#CustomViewContainer .custom-right .DeleteIcon,
#CustomViewContainer .custom-right .EditIcon {
    right: -25px;
    border: none;
    box-shadow: inherit;
    background: inherit;
    font-size: 1.7rem;
}

#CustomViewContainer .custom-right .Icons:hover,
#CustomViewContainer .custom-right .icon-search,
#CustomViewContainer .custom-right .DeleteIcon:hover,
#CustomViewContainer .custom-right .EditIcon:hover {
    border: none;
    box-shadow: inherit;
    background: inherit;
    outline: none;
}

#CustomViewContainer .custom-right .DeleteIcon {
    right: -60px
}

#CustomViewContainer .allocatedBox:hover .Icons {
    display: inherit;
}

#CustomViewContainer .custom-body:hover .Icons {
    display: block;
}

#CustomViewContainer .edit_panel {
    width: 80%
}

#CustomViewContainer .edit_panel {
    left: 48px;
}

#CustomViewContainer .edit_panel .fa-check {
    color: #1eda58;
    margin-left: 7px;
    font-size: 1.8rem;
}

#CustomViewContainer .edit_panel .fa-times {
    color: #ff0000;
    font-size: 1.8rem;
    margin-left: 5px;
}

.cutom-btnright {
    float: right;
}

.job-detail .btn-success {
    background: #29ABE2;
    margin-left: 10px;
}

.cus-btn .btn {
    margin-top: 2.4rem;
    margin-left: -10px;
}

.left-panel-cont {
    margin-bottom: 15px;
}

.p-label {
    width: 100%;
    display: inline-block;
}

table.cvpTable>tbody>tr>td {
    border-bottom: 1px solid #ddd;
}

.cust-tab .btn-tranparent {
    font-size: 1.6rem;
    padding: 0 2px;
    margin-left: 5px;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    transition: all 0.5s;
}

.cust-tab .btn-tranparent span {
    margin-right: 0;
}

.cust-tab .btn-tranparent.active,
.cust-tab .btn-tranparent:hover {
    color: #fff;
    background: #29abe2;
}

.custom-tablist {
    margin: 10px 0;
    width: 100%;
    display: inline-block;
}

.custom-tablist .nav-tabs.ediuserTab li a {
    font-size: 1.4rem;
}

.userList-main table tbody tr:hover td:nth-child(2) {
    font-family: 'OpenSans';
    cursor: pointer;
}

.popup-dailog {
    text-align: center;
}

.popup-dailog .p-dialog .p-dialog-header-icons {
    position: absolute;
    right: 8px;
    top: 7px;
}

.popup-dailog .p-dialog .p-dialog-header-icons .pi-times {
    font-size: 1.5rem;
    color: #999;
}

.popup-dailog .p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
    font-size: 2.7rem;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    background: #f1f1f1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #333;
}

.popup-dailog .p-dialog.p-confirm-dialog .p-confirm-dialog-icon.icon-delete {
    background: #F9CACE;
    color: #ED1C24;
}

.popup-dailog .p-dialog.p-confirm-dialog .p-confirm-dialog-icon.icon-failed {
    background: #FCE3C3;
    color: #FBB03B;
}

.popup-dailog .p-dialog.p-confirm-dialog .p-confirm-dialog-message,
.popup-dailog .p-confirm-dialog .p-dialog-content {
    display: inline-block;
    width: 100%;
}

.popup-dailog .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
    display: inline-block;
    width: 100%;
    font-size: 1.5rem;
    font-family: "OpenSans-Semibold";
    margin-left: 0;
    color: #000;
    word-break: break-word;
}

.popup-dailog .p-dialog .p-dialog-footer {
    text-align: center;
}

.popup-dailog .p-dialog .p-dialog-footer button {
    background: #808080;
    color: #fff;
    border-radius: 0;
    margin: 5px;
    border: none
}

.popup-dailog .p-dialog .p-dialog-footer button:last-child {
    background: #11495D;
}

.popup-dailog .p-button:focus {
    box-shadow: none;
}

.folder-panel .panel-heading {
    background-color: transparent !important;
    cursor: pointer;
    min-height: 35px;
}

/* Table First Column highlighting on hover */

.userList-main table tbody tr:hover .hover-hand:first-child,
.userList-main table tbody tr:hover td:nth-child(2) {
    color: #29ABE2;
    cursor: pointer ;
}

/* OverWrite Prime NG Dialog  based on " lite-dialog " class*/

.lite-dialog .p-dialog .p-dialog-header {
    background: #29ABE2;
    padding: 0.7rem 1.5rem;
}

.lite-dialog .p-dialog .p-dialog-header .p-dialog-title {
    font-size: 1.6rem;
    color: #fff;
}

.lite-dialog .p-dialog-header-close-icon {
    font-size: 1.6rem;
    color: #fff;
    height: 18px;
    width: 15px;
}

.lite-dialog .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
    background: none;
}

.lite-dialog .p-dialog .p-dialog-content {
    padding: 15px 10px 0 10px;
    overflow-y: auto;
}

.create-dialog .p-dialog .p-dialog-content {
    padding: 0;
    background: #f9fafa;
}

.lite-dialog .btnsGroup {
    margin-top: 5px;
}

/* Button Hover styles */

.btnsGroup button.btn-default:hover {
    background: rgba(36, 41, 86, 0.85);
    color: #fff;
}

.btnsGroup button.cancel,
.btnsGroup button.cancel:hover,
.btnsGroup button.cancel:focus {
    background: transparent;
    color: #395672;
    text-align: right;
    padding-right: 0;
}

/* mail overflow ellipse */

.userList-main .p-datatable .p-datatable-tbody>tr>td:nth-child(2) span {
    width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    display: inline-block;
}

/* mobile number alignment */

.userList-main .p-datatable .p-datatable-tbody>tr>td[data-th="Mobile"] span {
    width: auto;
    display: inline-block;
}

.tooltip-inner {
    background: #364A5A;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #364A5A;
}

.taskMasterpage .innerBody .innerbodyCont .cont h6:nth-child(2) {
    width: 25%;
    font-size: 12px;
}

.taskMasterpage .innerbodyCont p {
    font-size: 1.1rem !important;
    font-family: "OpenSans-Regular" !important;
    color: #4D4D4D !important;
    background: none !important;
    border-radius: none !important;
    width: 75% !important;
    text-align: left !important;
}

.taskStatusCreation .innerBody .innerbodyCont p {
    font-size: 1.6rem;
    font-family: "OpenSans-Bold";
    color: #29ABE2;
    background: #E9FCFF;
    padding: 10px;
    border-radius: 50%;
    height: 40px;
    width: 43px;
    text-align: center;
    margin-right: 10px;
}

.formelements-list {
    overflow: auto;
}



.taskStatusCreation .innerBody .innerbodyCont span {
    color: #4D4D4D;
    margin-right: 6px;
    display: inline-block;
}

/* prime NG Paginator number font size */

.p-paginator .p-paginator-pages .p-paginator-page,
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    font-size: 1.2rem;
}

.p-paginator .p-dropdown .p-dropdown-label {
    font-size: 1.2rem;
    padding: 2px 2px 2px 5px;
    width: 30px;
    border: 0;
    height: auto;
}

.taskStatusCreation .innerBody thead tr .innerbodyCont .cont h6 {
    font-size: 1.1rem;
    font-family: "OpenSans-Regular";
    color: #4D4D4D;
    display: flex;
    align-items: center;
}

.taskStatusCreation .innerBody thead tr .innerbodyCont span.icon-more,
.taskStatusCreation .innerBody thead tr .innerbodyCont p {
    visibility: hidden;
    opacity: 0;
    margin-right: 10px;
}

.taskStatusCreation .innerBody thead tr .innerbodyCont span.icon-more {
    margin-right: 15px;
}

.taskStatusCreation .innerBody thead tr .innerbodyCont h6 span {
    font-size: 0.4rem;
    background: #29ABE2;
    padding: 3px;
    border-radius: 3px;
    margin-left: 6px;
    color: #fff;
    margin-right: 0;
}

.taskStatusCreation .innerBody .innerbodyCont .cont {
    border: 1px solid #cccccc80;
    border-radius: 6px;
    padding: 20px 15px;
    margin-bottom: 10px;
}

.taskStatusCreation2 .innerBody .innerbodyCont .cont {
    padding: 11px 15px;
}

.taskStatusCreation2 .innerbodyCont span {
    color: #4D4D4D;
    margin-right: 7px;
    display: inline-flex;
}

.taskStatusCreation .innerBody thead tr .innerbodyCont .cont {
    padding: 0 15px;
    border: 0;
    margin-bottom: 8px;
}

.taskStatusCreation .innerBody thead tr .innerbodyCont p {
    padding: 0;
    height: auto;
}

.taskStatusCreation .innerBody .innerbodyCont .cont h6:nth-child(2) {
    width: 16%;
}

.taskStatusCreation .innerBody .innerbodyCont .cont h6 {
    font-size: 1.3rem;
    font-family: "OpenSans-Semibold";
    color: #4D4D4D;
    width: 54%;
    position: relative;
}

.taskStatusCreation .innerBody .innerbodyCont .cont h6:nth-child(3) {
    width: 30%;
}

/* .taskStatusCreation .innerBody ul li .innerbodyCont .cont.cont2 h6:nth-child(3) span {
    width: 185px;    
}
.taskStatusCreation .innerBody ul li .innerbodyCont .cont.cont2 h6:nth-child(4) span {
    width: 360px;   
} */

/* .taskStatusCreation .innerBody ul li .innerbodyCont .cont.cont2 h6 span {    
    overflow: hidden;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
} */

.taskStatusCreation .innerBody .innerbodyCont .cont h6.formsaddTask {
    color: #29ABE2;
    font-style: italic;
    border-bottom: 1px solid #29ABE2;
    cursor: pointer;
    width: auto;
    padding-bottom: 0px;
}

.taskStatusCreation .innerBody .p-datatable .p-datatable-thead>tr>th {
    padding: 0;
    border: 0;
    background: transparent;
    width: 100%;
}

.innerBody .p-datatable .p-datatable-tbody>tr>td {
    padding: 0;
    border: 0;
}

/* P-Table p-column-filter Start here.. */
.p-column-filter .pi-filter-icon {
    font-size: 1.2rem;
}

.font-size-12 {
    font-size: 1.2rem;
}

.p-column-filter-buttonbar .p-button-label {
    font-size: 1.2rem;
}

.p-filter-header {
    padding: 5px;
}

.s-filter-section {
    display: inline-block;
    margin-left: 5%;
}

.userList-main .p-datatable .p-datatable-thead>tr>th .s-filter-section {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.userList-main .p-datatable .p-datatable-thead>tr>th:hover .s-filter-section {
    visibility: visible;
    opacity: 1;
}

.p-column-filter-buttonbar {
    display: none !important;
}

/* P-Table p-column-filter End here.. */

/* table header search icon start here */

.userList-main .p-datatable .p-datatable-thead>tr>th span {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    color: #2EA9E0;
    margin-right: 0;
    margin-left: -10px;
}

.userList-main .p-datatable .p-datatable-thead>tr>th:hover span {
    visibility: visible;
    opacity: 1;
}

/* table header search icon end here */

/* export document start here */

.exportCls {
    font-size: 1.2rem;
    font-family: "OpenSans-semiBold";
    color: #29ABE2;
    margin-left: 10px;
    cursor: pointer;
    outline: none;
}

.btn-group.open .dropdown-toggle.exportCls {
    box-shadow: none;
}

.exportClsmenu li {
    display: inline-block;
}

.exportClsmenu li a {
    padding: 5px;
}

.exportClsmenu img {
    width: 22px;
}

.exportClsmenu {
    padding: 2px 5px;
    min-width: 10px;
    top: 22px;
    right: 0px;
    border-color: #cccccc80;
    width: max-content;
    left: auto;
    border-radius: 6px;
}

.exportClsmenu::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    top: -1px;
    transform: rotate(45deg) translateX(-85%);
    right: 15%;
    z-index: 0;
    border: 1px solid #cccccc80;
    border-bottom: 0;
    border-right: 0;
}

#CustomViewContainer .custom-body .Icons.SelectedSearchIcon {
    display: block;
}

/* export document start here */

/* checkbox start here */

body .p-checkbox .p-checkbox-box {
    border: 1px solid #ccc;
    background: #fff;
    width: 1.5rem;
    height: 1.5rem;
    color: #808080;
    border-radius: 0;
}

/* body .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    border-color: #ccc;
    background: #fff;
    color: #808080;
} */

body .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    border-color: #ccc;
}

body .p-checkbox .p-checkbox-box.p-highlight {
    border-color: #ccc;
    background: #fff;
}

body .p-checkbox .p-checkbox-box .p-checkbox-icon {
    color: #808080;
    font-size: 1rem;
}

body .p-checkbox .p-highlight .p-checkbox-icon {
    padding-top: 2px;
}

.userList-main table thead tr th .p-checkbox .p-checkbox-box span {
    margin-left: 0;
}

.p-checkbox {
    align-items: center;
    justify-content: center;
}

body .p-column-filter-menu-button.p-column-filter-menu-button-open,
body .p-column-filter-menu-button.p-column-filter-menu-button-open:hover,
body .p-column-filter-menu-button:hover,
.p-column-filter-menu-button:focus {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

body .p-column-filter-overlay-menu .p-column-filter-constraint {
    padding-top: 0;
}

.userList-main .p-datatable .p-datatable-thead>tr>th span.pi-filter-icon {
    margin-left: 0;
}

.userList-main .p-datatable .p-datatable-thead>tr>th span.icon-search {
    right: 5px;
    position: relative;
}

.p-datatable .p-datatable-thead>tr>th span.pi-filter-icon {
    font-family: 'icomoon' !important;
    font-size: 5px;
    background: #29ABE2;
    width: 11px;
    height: 11px;
    color: #fff;
    text-align: center;
    line-height: 11px;
    border-radius: 3px;
}

.p-datatable .p-datatable-thead>tr>th span.pi-filter-icon:before {
    content: "\e90c";
}

/* file upload alignment */
.file-upload-wrapper .p-fileupload .p-fileupload-buttonbar {
    position: absolute;
    right: 0;
    top: -1px;
    width: 100px;
    z-index: 999;
    opacity: 0;
}

.file-upload-wrapper .photo-border,
.file-upload-wrapper .p-fileupload .p-fileupload-buttonbar button {
    display: none;
}

.file-upload-wrapper .p-fileupload-files {
    margin-top: 45px;
    /* display: inline-block; */
    display: none;
    width: 100%;
}

.file-upload-wrapper .p-fileupload .p-fileupload-content {
    padding: 1rem;
    display: inline-block;
    width: 100%;
}

.file-upload-wrapper .p-fileupload .p-fileupload-content:after {
    z-index: 9;
    content: '';
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

/* file upload alignment End */

.taskStatusCreation .innerBody .innerbodyCont,
.taskStatusCreation .innerBody .innerbodyCont .cont {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.durationFlex>div {
    align-items: center;
    flex-wrap: wrap;
    float: left;
    width: 50%;
    padding-right: 15px;
}

.durationFlex div .p-dropdown {
    width: 100%;
}

.durationFlex div:last-child {
    padding-right: 0;
}

.csmnameinput input,
.csmnameinput span {
    width: 100%;
}

.csmSearch {
    position: absolute;
    right: 4px;
    top: 28px;
    color: #808080;
    cursor: pointer;
    font-size: 1.1rem;
}

.csmnameinput input {
    padding-right: 40px;
}

.innerbodyCont .editsIcon span {
    font-size: 1.6rem;
    cursor: pointer;
}

.innerbodyCont .editsIcon {
    position: absolute;
    right: 0;
    top: 24px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.editsIcon {
    display: flex;
    align-items: center;

}

.taskStatusCreation .innerbodyCont:hover .editsIcon {
    visibility: visible;
    opacity: 1;
}

.taskStatusCreation .innerBody .innerbodyCont .cont h6:last-child {
    padding-right: 60px;
}

.customSlideShow.customerlookup {
    width: calc(100% - 25%);
}

.formSection .form-group label span.icon-uniE903 {
    font-size: 1.7rem;
}

/* .closeMenu.open::after {
    position: fixed;
    content: "";
    width: calc(100vw);
    height: 56px;
    left: 66px;
    background: #00000050;
    top: 0;
    z-index: -1;
} */
.assignTo {
    display: inline-block;
    width: 100%;
}

.recent-btn a:hover {
    background: #e2e2e2;
}

.create-btn:hover {
    background: #3699c3;
}

.profile-name p:hover {
    background: #157ea5;
}

.jobCreation h2 span {
    cursor: pointer;
}

.userList button:hover {
    background: #4495b9;
}

.p-dialog .p-dialog-footer .btnsGroup button {
    width: 120px;
    margin-left: 10px;
}

.library-search span {
    cursor: pointer;
}

.library-search span:hover {
    color: #8e9194;
}

.login-inputs.slideshow input#Password {
    margin-bottom: 14px;
}

.formelements-sidebar.opensidebar {
    z-index: 999;
}

.f-popup-overlay {
    position: fixed;
    background: #867f7f30;
    width: 100%;
    height: 100%;
    z-index: 999999;
    margin-left: -100px;
    top: 0;
}

.margin-right-15 {
    margin-right: 15px;
}

.caret {
    border-top-width: 0.4rem;
    border-right-width: 0.4rem;
    border-left-width: 0.4rem;
}

.export .user-view-popup {
    min-width: 16rem;
    width: 28rem;
    font-size: 1rem;
    min-height: 150px;
}

.export .user-view .optionsicon {
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1rem;
    line-height: 2.2;
    padding: 0.2rem;
}

.export .user-view .optionsicon.fa.fa-check {
    margin-left: 8.5rem !important;
}

.formSection.formSectionRole form {
    width: 100%;
}

.craete-role-Select .check-select {
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.craete-role-Select .editrole-checkslect .check-select.active,
.craete-role-Select .p-accordion-tab:hover .check-select2 .check-select,
.craete-role-Select .p-accordion-tab:hover .check-select2 .check-select.active {
    visibility: visible;
    opacity: 1;
}

.craete-role-Select .p-accordion-tab .check-select2 .check-select.active i,
.craete-role-Select .p-accordion-tab .check-select2 .check-select.active label,
.craete-role-Select .p-accordion-tab .check-select2 .check-select input:checked~label,
.craete-role-Select .p-accordion-tab .check-select2 .check-select input:checked+i {
    color: #2baae2;
}

.userList-main .p-datatable table {
    table-layout: initial;
}

.craete-role-Select .p-accordion-header-text {
    font: 13px 'Muli-Regular';
    color: #11495D;
}

.craete-role-Select .p-accordion .p-accordion-header .p-accordion-header-link,
.craete-role-Select .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link,
.craete-role-Select .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link,
.craete-role-Select .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
    color: #4D4D4D;
    background-color: #F9F9F9;
    border-color: #E6E6E6;
    box-shadow: none;
}

.rolesNew {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 0;
}

.rolesNew>div,
.rolesNew>ul {
    width: calc(100% - 50%);
}

.rolesHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.rolesHead li {
    width: 25%;
    font: 14px "Muli-Regular";
    color: #000;
}

.craete-role-Select .th-inner.inner-title {
    color: #4D4D4D;
    font: 14px 'OpenSans-Regular';
    letter-spacing: -0.5px;
}

.craete-role-Select .th-inner.inner-title {
    color: #4D4D4D;
    font: 14px 'OpenSans-Regular';
    letter-spacing: -0.5px;
    padding: 8px;
    border-bottom: 1px solid #ddd;
    height: 40px;
}

.craete-role-Select .toggle-btn-top {
    padding: 8px;
    padding-left: 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    height: 40px;
}

.NamesMain {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 0px;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 0px 0 0 0px;
}

.NamesMainhead {
    width: 50%;
}

.NamesMainBody {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 50%;
}

.NamesMainBody .checkbox {
    width: 25%;
}

.craete-role-Select .NamesMainBody .checkbox .cr {
    width: 18px;
    height: 18px;
}

.craete-role-Select .p-accordion .panel-default {
    border: 0;
    position: relative;
    margin-bottom: 5px;
    outline: none;
}

.craete-role-Select .p-accordion .panel-heading {
    border: 1px solid #ddd;
}

.craete-role-Select .p-accordion .p-accordion-content {
    padding: 15px;
}

.craete-role-Select .p-accordion .checkbox .cr .cr-icon {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    width: 100%;
    height: 100%;
}

.craete-role-Select .NamesMainhead span:last-child .th-inner.inner-title,
.craete-role-Select .NamesMainBody .checkbox>div:last-child .toggle-btn-top {
    border-bottom: 0;
}

.check-select2 {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 10;
}

.craete-role-Select .p-accordion .p-accordion-tab .p-accordion-toggle-icon:before {
    content: "\e937";
    font-family: 'icomoon' !important;
    transition: 0.5s;
    transform: inherit;
    display: inline-block;
    font-size: 12px;
    color: #9c9e9c;
}

.craete-role-Select .p-accordion .p-accordion-tab.p-accordion-tab-active .p-accordion-toggle-icon:before {
    transform: rotate(90deg);
}

.editrole-checkslect.check-select2 {
    top: 11px;
}

.editrole-checkslect .switch {
    width: auto;
    height: auto;
}

.craete-role-Select .editrole-checkslect .check-select {
    padding: 3px 12px;
}

.craete-role-Select .editrole-checkslect .check-select .fa {
    float: left;
    margin-top: 3px;
}

.craete-role-Select .editrole-checkslect label {
    float: left;
    margin: 0;
}

.editrole-checkslect .switch input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
}

.formSection.formSectionRole h4 {
    margin-bottom: 0;
}

#formresizehiddentext {
    position: fixed;
    top: 0px;
    padding: 5px;
    right: 0;
    background: #545454bf;
    width: 70px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

/* forms builder */
.form-fields textarea.forminput {
    float: left;
    width: 100%;
    border: 1px solid rgba(204, 204, 204, 0.5);
    background: #fff;
    height: 50px;
    padding: 0 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    resize: none;
    font-size: 12px;
}

/* p-calendar */
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month,
.p-datepicker .p-datepicker-header .p-datepicker-title select {
    width: 100px;
    display: inline-block;
}

.margin-adjustment span {
    margin: 0;
}

.newvalue .dropdown-fields span.dependentfield.active i {
    font-size: 3rem;
    color: #000;
    font-weight: bolder;
}

.profile-name .dropdown-menu {
    top: 50px;
    right: 10px;
    inset: 50px 20px auto auto !important;
}

.formpreview-page {
    background: url(../images/formbg.png) no-repeat top center;
    background-size: cover;
}

.taskMasterpage .innerBody .innerbodyCont .cont {
    padding: 4px 15px;
}

.taskMasterpage .innerbodyCont span {
    color: #4D4D4D;
    margin-right: 7px;
    display: inline-flex;
}

/* forms preview */
.f-column .p-calendar .p-inputtext {
    flex: 1 1 auto;
    width: 100%;
    border: 1px solid rgba(204, 204, 204, 0.5);
    background: #fff;
    height: 26px;
    padding: 0 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    font-size: 1.2rem;
}

.font-size-12 {
    font-size: 1.2rem;
}

.field-box .iti input[type=tel] {
    height: 2.6rem !important;
    border: 1px solid rgba(204, 204, 204, 0.5);
}

.required-element .f-required,
.required-element .f-required .field-box .iti input[type=tel] {
    border: 1px solid red !important;
}

.form-fields input.forminput {
    font-size: 1.2rem;
}

.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    width: 70px;
}

.p-datepicker .p-datepicker-header .p-datepicker-title select {
    width: 50px;
}

/* Forms preview */
.formSection .form-group .teamLeadCheck .icon-close1 {
    font-size: 1rem;
    margin-left: 4px
}

.formSection .form-group input:disabled {
    background: #F2F2F2;
}

.formSection .iti__flag-container {
    font-size: 1.2rem;
}

.taskpanel {
    background: #F9F9F9;
    padding: 15px 15px 1px 15px;
    margin-bottom: 15px;
}

.craete-role-Select .NamesMainBody .checkbox [ng-reflect-is-disabled="true"]+.cr {
    background-color: #ebebeb;
    cursor: not-allowed;
}

.taskMasterpage .task-cnt {
    font-size: 1.4rem;
    color: #333
}

.task-drag {
    position: relative
}

.task-drag:before {
    /*.taskMasterpage ul li:before {*/
    content: '';
    position: absolute;
    width: 2px;
    height: 95%;
    background: #e6e6e6;
    left: 20px;
    top: 30px;
    bottom: 0;
}

.task-drag:last-child:before {
    /*.taskMasterpage ul li:last-child:before{*/
    display: none;
}

.customSlideShow .formSection .form-group label {
    font-size: 1.3rem;
}

.customSlideShow .formSection .form-group input,
.customSlideShow .formSection .form-group textarea,
.customSlideShow .formSection .bootstrap-select .btn.btn-default,
.customSlideShow .formSection .form-group select,
.customSlideShow .formrow select {
    font-size: 1.2rem;
}

.customSlideShow .SlideShow-title {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 5;
    top: 0;
    padding-top: 20px
}

.customSlideShow.formsRoles .SlideShow-body {
    padding-top: 35px !important;
}

.customSlideShow .SlideShow-body {
    padding-top: 35px;
}

.other-title {
    font: 1.15rem 'Muli-Bold';
    padding-top: 10px;
    color: #808184;
}

.SlideShow-cont h4,
.customSlideShow .SlideShow-body .SlideShow-cont h5 {
    font-size: 1.2rem;
    margin-bottom: 0;
}

.SlideShow-cont h4 {
    font-style: italic;
    color: #969191;
    margin-bottom: 5px;
}

.customSlideShow.formsRoles .SlideShow-body .SlideShow-cont {
    padding: 8px 0;
    margin-bottom: 0px;
    min-height: 40px;
}

.customSlideShow.formsRoles .SlideShow-body .SlideShow-cont:last-child {
    border-bottom: none;
}

.customSlideShow .SlideShow-body .right span {
    font-size: 2rem;
}

.userlist-pad {
    padding: 0;
}

.userList-main.userlist-pad .p-datatable .p-datatable-tbody>tr>td {
    padding: 0.8rem 1rem;
}

.library-filter .folder-drop select {
    font-family: 'OpenSans-Semibold';
}

.userList-main.userlist-pad table tbody tr:hover td:nth-child(2) {
    color: #4E4E4E;
}

.userList-main.userlist-pad table tbody tr:hover td:nth-child(1) {
    color: #2EA9E0;
}

.empl_list li {
    padding: 2px 2px 3px
}

.customSlideShow .SlideShow-body .empl_list .SlideShow-cont {
    padding: 8px;
}

.customSlideShow .SlideShow-body .empl_list .SlideShow-cont h5 {
    font-size: 1.27rem;
}

.customSlideShow .SlideShow-title span.save-color {
    color: #29abe2;
    font-size: 1.2rem;
}

.customSlideShow.formsRoles .SlideShow-body .rolesSec-bg {
    background: #fff;
    margin-top: 0px;
    padding-top: 0
}

.form-groupmg0 {
    margin-bottom: 8px;
}

.formrow .colorpicker-element.input-group .form-control {
    width: 145px;
}

.craete-role-Select .p-accordion p-accordiontab:first-child .p-accordion-header .p-accordion-header-link,
.craete-role-Select .p-accordion p-accordiontab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
    border-radius: 1px;
}

.editrole-formsec p {
    font-size: 1.17rem;
}

.jobCreation .formSection .craete-role-Select form {
    width: 100%;
}

/* .editrole-formsec label,
 .editrole-formsec p{
     padding-left:6px;
 } */
.craete-role-list {
    margin: 15px 0
}

.position-relative {
    position: relative;

}

.repeat-check {
    margin-bottom: 0;
    margin-top: -15px;
    display: inline-block;
    width: 100%;
}

.daily-option.active .repeat-check .checkBox.managerCheck label,
.repeat-check .checkBox.managerCheck input[type=radio]+label,
.repeat-check .checkBox.managerCheck input[type=checkbox]+label {
    font-size: 1.3rem;
    font-style: inherit;
    color: #333;
    padding-left: 22px;
    position: relative;
    height: 30px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 5px;
}

.repeat-check .checkBox.managerCheck input[type=radio]+label:after,
.repeat-check .checkBox.managerCheck input[type=checkbox]+label:after {
    content: '';
    background: #ccc;
    border-color: #a9a7a780;
    color: #fff;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    /* top:2px */
}

.repeat-check .checkBox.managerCheck input[type=checkbox]+label:after {
    border-radius: 0;
    border: 1px solid #ccc;
    background: none;
}

.daily-option.active .repeat-check .checkBox.managerCheck label:after,
.repeat-check .checkBox.managerCheck input[type=radio]:checked+label:after,
.repeat-check .checkBox.managerCheck input[type=checkbox]:checked+label:after {
    background: #395672;
    border-color: #395672;
}

.daily-option.active .repeat-check .checkBox.managerCheck label:before,
.repeat-check .checkBox.managerCheck input[type=radio]+label:before,
.repeat-check .checkBox.managerCheck input[type=checkbox]+label:before {
    background: transparent;
    border: none;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1px;
    left: 0;
    z-index: 9;
    color: #fff;
    /* margin-top: 3px; */
}

.daily-option.active .repeat-check .checkBox.managerCheck label:before,
.repeat-check .checkBox.managerCheck input[type=radio]:checked+label:before,
.repeat-check .checkBox.managerCheck input[type=checkbox]:checked+label:before {
    background: transparent !important;
    border: none;
    color: #fff;
    z-index: 1;
    top: 6px;
}

.repeat-check .checkBox input[type=radio] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    display: inline-flex;
    margin: 0;
    z-index: 99;
}

.repeat-check .checkBox {
    position: relative;
    display: inline-block;
}

.reminder-radio {
    display: inline-flex;
    margin: 6px 8px 6px 0;
    width: 35px;
    height: 35px;
    position: relative;
    cursor: pointer;
}

.reminder-radio input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.reminder-radio span {
    width: 100%;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #D0D2D3;
    background: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reminder-radio input:checked+span {
    color: #fff;
    border: 1px solid #364A5A;
    background: #364A5A;
    transition: all .3s ease-in
}

.pattern-ret ul li {
    padding: 8px;
    background: #fff;
    margin: 10px 10px 5px 0;
    min-width: 125px;
}

.pattern-ret li.active::before {
    padding-right: 5px;
    position: inherit;
    left: 0;
}

.week-middle {
    display: flex;
    align-items: flex-end;
    height: 50px;
    font-size: 1.3rem;
    color: #4D4D4D;
}

.year-option,
.daily-option {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.daily-option .form-label,
.repeat-rect {
    display: inline-block;
    width: auto;
    margin: 0 10px 15px 0;
}

.repeat-rect .checkBox.managerCheck input[type=radio]+label,
.repeat-rect .checkBox.managerCheck input[type=checkbox]+label {
    margin: 0;
    /* color: #b8b8b8; */
}

/* .daily-option label {
    color: #b8b8b8;
} */

/* .repeat-rect .checkBox.managerCheck input[type=checkbox]+label:after,
.repeat-rect .checkBox.managerCheck input[type=checkbox]+label:after{
    border-radius: inherit;
    height: 15px;
    width: 15px;
    border: 1px solid #a2a2a2;
    background: #fff;
} */
.entry-in {
    width: 65px;
    margin: 0 10px 15px 0;
}

.select-month {
    width: 110px;
    margin: 0 10px 15px 0;
}

.select-month:first-child {
    margin-right: 5px;
}

.formSection .select-month .icon-down1 {
    top: 0.6rem;
    background: transparent;
}

.repeat-input {
    width: 160px;
    margin: 0 10px 15px 0;
}

.year-option .year-label {
    width: auto;
    margin-bottom: 0;
}

.daily-option .form-control,
.daily-option .p-dropdown-trigger,
.daily-option .p-dropdown .p-dropdown-label,
.daily-option .p-dropdown .p-dropdown-label.p-placeholder,
.daily-option .p-dropdown,
.formSection .select-month select {
    /* background: transparent; */
    /* color: #b8b8b8; */
    pointer-events: none;
    border-color: #ced4da;
}

.daily-option.active .form-control,
.daily-option.active .p-dropdown,
.daily-option.active .p-dropdown-trigger,
.daily-option.active .p-dropdown .p-dropdown-label,
.daily-option.active .p-dropdown .p-dropdown-label.p-placeholder,
.formSection .daily-option.active .select-month select {
    background: #fff;
    color: #333;
    pointer-events: visible;
    border-color: #ced4da;
}

.daily-option.active label,
.repeat-rect .checkBox.managerCheck input[type=radio]:checked+label {
    color: #333;
}

.select-security.select-default .selectpicker {
    width: 100%
}

.cust-pattern {
    display: flex;
    width: 100%
}

.cust-pattern input {
    width: calc(33.3% - 4px);
    margin-right: 4px
}

/* task creation */
.total-record-count {
    position: relative;
    top: -2.9rem;
    font-size: 1.2rem;
    left: 20px;
    font-weight: 600;
    color: #848484;
}

.total-record-count-txt {
    font-weight: bolder;
    color: #999;
    font-size: 1.2rem;
    margin: 0 5px;
    background: #F1F4FA;
    border-radius: 5px;
    padding: 2px 5px;
    display: inline-block;
    text-align: center;
}

.customSlideShow.customerlookup table thead th {
    font-size: 1.2rem;
    padding: 8px 5px;
    width: auto;
}

.customSlideShow.customerlookup .p-datatable .p-datatable-tbody>tr>td {
    font-size: 1.1rem;
    padding: 5px;
    border-bottom: 1px solid #f1f1f1;
}

.userList-main .search {
    margin: 3px 5px 0 0
}

.userList .leftSide h6 {
    margin: 0 10px 0px 0;
}

/* .userList .leftSide p,
.userList .rightSide .form-group,
.userList .rightSide button,
.userList .leftSide ul li {
    margin: 0;
} */

.userList .rightSide ul {
    margin-top: 5px;
}

.userList .rightSide {
    flex-wrap: wrap;
}

#cust-look-up .p-datatable .p-datatable-tbody>tr {
    cursor: pointer;
}

.task-mainpage .task-cnt {
    width: 100%;
    display: flex;
}

.task-mainpage .right-group {
    display: flex;
    flex: 1;
    justify-content: flex-end
}

.task-mainpage .task-cnt .icon-time11 {
    margin-left: 10px
}

.task-mainpage .right-group button span {
    font-size: 1.56rem;
}

.task-mainpage .right-group span.icon-task-group,
.task-mainpage .task-cnt span {
    margin-left: 0
}

.SlideShow-body .taskStatusCreation .innerBody .innerbodyCont .cont h6 {
    padding-right: 10px;
    width: 100%
}

.dragdrop-list li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.dragdrop-list li label {
    background: #F2F2F2;
    font: 12px "Muli-Regular";
    color: #4d4d4d;
    padding: 3px 10px;
    margin-right: 6px;
    width: calc(100% - 55px);
    height: 37px;
    display: flex;
    align-items: center;
    cursor: move;
}

.dragdrop-list li small {
    margin-top: 0
}

.dragdrop-list .delete-list {
    position: absolute;
    right: 20px;
    margin-top: -30px;
}

.dragdrop-list .delete-list i {
    display: inline-block;
    margin: 0;
    font-size: 1.6rem;
    color: #ccc;
}

.crop-image {
    width: 220px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    padding: 5px;
}

.afterupload .crop-image {
    width: 220px;
    height: 100px;
}

.afterupload .crop-image .previewimage {
    max-width: 100%;
    max-height: 100%
}

.crop-image img {
    max-width: 100%
}

.SlideShow-body .taskStatusCreation .innerHead h4 {
    font-size: 1.3rem;
}

.common-setting .cutom-btnright {
    position: absolute;
    right: 12px;
    top: 12px;
}

.p-dialog-top,
.p-dialog-top-left {
    align-items: center !important;
}

.preview-popup .form-innerwrapper {
    border-color: transparent !important;
    max-height: 100%;
    overflow: auto;
    padding-bottom: 10px;
}

.mobileform-view .f-column {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
}

.mobileform-view .f-row {
    height: auto !important;
}

.mobileform-view .formwrapper {
    padding-bottom: 28px !important;
}


.mobileform-view .form-innerwrapper,
#desktopview .form-innerwrapper {
    border-color: transparent !important;
    min-height: 100% !important;
    overflow: visible;
}

.mobileform-view .form-innerwrapper {
    overflow: auto;
}

/* width */
.mobileform-view .form-innerwrapper::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.mobileform-view .form-innerwrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.mobileform-view .form-innerwrapper::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.mobileform-view .form-innerwrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.mobileform-view .form-fields:hover {
    background: none;
}

.mobileform-view .f-radio-margin-left5 {
    display: block;
}

/* width */
.mobileform-view .form-innerwrapper::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.mobileform-view .form-innerwrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.mobileform-view .form-innerwrapper::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.mobileform-view .form-innerwrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.form-overlay.f-popup-overlay {
    z-index: 999;
}

#fieldlistaccordion ul li {
    cursor: pointer;
}

.wizard-disabled {
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
}

.p-datepicker {
    z-index: 999999 !important;

}

.preview-cont-mar {
    margin: 10px 5px;
    height: 320px;
    white-space: pre-wrap;
    font-size: 1.3rem;
    overflow-y: auto;
}


.positionSet {
    position: absolute;
    right: 8px;
    top: 32px;
}

.margin-0 {
    margin: 0 !important;
}

.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month,
.p-datepicker .p-datepicker-header .p-datepicker-title select {
    border: 0;
    font-size: 13px;
    border-radius: 3px;
    text-align: center;
}

.jobCreation .breadcrumb li a,
.jobCreation .breadcrumb li {
    cursor: pointer !important;
}

.addNotes span,
.addNotes {
    cursor: pointer;
}

.formelements-list .p-accordion-header-text {
    font-size: 12px;
}

.formelements-list ul.accordion-ul li {
    font-size: 1.2rem;
    font-family: "OpenSans-SemiBold";
    color: #4D4D4D;
}

/* width */
.formelements-list::-webkit-scrollbar,
.f-tbl-scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.formelements-list::-webkit-scrollbar-track,
.f-tbl-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.formelements-list::-webkit-scrollbar-thumb,
.f-tbl-scroll::-webkit-scrollbar-thumb {
    background: #dbdbdb;
}

/* Handle on hover */
.formelements-list::-webkit-scrollbar-thumb:hover,
.f-tbl-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.primengchkLabel {
    font-size: 12px;
    line-height: 7px;
    margin-left: 5px;
}

.print-form-header {
    min-height: 120px;
}

.print-form-body {
    margin: 10px auto;
}

.print-form-footer {
    min-height: 80px;
    margin: 10px auto;
}

.print-form-header .formempty-text,
.print-form-footer .formempty-text {
    margin: 0 auto;
    pointer-events: none;
    user-select: none;
}

.print-form-header .formempty-text p,
.print-form-footer .formempty-text p {
    display: inline-block;
    vertical-align: top;
}

.promolist li span {
    font-size: 1.2rem;
}

.lite-dialog .p-dialog .p-dialog-header .p-dialog-title {
    text-shadow: none;
    color: #fff !important;
    font-size: 1.3rem;
    font-weight: normal;
}

.bordertop-none {
    border: none;

}

.form-company-logo {
    overflow: visible !important;
    /* height: 80px !important; */
}

.print_form_line {
    margin: 0;
    border-bottom: 1px solid;
    border-top: 0;
    padding: 5px 0;
    border-left: 0;
    border-right: 0;
}

.margin-left10 {
    margin-left: 10px !important;
}

.font-text-decoration-underline {
    text-decoration: underline;
}

.font-text-decoration-line {
    text-decoration: underline line-through;
}

.left-right-label-form {
    display: inline-block !important;
    vertical-align: top;
    margin-right: 5px;
}

.bold-label {
    font-weight: bolder;
}

.signature-pad-display {
    border: 1px solid #ccc;
    height: 30px;
    overflow: hidden;
}

button.btn.btn-default.cancel:active {
    box-shadow: none;
}

.signature-pad-display img {
    height: 30px;
}

.signature-pad-display span {
    line-height: 26px;
    margin-left: 10px;
    color: #4D4D4D;
    font-size: 11px;
}

.print-attachment-preview {
    display: inline-block;
}

.print-attachment-preview img {
    width: 100%;
    height: 100%;
    max-height: 150px;
    min-height: 100px;
}

.print-table {
    width: 100%;
    margin: 0 auto;
}

.right-40 {
    right: 40px;
}

.promolist-dropdown .promolist.dropdown-menu {
    max-height: 220px;
}

.promolist-dropdown .promolist.dropdown-menu ul {
    max-height: 220px;
}

.promolist li select {
    border: 1px solid #ccc;
    margin: 5px 0;
    width: 120px;
    padding: 4px;
}

.resourceList .popover-title {
    color: #11495d !important;
    font-size: 13px !important;
    text-transform: capitalize !important;
}

.resourceList .popover-body ul {
    display: block !important;
}

.resourceList .popover-body ul li p {
    margin-bottom: 0px !important;
}

.resourceList .popover-body ul li p:first-child {
    font-weight: bolder;
}

.resourceList .popover-body ul li {
    padding: 5px 0;
    margin-bottom: 0px !important;
    border-bottom: 1px solid #e1e1e1;
}

.resourceList .popover-body ul li:last-child {
    border-bottom: 0px solid #e1e1e1;
}

.resourceList .dot-button:after {
    bottom: -2px !important;
}

.zindex9999 {
    z-index: 9999;
}

.ngx-gallery-icon .ngx-gallery-icon-content {
    color: #3e3e3e;
}

#print_header {
    min-height: 100px;
}

.dropdown-fields label.table-colmns {
    border: 0;
    min-height: 30px
}

.dropdown-fields label.table-colmns i {
    font-size: 1.4rem;
    color: #ccc;
}

.float-left {
    float: left !important;
}

.display-user-name {
    padding: 8px 10px;
    border-bottom: 1px solid #c8cfe3;
    font-size: 13px;
    color: #00AAC3;
}

.profile-name .dropdown-menu {
    padding-top: 0px;
}

.form-property-popup-scroll {
    overflow: auto;
    max-height: 85vh;
}

/* answer form styles */
/* Check box */
.frm-chkbox-label {
    display: inline-block;
    word-break: break-all;
    /* width: calc(100% - 30px); */
    vertical-align: top !important;
}

.field-checkbox {
    position: relative;
    display: flex;
    /* top: 15px; */
}

.field-checkbox input[type=checkbox] {
    width: 18px;
    height: 18px;
}

.field-checkbox label {
    position: relative;
    vertical-align: bottom;
    margin-left: 10px;
    font-size: 14px;
}

/* form table Property */
.frm-tbl-column {
    display: block !important;
}

.dropdown-fields span.frm-tbl-column-field {
    display: block;
    margin-left: 12% !important;
    float: none;
    color: #a5a5a5;
}

.frm-tbl-column-field-icon {
    top: 10px;
    position: relative;
}

.dropdown-fields span.frm-tbl-column-name {
    float: none;
}

.p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
    text-transform: capitalize !important;
}

.cancel_cursor {
    cursor: context-menu;
}

.cancel_cursor span {
    cursor: pointer;

}

.promolist-dropdown.open .p-dropdown.p-dropdown-clearable .p-dropdown-label {
    line-height: 13px;
    font-size: 12px;
}

#attachments_body tr td img {
    max-width: 100%;
    padding: 10px 10px 10px 0;


}

/* Form - Calculated field Properties */
.frm-calculate_field {
    clear: both;
    border: 1px solid #ccc;
    margin: 0;
    /* height: 50vh; */
}

.frm-calculate_field .frm-calculate_layer {
    display: inline-block;
    min-width: 100px;
    vertical-align: top;
    border: 1px solid #ccc;
    height: 100%;
    border-top: none;
    border-left: 0;
    border-bottom: none;
    /* height: 58vh; */
}

.frm-calculate_field .frm-borderright {
    border-right: 0;
}

.frm-calculate_field .frm-heading {
    font-size: 12px;
    color: #2c5a95;
}

.frm-calculate_field .frm-layers-heading {
    padding: 5px 10px;
    background: #f8f9fa;

}

.frm-calculate_field .frm-box {
    border: 1px solid #ccc;
    border-radius: 3px;
    min-height: 100px;
    max-height: 150px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.frm-calculate_field .frm-dragitem {
    width: 100%;
    cursor: pointer;
}

.frm-calculate_field .p-listbox {
    border: none;
}

.frm-calculate_field .frm-box ul {
    font-size: 12px;
    padding: 10px;
}

.frm-calculate_field .frm-box ul li {
    padding: 3px 5px;
}


app-external-answer-form select {
    background: #fff;
    border: 1px solid #ced4da;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    border-radius: 3px;
    width: 100%;
    height: 30px;
}

.job-detail.clsFormSubmitted {
    width: auto !important;
    margin-left: 8px;
}

.job-detail.clsFormSubmitted .promolist-dropdown .promolist.dropdown-menu {
    top: 30px;
}

.job-detail.clsFormSubmitted .promolist-dropdown .promolist.dropdown-menu:before {
    right: 2px !important;
}

.job-detail.clsFormSubmitted .promolist-dropdown .promolist.dropdown-menu:after {
    right: 4px !important;
}

.job-detail.clsFormSubmitted .promolist li {
    margin-bottom: 0 !important;
}

.job-detail.clsFormSubmitted .promolist li:last-child {
    margin-bottom: 10px !important;
}

.clsEmailSPop li a {
    color: #000;
}

/* .clsEmailSPop1 li a {
    color: #000;
    display: block;
} */

.f-tbl-scroll {
    overflow: auto;
}

/* Form Dialog styles */
.lite-dialog .p-dialog-content {
    overflow-y: unset;
}

.lite-dialog .preview-popup {
    height: 80vh;
    overflow: hidden;

}

.lite-dialog .p-dialog-content {
    max-height: 85vh;
    min-height: 20vh;
}

.lite-dialog .form-innerwrapper {
    overflow-x: hidden !important;
}

.lite-dialog .frmsavesubmitbtn {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    padding-bottom: 1%;
    padding-right: 4%;
    background: #fff;
    border-top: 1px solid #ccc;
    padding-top: 1%;
    z-index: 1000;
}

.lite-dialog .form-innerwrapper {
    max-height: 70vh;
    min-height: 20vh;
}

.lite-dialog.frmcreatepopup .p-dialog-content {
    height: 100%;
}

.frm-minmaxicon {
    position: absolute;
    right: 45px;
    cursor: pointer;
}

.signpbtmborder {
    border-bottom: 1px solid #e5e5e5;
}

/* .glb-search {
    padding-left: 0 !important;
} */

.glb-search .glb-relative {
    position: relative;
    clear: both;
}

.glb-search .glb-relative span {
    position: absolute;
    top: 8px;
    right: 5px;
}

.educatepasg {
    margin: 0 10px;
}

.editsIcon span {
    cursor: pointer;
}

.s-top-align {
    top: 10px !important;
    right: 10px !important;
}

#cust-look-up .p-datatable .p-datatable-tbody>tr {
    position: relative;
}

.s-column-highlight {
    font-weight: bolder;
    text-align: center !important;
    color: var(--tablelist-hover) !important;
    cursor: pointer !important;
}

/* Google Map Styles */
.s-mapbtns {
    position: absolute;
    z-index: 99;
    right: 0px;
    background: #fdfdfddb;
    padding: 5px;
    height: 40px;
    min-width: 100px;
    top: -40px;
}

.s-mapbtns button {
    margin: 0 1px;
}

.map-label {
    background-color: whitesmoke;
}

.map-addtional {
    padding: 4px;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 25px;
    background-color: #4a83c9 !important;
    color: #fff !important;
    margin-left: 35px;
}

.s-map-heading {
    font-family: calibri;
    font-size: 14px;
    color: #2196f3;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.s-map-hyperlink {
    padding: 5px 0;
    display: block;
}

.map-hide-label {
    display: none;
}

.s-map-trackingpopup {
    position: absolute;
    width: 92%;
    top: 14%;
    z-index: 9;
    left: 7%;
    right: 0%;
    height: 100%;
    background: #cbdcf5;
    padding-top: 8px;
}

.s-map-info {
    margin-bottom: 10px;
    position: absolute;
    z-index: 99;
    background: #fdfdfddb;
    padding: 1%;
}

.s-map-info span {
    border-bottom: 1px dotted #f33535;
    display: table;
    color: #11495d;
    font-size: 12px;
}

.s-map-filter {
    width: 250px;
    height: 250px;
    background: #fdfdfdf5;
    position: absolute;
    right: 60px;
    border: 1px solid #7cd5fbd6;
    padding: 15px;
    top: 40px;
    box-shadow: 0px 1px 8px 6px #c6e0eb;
}

.s-map-filter label {
    font-size: 13px;
}

.s-map-filter .form-group {
    margin-bottom: 6px;
}

.s-activityloader {
    font-size: 14px;
    top: 5px;
    right: 5px;
    position: absolute;
}

.min-width100 {
    min-width: 100px !important;
}

.s-frm-tblscroll {
    overflow-y: inherit !important;
    overflow-x: auto !important;
}

.lite-dialog.shared-answer-form .p-dialog .p-dialog-content {
    overflow-y: hidden;
    max-height: 100%;
    min-height: 100%;
}

.lite-dialog.shared-answer-form .form-innerwrapper {
    max-height: 70vh !important;
    min-height: 20vh;
    padding: 15px 10px 55px;
}

.lite-dialog.shared-answer-form .preview-popup {
    height: auto;
    overflow: inherit;
}

.lite-dialog.shared-answer-form .p-dialog .p-dialog-content {
    padding: 0;
    overflow-y: auto;
}
.lite-dialog.shared-answer-form .frmsavesubmitbtn{
    bottom: 0;
    z-index: 1000;
}
.recurringAlert {
    margin: 10px 0 15px;
}
.recurringDayBefore{
    display: flex;
    align-items:center;
}
.recurringDayBefore label{
padding-left: 5px;
}
span.icon-notificationBell.futureDatedNotification::before {
    color: #4792CF!important;
}
span.icon-notificationBell.futureDatedNotification {
    right: -37px;
    font-size: 18px;
    position: absolute;
    top: 25px;
    font-weight:bold;
    cursor: pointer;
}
.field-checkbox.field-label label.ImageAbovePositionLabel {
    margin-top: -10px;
}
.field-checkbox.field-label.ImageBelowPositionLabel label {
    margin-top: -10px;
}
.dateTimeValidate .f-required{
    border: 1px solid red !important;
}
.dateTimeValidate .paddRight {
    padding-right: 0;
}
.dateTimeValidate .paddLeft {
    padding-left: 4px;
}
.dateTimeValidate .positionSet {
    font-size: 13px;
    top: 6px;
    right: 6px;
}
.dateTimeValidate .icon-time11.positionSet {
    right: 18px;
}
.futureDateNotification .form-group.featureDateNotify input {
    cursor: pointer;
}
.p-multiselect .p-multiselect-trigger {
    display: none;
}
.job-queue .p-datatable-wrapper .p-datepicker{
    white-space: initial;
}
.map-label.location-tracking {
    background-color: #3aac3a !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.craete-role-Select .p-accordion .p-accordion-header .p-accordion-header-link svg {
    display: none;
}

button.gm-ui-hover-effect {
    height: 17px !important;
}

.userList-main.highlightremove table tbody tr:hover .hover-hand:first-child, 
.userList-main.highlightremove table tbody tr:hover td:nth-child(2) {
    color:initial;
    cursor: initial;
    
}
.frm-table-element td{
    word-wrap: break-word;
}