.ui-timepicker-container{
    z-index: 1050 !important;
}

.input-field.dropdown-menu{
	height:200px;
	overflow-y:auto;
}

.input-group-dropdown {
	padding: 0px;
	border: 0px;
}
.table td, .table th {
    border-top: none;
    border-bottom: 1px solid #dee2e6;
}

.center {
	text-align: center;
}

.w-2 {
    width: 2%;
}

.w-5 {
	width: 5%;
}

.w-6 {
	width: 6%;
}

.w-8 {
	width: 8%;
}

.w-10 {
	width: 10%;
}

.w-13 {
    width: 13%;
}

.w-15 {
	width: 15%;
}

.w-20 {
	width: 20% !important;
}

.w-30 {
	width: 30%;
}

.w-40 {
	width: 40%;
}

.w-70 {
	width: 70%;
}

.w-80 {
	width: 80%;
}

.w-150 {
	width: 150%;
}

.smarts-color-red {
	color: #840705;
}

/* FORM */
.required::after {
	content: "*";
    color: #d00;
    position: absolute;
}

/* MODAL */
.smarts-modal-header {
	background-color: #840705;
	color: white;
}
.smarts-modal-footer {
	background-color: #840705;
}

.page-header-title {
    border-bottom: 3px solid #fecc06;
    padding: 10px;
}

/* LOADER */
.loader {
    border: 12px solid #f3f3f3; /* Light grey */
    border-top: 12px solid #840705; /* Blue */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin .75s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* TABLE STRIPED AND TABLE HOVER */
.table-striped > tbody > tr:nth-child(2n+1) > td {
    background-color: #fdfecd;
}

.table-striped.table-hover>tbody>tr:hover>td,
.table-striped.table-hover>tbody>tr:hover>th {
  background-color: #ececf6;
}

/* ROW LOADER AND SEARCH LOADER */
.search-loader {
    position: fixed;
    top: 50%;
    display: none;
    z-index: 100;
}

.row-loader {
    display: none;
    position: fixed;
    top: 75%;
    z-index: 100;
}

.modal-loader {
    position: fixed;
    top: 40%;
    display: none;
    z-index: 9999;
}

.right-modal-loader {
    position: fixed;
    top: 40%;
    right: 18%;
    display: none;
    z-index: 9999;
}

.page-loader {
    position: fixed;
    top: 40%;
    display: none;
    z-index: 100;
}

.mini-data-table {
    display: table;
    border-collapse: collapse;
    margin: 0;
}

.data-table {
    min-width: 80em;
    display: table;
    border-collapse: collapse;
    margin: 0;
}

.extended-data-table {
    min-width: 120em;
    display: table;
    border-collapse: collapse;
    margin: 0;
}

.table-container {
    overflow: auto;
    border: 1px solid #dee2e6;
    margin-bottom: 10px;
    margin-top: 10px;
}

.sticky-table-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: white;
}

.sticky-sub-header {
    position: sticky;
    top: 3em;
    z-index: 10;
    background-color: white;
}

.form-modal-header  {
    background: #fecc06;
    color: #ffffff;
}

.borderless {
    border-bottom: none !important;
}

.ellipsize {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 13ch; /* approximately 10 characters */
}

.pane {
    overflow-x: hidden;
}

/* BUTTONS */
.red-btn {
    color: white;
    background-color: #b12314;
    border-color: #b12314;
}

.red-btn:hover {
    color: white;
    background-color: #900E00;
    border-color: #900E00;
}

.yellow-modal-header {
    background: #fecc06;
    color: #ffffff;
}

.red-modal-header {
    background: #b12314;
    color: #ffffff;
}