/*
 * Global css
 */

/*P-TABLE*/
.td {
    font-size: 12px !important;
    word-break: break-word;
    border-collapse: collapse;
    overflow: hidden;
}

/* Action Column Centered */
.td:last-of-type {
    text-align: center;
}

/* Action Button CSS */
.td:last-of-type a {
    width: 28px;
    height: 28px;
    padding: 4px 4px;
}

.th {
    padding: 0.571em 0.857em !important;
    font-size: 12px !important;
    border-collapse: collapse;
    overflow: hidden;
}

.p-footer {
    font-weight: 700;
    font-style: italic;
    color: #969696;
    padding-left: 1.2rem;
    vertical-align: -webkit-baseline-middle;
}

.pl-0 {
    padding-left: 0;
}

html #main {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

.mb-5-percent {
    margin-bottom: 5% !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.bg-white {
    color: white
}

.color-red {
    color: #F31414;
}

.mt-15 {
    margin-top: 15px !important;
}

.inline {
    display: inline;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.w-100 {
    width: 100%
}

.size-12 {
    font-size: 12px !important;
}

.pointer {
    cursor: pointer;
}

.ml-10 {
    margin-left: 10px !important;
}
.-ml-10 {
    margin-left: -10px !important;
}
.nowrap-label {
    max-width: 30ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nowrap-label-l {
    max-width: 50ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*****************************************************/
.content-sheets .ui-dialog .ui-dialog-titlebar span:first-child {
    padding: 0;
}

.content-sheets .ui-dialog .ui-dialog-titlebar {
    padding-top: 25px;
}

.content-sheets .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
    position: absolute !important;
    top: 25px !important;
    right: 0px !important;
}

/* Overwrite Prime NG CSS */
body .ui-dialog .ui-dialog-footer {
    border-top: 0px solid #c8c8c8 !important;
    border-right: 1px solid #c8c8c8 !important;
    border-left: 1px solid #c8c8c8 !important;
    top: 0px !important;
}


.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left;
}

.w-auto {
    width: auto
}

.weight-bold {
    font-weight: bold;
}

.center-position {
    text-align: center;
}

.none {
    display: none;
}

.p-button-primary {
    color: #ffffff !important;
    background-color: #007ad9 !important;
    border: 1px solid #007ad9 !important;
}

.p-button-secondary {
    color: #ffffff !important;
    background: #64748B !important;
    border: 1px solid #64748B !important;
}

/* .serach-collapse a{
    z-index: 999 !important;
}
.expandedButton a{
    position: relative;
    z-index: 99999 !important;
} */

nav>ul {
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    overflow-y: scroll;
}

nav>ul::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}

td .ng-dropdown-panel .ng-dropdown-panel-items {
    max-height: 200px !important;
}
td .ng-select-container .ng-value-label{
    max-width: 210px !important;
    display: block !important;
}
.bg-label{
    background-size: 526px 250px;
	height:250px;
	width:526px;
}