.ErrorMessage {
    color: crimson;
}

.InvalidInput {
    border-color: #f44336;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.centerLogin {
    position: absolute;
    top: 50%;
    left: 32%;
    transform: translate(0, -50%);
}

.AddFieldButton{
    max-width: 100px;
    float: left;
}

.RemoveField{
    height: 45px;
    width: 45px;
    float: right;
}

.FooterButtons {
    margin-bottom: 0;
}

.tabPanelHeader a {
    /* border-color: red !important; */
    
    animation: blink 1s;
    animation-iteration-count: infinite;
}

@keyframes blink { 50% { border-color:rgb(255, 3, 3) ; }  }

.FooterButton {
    max-width: 100px;
    float: right;
}

.textOverflow{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.textOverflowSpan .span{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.documentHeader{
    background: #f8f9fa;
    padding: 10px;
    border-bottom: 1px solid rgb(222, 226, 230);
}

.documentContainer{
    border: 1px solid #dee2e6;
    margin: 10px 0 0px 0;
}

.p-tabview-nav {
    position: sticky;
    top: 0;
    z-index: 1;
}

.p-tabview-panels{
    padding: 0 !important;
}

.queryColumnDataTable thead {
    display:none;
}

.queryColumnDataTable td {
    border: none !important;
}

.p-datepicker table th {
    padding-left: 1.1rem !important;
}

.p-datepicker-touch-ui {
    min-width: 20vw !important;
}

.p-checkbox {
    margin-right: 6px;
    margin-bottom: 8px;
}

.CancelButton {
    margin-right: 10px;
}

.datatable-scroll .loading-text {
    display: block;
    background-color: #f1f1f1;
    min-height: 19px;
    animation: pulse 1s infinite ease-in-out;
    text-indent: -99999px;
    overflow: hidden;
}

.p-toolbar {
    border: none !important;
    background: none !important;
    padding: 0px 0px 15px 0px !important;
}

.p-datatable-scrollable-body-table tr {
    border-bottom: 3px solid rgb(242, 237, 243) !important;
}

.DON {
    background-color: #06CEA8;
}

.TOD {
    background-color: #0064FB;
}

.CAN {
    background-color: #c63737;
}

.INP {
    background-color: #5A7896;
}

.ONH {
    background-color: #FFD100;
}

.H {
    font-weight: bold;
    color: #c63737;
}

.color-primary{
    color: #06CEA8 !important;   
}

.Reminder {
    font-size: 24px !important;
}

.Status {
    color: white;
    text-align: center;
    padding: 3px;
    border-radius: 10px;
    width: 120px;
    display: block;
    font-size: 15px;
}

.EllipsisText {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.NewButton {
    max-width: 200px;
    margin-left: 5px;
}

.QueriesButton{
    margin-left: 5px;
}

.QueriesButton .p-button-label{
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}


#FiltersOverlayPanel{
    width: 40%;
}

.QueryName{
    padding-left: 12px;
    cursor: pointer;
    height: 50px;
}

.QueriesHeader{
    padding-left: 10px;
    height: 50px;
    font-weight: bold;
}

.QueriesTable{
    width: 100%;
    border-collapse: collapse;
}

.QueryButtons{
    text-align: right;
    height: 50px;
}

.QueryRow:hover{
    background-color: #f8f9fa;
}

.SelectedQuery{
    background-color: #f8f9fa;
}

.AddLabel{
    padding-left: 4px;
    display: inline-block;
}

.AddButtonIcon{
    display: contents;
}

.DeleteButtonIcon{
    color: #D32F2F !important;
}

.QueryColumnOrFiltersContainer{
    border: 1px solid #e9ecef;
    padding: 10px;
}

.QueryColumnOrFiltersContainer .card{
    border: hidden !important;
}

.QueryColumnOrFiltersContainerLabel{
    padding-bottom: 8px;
}

#QueriesOverlayPanel .p-overlaypanel-content{
    padding: 0 !important;
    overflow-y: scroll;
    max-height: 400px;
}

.TasksDatatableActions {
    padding-bottom: 10px;
}

.DoneButton:hover {
    border: 2px solid #06CEA8 !important;
}

.TaskDoneSign {
    cursor: auto;
    color: #ffffff !important;
    background: #06CEA8 !important;
    border: 1px solid #06CEA8 !important;
}

.TaskDoneSignCancelled {
    cursor: auto;
    color: #ffffff !important;
    background: #c63737 !important;
    border: 1px solid #c63737 !important;
}

.GroupByDropDownContainer {
    width: 160px;
}

.GroupByDropDownContainer .p-dropdown {
    width: 100%;
}

.GroupByCounter{
    border: 2px solid #06CEA8;
    border-radius: 10px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 8px;
}

.FilterButton {
    height: auto;
    margin: 0px 5px 0px 5px !important;
}

.Split {
    width: 5px;
    height: 1px;
}

.FormFieldValidationErrorMessages{
    display: block;
    margin-top: 1px;
}

.FormFieldValidationErrorMessage{
    font-size: 13px;
    color: #f44336;
    display: block;
    margin-bottom: 1px;
}

.DeleteFilterButton{
    margin-left: 5px;
}

.AddFilterButton{
    margin-right: 5px;
}

.skeleton-container{
    max-width: 600px;
    height: 17px;
    flex-grow: 1;
    overflow: hidden
}

.skeleton-container .skeleton-item {
    max-width:140px; 
    height:40px;
}

.FilterDatatableButton{
    max-width: 100px !important;
}

.FilterColumn{
    padding: 0 !important;
    margin: 0 !important;
}

.FilterButtons{
    padding-left: 0.1rem !important;
}

.FilterColumnControl{
    padding-right: 0.2rem !important;
    padding-left: 0.1rem !important;
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
    margin: 0 !important;
}

.FilterColumnControl .p-autocomplete{
    width: 100% !important;
}

.FilterColumnControl .p-inputtext{
    width: 100% !important;
}

.FilterColumnControl .p-calendar{
    width: 100% !important;
}

.FilterColumnControl .p-dropdown{
    width: 100% !important;
}

.W-80{
    width: 80px;
}

.W-100{
    width: 100px;
}

.W-100-Percent{
    width: 100% !important;
}

a:hover {
    color: unset !important;
    text-decoration: unset !important;
}

.Header{
    font-weight: bold;
}

.RowGroupHeader{
    margin-left: 10px;
}

.pi-sort-alt:before{
    font-size: 13px !important;
}

.pi-sort-amount-down:before,
.pi-sort-amount-up-alt:before{
    font-size: 15px !important;
}

.p-editable-column.p-cell-editing .p-inputtext,
.p-editable-column.p-cell-editing .p-dropdown,
.p-editable-column.p-cell-editing .p-autocomplete,
.p-editable-column.p-cell-editing .p-calendar{
    width: 100% !important;
}

.noHeader .p-datatable-thead:first-child{
    display: none !important;
}

.noHeader > .p-datatable-scrollable-wrapper > .p-datatable-scrollable-view > .p-datatable-scrollable-header:first-child{
    display: none !important;
}

.p-toast-detail{
    width: 280px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.p-datatable-emptymessage td{
    text-align: center !important;
}

.InlineBlock{
    display: inline-block !important;
}

.TaskTypeDocumentsContainer .p-fileupload-buttonbar{
    padding: 5px !important;
}

.TaskTypeDocumentsContainer .p-fileupload-buttonbar button{
    display: none !important;
}

.TaskTypeDocumentsContainer .p-fileupload-content{
    padding: 5px !important;
}

.TaskTypeDocumentsContainer .p-fileupload-content > .p-progressbar{
    display: none !important;
}

.TaskTypeDocumentsContainer .p-fileupload-row div{
    padding: 0px !important;
}

.TaskTypeDocumentsContainer .p-fileupload-row div button{
    width: inherit !important;
}

.TaskTypeDocumentsContainer .p-fileupload-row div:nth-child(1){
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.TaskTypeDocumentsContainer .p-fileupload-row div:nth-child(2){
    text-align: center !important;
}

.TaskTypeDocumentsContainer .p-fileupload-buttonbar .p-fileupload-choose .p-button-label.p-clickable{
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    max-width: 220px;
}

.p-datatable-scrollable-header-table {
    white-space: pre !important;
}

.p-datatable-scrollable-header-table .p-datatable-thead tr th{
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.p-dialog-header-icons {
    margin-left: 10px !important;
}

.TasksListContainer {
    position: relative !important;
}

/* .TasksListContainer .p-datatable-scrollable-body{
    height: calc(100vh - 240px) !important;
} */

.TasksListContainer .card {
    height: calc(100vh - 180px) !important;
}

.logitude-dialog-mask {
    position: absolute !important;
}

.custom_dropdown_container{
    position: relative ;
}

.custom_dropdown_list_container{
    z-index:  1001;
    min-width:  140px;
    transform-origin: center bottom;
    top: 34px;
    width:150%;
    max-height: 200px;
    overflow: auto !important;
    font-size: 14px;
    font-family: "Roboto" !important;
}

.date_filter_dropdown{
    width: 60%;
}

.date-filters-item-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.SelectedRow{
    background : rgb(242, 237, 243) !important;
}

.permissionWarningIcon{
    margin-right: 6px;
    color: red;
}

.font-size-13{
    font-size: 13px !important;
}

/* upload download  */
.Download_Documents_Container{
    width: 100%;
    margin: 0px;
}

.Download_Documents_Card{
    margin-top: 10px;
    padding: 10px;
}

.Download_Documents_Header_Icon{
    margin: 0px 10px;
}

.Download_Documents_Header_Title{
    font-size: 14px;
    font-weight: bold;
}

.Download_Button_Card{
    padding: 5px;
    border: 1px solid rgb(222, 226, 230);
    border-radius: 10px;
    margin: 10px 10px 0 0;
    display: flex;
    align-items: center;
}

.Documents_Container{
    border-radius: 10px;
    border: 1px solid rgb(222, 226, 230);
}

.Empty_Documents_Header{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 0px;
}

.Empty_Documents_Header_Icon{
    margin-bottom: 12px;
}

.Empty_Documents_Header_Title{
    font-size: 16px;
    margin: 0;
}

.Documents_Header_Title{
    font-size: 14px;
    margin: 16px 0 0 25px;
    font-weight: bold;
}

.Uploaded_Document_Card{
    display: flex;
    align-items: center;
    margin: 21px 0 0 26px;
}

.Document_Details{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 250px;
}

.Document_Delete{
    margin-left: 10px;
}

.New_Uploaded_Document_Container{
    margin: 21px 0 0 26px;
}

.New_Uploaded_Document_Card{
    display: flex;
    padding: 0px;
    align-items: center;
}

.Uploaded_Document_icon{
    font-size: 27px !important;
}

.New_Uploaded_Document_Progress_Bar{
    padding: 0 10px;
    margin-top: 10px;
}

.Progress_Bar_Details{
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
    font-size: 12px;
}

.Progress_Bar_Line{
    height: 8px;
    border-radius: 4px;
    background-color: rgb(6, 206, 168);
}

.Upload_Button{
    margin: 10px 0;
    text-align: center;
}

.Document_Icon{
    margin-right: 14px;
}

.document-text{
    font-family: Roboto;
    color: #353435;
    width: 100%;
}

.mb-6{
    margin-bottom: 6px !important;
}

.f-size-16{
    font-size: 16px;
}

.f-size-14{
    font-size: 14px;
}

.f-size-12{
    font-size: 12px;
}

.uploadButton{
    display: none;
}

.uploadButton-label{
    width: 100%;
    cursor: pointer;
}

.required-field{
    color:red;
}

/* / _digital-objectfield-controller / */

.digital-date-time-control {
	border: solid 1px #e0e0e0 !important;
	border-radius: 10px !important;
	background: white !important;
	
}

.digital-date-time-control .p-inputtext {
    background: white;
    border: solid 1px white !important;
    border-radius: 10px !important;
    font-family: Roboto;
    font-size: 14px;
    margin-left: 15px;
    padding: 18px 16px 17px 1px;
}

.digital-date-time-control .p-inputtext:hover {
    border-color: white !important;
}
.digital-date-time-control .p-inputtext:focus {
    box-shadow: none !important;
    border-color: white !important;
}

.digital-date-time-control .p-button {
    background: white;
    border: solid 1px white !important;
    border-radius: 10px !important;
}

.digital-date-time-control .p-button .p-button-icon {
    color: #353435;
    width: 14px;
    height: 14px;
}
.digital-date-time-control .p-button:hover {
    background: white !important;
    color: white !important;
    border-color: white !important;
}
.digital-date-time-control .p-button:focus {
    box-shadow: none !important;
    border-color: white !important;
}



.digital-drop-down-control {
	width: 100%;
	border: solid 1px #e0e0e0 !important;
	border-radius: 10px !important;
	background: white !important;
}
	
.digital-drop-down-control .p-dropdown-label {
    font-family: Roboto;
    font-size: 14px;
    padding-left: 16px;
    margin: auto;
    color: #6c757d !important;
    padding-top: 10px;
}
.digital-drop-down-control .p-dropdown-trigger {
    color: #353435;
}
.digital-drop-down-control .p-dropdown-clear-icon {
    color: #353435;
}

.digital-auto-complete-control {
	width: 100%;
	border: solid 1px #e0e0e0 !important;
	border-radius: 10px !important;
	background: white !important;

}

.digital-auto-complete-control .p-inputtext {
    background: white !important;
    border: solid 1px white !important;
    border-radius: 10px !important;
    font-family: Roboto;
    font-size: 14px;
    padding-left: 15px;
    height: 100% !important;
    padding: 18px 16px 17px 16px;
   
}

.digital-auto-complete-control .p-inputtext:focus {
    box-shadow: none !important;
    border-color: white !important;
}
.digital-auto-complete-control .p-inputtext:hover {
    box-shadow: none !important;
    border-color: white !important;
}

.digital-auto-complete-control .p-button {
    margin: -1px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 44px;
}


.digital-input-control {
	width: 100%;
	border: solid 1px #e0e0e0 !important;
	border-radius: 10px !important;
	background: white !important;
}
.full-width {
	width: 100%;
}


.object-field-container .date-time-dropdown {
    max-width: 130px;
}
.object-field-container .date-time-input {
    flex: 1 0;
}

.object-field-container .ctool-datetime-only-date .ctool-datetime-only-time .ctool-date-only {
	display: flex !important;
	flex: 1 !important;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;

}

.object-field-container .ctool-datetime-only-date .ctool-datetime-only-time .ctool-date-only .p-inputtext{
    padding-right: 0 !important;
    height: 46px;
}
